#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 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 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); } }; 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 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 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 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 VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; 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 InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // Mono.Xml.Schema.XsdValidationContext struct XsdValidationContext_t1104170526; // System.Collections.Stack struct Stack_t2329662280; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104; // Mono.Xml.Schema.XsdInvalidValidationState struct XsdInvalidValidationState_t3749995458; // System.String struct String_t; // Mono.Xml.Schema.XsdValidationState struct XsdValidationState_t376578997; // Mono.Xml.Schema.XsdParticleStateManager struct XsdParticleStateManager_t726654767; // Mono.Xml.Schema.XsdWildcard struct XsdWildcard_t2790389089; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168; // System.Collections.Specialized.StringCollection struct StringCollection_t167406615; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Xml.Schema.XmlSchema struct XmlSchema_t3742557897; // System.String[] struct StringU5BU5D_t1281789340; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t1119175207; // Mono.Xml.XmlFilterReader struct XmlFilterReader_t953863161; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.XmlException struct XmlException_t1761730631; // Mono.Xml.XPath.Tokenizer struct Tokenizer_t1517940593; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.XPath.XPathException struct XPathException_t2107611652; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Object[] struct ObjectU5BU5D_t2843939325; // Mono.Xml.XPath.XmlDocumentEditableNavigator struct XmlDocumentEditableNavigator_t22456660; // Mono.Xml.XPath.XPathEditableDocument struct XPathEditableDocument_t3642283412; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054; // System.Xml.XmlNode struct XmlNode_t3767805227; // System.Xml.XmlDocumentNavigator struct XmlDocumentNavigator_t512445268; // System.Type struct Type_t; // Mono.Xml.XPath.XPathParser struct XPathParser_t4136515887; // System.Xml.Xsl.IStaticXsltContext struct IStaticXsltContext_t1496336571; // System.IO.TextWriter struct TextWriter_t3478189236; // System.Xml.XPath.Expression struct Expression_t1452783009; // Mono.Xml.XPath.yyParser.yyInput struct yyInput_t1831978840; // System.Exception struct Exception_t; // System.Xml.XPath.NodeSet struct NodeSet_t3272593155; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Xml.XPath.NodeTest struct NodeTest_t747859056; // System.Xml.XPath.ExprFilter struct ExprFilter_t2551926938; // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341; // System.Xml.XPath.NodeNameTest struct NodeNameTest_t562814213; // Mono.Xml.XPath.yyParser.yyUnexpectedEof struct yyUnexpectedEof_t2049021987; // Mono.Xml.XPath.yyParser.yyException struct yyException_t1362412556; // System.Xml.XPath.ExprUNION struct ExprUNION_t1609753984; // System.Xml.XPath.ExprRoot struct ExprRoot_t3091324302; // System.Xml.XPath.ExprSLASH struct ExprSLASH_t1263914658; // System.Xml.XPath.ExprSLASH2 struct ExprSLASH2_t1762680492; // System.Xml.XPath.ExprLiteral struct ExprLiteral_t2264229068; // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773; // System.Xml.XPath.ExprOR struct ExprOR_t3019581832; // System.Xml.XPath.ExprAND struct ExprAND_t348538276; // System.Xml.XPath.ExprEQ struct ExprEQ_t1453891107; // System.Xml.XPath.ExprNE struct ExprNE_t4135261543; // System.Xml.XPath.ExprLT struct ExprLT_t1856585810; // System.Xml.XPath.ExprGT struct ExprGT_t1857306706; // System.Xml.XPath.ExprLE struct ExprLE_t4135130471; // System.Xml.XPath.ExprGE struct ExprGE_t4135851367; // System.Xml.XPath.ExprPLUS struct ExprPLUS_t1725353634; // System.Xml.XPath.ExprMINUS struct ExprMINUS_t3125292145; // System.Xml.XPath.ExprMULT struct ExprMULT_t118778748; // System.Xml.XPath.ExprDIV struct ExprDIV_t1961659563; // System.Xml.XPath.ExprMOD struct ExprMOD_t1913835785; // System.Xml.XPath.ExprNEG struct ExprNEG_t381818215; // System.Xml.XPath.ExprVariable struct ExprVariable_t1387751146; // System.Xml.XPath.ExprParens struct ExprParens_t795575662; // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // Mono.Xml2.XmlTextReader/DtdInputStateStack struct DtdInputStateStack_t339956957; // System.IO.Stream struct Stream_t1273022909; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // System.Xml.XmlStreamReader struct XmlStreamReader_t727818754; // System.IO.TextReader struct TextReader_t283511965; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo struct XmlAttributeTokenInfo_t384315108; // Mono.Xml2.XmlTextReader/XmlTokenInfo struct XmlTokenInfo_t2519673037; // System.IO.StringReader struct StringReader_t3465604688; // System.Uri struct Uri_t100236324; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // System.Xml.IXmlLineInfo struct IXmlLineInfo_t2353988607; // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694; // System.Xml.NameTable struct NameTable_t3178203267; // Mono.Xml.DTDEntityDeclarationCollection struct DTDEntityDeclarationCollection_t2250844513; // Mono.Xml.DTDEntityDeclaration struct DTDEntityDeclaration_t811637416; // Mono.Xml.DTDNode struct DTDNode_t858560093; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.Xml.NonBlockingStreamReader struct NonBlockingStreamReader_t2495303928; // System.Text.Encoding struct Encoding_t1523322056; // System.Xml.DTDReader struct DTDReader_t386081180; // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080583; // System.Attribute struct Attribute_t861562559; // System.Xml.XmlParserInput struct XmlParserInput_t2182411204; // Mono.Xml.DictionaryBase struct DictionaryBase_t52754249; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4133380278; // Mono.Xml.DTDParameterEntityDeclaration struct DTDParameterEntityDeclaration_t3796253422; // Mono.Xml.DTDEntityBase struct DTDEntityBase_t1228162861; // Mono.Xml.DTDElementDeclaration struct DTDElementDeclaration_t1830540991; // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714; // Mono.Xml.DTDAttListDeclaration struct DTDAttListDeclaration_t3593159715; // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188; // Mono.Xml.DTDNotationDeclaration struct DTDNotationDeclaration_t3702682588; // Mono.Xml.DTDNotationDeclarationCollection struct DTDNotationDeclarationCollection_t959292105; // Mono.Xml.DTDContentModel struct DTDContentModel_t3264596611; // Mono.Xml.DTDContentModelCollection struct DTDContentModelCollection_t2798820000; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692; // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // Mono.Xml.DTDAttributeDefinition struct DTDAttributeDefinition_t3434905422; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710; // System.Collections.IList struct IList_t2094931216; // System.IO.MemoryStream struct MemoryStream_t94973147; // System.Xml.MonoFIXAttribute struct MonoFIXAttribute_t630276366; // System.Xml.NameTable/Entry struct Entry_t3052280359; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ObjectDisposedException struct ObjectDisposedException_t21392786; // System.ArgumentException struct ArgumentException_t132251570; // Mono.Xml.Schema.XmlSchemaUri struct XmlSchemaUri_t3948303260; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.EventArgs struct EventArgs_t3591816995; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Xml.Schema.XmlAtomicValue struct XmlAtomicValue_t3775050121; // System.Xml.XPath.XPathItem struct XPathItem_t4250588140; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802; // System.InvalidCastException struct InvalidCastException_t3927145244; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t1064819932; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_t3074890143; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020; // System.Xml.Schema.XmlSchemaAttributeGroup struct XmlSchemaAttributeGroup_t246430545; // System.Xml.Schema.XmlSchemaGroup struct XmlSchemaGroup_t1441741786; // System.Xml.Schema.XmlSchemaNotation struct XmlSchemaNotation_t2664560277; // System.Xml.Schema.XmlSchemaRedefine struct XmlSchemaRedefine_t4020109446; // System.Collections.ICollection struct ICollection_t3904884886; // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t3509836441; // System.Xml.Schema.XmlSchemaObjectEnumerator struct XmlSchemaObjectEnumerator_t503074204; // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392; // System.Xml.Schema.XmlSchemaInclude struct XmlSchemaInclude_t2307352039; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397; // Mono.Globalization.Unicode.SimpleCollator struct SimpleCollator_t2877834729; // Mono.Xml.XPath.yydebug.yyDebug struct yyDebug_t2316493473; // System.Int16[] struct Int16U5BU5D_t3686840178; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t2402303981; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // System.Xml.XmlParserInput/XmlParserInputSource struct XmlParserInputSource_t3533005609; // 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; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // 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.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3368185270; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Net.ICredentials struct ICredentials_t725721261; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Reflection.Assembly/ResolveEventHolder struct ResolveEventHolder_t2120639521; // System.Security.Policy.Evidence struct Evidence_t2008144148; // System.Security.PermissionSet struct PermissionSet_t223948603; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537; // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393; // System.Text.Decoder struct Decoder_t2204182725; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_t1490365106; // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485; // Mono.Xml.Schema.XsdString struct XsdString_t3049094358; // Mono.Xml.Schema.XsdNormalizedString struct XsdNormalizedString_t3260789355; // Mono.Xml.Schema.XsdToken struct XsdToken_t1239036978; // Mono.Xml.Schema.XsdLanguage struct XsdLanguage_t1876291273; // Mono.Xml.Schema.XsdNMToken struct XsdNMToken_t834691671; // Mono.Xml.Schema.XsdNMTokens struct XsdNMTokens_t4246953255; // Mono.Xml.Schema.XsdName struct XsdName_t2755146808; // Mono.Xml.Schema.XsdNCName struct XsdNCName_t3943159043; // Mono.Xml.Schema.XsdID struct XsdID_t34704195; // Mono.Xml.Schema.XsdIDRef struct XsdIDRef_t2913612829; // Mono.Xml.Schema.XsdIDRefs struct XsdIDRefs_t16099206; // Mono.Xml.Schema.XsdEntity struct XsdEntity_t3956505874; // Mono.Xml.Schema.XsdEntities struct XsdEntities_t1477210398; // Mono.Xml.Schema.XsdNotation struct XsdNotation_t2827634056; // Mono.Xml.Schema.XsdDecimal struct XsdDecimal_t1288601093; // Mono.Xml.Schema.XsdInteger struct XsdInteger_t2044766898; // Mono.Xml.Schema.XsdLong struct XsdLong_t1324632828; // Mono.Xml.Schema.XsdInt struct XsdInt_t33917785; // Mono.Xml.Schema.XsdShort struct XsdShort_t3489811876; // Mono.Xml.Schema.XsdByte struct XsdByte_t2221093920; // Mono.Xml.Schema.XsdNonNegativeInteger struct XsdNonNegativeInteger_t308064234; // Mono.Xml.Schema.XsdPositiveInteger struct XsdPositiveInteger_t1704031413; // Mono.Xml.Schema.XsdUnsignedLong struct XsdUnsignedLong_t1409593434; // Mono.Xml.Schema.XsdUnsignedInt struct XsdUnsignedInt_t72105793; // Mono.Xml.Schema.XsdUnsignedShort struct XsdUnsignedShort_t3654069686; // Mono.Xml.Schema.XsdUnsignedByte struct XsdUnsignedByte_t2304219558; // Mono.Xml.Schema.XsdNonPositiveInteger struct XsdNonPositiveInteger_t1029055398; // Mono.Xml.Schema.XsdNegativeInteger struct XsdNegativeInteger_t2178753546; // Mono.Xml.Schema.XsdFloat struct XsdFloat_t3181928905; // Mono.Xml.Schema.XsdDouble struct XsdDouble_t3324344982; // Mono.Xml.Schema.XsdBase64Binary struct XsdBase64Binary_t3360383190; // Mono.Xml.Schema.XsdBoolean struct XsdBoolean_t380164876; // Mono.Xml.Schema.XsdAnyURI struct XsdAnyURI_t2755748070; // Mono.Xml.Schema.XsdDuration struct XsdDuration_t1555973170; // Mono.Xml.Schema.XsdDateTime struct XsdDateTime_t2563698975; // Mono.Xml.Schema.XsdDate struct XsdDate_t1417753656; // Mono.Xml.Schema.XsdTime struct XsdTime_t3558487088; // Mono.Xml.Schema.XsdHexBinary struct XsdHexBinary_t882812470; // Mono.Xml.Schema.XsdQName struct XsdQName_t2385631467; // Mono.Xml.Schema.XsdGYearMonth struct XsdGYearMonth_t3399073121; // Mono.Xml.Schema.XsdGMonthDay struct XsdGMonthDay_t2605134399; // Mono.Xml.Schema.XsdGYear struct XsdGYear_t3316212116; // Mono.Xml.Schema.XsdGMonth struct XsdGMonth_t3913018815; // Mono.Xml.Schema.XsdGDay struct XsdGDay_t293490745; // Mono.Xml.Schema.XdtAnyAtomicType struct XdtAnyAtomicType_t269366253; // Mono.Xml.Schema.XdtUntypedAtomic struct XdtUntypedAtomic_t1388131523; // Mono.Xml.Schema.XdtDayTimeDuration struct XdtDayTimeDuration_t268779858; // Mono.Xml.Schema.XdtYearMonthDuration struct XdtYearMonthDuration_t1503718519; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] struct XmlAttributeTokenInfoU5BU5D_t1089758477; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] struct XmlTokenInfoU5BU5D_t2522587488; // Mono.Xml2.XmlTextReader/TagName[] struct TagNameU5BU5D_t2055670886; // System.Xml.XmlInputStream struct XmlInputStream_t1691369434; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // Mono.Xml.DTDAutomata struct DTDAutomata_t781538777; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t963227996; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_t3631079376; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t602185179; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t3828501457; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern const uint32_t XsdValidationContext__ctor_m2223902376_MetadataUsageId; extern RuntimeClass* XmlSchemaElement_t427880856_il2cpp_TypeInfo_var; extern const uint32_t XsdValidationContext_get_Element_m3113801807_MetadataUsageId; extern RuntimeClass* XmlSchemaType_t2033747345_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var; extern const uint32_t XsdValidationContext_get_ActualSchemaType_m375604569_MetadataUsageId; extern RuntimeClass* XsdValidationState_t376578997_il2cpp_TypeInfo_var; extern const uint32_t XsdValidationContext_get_IsInvalid_m1096056207_MetadataUsageId; extern RuntimeClass* XsdInvalidValidationState_t3749995458_il2cpp_TypeInfo_var; extern const uint32_t XsdValidationState__cctor_m3762819691_MetadataUsageId; extern const uint32_t XsdValidationState_get_Invalid_m3584060974_MetadataUsageId; extern RuntimeClass* StringCollection_t167406615_il2cpp_TypeInfo_var; extern const uint32_t XsdWildcard_Reset_m2121209751_MetadataUsageId; extern RuntimeClass* XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var; extern RuntimeClass* XsdWildcard_t2790389089_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_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* _stringLiteral242392737; extern String_t* _stringLiteral1344593934; extern String_t* _stringLiteral168477986; extern String_t* _stringLiteral2978487802; extern String_t* _stringLiteral2108924135; extern String_t* _stringLiteral3394179162; extern String_t* _stringLiteral1500575685; extern String_t* _stringLiteral3299709222; extern String_t* _stringLiteral3821937627; extern String_t* _stringLiteral3497889402; extern String_t* _stringLiteral18384657; extern String_t* _stringLiteral1324182787; extern String_t* _stringLiteral2031935487; extern const uint32_t XsdWildcard_Compile_m2970639591_MetadataUsageId; extern const uint32_t XsdWildcard_ExamineAttributeWildcardIntersection_m2657110616_MetadataUsageId; extern String_t* _stringLiteral3695280993; extern const uint32_t XsdWildcard_ValidateWildcardAllowsNamespaceName_m1828852229_MetadataUsageId; extern String_t* _stringLiteral345189853; extern const uint32_t XsdWildcard_ValidateWildcardSubset_m4214827935_MetadataUsageId; extern RuntimeClass* IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var; extern const uint32_t XmlFilterReader__ctor_m1009814255_MetadataUsageId; extern const uint32_t XmlFilterReader_get_LineNumber_m2380266743_MetadataUsageId; extern const uint32_t XmlFilterReader_get_LinePosition_m3708443892_MetadataUsageId; extern const uint32_t XmlFilterReader_HasLineInfo_m889333898_MetadataUsageId; extern RuntimeClass* XmlException_t1761730631_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlFilterReader_Read_m2994904527_RuntimeMethod_var; extern String_t* _stringLiteral1257354441; extern const uint32_t XmlFilterReader_Read_m2994904527_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* Tokenizer_t1517940593_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3266137269; extern String_t* _stringLiteral3455629249; extern String_t* _stringLiteral3716803640; extern String_t* _stringLiteral3266071737; extern String_t* _stringLiteral586620056; extern String_t* _stringLiteral3511910454; extern String_t* _stringLiteral4158421234; extern String_t* _stringLiteral430703268; extern String_t* _stringLiteral3134749325; extern String_t* _stringLiteral1935640102; extern String_t* _stringLiteral2842305546; extern String_t* _stringLiteral4288570486; extern String_t* _stringLiteral3820675233; extern String_t* _stringLiteral3215840460; extern String_t* _stringLiteral1650491110; extern String_t* _stringLiteral1710471440; extern String_t* _stringLiteral3584862187; extern String_t* _stringLiteral3796263715; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral2364716187; extern String_t* _stringLiteral1985170616; extern const uint32_t Tokenizer__cctor_m954610090_MetadataUsageId; extern RuntimeClass* XPathException_t2107611652_il2cpp_TypeInfo_var; extern const RuntimeMethod* Tokenizer_PutBack_m874498233_RuntimeMethod_var; extern String_t* _stringLiteral1082671301; extern const uint32_t Tokenizer_PutBack_m874498233_MetadataUsageId; extern const uint32_t Tokenizer_SkipWhitespace_m2727744072_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t Tokenizer_ParseNumber_m105494547_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const RuntimeMethod* Tokenizer_ParseLiteral_m3543968164_RuntimeMethod_var; extern String_t* _stringLiteral473099381; extern String_t* _stringLiteral3163879626; extern const uint32_t Tokenizer_ParseLiteral_m3543968164_MetadataUsageId; extern const uint32_t Tokenizer_ReadIdentifier_m4137543983_MetadataUsageId; extern RuntimeClass* XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var; extern const RuntimeMethod* Tokenizer_ParseIdentifier_m2736572369_RuntimeMethod_var; extern String_t* _stringLiteral1011786592; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral2099070375; extern String_t* _stringLiteral3452614550; extern String_t* _stringLiteral3836169573; extern String_t* _stringLiteral677013670; extern const uint32_t Tokenizer_ParseIdentifier_m2736572369_MetadataUsageId; extern const RuntimeMethod* Tokenizer_ParseToken_m2126690377_RuntimeMethod_var; extern String_t* _stringLiteral4200450705; extern const uint32_t Tokenizer_ParseToken_m2126690377_MetadataUsageId; extern RuntimeClass* XPathNavigator_t787956054_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var; extern RuntimeClass* XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentEditableNavigator__ctor_m3006827479_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator__ctor_m2056677716_MetadataUsageId; extern const RuntimeType* XmlDocumentEditableNavigator_t22456660_0_0_0_var; extern const RuntimeType* XmlDocument_t2837193595_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentEditableNavigator__cctor_m734889855_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator_Clone_m770452381_MetadataUsageId; extern RuntimeClass* IHasXmlNode_t929344259_il2cpp_TypeInfo_var; extern const uint32_t XmlDocumentEditableNavigator_GetNode_m1128427919_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator_IsSamePosition_m465945682_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator_MoveTo_m2616876193_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator_IsDescendant_m3447169334_MetadataUsageId; extern const uint32_t XmlDocumentEditableNavigator_ComparePosition_m1782506663_MetadataUsageId; extern const uint32_t XPathEditableDocument_CreateNavigator_m81974241_MetadataUsageId; extern RuntimeClass* Console_t3208230065_il2cpp_TypeInfo_var; extern RuntimeClass* TextWriter_t3478189236_il2cpp_TypeInfo_var; extern const uint32_t XPathParser__ctor_m851057967_MetadataUsageId; extern RuntimeClass* XPathParser_t4136515887_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D0_0_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D1_1_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D2_2_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D3_3_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D4_4_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D5_5_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D6_6_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D7_7_FieldInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D8_8_FieldInfo_var; extern String_t* _stringLiteral3940777222; extern String_t* _stringLiteral1413140736; extern String_t* _stringLiteral1413927168; extern String_t* _stringLiteral1413861632; extern String_t* _stringLiteral1413796096; extern String_t* _stringLiteral1413730560; extern String_t* _stringLiteral1413665024; extern String_t* _stringLiteral1413599488; extern String_t* _stringLiteral1413533952; extern String_t* _stringLiteral1413468416; extern String_t* _stringLiteral1414713600; extern String_t* _stringLiteral1414648064; extern String_t* _stringLiteral1414582528; extern String_t* _stringLiteral1419694336; extern String_t* _stringLiteral1421070592; extern String_t* _stringLiteral1420939520; extern String_t* _stringLiteral1418907904; extern String_t* _stringLiteral562053875; extern String_t* _stringLiteral3006046887; extern String_t* _stringLiteral818026976; extern String_t* _stringLiteral816847328; extern String_t* _stringLiteral3147443245; extern String_t* _stringLiteral1130786754; extern String_t* _stringLiteral1984720834; extern String_t* _stringLiteral418625426; extern String_t* _stringLiteral2049691851; extern String_t* _stringLiteral1676843894; extern String_t* _stringLiteral869221741; extern String_t* _stringLiteral3457595359; extern String_t* _stringLiteral4212470244; extern String_t* _stringLiteral3893680752; extern String_t* _stringLiteral2953588407; extern String_t* _stringLiteral2363523592; extern String_t* _stringLiteral2810327229; extern String_t* _stringLiteral1843313013; extern String_t* _stringLiteral3936371078; extern String_t* _stringLiteral3457726433; extern String_t* _stringLiteral3481016718; extern String_t* _stringLiteral2293979384; extern String_t* _stringLiteral1551759999; extern String_t* _stringLiteral1843247481; extern String_t* _stringLiteral2378937889; extern String_t* _stringLiteral3547456625; extern String_t* _stringLiteral845462368; extern String_t* _stringLiteral467951376; extern String_t* _stringLiteral473616687; extern String_t* _stringLiteral4262823566; extern String_t* _stringLiteral3457791963; extern String_t* _stringLiteral3456481250; extern String_t* _stringLiteral1272052039; extern String_t* _stringLiteral3456481252; extern String_t* _stringLiteral1273428295; extern String_t* _stringLiteral3456481241; extern String_t* _stringLiteral1273297223; extern String_t* _stringLiteral3457595364; extern String_t* _stringLiteral3457595353; extern String_t* _stringLiteral3338787864; extern String_t* _stringLiteral1764210864; extern String_t* _stringLiteral2833460545; extern String_t* _stringLiteral2062688012; extern String_t* _stringLiteral468177106; extern String_t* _stringLiteral2233751305; extern String_t* _stringLiteral897413892; extern String_t* _stringLiteral2944054202; extern String_t* _stringLiteral891720298; extern String_t* _stringLiteral588418100; extern String_t* _stringLiteral1087319955; extern String_t* _stringLiteral2813645532; extern String_t* _stringLiteral3447022249; extern String_t* _stringLiteral1883023278; extern String_t* _stringLiteral3235259937; extern String_t* _stringLiteral1096182425; extern String_t* _stringLiteral1575549124; extern String_t* _stringLiteral512791542; extern String_t* _stringLiteral3680453932; extern String_t* _stringLiteral1441802150; extern String_t* _stringLiteral3740736198; extern String_t* _stringLiteral3599084670; extern String_t* _stringLiteral2580333808; extern String_t* _stringLiteral2326622690; extern String_t* _stringLiteral3984463019; extern String_t* _stringLiteral3121115655; extern String_t* _stringLiteral1226046179; extern String_t* _stringLiteral761978225; extern String_t* _stringLiteral92469390; extern String_t* _stringLiteral2651550201; extern String_t* _stringLiteral4204208041; extern String_t* _stringLiteral4129908374; extern String_t* _stringLiteral2384771448; extern String_t* _stringLiteral2379003494; extern String_t* _stringLiteral2169890442; extern String_t* _stringLiteral2079475212; extern String_t* _stringLiteral1759899660; extern String_t* _stringLiteral2799480295; extern const uint32_t XPathParser__cctor_m2213798047_MetadataUsageId; extern RuntimeClass* Expression_t1452783009_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* XPathParser_Compile_m1959434407_RuntimeMethod_var; extern String_t* _stringLiteral1094694007; extern const uint32_t XPathParser_Compile_m1959434407_MetadataUsageId; extern RuntimeClass* ExprFilter_t2551926938_il2cpp_TypeInfo_var; extern const uint32_t XPathParser_CreateNodeTest_m1422784487_MetadataUsageId; extern RuntimeClass* XPathNodeType_t3031007223_il2cpp_TypeInfo_var; extern RuntimeClass* NodeTypeTest_t4287533341_il2cpp_TypeInfo_var; extern RuntimeClass* NodeNameTest_t562814213_il2cpp_TypeInfo_var; extern const uint32_t XPathParser_CreateNodeTest_m3766896066_MetadataUsageId; extern String_t* _stringLiteral4190813337; extern String_t* _stringLiteral2788620607; extern const uint32_t XPathParser_yyname_m2186911581_MetadataUsageId; extern RuntimeClass* Int32U5BU5D_t385246372_il2cpp_TypeInfo_var; extern RuntimeClass* yyDebug_t2316493473_il2cpp_TypeInfo_var; extern RuntimeClass* yyInput_t1831978840_il2cpp_TypeInfo_var; extern RuntimeClass* yyUnexpectedEof_t2049021987_il2cpp_TypeInfo_var; extern RuntimeClass* yyException_t1362412556_il2cpp_TypeInfo_var; extern RuntimeClass* YYRules_t2124747439_il2cpp_TypeInfo_var; extern RuntimeClass* NodeSet_t3272593155_il2cpp_TypeInfo_var; extern RuntimeClass* ExprUNION_t1609753984_il2cpp_TypeInfo_var; extern RuntimeClass* ExprRoot_t3091324302_il2cpp_TypeInfo_var; extern RuntimeClass* ExprSLASH_t1263914658_il2cpp_TypeInfo_var; extern RuntimeClass* ExprSLASH2_t1762680492_il2cpp_TypeInfo_var; extern RuntimeClass* ExprLiteral_t2264229068_il2cpp_TypeInfo_var; extern RuntimeClass* FunctionArguments_t3573450773_il2cpp_TypeInfo_var; extern RuntimeClass* IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern RuntimeClass* Axes_t1882171014_il2cpp_TypeInfo_var; extern RuntimeClass* ExprOR_t3019581832_il2cpp_TypeInfo_var; extern RuntimeClass* ExprAND_t348538276_il2cpp_TypeInfo_var; extern RuntimeClass* ExprEQ_t1453891107_il2cpp_TypeInfo_var; extern RuntimeClass* ExprNE_t4135261543_il2cpp_TypeInfo_var; extern RuntimeClass* ExprLT_t1856585810_il2cpp_TypeInfo_var; extern RuntimeClass* ExprGT_t1857306706_il2cpp_TypeInfo_var; extern RuntimeClass* ExprLE_t4135130471_il2cpp_TypeInfo_var; extern RuntimeClass* ExprGE_t4135851367_il2cpp_TypeInfo_var; extern RuntimeClass* ExprPLUS_t1725353634_il2cpp_TypeInfo_var; extern RuntimeClass* ExprMINUS_t3125292145_il2cpp_TypeInfo_var; extern RuntimeClass* ExprMULT_t118778748_il2cpp_TypeInfo_var; extern RuntimeClass* ExprDIV_t1961659563_il2cpp_TypeInfo_var; extern RuntimeClass* ExprMOD_t1913835785_il2cpp_TypeInfo_var; extern RuntimeClass* ExprNEG_t381818215_il2cpp_TypeInfo_var; extern RuntimeClass* ExprVariable_t1387751146_il2cpp_TypeInfo_var; extern RuntimeClass* ExprParens_t795575662_il2cpp_TypeInfo_var; extern RuntimeClass* ExprNumber_t3483239576_il2cpp_TypeInfo_var; extern const RuntimeMethod* XPathParser_yyparse_m918511201_RuntimeMethod_var; extern String_t* _stringLiteral189007157; extern String_t* _stringLiteral2185889275; extern String_t* _stringLiteral4099046998; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral3833640951; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral423030543; extern const uint32_t XPathParser_yyparse_m918511201_MetadataUsageId; extern String_t* _stringLiteral2378568386; extern String_t* _stringLiteral1709805688; extern String_t* _stringLiteral2793074811; extern String_t* _stringLiteral633785924; extern String_t* _stringLiteral1400757199; extern String_t* _stringLiteral2262231551; extern String_t* _stringLiteral3158402503; extern String_t* _stringLiteral750484898; extern String_t* _stringLiteral276781440; extern String_t* _stringLiteral3188703097; extern String_t* _stringLiteral2122766510; extern String_t* _stringLiteral3800432391; extern String_t* _stringLiteral1935694505; extern String_t* _stringLiteral3258562023; extern String_t* _stringLiteral531963794; extern String_t* _stringLiteral4072218649; extern String_t* _stringLiteral4064403213; extern String_t* _stringLiteral670369190; extern String_t* _stringLiteral2151056924; extern String_t* _stringLiteral1185211925; extern String_t* _stringLiteral1103279946; extern String_t* _stringLiteral1842455882; extern String_t* _stringLiteral1175896972; extern String_t* _stringLiteral2346494530; extern String_t* _stringLiteral493240034; extern String_t* _stringLiteral4192616225; extern String_t* _stringLiteral1741566174; extern String_t* _stringLiteral1455607592; extern String_t* _stringLiteral3192806652; extern String_t* _stringLiteral1822048073; extern String_t* _stringLiteral2770582039; extern String_t* _stringLiteral2770836254; extern String_t* _stringLiteral2115811708; extern String_t* _stringLiteral2113968903; extern String_t* _stringLiteral255855861; extern String_t* _stringLiteral1085229541; extern String_t* _stringLiteral3757892823; extern String_t* _stringLiteral3765410300; extern String_t* _stringLiteral3742831289; extern String_t* _stringLiteral1060715176; extern String_t* _stringLiteral1188578849; extern String_t* _stringLiteral122050751; extern String_t* _stringLiteral1256775542; extern String_t* _stringLiteral506068450; extern String_t* _stringLiteral3761508399; extern String_t* _stringLiteral3862834337; extern String_t* _stringLiteral888885157; extern String_t* _stringLiteral2304844491; extern String_t* _stringLiteral1958510092; extern String_t* _stringLiteral2191375223; extern String_t* _stringLiteral4172301193; extern String_t* _stringLiteral663308642; extern String_t* _stringLiteral1725584484; extern String_t* _stringLiteral1681971786; extern String_t* _stringLiteral3105814267; extern String_t* _stringLiteral2534812488; extern String_t* _stringLiteral3759754955; extern String_t* _stringLiteral3610222989; extern String_t* _stringLiteral1870114714; extern String_t* _stringLiteral3902609386; extern String_t* _stringLiteral1073073483; extern String_t* _stringLiteral3725023110; extern String_t* _stringLiteral672572466; extern String_t* _stringLiteral1607444769; extern String_t* _stringLiteral2745938897; extern String_t* _stringLiteral2742662097; extern String_t* _stringLiteral3241030226; extern String_t* _stringLiteral3317822788; extern String_t* _stringLiteral40557602; extern String_t* _stringLiteral3524328856; extern String_t* _stringLiteral184552858; extern String_t* _stringLiteral1228102706; extern String_t* _stringLiteral2614186908; extern String_t* _stringLiteral2428864295; extern String_t* _stringLiteral1535702824; extern String_t* _stringLiteral385241737; extern String_t* _stringLiteral1625897586; extern String_t* _stringLiteral3120763319; extern String_t* _stringLiteral1574905545; extern String_t* _stringLiteral4034360088; extern String_t* _stringLiteral3746990714; extern String_t* _stringLiteral3310479918; extern String_t* _stringLiteral3278775342; extern String_t* _stringLiteral2530045880; extern String_t* _stringLiteral90356041; extern String_t* _stringLiteral3677703784; extern String_t* _stringLiteral3034767138; extern String_t* _stringLiteral1876650148; extern String_t* _stringLiteral4156898875; extern String_t* _stringLiteral3373084981; extern String_t* _stringLiteral2085780778; extern String_t* _stringLiteral2723639854; extern String_t* _stringLiteral4112142697; extern String_t* _stringLiteral1214139845; extern String_t* _stringLiteral3465163584; extern String_t* _stringLiteral3804670350; extern String_t* _stringLiteral1316302175; extern String_t* _stringLiteral3627631454; extern String_t* _stringLiteral195722940; extern String_t* _stringLiteral541604031; extern String_t* _stringLiteral3191972088; extern String_t* _stringLiteral293205323; extern const uint32_t YYRules__cctor_m3806312181_MetadataUsageId; extern const uint32_t YYRules_getRule_m516556063_MetadataUsageId; extern const uint32_t yyUnexpectedEof__ctor_m2965131656_MetadataUsageId; extern RuntimeClass* XmlAttributeTokenInfoU5BU5D_t1089758477_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTokenInfoU5BU5D_t2522587488_il2cpp_TypeInfo_var; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern RuntimeClass* DtdInputStateStack_t339956957_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern RuntimeClass* XmlParserContext_t2544895291_il2cpp_TypeInfo_var; extern RuntimeClass* XmlStreamReader_t727818754_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader__ctor_m3779111233_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m3591085177_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m1590625499_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m407573097_MetadataUsageId; extern RuntimeClass* StringReader_t3465604688_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader__ctor_m4089766063_MetadataUsageId; extern const uint32_t XmlTextReader__ctor_m746327602_MetadataUsageId; extern const RuntimeType* Stream_t1273022909_0_0_0_var; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader_GetStreamFromUrl_m226534615_MetadataUsageId; extern const uint32_t XmlTextReader_get_Value_m1108138254_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_GetAttribute_m3454019210_RuntimeMethod_var; extern String_t* _stringLiteral1735956195; extern const uint32_t XmlTextReader_GetAttribute_m3454019210_MetadataUsageId; extern const uint32_t XmlTextReader_GetAttribute_m2791098896_MetadataUsageId; extern const uint32_t XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774_MetadataUsageId; extern const uint32_t XmlTextReader_GetRemainder_m3291199686_MetadataUsageId; extern const uint32_t XmlTextReader_LookupNamespace_m2046126088_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_MoveToAttribute_m2645062189_RuntimeMethod_var; extern String_t* _stringLiteral426079971; extern const uint32_t XmlTextReader_MoveToAttribute_m2645062189_MetadataUsageId; extern const uint32_t XmlTextReader_MoveToAttribute_m2944879125_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_Read_m1676860255_RuntimeMethod_var; extern String_t* _stringLiteral2029483751; extern const uint32_t XmlTextReader_Read_m1676860255_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadChars_m3155732674_RuntimeMethod_var; extern String_t* _stringLiteral1082126080; extern String_t* _stringLiteral3688808143; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral435980160; extern String_t* _stringLiteral195349260; extern const uint32_t XmlTextReader_ReadChars_m3155732674_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_ResolveEntity_m2372250534_RuntimeMethod_var; extern String_t* _stringLiteral2556645734; extern const uint32_t XmlTextReader_ResolveEntity_m2372250534_MetadataUsageId; extern const uint32_t XmlTextReader_NotWFError_m2000394543_MetadataUsageId; extern RuntimeClass* TagNameU5BU5D_t2055670886_il2cpp_TypeInfo_var; extern RuntimeClass* CharGetter_t1703763694_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader_Init_m2382400829_MetadataUsageId; extern RuntimeClass* XmlTokenInfo_t2519673037_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader_Clear_m3820743909_MetadataUsageId; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern RuntimeClass* Path_t1605229823_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNodeType_t1672767151_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_InitializeContext_m2462395792_RuntimeMethod_var; extern String_t* _stringLiteral3665161895; extern String_t* _stringLiteral3452614526; extern String_t* _stringLiteral3987679165; extern String_t* _stringLiteral2978650383; extern const uint32_t XmlTextReader_InitializeContext_m2462395792_MetadataUsageId; extern const uint32_t XmlTextReader_ReadTextReader_m1768413848_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadContent_m1908977551_RuntimeMethod_var; extern String_t* _stringLiteral1596113802; extern const uint32_t XmlTextReader_ReadContent_m1908977551_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_SetEntityReferenceProperties_m114524253_RuntimeMethod_var; extern String_t* _stringLiteral1439978498; extern String_t* _stringLiteral1976177763; extern const uint32_t XmlTextReader_SetEntityReferenceProperties_m114524253_MetadataUsageId; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t3455035481_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var; extern String_t* _stringLiteral3833969428; extern String_t* _stringLiteral1074882531; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral986210904; extern String_t* _stringLiteral2969879774; extern String_t* _stringLiteral1802941190; extern String_t* _stringLiteral2909972470; extern String_t* _stringLiteral2838662761; extern String_t* _stringLiteral2409271576; extern String_t* _stringLiteral1613539661; extern String_t* _stringLiteral3137061838; extern String_t* _stringLiteral1948332219; extern String_t* _stringLiteral3328057813; extern const uint32_t XmlTextReader_ReadStartTag_m1901386973_MetadataUsageId; extern const uint32_t XmlTextReader_PushElementName_m4102303423_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadEndTag_m798395877_RuntimeMethod_var; extern String_t* _stringLiteral72526810; extern String_t* _stringLiteral2850177885; extern const uint32_t XmlTextReader_ReadEndTag_m798395877_MetadataUsageId; extern const uint32_t XmlTextReader_CreateValueString_m2043680139_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadText_m1357245559_RuntimeMethod_var; extern String_t* _stringLiteral1799743310; extern String_t* _stringLiteral2783505721; extern String_t* _stringLiteral2337443257; extern const uint32_t XmlTextReader_ReadText_m1357245559_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_ReadCharacterReference_m424712447_RuntimeMethod_var; extern String_t* _stringLiteral242357068; extern String_t* _stringLiteral2399168977; extern String_t* _stringLiteral3098805700; extern String_t* _stringLiteral807526189; extern const uint32_t XmlTextReader_ReadCharacterReference_m424712447_MetadataUsageId; extern const uint32_t XmlTextReader_ReadEntityReference_m1806493727_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadAttributes_m3060166399_RuntimeMethod_var; extern String_t* _stringLiteral3159593048; extern const uint32_t XmlTextReader_ReadAttributes_m3060166399_MetadataUsageId; extern const uint32_t XmlTextReader_AddAttributeWithValue_m1855834060_MetadataUsageId; extern RuntimeClass* XmlAttributeTokenInfo_t384315108_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader_IncrementAttributeToken_m1983457952_MetadataUsageId; extern const uint32_t XmlTextReader_IncrementAttributeValueToken_m2379248428_MetadataUsageId; extern RuntimeClass* IEnumerable_1_t2614313359_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t4067030938_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_ReadAttributeValueTokens_m3597159985_RuntimeMethod_var; extern String_t* _stringLiteral109515691; extern String_t* _stringLiteral316156798; extern String_t* _stringLiteral1840280891; extern String_t* _stringLiteral2231894808; extern const uint32_t XmlTextReader_ReadAttributeValueTokens_m3597159985_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_RuntimeMethod_var; extern String_t* _stringLiteral4194992994; extern String_t* _stringLiteral3577597680; extern String_t* _stringLiteral80977401; extern String_t* _stringLiteral4152535119; extern const uint32_t XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadProcessingInstruction_m1262082069_RuntimeMethod_var; extern String_t* _stringLiteral1346842335; extern String_t* _stringLiteral763089245; extern const uint32_t XmlTextReader_ReadProcessingInstruction_m1262082069_MetadataUsageId; extern RuntimeClass* Encoding_t1523322056_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var; extern String_t* _stringLiteral3228481126; extern String_t* _stringLiteral1902401671; extern String_t* _stringLiteral3073726249; extern String_t* _stringLiteral2321515209; extern String_t* _stringLiteral3002372288; extern String_t* _stringLiteral3805817262; extern String_t* _stringLiteral2469761506; extern String_t* _stringLiteral4119301762; extern String_t* _stringLiteral3454777282; extern String_t* _stringLiteral1317987723; extern String_t* _stringLiteral495382458; extern String_t* _stringLiteral2029144312; extern const uint32_t XmlTextReader_VerifyXmlDeclaration_m3715519337_MetadataUsageId; extern const uint32_t XmlTextReader_SkipWhitespaceInString_m2492604174_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ParseAttributeFromString_m4180485644_RuntimeMethod_var; extern String_t* _stringLiteral261403434; extern String_t* _stringLiteral1101314890; extern const uint32_t XmlTextReader_ParseAttributeFromString_m4180485644_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var; extern String_t* _stringLiteral1087547382; extern String_t* _stringLiteral651234578; extern String_t* _stringLiteral3391666464; extern String_t* _stringLiteral1542905477; extern String_t* _stringLiteral2681585976; extern String_t* _stringLiteral1133395641; extern String_t* _stringLiteral3451697041; extern const uint32_t XmlTextReader_SkipTextDeclaration_m484952237_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadDeclaration_m3647026478_RuntimeMethod_var; extern String_t* _stringLiteral3450713987; extern String_t* _stringLiteral2751207385; extern String_t* _stringLiteral2857192859; extern String_t* _stringLiteral2576722118; extern const uint32_t XmlTextReader_ReadDeclaration_m3647026478_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadComment_m951405007_RuntimeMethod_var; extern String_t* _stringLiteral440082293; extern const uint32_t XmlTextReader_ReadComment_m951405007_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadCDATA_m610664339_RuntimeMethod_var; extern String_t* _stringLiteral453850713; extern const uint32_t XmlTextReader_ReadCDATA_m610664339_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadDoctypeDecl_m2417141237_RuntimeMethod_var; extern String_t* _stringLiteral1980548999; extern String_t* _stringLiteral677195395; extern String_t* _stringLiteral138866814; extern String_t* _stringLiteral3984887517; extern String_t* _stringLiteral3261774195; extern const uint32_t XmlTextReader_ReadDoctypeDecl_m2417141237_MetadataUsageId; extern RuntimeClass* DTDObjectModel_t1729680289_il2cpp_TypeInfo_var; extern RuntimeClass* DTDReader_t386081180_il2cpp_TypeInfo_var; extern const uint32_t XmlTextReader_GenerateDTDObjectModel_m3252190079_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var; extern String_t* _stringLiteral2685203845; extern String_t* _stringLiteral3186092662; extern String_t* _stringLiteral2730454994; extern String_t* _stringLiteral3018525131; extern String_t* _stringLiteral3220886225; extern String_t* _stringLiteral4037854577; extern String_t* _stringLiteral3452614531; extern String_t* _stringLiteral4064323764; extern String_t* _stringLiteral3824728429; extern String_t* _stringLiteral3452614546; extern String_t* _stringLiteral3406574808; extern const uint32_t XmlTextReader_ReadInternalSubset_m4251807782_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadSystemLiteral_m2730602651_RuntimeMethod_var; extern String_t* _stringLiteral2077892223; extern String_t* _stringLiteral2990116001; extern const uint32_t XmlTextReader_ReadSystemLiteral_m2730602651_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadPubidLiteral_m2439871888_RuntimeMethod_var; extern String_t* _stringLiteral366888235; extern String_t* _stringLiteral4226833997; extern const uint32_t XmlTextReader_ReadPubidLiteral_m2439871888_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadName_m1541353199_RuntimeMethod_var; extern String_t* _stringLiteral1168560011; extern const uint32_t XmlTextReader_ReadName_m1541353199_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_Expect_m4011935953_RuntimeMethod_var; extern String_t* _stringLiteral976856744; extern const uint32_t XmlTextReader_Expect_m4011935953_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_Expect_m4157068380_RuntimeMethod_var; extern String_t* _stringLiteral3980030154; extern const uint32_t XmlTextReader_Expect_m4157068380_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ExpectAfterWhitespace_m1519109733_RuntimeMethod_var; extern String_t* _stringLiteral3165781281; extern const uint32_t XmlTextReader_ExpectAfterWhitespace_m1519109733_MetadataUsageId; extern const uint32_t XmlTextReader_ReadWhitespace_m973040877_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadCharsInternal_m190300142_RuntimeMethod_var; extern String_t* _stringLiteral1866971889; extern const uint32_t XmlTextReader_ReadCharsInternal_m190300142_MetadataUsageId; extern const RuntimeMethod* XmlTextReader_ReadUntilEndTag_m2167355391_RuntimeMethod_var; extern const uint32_t XmlTextReader_ReadUntilEndTag_m2167355391_MetadataUsageId; extern const uint32_t DtdInputStateStack__ctor_m3167863153_MetadataUsageId; extern const uint32_t DtdInputStateStack_Peek_m3900420977_MetadataUsageId; extern const uint32_t DtdInputStateStack_Pop_m3009074081_MetadataUsageId; extern RuntimeClass* DtdInputState_t1766821130_il2cpp_TypeInfo_var; extern const uint32_t DtdInputStateStack_Push_m2739177529_MetadataUsageId; extern const uint32_t XmlAttributeTokenInfo__ctor_m482019829_MetadataUsageId; extern String_t* _stringLiteral3452614522; extern String_t* _stringLiteral3452614549; extern const uint32_t XmlAttributeTokenInfo_get_Value_m3359513343_MetadataUsageId; extern const uint32_t XmlAttributeTokenInfo_FillXmlns_m3484823652_MetadataUsageId; extern String_t* _stringLiteral2829469855; extern const uint32_t XmlAttributeTokenInfo_FillNamespace_m1979530757_MetadataUsageId; extern const uint32_t XmlTokenInfo_Clear_m3073025998_MetadataUsageId; extern const uint32_t DTDReader_NotWFError_m752434160_MetadataUsageId; extern const uint32_t DTDReader_Init_m907126756_MetadataUsageId; extern RuntimeClass* XmlParserInput_t2182411204_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t4133380278_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1291130561_il2cpp_TypeInfo_var; extern RuntimeClass* DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_GenerateDTDObjectModel_m1793782479_RuntimeMethod_var; extern String_t* _stringLiteral716376233; extern const uint32_t DTDReader_GenerateDTDObjectModel_m1793782479_MetadataUsageId; extern const RuntimeMethod* DTDReader_ProcessDTDSubset_m414122437_RuntimeMethod_var; extern String_t* _stringLiteral964112111; extern String_t* _stringLiteral1131811077; extern String_t* _stringLiteral1668993826; extern String_t* _stringLiteral3451697139; extern String_t* _stringLiteral591091451; extern const uint32_t DTDReader_ProcessDTDSubset_m414122437_MetadataUsageId; extern const RuntimeMethod* DTDReader_CompileDeclaration_m3829291154_RuntimeMethod_var; extern String_t* _stringLiteral331087133; extern String_t* _stringLiteral3861516511; extern String_t* _stringLiteral3540469314; extern String_t* _stringLiteral1328783513; extern String_t* _stringLiteral509511314; extern String_t* _stringLiteral4231141755; extern const uint32_t DTDReader_CompileDeclaration_m3829291154_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadIgnoreSect_m3226723269_RuntimeMethod_var; extern String_t* _stringLiteral1479097756; extern String_t* _stringLiteral3638008624; extern const uint32_t DTDReader_ReadIgnoreSect_m3226723269_MetadataUsageId; extern RuntimeClass* DTDElementDeclaration_t1830540991_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadElementDecl_m1843745535_RuntimeMethod_var; extern String_t* _stringLiteral707453912; extern String_t* _stringLiteral3832076876; extern const uint32_t DTDReader_ReadElementDecl_m1843745535_MetadataUsageId; extern RuntimeClass* DTDContentModel_t3264596611_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadContentSpec_m1463355030_RuntimeMethod_var; extern String_t* _stringLiteral2731044809; extern String_t* _stringLiteral3458316258; extern String_t* _stringLiteral3064337250; extern String_t* _stringLiteral1921774648; extern String_t* _stringLiteral1519503411; extern String_t* _stringLiteral4103557553; extern const uint32_t DTDReader_ReadContentSpec_m1463355030_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadCP_m1762305439_RuntimeMethod_var; extern const uint32_t DTDReader_ReadCP_m1762305439_MetadataUsageId; extern RuntimeClass* XmlSchemaException_t3511258692_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3485774749; extern const uint32_t DTDReader_AddContentModel_m3333156252_MetadataUsageId; extern RuntimeClass* DTDParameterEntityDeclaration_t3796253422_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadParameterEntityDecl_m4279610181_RuntimeMethod_var; extern String_t* _stringLiteral4255128345; extern String_t* _stringLiteral3855749060; extern String_t* _stringLiteral183746010; extern String_t* _stringLiteral2593132049; extern const uint32_t DTDReader_ReadParameterEntityDecl_m4279610181_MetadataUsageId; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern const uint32_t DTDReader_ResolveExternalEntityReplacementText_m2444378748_MetadataUsageId; extern const RuntimeMethod* DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var; extern String_t* _stringLiteral1344408534; extern String_t* _stringLiteral3875714516; extern String_t* _stringLiteral161441745; extern const uint32_t DTDReader_ResolveInternalEntityReplacementText_m3627881406_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_GetCharacterReference_m3561968287_RuntimeMethod_var; extern String_t* _stringLiteral581779361; extern const uint32_t DTDReader_GetCharacterReference_m3561968287_MetadataUsageId; extern const uint32_t DTDReader_GetPEValue_m657238975_MetadataUsageId; extern const RuntimeMethod* DTDReader_GetPEDecl_m418780904_RuntimeMethod_var; extern String_t* _stringLiteral669302562; extern String_t* _stringLiteral996244788; extern String_t* _stringLiteral4230241756; extern String_t* _stringLiteral1368812473; extern const uint32_t DTDReader_GetPEDecl_m418780904_MetadataUsageId; extern const RuntimeMethod* DTDReader_TryExpandPERefSpaceKeep_m1914376042_RuntimeMethod_var; extern String_t* _stringLiteral3049492555; extern const uint32_t DTDReader_TryExpandPERefSpaceKeep_m1914376042_MetadataUsageId; extern const uint32_t DTDReader_ExpandPERef_m1147325533_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadEntityDecl_m855852474_RuntimeMethod_var; extern String_t* _stringLiteral3887875637; extern String_t* _stringLiteral2757040252; extern String_t* _stringLiteral4225486631; extern const uint32_t DTDReader_ReadEntityDecl_m855852474_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadEntityValueDecl_m966993229_RuntimeMethod_var; extern String_t* _stringLiteral221121906; extern String_t* _stringLiteral748932953; extern const uint32_t DTDReader_ReadEntityValueDecl_m966993229_MetadataUsageId; extern RuntimeClass* DTDAttListDeclaration_t3593159715_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadAttListDecl_m3127699621_RuntimeMethod_var; extern String_t* _stringLiteral1487794046; extern String_t* _stringLiteral2792096011; extern String_t* _stringLiteral3336341775; extern const uint32_t DTDReader_ReadAttListDecl_m3127699621_MetadataUsageId; extern RuntimeClass* DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadAttributeDefinition_m2557118549_RuntimeMethod_var; extern String_t* _stringLiteral2005656408; extern String_t* _stringLiteral2757040089; extern String_t* _stringLiteral3244750353; extern String_t* _stringLiteral1569427300; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3005653690; extern String_t* _stringLiteral3665773707; extern String_t* _stringLiteral3671082123; extern String_t* _stringLiteral2845912107; extern String_t* _stringLiteral2851744811; extern String_t* _stringLiteral3457660891; extern String_t* _stringLiteral4276600584; extern String_t* _stringLiteral2433560557; extern String_t* _stringLiteral3245737591; extern String_t* _stringLiteral4080338551; extern String_t* _stringLiteral215120649; extern String_t* _stringLiteral990593076; extern String_t* _stringLiteral869701903; extern String_t* _stringLiteral3801067552; extern const uint32_t DTDReader_ReadAttributeDefinition_m2557118549_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadAttributeDefaultValue_m3369915366_RuntimeMethod_var; extern String_t* _stringLiteral1598887855; extern String_t* _stringLiteral1111150842; extern String_t* _stringLiteral2175841358; extern String_t* _stringLiteral3731956232; extern String_t* _stringLiteral1915698760; extern String_t* _stringLiteral694797726; extern String_t* _stringLiteral934826410; extern String_t* _stringLiteral587930418; extern String_t* _stringLiteral3811881614; extern const uint32_t DTDReader_ReadAttributeDefaultValue_m3369915366_MetadataUsageId; extern RuntimeClass* DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_ReadNotationDecl_m1460616695_RuntimeMethod_var; extern String_t* _stringLiteral3622989874; extern String_t* _stringLiteral754892563; extern String_t* _stringLiteral1626239561; extern const uint32_t DTDReader_ReadNotationDecl_m1460616695_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadExternalID_m940364478_RuntimeMethod_var; extern const uint32_t DTDReader_ReadExternalID_m940364478_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadSystemLiteral_m275190901_RuntimeMethod_var; extern const uint32_t DTDReader_ReadSystemLiteral_m275190901_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadPubidLiteral_m957009331_RuntimeMethod_var; extern const uint32_t DTDReader_ReadPubidLiteral_m957009331_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadNameOrNmToken_m3118212048_RuntimeMethod_var; extern String_t* _stringLiteral2787380167; extern const uint32_t DTDReader_ReadNameOrNmToken_m3118212048_MetadataUsageId; extern const RuntimeMethod* DTDReader_Expect_m1754265857_RuntimeMethod_var; extern const uint32_t DTDReader_Expect_m1754265857_MetadataUsageId; extern const RuntimeMethod* DTDReader_ExpectAfterWhitespace_m295884060_RuntimeMethod_var; extern String_t* _stringLiteral3973580790; extern const uint32_t DTDReader_ExpectAfterWhitespace_m295884060_MetadataUsageId; extern const uint32_t DTDReader_SkipWhitespace_m4062589762_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadComment_m299292881_RuntimeMethod_var; extern const uint32_t DTDReader_ReadComment_m299292881_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadProcessingInstruction_m3636693735_RuntimeMethod_var; extern const uint32_t DTDReader_ReadProcessingInstruction_m3636693735_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var; extern String_t* _stringLiteral2548843882; extern const uint32_t DTDReader_ReadTextDeclaration_m1286439257_MetadataUsageId; extern const uint32_t DTDReader_CheckNameCapacity_m3033842021_MetadataUsageId; extern const RuntimeMethod* DTDReader_AppendValueChar_m587902524_RuntimeMethod_var; extern String_t* _stringLiteral339734938; extern const uint32_t DTDReader_AppendValueChar_m587902524_MetadataUsageId; extern const RuntimeMethod* DTDReader_ReadDefaultAttribute_m3222858293_RuntimeMethod_var; extern String_t* _stringLiteral48916229; extern const uint32_t DTDReader_ReadDefaultAttribute_m3222858293_MetadataUsageId; extern RuntimeClass* UriFormatException_t953270471_il2cpp_TypeInfo_var; extern RuntimeClass* MemoryStream_t94973147_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDReader_PushParserInput_m1634614665_RuntimeMethod_var; extern String_t* _stringLiteral1893956658; extern String_t* _stringLiteral2715648319; extern String_t* _stringLiteral3450648448; extern const uint32_t DTDReader_PushParserInput_m1634614665_MetadataUsageId; extern const uint32_t DTDReader_PopParserInput_m1066380068_MetadataUsageId; extern RuntimeClass* EntryU5BU5D_t491982174_il2cpp_TypeInfo_var; extern const uint32_t NameTable__ctor_m874080766_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameTable_Add_m1752389692_RuntimeMethod_var; extern String_t* _stringLiteral4136579868; extern const uint32_t NameTable_Add_m1752389692_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* NameTable_Add_m3759494371_RuntimeMethod_var; extern const uint32_t NameTable_Add_m3759494371_MetadataUsageId; extern const RuntimeMethod* NameTable_Get_m2169675105_RuntimeMethod_var; extern String_t* _stringLiteral3493618073; extern const uint32_t NameTable_Get_m2169675105_MetadataUsageId; extern RuntimeClass* Entry_t3052280359_il2cpp_TypeInfo_var; extern const uint32_t NameTable_AddEntry_m1941115992_MetadataUsageId; extern RuntimeClass* TextReader_t283511965_il2cpp_TypeInfo_var; extern const uint32_t NonBlockingStreamReader__ctor_m3980822218_MetadataUsageId; extern RuntimeClass* ObjectDisposedException_t21392786_il2cpp_TypeInfo_var; extern const RuntimeMethod* NonBlockingStreamReader_Peek_m3243154211_RuntimeMethod_var; extern String_t* _stringLiteral2208270919; extern String_t* _stringLiteral1959350542; extern const uint32_t NonBlockingStreamReader_Peek_m3243154211_MetadataUsageId; extern const RuntimeMethod* NonBlockingStreamReader_Read_m3612437969_RuntimeMethod_var; extern const uint32_t NonBlockingStreamReader_Read_m3612437969_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var; extern String_t* _stringLiteral3542174192; extern String_t* _stringLiteral797640427; extern String_t* _stringLiteral3073595182; extern String_t* _stringLiteral2002595880; extern String_t* _stringLiteral2086592588; extern const uint32_t NonBlockingStreamReader_Read_m583787078_MetadataUsageId; extern const RuntimeMethod* NonBlockingStreamReader_ReadLine_m2546294862_RuntimeMethod_var; extern const uint32_t NonBlockingStreamReader_ReadLine_m2546294862_MetadataUsageId; extern const RuntimeMethod* NonBlockingStreamReader_ReadToEnd_m2974115148_RuntimeMethod_var; extern const uint32_t NonBlockingStreamReader_ReadToEnd_m2974115148_MetadataUsageId; extern RuntimeClass* QNameValueType_t615604793_il2cpp_TypeInfo_var; extern const uint32_t QNameValueType_Equals_m3273451138_MetadataUsageId; extern const uint32_t QNameValueType_op_Equality_m2844616409_MetadataUsageId; extern RuntimeClass* StringArrayValueType_t3147326440_il2cpp_TypeInfo_var; extern const uint32_t StringArrayValueType_Equals_m1303962730_MetadataUsageId; extern RuntimeClass* StringValueType_t261329552_il2cpp_TypeInfo_var; extern const uint32_t StringValueType_Equals_m527371794_MetadataUsageId; extern const uint32_t StringValueType_op_Equality_m1993570089_MetadataUsageId; extern RuntimeClass* UriValueType_t2866347695_il2cpp_TypeInfo_var; extern const uint32_t UriValueType_Equals_m813708779_MetadataUsageId; extern RuntimeClass* EventArgs_t3591816995_il2cpp_TypeInfo_var; extern const uint32_t ValidationEventArgs__ctor_m2303611623_MetadataUsageId; extern RuntimeClass* ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var; extern const RuntimeMethod* ValidationHandler_RaiseValidationEvent_m2236510583_RuntimeMethod_var; extern const uint32_t ValidationHandler_RaiseValidationEvent_m2236510583_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m1137759340_RuntimeMethod_var; extern String_t* _stringLiteral454640544; extern const uint32_t XmlAtomicValue_Init_m1137759340_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m4203775403_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m4203775403_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m1448251108_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m1448251108_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m1893573241_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m1893573241_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m425940952_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m425940952_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m1298397664_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m1298397664_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m2129618781_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m2129618781_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_Init_m2302653339_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m2302653339_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern RuntimeClass* XmlAtomicValue_t3775050121_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAtomicValue_Init_m4251608656_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_Init_m4251608656_MetadataUsageId; extern const uint32_t XmlAtomicValue_Clone_m1726226064_MetadataUsageId; extern RuntimeClass* XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var; extern const uint32_t XmlAtomicValue_get_ResolvedTypeCode_m715803808_MetadataUsageId; extern RuntimeClass* XmlTypeCode_t2623622950_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidCastException_t3927145244_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAtomicValue_get_Value_m1006783033_RuntimeMethod_var; extern String_t* _stringLiteral1134817864; extern String_t* _stringLiteral3536021696; extern const uint32_t XmlAtomicValue_get_Value_m1006783033_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAtomicValue_get_ValueAsBoolean_m2288056593_RuntimeMethod_var; extern String_t* _stringLiteral125629680; extern const uint32_t XmlAtomicValue_get_ValueAsBoolean_m2288056593_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_get_ValueAsDateTime_m3315839567_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_get_ValueAsDateTime_m3315839567_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_get_ValueAsDouble_m2952724740_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_get_ValueAsDouble_m2952724740_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_get_ValueAsInt_m282812974_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_get_ValueAsInt_m282812974_MetadataUsageId; extern const RuntimeMethod* XmlAtomicValue_get_ValueAsLong_m3255123800_RuntimeMethod_var; extern const uint32_t XmlAtomicValue_get_ValueAsLong_m3255123800_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726_RuntimeMethod_var; extern String_t* _stringLiteral2622713344; extern const uint32_t XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726_MetadataUsageId; extern RuntimeClass* XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var; extern const uint32_t XmlSchema__ctor_m4156575881_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const uint32_t XmlSchema_get_IsCompiled_m1798268303_MetadataUsageId; extern RuntimeClass* XmlSchemaExternal_t3074890143_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAnnotation_t2553753397_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaGroup_t1441741786_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3265721031; extern String_t* _stringLiteral1595081898; extern String_t* _stringLiteral2672875187; extern String_t* _stringLiteral947019491; extern String_t* _stringLiteral2386389765; extern String_t* _stringLiteral1598085023; extern String_t* _stringLiteral3660048987; extern const uint32_t XmlSchema_DoCompile_m2510982045_MetadataUsageId; extern const uint32_t XmlSchema_GetResolvedUri_m1454146080_MetadataUsageId; extern RuntimeClass* XmlSchemaImport_t3509836441_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaRedefine_t4020109446_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchema_t3742557897_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1591321978; extern String_t* _stringLiteral1197017378; extern String_t* _stringLiteral1766955794; extern String_t* _stringLiteral2900750826; extern String_t* _stringLiteral3035772801; extern String_t* _stringLiteral658924302; extern const uint32_t XmlSchema_ProcessExternal_m2083008845_MetadataUsageId; extern const uint32_t XmlSchema_AddExternalComponentsTo_m3610045177_MetadataUsageId; extern const uint32_t XmlSchema_FindAttribute_m1139914584_MetadataUsageId; extern const uint32_t XmlSchema_FindAttributeGroup_m3862267088_MetadataUsageId; extern const uint32_t XmlSchema_FindElement_m2161192357_MetadataUsageId; extern const uint32_t XmlSchema_FindSchemaType_m3920891232_MetadataUsageId; extern const uint32_t XmlSchema_Validate_m1631016973_MetadataUsageId; extern RuntimeClass* XmlSchemaReader_t1164558392_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchema_Read_m1071701696_RuntimeMethod_var; extern String_t* _stringLiteral2397802450; extern String_t* _stringLiteral2074851062; extern String_t* _stringLiteral373255492; extern String_t* _stringLiteral3867670370; extern const uint32_t XmlSchema_Read_m1071701696_MetadataUsageId; extern String_t* _stringLiteral2706799785; extern String_t* _stringLiteral2233139344; extern String_t* _stringLiteral763438049; extern String_t* _stringLiteral923469440; extern String_t* _stringLiteral973338492; extern String_t* _stringLiteral2776285038; extern String_t* _stringLiteral4091877759; extern String_t* _stringLiteral3214534383; extern const uint32_t XmlSchema_ReadAttributes_m1606976521_MetadataUsageId; extern String_t* _stringLiteral262452865; extern String_t* _stringLiteral3450517380; extern String_t* _stringLiteral2092576800; extern String_t* _stringLiteral3660550252; extern String_t* _stringLiteral3207129801; extern String_t* _stringLiteral3379208704; extern String_t* _stringLiteral1102688753; extern String_t* _stringLiteral1113390247; extern String_t* _stringLiteral2444421609; extern String_t* _stringLiteral3122773422; extern String_t* _stringLiteral400592889; extern String_t* _stringLiteral4059539929; extern String_t* _stringLiteral1757920329; extern const uint32_t XmlSchema_ReadContent_m2903404901_MetadataUsageId; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct Int16U5BU5D_t3686840178; struct Int32U5BU5D_t385246372; struct XmlAttributeTokenInfoU5BU5D_t1089758477; struct XmlTokenInfoU5BU5D_t2522587488; struct CharU5BU5D_t3528271667; struct TagNameU5BU5D_t2055670886; struct ByteU5BU5D_t4116647657; struct EntryU5BU5D_t491982174; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H #ifndef ENTRY_T3052280359_H #define ENTRY_T3052280359_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NameTable/Entry struct Entry_t3052280359 : public RuntimeObject { public: // System.String System.Xml.NameTable/Entry::str String_t* ___str_0; // System.Int32 System.Xml.NameTable/Entry::hash int32_t ___hash_1; // System.Int32 System.Xml.NameTable/Entry::len int32_t ___len_2; // System.Xml.NameTable/Entry System.Xml.NameTable/Entry::next Entry_t3052280359 * ___next_3; public: inline static int32_t get_offset_of_str_0() { return static_cast(offsetof(Entry_t3052280359, ___str_0)); } inline String_t* get_str_0() const { return ___str_0; } inline String_t** get_address_of_str_0() { return &___str_0; } inline void set_str_0(String_t* value) { ___str_0 = value; Il2CppCodeGenWriteBarrier((&___str_0), value); } inline static int32_t get_offset_of_hash_1() { return static_cast(offsetof(Entry_t3052280359, ___hash_1)); } inline int32_t get_hash_1() const { return ___hash_1; } inline int32_t* get_address_of_hash_1() { return &___hash_1; } inline void set_hash_1(int32_t value) { ___hash_1 = value; } inline static int32_t get_offset_of_len_2() { return static_cast(offsetof(Entry_t3052280359, ___len_2)); } inline int32_t get_len_2() const { return ___len_2; } inline int32_t* get_address_of_len_2() { return &___len_2; } inline void set_len_2(int32_t value) { ___len_2 = value; } inline static int32_t get_offset_of_next_3() { return static_cast(offsetof(Entry_t3052280359, ___next_3)); } inline Entry_t3052280359 * get_next_3() const { return ___next_3; } inline Entry_t3052280359 ** get_address_of_next_3() { return &___next_3; } inline void set_next_3(Entry_t3052280359 * value) { ___next_3 = value; Il2CppCodeGenWriteBarrier((&___next_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTRY_T3052280359_H #ifndef COMPAREINFO_T1092934962_H #define COMPAREINFO_T1092934962_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareInfo struct CompareInfo_t1092934962 : public RuntimeObject { public: // System.Int32 System.Globalization.CompareInfo::culture int32_t ___culture_1; // System.String System.Globalization.CompareInfo::icu_name String_t* ___icu_name_2; // System.Int32 System.Globalization.CompareInfo::win32LCID int32_t ___win32LCID_3; // System.String System.Globalization.CompareInfo::m_name String_t* ___m_name_4; // Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator SimpleCollator_t2877834729 * ___collator_5; public: inline static int32_t get_offset_of_culture_1() { return static_cast(offsetof(CompareInfo_t1092934962, ___culture_1)); } inline int32_t get_culture_1() const { return ___culture_1; } inline int32_t* get_address_of_culture_1() { return &___culture_1; } inline void set_culture_1(int32_t value) { ___culture_1 = value; } inline static int32_t get_offset_of_icu_name_2() { return static_cast(offsetof(CompareInfo_t1092934962, ___icu_name_2)); } inline String_t* get_icu_name_2() const { return ___icu_name_2; } inline String_t** get_address_of_icu_name_2() { return &___icu_name_2; } inline void set_icu_name_2(String_t* value) { ___icu_name_2 = value; Il2CppCodeGenWriteBarrier((&___icu_name_2), value); } inline static int32_t get_offset_of_win32LCID_3() { return static_cast(offsetof(CompareInfo_t1092934962, ___win32LCID_3)); } inline int32_t get_win32LCID_3() const { return ___win32LCID_3; } inline int32_t* get_address_of_win32LCID_3() { return &___win32LCID_3; } inline void set_win32LCID_3(int32_t value) { ___win32LCID_3 = value; } inline static int32_t get_offset_of_m_name_4() { return static_cast(offsetof(CompareInfo_t1092934962, ___m_name_4)); } inline String_t* get_m_name_4() const { return ___m_name_4; } inline String_t** get_address_of_m_name_4() { return &___m_name_4; } inline void set_m_name_4(String_t* value) { ___m_name_4 = value; Il2CppCodeGenWriteBarrier((&___m_name_4), value); } inline static int32_t get_offset_of_collator_5() { return static_cast(offsetof(CompareInfo_t1092934962, ___collator_5)); } inline SimpleCollator_t2877834729 * get_collator_5() const { return ___collator_5; } inline SimpleCollator_t2877834729 ** get_address_of_collator_5() { return &___collator_5; } inline void set_collator_5(SimpleCollator_t2877834729 * value) { ___collator_5 = value; Il2CppCodeGenWriteBarrier((&___collator_5), value); } }; struct CompareInfo_t1092934962_StaticFields { public: // System.Boolean System.Globalization.CompareInfo::useManagedCollation bool ___useManagedCollation_0; // System.Collections.Hashtable System.Globalization.CompareInfo::collators Hashtable_t1853889766 * ___collators_6; // System.Object System.Globalization.CompareInfo::monitor RuntimeObject * ___monitor_7; public: inline static int32_t get_offset_of_useManagedCollation_0() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___useManagedCollation_0)); } inline bool get_useManagedCollation_0() const { return ___useManagedCollation_0; } inline bool* get_address_of_useManagedCollation_0() { return &___useManagedCollation_0; } inline void set_useManagedCollation_0(bool value) { ___useManagedCollation_0 = value; } inline static int32_t get_offset_of_collators_6() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___collators_6)); } inline Hashtable_t1853889766 * get_collators_6() const { return ___collators_6; } inline Hashtable_t1853889766 ** get_address_of_collators_6() { return &___collators_6; } inline void set_collators_6(Hashtable_t1853889766 * value) { ___collators_6 = value; Il2CppCodeGenWriteBarrier((&___collators_6), value); } inline static int32_t get_offset_of_monitor_7() { return static_cast(offsetof(CompareInfo_t1092934962_StaticFields, ___monitor_7)); } inline RuntimeObject * get_monitor_7() const { return ___monitor_7; } inline RuntimeObject ** get_address_of_monitor_7() { return &___monitor_7; } inline void set_monitor_7(RuntimeObject * value) { ___monitor_7 = value; Il2CppCodeGenWriteBarrier((&___monitor_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPAREINFO_T1092934962_H #ifndef 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 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 DTDPARAMETERENTITYDECLARATIONCOLLECTION_T2844734410_H #define DTDPARAMETERENTITYDECLARATIONCOLLECTION_T2844734410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410 : public RuntimeObject { public: // System.Collections.Hashtable Mono.Xml.DTDParameterEntityDeclarationCollection::peDecls Hashtable_t1853889766 * ___peDecls_0; // Mono.Xml.DTDObjectModel Mono.Xml.DTDParameterEntityDeclarationCollection::root DTDObjectModel_t1729680289 * ___root_1; public: inline static int32_t get_offset_of_peDecls_0() { return static_cast(offsetof(DTDParameterEntityDeclarationCollection_t2844734410, ___peDecls_0)); } inline Hashtable_t1853889766 * get_peDecls_0() const { return ___peDecls_0; } inline Hashtable_t1853889766 ** get_address_of_peDecls_0() { return &___peDecls_0; } inline void set_peDecls_0(Hashtable_t1853889766 * value) { ___peDecls_0 = value; Il2CppCodeGenWriteBarrier((&___peDecls_0), value); } inline static int32_t get_offset_of_root_1() { return static_cast(offsetof(DTDParameterEntityDeclarationCollection_t2844734410, ___root_1)); } inline DTDObjectModel_t1729680289 * get_root_1() const { return ___root_1; } inline DTDObjectModel_t1729680289 ** get_address_of_root_1() { return &___root_1; } inline void set_root_1(DTDObjectModel_t1729680289 * value) { ___root_1 = value; Il2CppCodeGenWriteBarrier((&___root_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDPARAMETERENTITYDECLARATIONCOLLECTION_T2844734410_H #ifndef XPATHPARSER_T4136515887_H #define XPATHPARSER_T4136515887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.XPathParser struct XPathParser_t4136515887 : public RuntimeObject { public: // System.Xml.Xsl.IStaticXsltContext Mono.Xml.XPath.XPathParser::Context RuntimeObject* ___Context_0; // System.IO.TextWriter Mono.Xml.XPath.XPathParser::ErrorOutput TextWriter_t3478189236 * ___ErrorOutput_1; // System.Int32 Mono.Xml.XPath.XPathParser::eof_token int32_t ___eof_token_2; // Mono.Xml.XPath.yydebug.yyDebug Mono.Xml.XPath.XPathParser::debug RuntimeObject* ___debug_3; // System.Int32 Mono.Xml.XPath.XPathParser::yyExpectingState int32_t ___yyExpectingState_6; // System.Int32 Mono.Xml.XPath.XPathParser::yyMax int32_t ___yyMax_7; public: inline static int32_t get_offset_of_Context_0() { return static_cast(offsetof(XPathParser_t4136515887, ___Context_0)); } inline RuntimeObject* get_Context_0() const { return ___Context_0; } inline RuntimeObject** get_address_of_Context_0() { return &___Context_0; } inline void set_Context_0(RuntimeObject* value) { ___Context_0 = value; Il2CppCodeGenWriteBarrier((&___Context_0), value); } inline static int32_t get_offset_of_ErrorOutput_1() { return static_cast(offsetof(XPathParser_t4136515887, ___ErrorOutput_1)); } inline TextWriter_t3478189236 * get_ErrorOutput_1() const { return ___ErrorOutput_1; } inline TextWriter_t3478189236 ** get_address_of_ErrorOutput_1() { return &___ErrorOutput_1; } inline void set_ErrorOutput_1(TextWriter_t3478189236 * value) { ___ErrorOutput_1 = value; Il2CppCodeGenWriteBarrier((&___ErrorOutput_1), value); } inline static int32_t get_offset_of_eof_token_2() { return static_cast(offsetof(XPathParser_t4136515887, ___eof_token_2)); } inline int32_t get_eof_token_2() const { return ___eof_token_2; } inline int32_t* get_address_of_eof_token_2() { return &___eof_token_2; } inline void set_eof_token_2(int32_t value) { ___eof_token_2 = value; } inline static int32_t get_offset_of_debug_3() { return static_cast(offsetof(XPathParser_t4136515887, ___debug_3)); } inline RuntimeObject* get_debug_3() const { return ___debug_3; } inline RuntimeObject** get_address_of_debug_3() { return &___debug_3; } inline void set_debug_3(RuntimeObject* value) { ___debug_3 = value; Il2CppCodeGenWriteBarrier((&___debug_3), value); } inline static int32_t get_offset_of_yyExpectingState_6() { return static_cast(offsetof(XPathParser_t4136515887, ___yyExpectingState_6)); } inline int32_t get_yyExpectingState_6() const { return ___yyExpectingState_6; } inline int32_t* get_address_of_yyExpectingState_6() { return &___yyExpectingState_6; } inline void set_yyExpectingState_6(int32_t value) { ___yyExpectingState_6 = value; } inline static int32_t get_offset_of_yyMax_7() { return static_cast(offsetof(XPathParser_t4136515887, ___yyMax_7)); } inline int32_t get_yyMax_7() const { return ___yyMax_7; } inline int32_t* get_address_of_yyMax_7() { return &___yyMax_7; } inline void set_yyMax_7(int32_t value) { ___yyMax_7 = value; } }; struct XPathParser_t4136515887_StaticFields { public: // System.Int32 Mono.Xml.XPath.XPathParser::yyFinal int32_t ___yyFinal_4; // System.String[] Mono.Xml.XPath.XPathParser::yyNames StringU5BU5D_t1281789340* ___yyNames_5; // System.Int16[] Mono.Xml.XPath.XPathParser::yyLhs Int16U5BU5D_t3686840178* ___yyLhs_8; // System.Int16[] Mono.Xml.XPath.XPathParser::yyLen Int16U5BU5D_t3686840178* ___yyLen_9; // System.Int16[] Mono.Xml.XPath.XPathParser::yyDefRed Int16U5BU5D_t3686840178* ___yyDefRed_10; // System.Int16[] Mono.Xml.XPath.XPathParser::yyDgoto Int16U5BU5D_t3686840178* ___yyDgoto_11; // System.Int16[] Mono.Xml.XPath.XPathParser::yySindex Int16U5BU5D_t3686840178* ___yySindex_12; // System.Int16[] Mono.Xml.XPath.XPathParser::yyRindex Int16U5BU5D_t3686840178* ___yyRindex_13; // System.Int16[] Mono.Xml.XPath.XPathParser::yyGindex Int16U5BU5D_t3686840178* ___yyGindex_14; // System.Int16[] Mono.Xml.XPath.XPathParser::yyTable Int16U5BU5D_t3686840178* ___yyTable_15; // System.Int16[] Mono.Xml.XPath.XPathParser::yyCheck Int16U5BU5D_t3686840178* ___yyCheck_16; public: inline static int32_t get_offset_of_yyFinal_4() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyFinal_4)); } inline int32_t get_yyFinal_4() const { return ___yyFinal_4; } inline int32_t* get_address_of_yyFinal_4() { return &___yyFinal_4; } inline void set_yyFinal_4(int32_t value) { ___yyFinal_4 = value; } inline static int32_t get_offset_of_yyNames_5() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyNames_5)); } inline StringU5BU5D_t1281789340* get_yyNames_5() const { return ___yyNames_5; } inline StringU5BU5D_t1281789340** get_address_of_yyNames_5() { return &___yyNames_5; } inline void set_yyNames_5(StringU5BU5D_t1281789340* value) { ___yyNames_5 = value; Il2CppCodeGenWriteBarrier((&___yyNames_5), value); } inline static int32_t get_offset_of_yyLhs_8() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyLhs_8)); } inline Int16U5BU5D_t3686840178* get_yyLhs_8() const { return ___yyLhs_8; } inline Int16U5BU5D_t3686840178** get_address_of_yyLhs_8() { return &___yyLhs_8; } inline void set_yyLhs_8(Int16U5BU5D_t3686840178* value) { ___yyLhs_8 = value; Il2CppCodeGenWriteBarrier((&___yyLhs_8), value); } inline static int32_t get_offset_of_yyLen_9() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyLen_9)); } inline Int16U5BU5D_t3686840178* get_yyLen_9() const { return ___yyLen_9; } inline Int16U5BU5D_t3686840178** get_address_of_yyLen_9() { return &___yyLen_9; } inline void set_yyLen_9(Int16U5BU5D_t3686840178* value) { ___yyLen_9 = value; Il2CppCodeGenWriteBarrier((&___yyLen_9), value); } inline static int32_t get_offset_of_yyDefRed_10() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyDefRed_10)); } inline Int16U5BU5D_t3686840178* get_yyDefRed_10() const { return ___yyDefRed_10; } inline Int16U5BU5D_t3686840178** get_address_of_yyDefRed_10() { return &___yyDefRed_10; } inline void set_yyDefRed_10(Int16U5BU5D_t3686840178* value) { ___yyDefRed_10 = value; Il2CppCodeGenWriteBarrier((&___yyDefRed_10), value); } inline static int32_t get_offset_of_yyDgoto_11() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyDgoto_11)); } inline Int16U5BU5D_t3686840178* get_yyDgoto_11() const { return ___yyDgoto_11; } inline Int16U5BU5D_t3686840178** get_address_of_yyDgoto_11() { return &___yyDgoto_11; } inline void set_yyDgoto_11(Int16U5BU5D_t3686840178* value) { ___yyDgoto_11 = value; Il2CppCodeGenWriteBarrier((&___yyDgoto_11), value); } inline static int32_t get_offset_of_yySindex_12() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yySindex_12)); } inline Int16U5BU5D_t3686840178* get_yySindex_12() const { return ___yySindex_12; } inline Int16U5BU5D_t3686840178** get_address_of_yySindex_12() { return &___yySindex_12; } inline void set_yySindex_12(Int16U5BU5D_t3686840178* value) { ___yySindex_12 = value; Il2CppCodeGenWriteBarrier((&___yySindex_12), value); } inline static int32_t get_offset_of_yyRindex_13() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyRindex_13)); } inline Int16U5BU5D_t3686840178* get_yyRindex_13() const { return ___yyRindex_13; } inline Int16U5BU5D_t3686840178** get_address_of_yyRindex_13() { return &___yyRindex_13; } inline void set_yyRindex_13(Int16U5BU5D_t3686840178* value) { ___yyRindex_13 = value; Il2CppCodeGenWriteBarrier((&___yyRindex_13), value); } inline static int32_t get_offset_of_yyGindex_14() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyGindex_14)); } inline Int16U5BU5D_t3686840178* get_yyGindex_14() const { return ___yyGindex_14; } inline Int16U5BU5D_t3686840178** get_address_of_yyGindex_14() { return &___yyGindex_14; } inline void set_yyGindex_14(Int16U5BU5D_t3686840178* value) { ___yyGindex_14 = value; Il2CppCodeGenWriteBarrier((&___yyGindex_14), value); } inline static int32_t get_offset_of_yyTable_15() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyTable_15)); } inline Int16U5BU5D_t3686840178* get_yyTable_15() const { return ___yyTable_15; } inline Int16U5BU5D_t3686840178** get_address_of_yyTable_15() { return &___yyTable_15; } inline void set_yyTable_15(Int16U5BU5D_t3686840178* value) { ___yyTable_15 = value; Il2CppCodeGenWriteBarrier((&___yyTable_15), value); } inline static int32_t get_offset_of_yyCheck_16() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyCheck_16)); } inline Int16U5BU5D_t3686840178* get_yyCheck_16() const { return ___yyCheck_16; } inline Int16U5BU5D_t3686840178** get_address_of_yyCheck_16() { return &___yyCheck_16; } inline void set_yyCheck_16(Int16U5BU5D_t3686840178* value) { ___yyCheck_16 = value; Il2CppCodeGenWriteBarrier((&___yyCheck_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHPARSER_T4136515887_H #ifndef DTDCONTENTMODELCOLLECTION_T2798820000_H #define DTDCONTENTMODELCOLLECTION_T2798820000_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDContentModelCollection struct DTDContentModelCollection_t2798820000 : public RuntimeObject { public: // System.Collections.ArrayList Mono.Xml.DTDContentModelCollection::contentModel ArrayList_t2718874744 * ___contentModel_0; public: inline static int32_t get_offset_of_contentModel_0() { return static_cast(offsetof(DTDContentModelCollection_t2798820000, ___contentModel_0)); } inline ArrayList_t2718874744 * get_contentModel_0() const { return ___contentModel_0; } inline ArrayList_t2718874744 ** get_address_of_contentModel_0() { return &___contentModel_0; } inline void set_contentModel_0(ArrayList_t2718874744 * value) { ___contentModel_0 = value; Il2CppCodeGenWriteBarrier((&___contentModel_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDCONTENTMODELCOLLECTION_T2798820000_H #ifndef DECODER_T2204182725_H #define DECODER_T2204182725_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.Decoder struct Decoder_t2204182725 : public RuntimeObject { public: // System.Text.DecoderFallback System.Text.Decoder::fallback DecoderFallback_t3123823036 * ___fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::fallback_buffer DecoderFallbackBuffer_t2402303981 * ___fallback_buffer_1; public: inline static int32_t get_offset_of_fallback_0() { return static_cast(offsetof(Decoder_t2204182725, ___fallback_0)); } inline DecoderFallback_t3123823036 * get_fallback_0() const { return ___fallback_0; } inline DecoderFallback_t3123823036 ** get_address_of_fallback_0() { return &___fallback_0; } inline void set_fallback_0(DecoderFallback_t3123823036 * value) { ___fallback_0 = value; Il2CppCodeGenWriteBarrier((&___fallback_0), value); } inline static int32_t get_offset_of_fallback_buffer_1() { return static_cast(offsetof(Decoder_t2204182725, ___fallback_buffer_1)); } inline DecoderFallbackBuffer_t2402303981 * get_fallback_buffer_1() const { return ___fallback_buffer_1; } inline DecoderFallbackBuffer_t2402303981 ** get_address_of_fallback_buffer_1() { return &___fallback_buffer_1; } inline void set_fallback_buffer_1(DecoderFallbackBuffer_t2402303981 * value) { ___fallback_buffer_1 = value; Il2CppCodeGenWriteBarrier((&___fallback_buffer_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECODER_T2204182725_H #ifndef TOKENIZER_T1517940593_H #define TOKENIZER_T1517940593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.Tokenizer struct Tokenizer_t1517940593 : public RuntimeObject { public: // System.String Mono.Xml.XPath.Tokenizer::m_rgchInput String_t* ___m_rgchInput_0; // System.Int32 Mono.Xml.XPath.Tokenizer::m_ich int32_t ___m_ich_1; // System.Int32 Mono.Xml.XPath.Tokenizer::m_cch int32_t ___m_cch_2; // System.Int32 Mono.Xml.XPath.Tokenizer::m_iToken int32_t ___m_iToken_3; // System.Int32 Mono.Xml.XPath.Tokenizer::m_iTokenPrev int32_t ___m_iTokenPrev_4; // System.Object Mono.Xml.XPath.Tokenizer::m_objToken RuntimeObject * ___m_objToken_5; // System.Boolean Mono.Xml.XPath.Tokenizer::m_fPrevWasOperator bool ___m_fPrevWasOperator_6; // System.Boolean Mono.Xml.XPath.Tokenizer::m_fThisIsOperator bool ___m_fThisIsOperator_7; public: inline static int32_t get_offset_of_m_rgchInput_0() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_rgchInput_0)); } inline String_t* get_m_rgchInput_0() const { return ___m_rgchInput_0; } inline String_t** get_address_of_m_rgchInput_0() { return &___m_rgchInput_0; } inline void set_m_rgchInput_0(String_t* value) { ___m_rgchInput_0 = value; Il2CppCodeGenWriteBarrier((&___m_rgchInput_0), value); } inline static int32_t get_offset_of_m_ich_1() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_ich_1)); } inline int32_t get_m_ich_1() const { return ___m_ich_1; } inline int32_t* get_address_of_m_ich_1() { return &___m_ich_1; } inline void set_m_ich_1(int32_t value) { ___m_ich_1 = value; } inline static int32_t get_offset_of_m_cch_2() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_cch_2)); } inline int32_t get_m_cch_2() const { return ___m_cch_2; } inline int32_t* get_address_of_m_cch_2() { return &___m_cch_2; } inline void set_m_cch_2(int32_t value) { ___m_cch_2 = value; } inline static int32_t get_offset_of_m_iToken_3() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_iToken_3)); } inline int32_t get_m_iToken_3() const { return ___m_iToken_3; } inline int32_t* get_address_of_m_iToken_3() { return &___m_iToken_3; } inline void set_m_iToken_3(int32_t value) { ___m_iToken_3 = value; } inline static int32_t get_offset_of_m_iTokenPrev_4() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_iTokenPrev_4)); } inline int32_t get_m_iTokenPrev_4() const { return ___m_iTokenPrev_4; } inline int32_t* get_address_of_m_iTokenPrev_4() { return &___m_iTokenPrev_4; } inline void set_m_iTokenPrev_4(int32_t value) { ___m_iTokenPrev_4 = value; } inline static int32_t get_offset_of_m_objToken_5() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_objToken_5)); } inline RuntimeObject * get_m_objToken_5() const { return ___m_objToken_5; } inline RuntimeObject ** get_address_of_m_objToken_5() { return &___m_objToken_5; } inline void set_m_objToken_5(RuntimeObject * value) { ___m_objToken_5 = value; Il2CppCodeGenWriteBarrier((&___m_objToken_5), value); } inline static int32_t get_offset_of_m_fPrevWasOperator_6() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_fPrevWasOperator_6)); } inline bool get_m_fPrevWasOperator_6() const { return ___m_fPrevWasOperator_6; } inline bool* get_address_of_m_fPrevWasOperator_6() { return &___m_fPrevWasOperator_6; } inline void set_m_fPrevWasOperator_6(bool value) { ___m_fPrevWasOperator_6 = value; } inline static int32_t get_offset_of_m_fThisIsOperator_7() { return static_cast(offsetof(Tokenizer_t1517940593, ___m_fThisIsOperator_7)); } inline bool get_m_fThisIsOperator_7() const { return ___m_fThisIsOperator_7; } inline bool* get_address_of_m_fThisIsOperator_7() { return &___m_fThisIsOperator_7; } inline void set_m_fThisIsOperator_7(bool value) { ___m_fThisIsOperator_7 = value; } }; struct Tokenizer_t1517940593_StaticFields { public: // System.Collections.Hashtable Mono.Xml.XPath.Tokenizer::s_mapTokens Hashtable_t1853889766 * ___s_mapTokens_8; // System.Object[] Mono.Xml.XPath.Tokenizer::s_rgTokenMap ObjectU5BU5D_t2843939325* ___s_rgTokenMap_9; public: inline static int32_t get_offset_of_s_mapTokens_8() { return static_cast(offsetof(Tokenizer_t1517940593_StaticFields, ___s_mapTokens_8)); } inline Hashtable_t1853889766 * get_s_mapTokens_8() const { return ___s_mapTokens_8; } inline Hashtable_t1853889766 ** get_address_of_s_mapTokens_8() { return &___s_mapTokens_8; } inline void set_s_mapTokens_8(Hashtable_t1853889766 * value) { ___s_mapTokens_8 = value; Il2CppCodeGenWriteBarrier((&___s_mapTokens_8), value); } inline static int32_t get_offset_of_s_rgTokenMap_9() { return static_cast(offsetof(Tokenizer_t1517940593_StaticFields, ___s_rgTokenMap_9)); } inline ObjectU5BU5D_t2843939325* get_s_rgTokenMap_9() const { return ___s_rgTokenMap_9; } inline ObjectU5BU5D_t2843939325** get_address_of_s_rgTokenMap_9() { return &___s_rgTokenMap_9; } inline void set_s_rgTokenMap_9(ObjectU5BU5D_t2843939325* value) { ___s_rgTokenMap_9 = value; Il2CppCodeGenWriteBarrier((&___s_rgTokenMap_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TOKENIZER_T1517940593_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 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 NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_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 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 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 XMLPARSERINPUT_T2182411204_H #define XMLPARSERINPUT_T2182411204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlParserInput struct XmlParserInput_t2182411204 : public RuntimeObject { public: // System.Collections.Stack System.Xml.XmlParserInput::sourceStack Stack_t2329662280 * ___sourceStack_0; // System.Xml.XmlParserInput/XmlParserInputSource System.Xml.XmlParserInput::source XmlParserInputSource_t3533005609 * ___source_1; // System.Boolean System.Xml.XmlParserInput::has_peek bool ___has_peek_2; // System.Int32 System.Xml.XmlParserInput::peek_char int32_t ___peek_char_3; // System.Boolean System.Xml.XmlParserInput::allowTextDecl bool ___allowTextDecl_4; public: inline static int32_t get_offset_of_sourceStack_0() { return static_cast(offsetof(XmlParserInput_t2182411204, ___sourceStack_0)); } inline Stack_t2329662280 * get_sourceStack_0() const { return ___sourceStack_0; } inline Stack_t2329662280 ** get_address_of_sourceStack_0() { return &___sourceStack_0; } inline void set_sourceStack_0(Stack_t2329662280 * value) { ___sourceStack_0 = value; Il2CppCodeGenWriteBarrier((&___sourceStack_0), value); } inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(XmlParserInput_t2182411204, ___source_1)); } inline XmlParserInputSource_t3533005609 * get_source_1() const { return ___source_1; } inline XmlParserInputSource_t3533005609 ** get_address_of_source_1() { return &___source_1; } inline void set_source_1(XmlParserInputSource_t3533005609 * value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_has_peek_2() { return static_cast(offsetof(XmlParserInput_t2182411204, ___has_peek_2)); } inline bool get_has_peek_2() const { return ___has_peek_2; } inline bool* get_address_of_has_peek_2() { return &___has_peek_2; } inline void set_has_peek_2(bool value) { ___has_peek_2 = value; } inline static int32_t get_offset_of_peek_char_3() { return static_cast(offsetof(XmlParserInput_t2182411204, ___peek_char_3)); } inline int32_t get_peek_char_3() const { return ___peek_char_3; } inline int32_t* get_address_of_peek_char_3() { return &___peek_char_3; } inline void set_peek_char_3(int32_t value) { ___peek_char_3 = value; } inline static int32_t get_offset_of_allowTextDecl_4() { return static_cast(offsetof(XmlParserInput_t2182411204, ___allowTextDecl_4)); } inline bool get_allowTextDecl_4() const { return ___allowTextDecl_4; } inline bool* get_address_of_allowTextDecl_4() { return &___allowTextDecl_4; } inline void set_allowTextDecl_4(bool value) { ___allowTextDecl_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLPARSERINPUT_T2182411204_H #ifndef FUNCTIONARGUMENTS_T3573450773_H #define FUNCTIONARGUMENTS_T3573450773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773 : public RuntimeObject { public: // System.Xml.XPath.Expression System.Xml.XPath.FunctionArguments::_arg Expression_t1452783009 * ____arg_0; // System.Xml.XPath.FunctionArguments System.Xml.XPath.FunctionArguments::_tail FunctionArguments_t3573450773 * ____tail_1; public: inline static int32_t get_offset_of__arg_0() { return static_cast(offsetof(FunctionArguments_t3573450773, ____arg_0)); } inline Expression_t1452783009 * get__arg_0() const { return ____arg_0; } inline Expression_t1452783009 ** get_address_of__arg_0() { return &____arg_0; } inline void set__arg_0(Expression_t1452783009 * value) { ____arg_0 = value; Il2CppCodeGenWriteBarrier((&____arg_0), value); } inline static int32_t get_offset_of__tail_1() { return static_cast(offsetof(FunctionArguments_t3573450773, ____tail_1)); } inline FunctionArguments_t3573450773 * get__tail_1() const { return ____tail_1; } inline FunctionArguments_t3573450773 ** get_address_of__tail_1() { return &____tail_1; } inline void set__tail_1(FunctionArguments_t3573450773 * value) { ____tail_1 = value; Il2CppCodeGenWriteBarrier((&____tail_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNCTIONARGUMENTS_T3573450773_H #ifndef 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 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 DTDINPUTSTATESTACK_T339956957_H #define DTDINPUTSTATESTACK_T339956957_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/DtdInputStateStack struct DtdInputStateStack_t339956957 : public RuntimeObject { public: // System.Collections.Stack Mono.Xml2.XmlTextReader/DtdInputStateStack::intern Stack_t2329662280 * ___intern_0; public: inline static int32_t get_offset_of_intern_0() { return static_cast(offsetof(DtdInputStateStack_t339956957, ___intern_0)); } inline Stack_t2329662280 * get_intern_0() const { return ___intern_0; } inline Stack_t2329662280 ** get_address_of_intern_0() { return &___intern_0; } inline void set_intern_0(Stack_t2329662280 * value) { ___intern_0 = value; Il2CppCodeGenWriteBarrier((&___intern_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDINPUTSTATESTACK_T339956957_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 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 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 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 EXPRESSION_T1452783009_H #define EXPRESSION_T1452783009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Expression struct Expression_t1452783009 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSION_T1452783009_H #ifndef 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 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 DTDREADER_T386081180_H #define DTDREADER_T386081180_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.DTDReader struct DTDReader_t386081180 : public RuntimeObject { public: // System.Xml.XmlParserInput System.Xml.DTDReader::currentInput XmlParserInput_t2182411204 * ___currentInput_0; // System.Collections.Stack System.Xml.DTDReader::parserInputStack Stack_t2329662280 * ___parserInputStack_1; // System.Char[] System.Xml.DTDReader::nameBuffer CharU5BU5D_t3528271667* ___nameBuffer_2; // System.Int32 System.Xml.DTDReader::nameLength int32_t ___nameLength_3; // System.Int32 System.Xml.DTDReader::nameCapacity int32_t ___nameCapacity_4; // System.Text.StringBuilder System.Xml.DTDReader::valueBuffer StringBuilder_t * ___valueBuffer_5; // System.Int32 System.Xml.DTDReader::currentLinkedNodeLineNumber int32_t ___currentLinkedNodeLineNumber_6; // System.Int32 System.Xml.DTDReader::currentLinkedNodeLinePosition int32_t ___currentLinkedNodeLinePosition_7; // System.Int32 System.Xml.DTDReader::dtdIncludeSect int32_t ___dtdIncludeSect_8; // System.Boolean System.Xml.DTDReader::normalization bool ___normalization_9; // System.Boolean System.Xml.DTDReader::processingInternalSubset bool ___processingInternalSubset_10; // System.String System.Xml.DTDReader::cachedPublicId String_t* ___cachedPublicId_11; // System.String System.Xml.DTDReader::cachedSystemId String_t* ___cachedSystemId_12; // Mono.Xml.DTDObjectModel System.Xml.DTDReader::DTD DTDObjectModel_t1729680289 * ___DTD_13; public: inline static int32_t get_offset_of_currentInput_0() { return static_cast(offsetof(DTDReader_t386081180, ___currentInput_0)); } inline XmlParserInput_t2182411204 * get_currentInput_0() const { return ___currentInput_0; } inline XmlParserInput_t2182411204 ** get_address_of_currentInput_0() { return &___currentInput_0; } inline void set_currentInput_0(XmlParserInput_t2182411204 * value) { ___currentInput_0 = value; Il2CppCodeGenWriteBarrier((&___currentInput_0), value); } inline static int32_t get_offset_of_parserInputStack_1() { return static_cast(offsetof(DTDReader_t386081180, ___parserInputStack_1)); } inline Stack_t2329662280 * get_parserInputStack_1() const { return ___parserInputStack_1; } inline Stack_t2329662280 ** get_address_of_parserInputStack_1() { return &___parserInputStack_1; } inline void set_parserInputStack_1(Stack_t2329662280 * value) { ___parserInputStack_1 = value; Il2CppCodeGenWriteBarrier((&___parserInputStack_1), value); } inline static int32_t get_offset_of_nameBuffer_2() { return static_cast(offsetof(DTDReader_t386081180, ___nameBuffer_2)); } inline CharU5BU5D_t3528271667* get_nameBuffer_2() const { return ___nameBuffer_2; } inline CharU5BU5D_t3528271667** get_address_of_nameBuffer_2() { return &___nameBuffer_2; } inline void set_nameBuffer_2(CharU5BU5D_t3528271667* value) { ___nameBuffer_2 = value; Il2CppCodeGenWriteBarrier((&___nameBuffer_2), value); } inline static int32_t get_offset_of_nameLength_3() { return static_cast(offsetof(DTDReader_t386081180, ___nameLength_3)); } inline int32_t get_nameLength_3() const { return ___nameLength_3; } inline int32_t* get_address_of_nameLength_3() { return &___nameLength_3; } inline void set_nameLength_3(int32_t value) { ___nameLength_3 = value; } inline static int32_t get_offset_of_nameCapacity_4() { return static_cast(offsetof(DTDReader_t386081180, ___nameCapacity_4)); } inline int32_t get_nameCapacity_4() const { return ___nameCapacity_4; } inline int32_t* get_address_of_nameCapacity_4() { return &___nameCapacity_4; } inline void set_nameCapacity_4(int32_t value) { ___nameCapacity_4 = value; } inline static int32_t get_offset_of_valueBuffer_5() { return static_cast(offsetof(DTDReader_t386081180, ___valueBuffer_5)); } inline StringBuilder_t * get_valueBuffer_5() const { return ___valueBuffer_5; } inline StringBuilder_t ** get_address_of_valueBuffer_5() { return &___valueBuffer_5; } inline void set_valueBuffer_5(StringBuilder_t * value) { ___valueBuffer_5 = value; Il2CppCodeGenWriteBarrier((&___valueBuffer_5), value); } inline static int32_t get_offset_of_currentLinkedNodeLineNumber_6() { return static_cast(offsetof(DTDReader_t386081180, ___currentLinkedNodeLineNumber_6)); } inline int32_t get_currentLinkedNodeLineNumber_6() const { return ___currentLinkedNodeLineNumber_6; } inline int32_t* get_address_of_currentLinkedNodeLineNumber_6() { return &___currentLinkedNodeLineNumber_6; } inline void set_currentLinkedNodeLineNumber_6(int32_t value) { ___currentLinkedNodeLineNumber_6 = value; } inline static int32_t get_offset_of_currentLinkedNodeLinePosition_7() { return static_cast(offsetof(DTDReader_t386081180, ___currentLinkedNodeLinePosition_7)); } inline int32_t get_currentLinkedNodeLinePosition_7() const { return ___currentLinkedNodeLinePosition_7; } inline int32_t* get_address_of_currentLinkedNodeLinePosition_7() { return &___currentLinkedNodeLinePosition_7; } inline void set_currentLinkedNodeLinePosition_7(int32_t value) { ___currentLinkedNodeLinePosition_7 = value; } inline static int32_t get_offset_of_dtdIncludeSect_8() { return static_cast(offsetof(DTDReader_t386081180, ___dtdIncludeSect_8)); } inline int32_t get_dtdIncludeSect_8() const { return ___dtdIncludeSect_8; } inline int32_t* get_address_of_dtdIncludeSect_8() { return &___dtdIncludeSect_8; } inline void set_dtdIncludeSect_8(int32_t value) { ___dtdIncludeSect_8 = value; } inline static int32_t get_offset_of_normalization_9() { return static_cast(offsetof(DTDReader_t386081180, ___normalization_9)); } inline bool get_normalization_9() const { return ___normalization_9; } inline bool* get_address_of_normalization_9() { return &___normalization_9; } inline void set_normalization_9(bool value) { ___normalization_9 = value; } inline static int32_t get_offset_of_processingInternalSubset_10() { return static_cast(offsetof(DTDReader_t386081180, ___processingInternalSubset_10)); } inline bool get_processingInternalSubset_10() const { return ___processingInternalSubset_10; } inline bool* get_address_of_processingInternalSubset_10() { return &___processingInternalSubset_10; } inline void set_processingInternalSubset_10(bool value) { ___processingInternalSubset_10 = value; } inline static int32_t get_offset_of_cachedPublicId_11() { return static_cast(offsetof(DTDReader_t386081180, ___cachedPublicId_11)); } inline String_t* get_cachedPublicId_11() const { return ___cachedPublicId_11; } inline String_t** get_address_of_cachedPublicId_11() { return &___cachedPublicId_11; } inline void set_cachedPublicId_11(String_t* value) { ___cachedPublicId_11 = value; Il2CppCodeGenWriteBarrier((&___cachedPublicId_11), value); } inline static int32_t get_offset_of_cachedSystemId_12() { return static_cast(offsetof(DTDReader_t386081180, ___cachedSystemId_12)); } inline String_t* get_cachedSystemId_12() const { return ___cachedSystemId_12; } inline String_t** get_address_of_cachedSystemId_12() { return &___cachedSystemId_12; } inline void set_cachedSystemId_12(String_t* value) { ___cachedSystemId_12 = value; Il2CppCodeGenWriteBarrier((&___cachedSystemId_12), value); } inline static int32_t get_offset_of_DTD_13() { return static_cast(offsetof(DTDReader_t386081180, ___DTD_13)); } inline DTDObjectModel_t1729680289 * get_DTD_13() const { return ___DTD_13; } inline DTDObjectModel_t1729680289 ** get_address_of_DTD_13() { return &___DTD_13; } inline void set_DTD_13(DTDObjectModel_t1729680289 * value) { ___DTD_13 = value; Il2CppCodeGenWriteBarrier((&___DTD_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDREADER_T386081180_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 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 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 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 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 STACK_T2329662280_H #define STACK_T2329662280_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Stack struct Stack_t2329662280 : public RuntimeObject { public: // System.Object[] System.Collections.Stack::contents ObjectU5BU5D_t2843939325* ___contents_0; // System.Int32 System.Collections.Stack::current int32_t ___current_1; // System.Int32 System.Collections.Stack::count int32_t ___count_2; // System.Int32 System.Collections.Stack::capacity int32_t ___capacity_3; // System.Int32 System.Collections.Stack::modCount int32_t ___modCount_4; public: inline static int32_t get_offset_of_contents_0() { return static_cast(offsetof(Stack_t2329662280, ___contents_0)); } inline ObjectU5BU5D_t2843939325* get_contents_0() const { return ___contents_0; } inline ObjectU5BU5D_t2843939325** get_address_of_contents_0() { return &___contents_0; } inline void set_contents_0(ObjectU5BU5D_t2843939325* value) { ___contents_0 = value; Il2CppCodeGenWriteBarrier((&___contents_0), value); } inline static int32_t get_offset_of_current_1() { return static_cast(offsetof(Stack_t2329662280, ___current_1)); } inline int32_t get_current_1() const { return ___current_1; } inline int32_t* get_address_of_current_1() { return &___current_1; } inline void set_current_1(int32_t value) { ___current_1 = value; } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Stack_t2329662280, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_capacity_3() { return static_cast(offsetof(Stack_t2329662280, ___capacity_3)); } inline int32_t get_capacity_3() const { return ___capacity_3; } inline int32_t* get_address_of_capacity_3() { return &___capacity_3; } inline void set_capacity_3(int32_t value) { ___capacity_3 = value; } inline static int32_t get_offset_of_modCount_4() { return static_cast(offsetof(Stack_t2329662280, ___modCount_4)); } inline int32_t get_modCount_4() const { return ___modCount_4; } inline int32_t* get_address_of_modCount_4() { return &___modCount_4; } inline void set_modCount_4(int32_t value) { ___modCount_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STACK_T2329662280_H #ifndef 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 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 STRINGCOLLECTION_T167406615_H #define STRINGCOLLECTION_T167406615_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.StringCollection struct StringCollection_t167406615 : public RuntimeObject { public: // System.Collections.ArrayList System.Collections.Specialized.StringCollection::data ArrayList_t2718874744 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(StringCollection_t167406615, ___data_0)); } inline ArrayList_t2718874744 * get_data_0() const { return ___data_0; } inline ArrayList_t2718874744 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ArrayList_t2718874744 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((&___data_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGCOLLECTION_T167406615_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 XMLSCHEMAOBJECTENUMERATOR_T503074204_H #define XMLSCHEMAOBJECTENUMERATOR_T503074204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectEnumerator struct XmlSchemaObjectEnumerator_t503074204 : public RuntimeObject { public: // System.Collections.IEnumerator System.Xml.Schema.XmlSchemaObjectEnumerator::ienum RuntimeObject* ___ienum_0; public: inline static int32_t get_offset_of_ienum_0() { return static_cast(offsetof(XmlSchemaObjectEnumerator_t503074204, ___ienum_0)); } inline RuntimeObject* get_ienum_0() const { return ___ienum_0; } inline RuntimeObject** get_address_of_ienum_0() { return &___ienum_0; } inline void set_ienum_0(RuntimeObject* value) { ___ienum_0 = value; Il2CppCodeGenWriteBarrier((&___ienum_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECTENUMERATOR_T503074204_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 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 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 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 VALIDATIONHANDLER_T3551360050_H #define VALIDATIONHANDLER_T3551360050_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationHandler struct ValidationHandler_t3551360050 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONHANDLER_T3551360050_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 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 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 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 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 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 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 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 EXPRNEG_T381818215_H #define EXPRNEG_T381818215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNEG struct ExprNEG_t381818215 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprNEG::_expr Expression_t1452783009 * ____expr_0; public: inline static int32_t get_offset_of__expr_0() { return static_cast(offsetof(ExprNEG_t381818215, ____expr_0)); } inline Expression_t1452783009 * get__expr_0() const { return ____expr_0; } inline Expression_t1452783009 ** get_address_of__expr_0() { return &____expr_0; } inline void set__expr_0(Expression_t1452783009 * value) { ____expr_0 = value; Il2CppCodeGenWriteBarrier((&____expr_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNEG_T381818215_H #ifndef TAGNAME_T2891256255_H #define TAGNAME_T2891256255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255 { public: // System.String Mono.Xml2.XmlTextReader/TagName::Name String_t* ___Name_0; // System.String Mono.Xml2.XmlTextReader/TagName::LocalName String_t* ___LocalName_1; // System.String Mono.Xml2.XmlTextReader/TagName::Prefix String_t* ___Prefix_2; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(TagName_t2891256255, ___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); } inline static int32_t get_offset_of_LocalName_1() { return static_cast(offsetof(TagName_t2891256255, ___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_Prefix_2() { return static_cast(offsetof(TagName_t2891256255, ___Prefix_2)); } inline String_t* get_Prefix_2() const { return ___Prefix_2; } inline String_t** get_address_of_Prefix_2() { return &___Prefix_2; } inline void set_Prefix_2(String_t* value) { ___Prefix_2 = value; Il2CppCodeGenWriteBarrier((&___Prefix_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_pinvoke { char* ___Name_0; char* ___LocalName_1; char* ___Prefix_2; }; // Native definition for COM marshalling of Mono.Xml2.XmlTextReader/TagName struct TagName_t2891256255_marshaled_com { Il2CppChar* ___Name_0; Il2CppChar* ___LocalName_1; Il2CppChar* ___Prefix_2; }; #endif // TAGNAME_T2891256255_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 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 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 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 YYRULES_T2124747439_H #define YYRULES_T2124747439_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.XPathParser/YYRules struct YYRules_t2124747439 : public MarshalByRefObject_t2760389100 { public: public: }; struct YYRules_t2124747439_StaticFields { public: // System.String[] Mono.Xml.XPath.XPathParser/YYRules::yyRule StringU5BU5D_t1281789340* ___yyRule_1; public: inline static int32_t get_offset_of_yyRule_1() { return static_cast(offsetof(YYRules_t2124747439_StaticFields, ___yyRule_1)); } inline StringU5BU5D_t1281789340* get_yyRule_1() const { return ___yyRule_1; } inline StringU5BU5D_t1281789340** get_address_of_yyRule_1() { return &___yyRule_1; } inline void set_yyRule_1(StringU5BU5D_t1281789340* value) { ___yyRule_1 = value; Il2CppCodeGenWriteBarrier((&___yyRule_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // YYRULES_T2124747439_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 EXPRNUMBER_T3483239576_H #define EXPRNUMBER_T3483239576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576 : public Expression_t1452783009 { public: // System.Double System.Xml.XPath.ExprNumber::_value double ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ExprNumber_t3483239576, ____value_0)); } inline double get__value_0() const { return ____value_0; } inline double* get_address_of__value_0() { return &____value_0; } inline void set__value_0(double value) { ____value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNUMBER_T3483239576_H #ifndef 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 EXPRVARIABLE_T1387751146_H #define EXPRVARIABLE_T1387751146_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprVariable struct ExprVariable_t1387751146 : public Expression_t1452783009 { public: // System.Xml.XmlQualifiedName System.Xml.XPath.ExprVariable::_name XmlQualifiedName_t2760654312 * ____name_0; // System.Boolean System.Xml.XPath.ExprVariable::resolvedName bool ___resolvedName_1; public: inline static int32_t get_offset_of__name_0() { return static_cast(offsetof(ExprVariable_t1387751146, ____name_0)); } inline XmlQualifiedName_t2760654312 * get__name_0() const { return ____name_0; } inline XmlQualifiedName_t2760654312 ** get_address_of__name_0() { return &____name_0; } inline void set__name_0(XmlQualifiedName_t2760654312 * value) { ____name_0 = value; Il2CppCodeGenWriteBarrier((&____name_0), value); } inline static int32_t get_offset_of_resolvedName_1() { return static_cast(offsetof(ExprVariable_t1387751146, ___resolvedName_1)); } inline bool get_resolvedName_1() const { return ___resolvedName_1; } inline bool* get_address_of_resolvedName_1() { return &___resolvedName_1; } inline void set_resolvedName_1(bool value) { ___resolvedName_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRVARIABLE_T1387751146_H #ifndef EXPRPARENS_T795575662_H #define EXPRPARENS_T795575662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprParens struct ExprParens_t795575662 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprParens::_expr Expression_t1452783009 * ____expr_0; public: inline static int32_t get_offset_of__expr_0() { return static_cast(offsetof(ExprParens_t795575662, ____expr_0)); } inline Expression_t1452783009 * get__expr_0() const { return ____expr_0; } inline Expression_t1452783009 ** get_address_of__expr_0() { return &____expr_0; } inline void set__expr_0(Expression_t1452783009 * value) { ____expr_0 = value; Il2CppCodeGenWriteBarrier((&____expr_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRPARENS_T795575662_H #ifndef MONOFIXATTRIBUTE_T630276366_H #define MONOFIXATTRIBUTE_T630276366_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.MonoFIXAttribute struct MonoFIXAttribute_t630276366 : public Attribute_t861562559 { public: // System.String System.Xml.MonoFIXAttribute::comment String_t* ___comment_0; public: inline static int32_t get_offset_of_comment_0() { return static_cast(offsetof(MonoFIXAttribute_t630276366, ___comment_0)); } inline String_t* get_comment_0() const { return ___comment_0; } inline String_t** get_address_of_comment_0() { return &___comment_0; } inline void set_comment_0(String_t* value) { ___comment_0 = value; Il2CppCodeGenWriteBarrier((&___comment_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOFIXATTRIBUTE_T630276366_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 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 QNAMEVALUETYPE_T615604793_H #define QNAMEVALUETYPE_T615604793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.QNameValueType struct QNameValueType_t615604793 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.QNameValueType::value XmlQualifiedName_t2760654312 * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(QNameValueType_t615604793, ___value_0)); } inline XmlQualifiedName_t2760654312 * get_value_0() const { return ___value_0; } inline XmlQualifiedName_t2760654312 ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(XmlQualifiedName_t2760654312 * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.Schema.QNameValueType struct QNameValueType_t615604793_marshaled_pinvoke { XmlQualifiedName_t2760654312 * ___value_0; }; // Native definition for COM marshalling of System.Xml.Schema.QNameValueType struct QNameValueType_t615604793_marshaled_com { XmlQualifiedName_t2760654312 * ___value_0; }; #endif // QNAMEVALUETYPE_T615604793_H #ifndef STRINGARRAYVALUETYPE_T3147326440_H #define STRINGARRAYVALUETYPE_T3147326440_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.StringArrayValueType struct StringArrayValueType_t3147326440 { public: // System.String[] System.Xml.Schema.StringArrayValueType::value StringU5BU5D_t1281789340* ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(StringArrayValueType_t3147326440, ___value_0)); } inline StringU5BU5D_t1281789340* get_value_0() const { return ___value_0; } inline StringU5BU5D_t1281789340** get_address_of_value_0() { return &___value_0; } inline void set_value_0(StringU5BU5D_t1281789340* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.Schema.StringArrayValueType struct StringArrayValueType_t3147326440_marshaled_pinvoke { char** ___value_0; }; // Native definition for COM marshalling of System.Xml.Schema.StringArrayValueType struct StringArrayValueType_t3147326440_marshaled_com { Il2CppChar** ___value_0; }; #endif // STRINGARRAYVALUETYPE_T3147326440_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 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 STRINGVALUETYPE_T261329552_H #define STRINGVALUETYPE_T261329552_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.StringValueType struct StringValueType_t261329552 { public: // System.String System.Xml.Schema.StringValueType::value String_t* ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(StringValueType_t261329552, ___value_0)); } inline String_t* get_value_0() const { return ___value_0; } inline String_t** get_address_of_value_0() { return &___value_0; } inline void set_value_0(String_t* value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.Schema.StringValueType struct StringValueType_t261329552_marshaled_pinvoke { char* ___value_0; }; // Native definition for COM marshalling of System.Xml.Schema.StringValueType struct StringValueType_t261329552_marshaled_com { Il2CppChar* ___value_0; }; #endif // STRINGVALUETYPE_T261329552_H #ifndef URIVALUETYPE_T2866347695_H #define URIVALUETYPE_T2866347695_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.UriValueType struct UriValueType_t2866347695 { public: // Mono.Xml.Schema.XmlSchemaUri System.Xml.Schema.UriValueType::value XmlSchemaUri_t3948303260 * ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(UriValueType_t2866347695, ___value_0)); } inline XmlSchemaUri_t3948303260 * get_value_0() const { return ___value_0; } inline XmlSchemaUri_t3948303260 ** get_address_of_value_0() { return &___value_0; } inline void set_value_0(XmlSchemaUri_t3948303260 * value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((&___value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Xml.Schema.UriValueType struct UriValueType_t2866347695_marshaled_pinvoke { XmlSchemaUri_t3948303260 * ___value_0; }; // Native definition for COM marshalling of System.Xml.Schema.UriValueType struct UriValueType_t2866347695_marshaled_com { XmlSchemaUri_t3948303260 * ___value_0; }; #endif // URIVALUETYPE_T2866347695_H #ifndef XMLSCHEMAURI_T3948303260_H #define XMLSCHEMAURI_T3948303260_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XmlSchemaUri struct XmlSchemaUri_t3948303260 : public Uri_t100236324 { public: // System.String Mono.Xml.Schema.XmlSchemaUri::value String_t* ___value_36; public: inline static int32_t get_offset_of_value_36() { return static_cast(offsetof(XmlSchemaUri_t3948303260, ___value_36)); } inline String_t* get_value_36() const { return ___value_36; } inline String_t** get_address_of_value_36() { return &___value_36; } inline void set_value_36(String_t* value) { ___value_36 = value; Il2CppCodeGenWriteBarrier((&___value_36), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAURI_T3948303260_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 MONOTODOATTRIBUTE_T4131080583_H #define MONOTODOATTRIBUTE_T4131080583_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.MonoTODOAttribute struct MonoTODOAttribute_t4131080583 : public Attribute_t861562559 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MONOTODOATTRIBUTE_T4131080583_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 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 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 DTDELEMENTDECLARATION_T1830540991_H #define DTDELEMENTDECLARATION_T1830540991_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDElementDeclaration struct DTDElementDeclaration_t1830540991 : public DTDNode_t858560093 { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDElementDeclaration::root DTDObjectModel_t1729680289 * ___root_5; // Mono.Xml.DTDContentModel Mono.Xml.DTDElementDeclaration::contentModel DTDContentModel_t3264596611 * ___contentModel_6; // System.String Mono.Xml.DTDElementDeclaration::name String_t* ___name_7; // System.Boolean Mono.Xml.DTDElementDeclaration::isEmpty bool ___isEmpty_8; // System.Boolean Mono.Xml.DTDElementDeclaration::isAny bool ___isAny_9; // System.Boolean Mono.Xml.DTDElementDeclaration::isMixedContent bool ___isMixedContent_10; public: inline static int32_t get_offset_of_root_5() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___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); } inline static int32_t get_offset_of_contentModel_6() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___contentModel_6)); } inline DTDContentModel_t3264596611 * get_contentModel_6() const { return ___contentModel_6; } inline DTDContentModel_t3264596611 ** get_address_of_contentModel_6() { return &___contentModel_6; } inline void set_contentModel_6(DTDContentModel_t3264596611 * value) { ___contentModel_6 = value; Il2CppCodeGenWriteBarrier((&___contentModel_6), value); } inline static int32_t get_offset_of_name_7() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___name_7)); } inline String_t* get_name_7() const { return ___name_7; } inline String_t** get_address_of_name_7() { return &___name_7; } inline void set_name_7(String_t* value) { ___name_7 = value; Il2CppCodeGenWriteBarrier((&___name_7), value); } inline static int32_t get_offset_of_isEmpty_8() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___isEmpty_8)); } inline bool get_isEmpty_8() const { return ___isEmpty_8; } inline bool* get_address_of_isEmpty_8() { return &___isEmpty_8; } inline void set_isEmpty_8(bool value) { ___isEmpty_8 = value; } inline static int32_t get_offset_of_isAny_9() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___isAny_9)); } inline bool get_isAny_9() const { return ___isAny_9; } inline bool* get_address_of_isAny_9() { return &___isAny_9; } inline void set_isAny_9(bool value) { ___isAny_9 = value; } inline static int32_t get_offset_of_isMixedContent_10() { return static_cast(offsetof(DTDElementDeclaration_t1830540991, ___isMixedContent_10)); } inline bool get_isMixedContent_10() const { return ___isMixedContent_10; } inline bool* get_address_of_isMixedContent_10() { return &___isMixedContent_10; } inline void set_isMixedContent_10(bool value) { ___isMixedContent_10 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDELEMENTDECLARATION_T1830540991_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 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 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 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 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 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 EXPRBINARY_T2069694888_H #define EXPRBINARY_T2069694888_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBinary struct ExprBinary_t2069694888 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_left Expression_t1452783009 * ____left_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_right Expression_t1452783009 * ____right_1; public: inline static int32_t get_offset_of__left_0() { return static_cast(offsetof(ExprBinary_t2069694888, ____left_0)); } inline Expression_t1452783009 * get__left_0() const { return ____left_0; } inline Expression_t1452783009 ** get_address_of__left_0() { return &____left_0; } inline void set__left_0(Expression_t1452783009 * value) { ____left_0 = value; Il2CppCodeGenWriteBarrier((&____left_0), value); } inline static int32_t get_offset_of__right_1() { return static_cast(offsetof(ExprBinary_t2069694888, ____right_1)); } inline Expression_t1452783009 * get__right_1() const { return ____right_1; } inline Expression_t1452783009 ** get_address_of__right_1() { return &____right_1; } inline void set__right_1(Expression_t1452783009 * value) { ____right_1 = value; Il2CppCodeGenWriteBarrier((&____right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBINARY_T2069694888_H #ifndef 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 XSDINVALIDVALIDATIONSTATE_T3749995458_H #define XSDINVALIDVALIDATIONSTATE_T3749995458_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdInvalidValidationState struct XsdInvalidValidationState_t3749995458 : public XsdValidationState_t376578997 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDINVALIDVALIDATIONSTATE_T3749995458_H #ifndef EXPRLITERAL_T2264229068_H #define EXPRLITERAL_T2264229068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLiteral struct ExprLiteral_t2264229068 : public Expression_t1452783009 { public: // System.String System.Xml.XPath.ExprLiteral::_value String_t* ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ExprLiteral_t2264229068, ____value_0)); } inline String_t* get__value_0() const { return ____value_0; } inline String_t** get_address_of__value_0() { return &____value_0; } inline void set__value_0(String_t* value) { ____value_0 = value; Il2CppCodeGenWriteBarrier((&____value_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLITERAL_T2264229068_H #ifndef U24ARRAYTYPEU24208_T3503460108_H #define U24ARRAYTYPEU24208_T3503460108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$208 struct U24ArrayTypeU24208_t3503460108 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24208_t3503460108__padding[208]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24208_T3503460108_H #ifndef U24ARRAYTYPEU24236_T1547144958_H #define U24ARRAYTYPEU24236_T1547144958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$236 struct U24ArrayTypeU24236_t1547144958 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24236_t1547144958__padding[236]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24236_T1547144958_H #ifndef 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 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 YYEXCEPTION_T1362412556_H #define YYEXCEPTION_T1362412556_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.yyParser.yyException struct yyException_t1362412556 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // YYEXCEPTION_T1362412556_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 XMLFILTERREADER_T953863161_H #define XMLFILTERREADER_T953863161_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XmlFilterReader struct XmlFilterReader_t953863161 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.XmlFilterReader::reader XmlReader_t3121518892 * ___reader_2; // System.Xml.XmlReaderSettings Mono.Xml.XmlFilterReader::settings XmlReaderSettings_t2186285234 * ___settings_3; // System.Xml.IXmlLineInfo Mono.Xml.XmlFilterReader::lineInfo RuntimeObject* ___lineInfo_4; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(XmlFilterReader_t953863161, ___reader_2)); } inline XmlReader_t3121518892 * get_reader_2() const { return ___reader_2; } inline XmlReader_t3121518892 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(XmlReader_t3121518892 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_settings_3() { return static_cast(offsetof(XmlFilterReader_t953863161, ___settings_3)); } inline XmlReaderSettings_t2186285234 * get_settings_3() const { return ___settings_3; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_3() { return &___settings_3; } inline void set_settings_3(XmlReaderSettings_t2186285234 * value) { ___settings_3 = value; Il2CppCodeGenWriteBarrier((&___settings_3), value); } inline static int32_t get_offset_of_lineInfo_4() { return static_cast(offsetof(XmlFilterReader_t953863161, ___lineInfo_4)); } inline RuntimeObject* get_lineInfo_4() const { return ___lineInfo_4; } inline RuntimeObject** get_address_of_lineInfo_4() { return &___lineInfo_4; } inline void set_lineInfo_4(RuntimeObject* value) { ___lineInfo_4 = value; Il2CppCodeGenWriteBarrier((&___lineInfo_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLFILTERREADER_T953863161_H #ifndef NODESET_T3272593155_H #define NODESET_T3272593155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeSet struct NodeSet_t3272593155 : public Expression_t1452783009 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODESET_T3272593155_H #ifndef 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 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 TEXTWRITER_T3478189236_H #define TEXTWRITER_T3478189236_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.TextWriter struct TextWriter_t3478189236 : public MarshalByRefObject_t2760389100 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t3528271667* ___CoreNewLine_1; // System.IFormatProvider System.IO.TextWriter::internalFormatProvider RuntimeObject* ___internalFormatProvider_2; public: inline static int32_t get_offset_of_CoreNewLine_1() { return static_cast(offsetof(TextWriter_t3478189236, ___CoreNewLine_1)); } inline CharU5BU5D_t3528271667* get_CoreNewLine_1() const { return ___CoreNewLine_1; } inline CharU5BU5D_t3528271667** get_address_of_CoreNewLine_1() { return &___CoreNewLine_1; } inline void set_CoreNewLine_1(CharU5BU5D_t3528271667* value) { ___CoreNewLine_1 = value; Il2CppCodeGenWriteBarrier((&___CoreNewLine_1), value); } inline static int32_t get_offset_of_internalFormatProvider_2() { return static_cast(offsetof(TextWriter_t3478189236, ___internalFormatProvider_2)); } inline RuntimeObject* get_internalFormatProvider_2() const { return ___internalFormatProvider_2; } inline RuntimeObject** get_address_of_internalFormatProvider_2() { return &___internalFormatProvider_2; } inline void set_internalFormatProvider_2(RuntimeObject* value) { ___internalFormatProvider_2 = value; Il2CppCodeGenWriteBarrier((&___internalFormatProvider_2), value); } }; struct TextWriter_t3478189236_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t3478189236 * ___Null_3; public: inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextWriter_t3478189236_StaticFields, ___Null_3)); } inline TextWriter_t3478189236 * get_Null_3() const { return ___Null_3; } inline TextWriter_t3478189236 ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextWriter_t3478189236 * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((&___Null_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TEXTWRITER_T3478189236_H #ifndef 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 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 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 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 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 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 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 XMLDOCUMENTEDITABLENAVIGATOR_T22456660_H #define XMLDOCUMENTEDITABLENAVIGATOR_T22456660_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.XmlDocumentEditableNavigator struct XmlDocumentEditableNavigator_t22456660 : public XPathNavigator_t787956054 { public: // Mono.Xml.XPath.XPathEditableDocument Mono.Xml.XPath.XmlDocumentEditableNavigator::document XPathEditableDocument_t3642283412 * ___document_3; // System.Xml.XPath.XPathNavigator Mono.Xml.XPath.XmlDocumentEditableNavigator::navigator XPathNavigator_t787956054 * ___navigator_4; public: inline static int32_t get_offset_of_document_3() { return static_cast(offsetof(XmlDocumentEditableNavigator_t22456660, ___document_3)); } inline XPathEditableDocument_t3642283412 * get_document_3() const { return ___document_3; } inline XPathEditableDocument_t3642283412 ** get_address_of_document_3() { return &___document_3; } inline void set_document_3(XPathEditableDocument_t3642283412 * value) { ___document_3 = value; Il2CppCodeGenWriteBarrier((&___document_3), value); } inline static int32_t get_offset_of_navigator_4() { return static_cast(offsetof(XmlDocumentEditableNavigator_t22456660, ___navigator_4)); } inline XPathNavigator_t787956054 * get_navigator_4() const { return ___navigator_4; } inline XPathNavigator_t787956054 ** get_address_of_navigator_4() { return &___navigator_4; } inline void set_navigator_4(XPathNavigator_t787956054 * value) { ___navigator_4 = value; Il2CppCodeGenWriteBarrier((&___navigator_4), value); } }; struct XmlDocumentEditableNavigator_t22456660_StaticFields { public: // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::isXmlDocumentNavigatorImpl bool ___isXmlDocumentNavigatorImpl_2; public: inline static int32_t get_offset_of_isXmlDocumentNavigatorImpl_2() { return static_cast(offsetof(XmlDocumentEditableNavigator_t22456660_StaticFields, ___isXmlDocumentNavigatorImpl_2)); } inline bool get_isXmlDocumentNavigatorImpl_2() const { return ___isXmlDocumentNavigatorImpl_2; } inline bool* get_address_of_isXmlDocumentNavigatorImpl_2() { return &___isXmlDocumentNavigatorImpl_2; } inline void set_isXmlDocumentNavigatorImpl_2(bool value) { ___isXmlDocumentNavigatorImpl_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENTEDITABLENAVIGATOR_T22456660_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 XPATHEXCEPTION_T2107611652_H #define XPATHEXCEPTION_T2107611652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathException struct XPathException_t2107611652 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEXCEPTION_T2107611652_H #ifndef 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 MEMORYSTREAM_T94973147_H #define MEMORYSTREAM_T94973147_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.MemoryStream struct MemoryStream_t94973147 : public Stream_t1273022909 { public: // System.Boolean System.IO.MemoryStream::canWrite bool ___canWrite_2; // System.Boolean System.IO.MemoryStream::allowGetBuffer bool ___allowGetBuffer_3; // System.Int32 System.IO.MemoryStream::capacity int32_t ___capacity_4; // System.Int32 System.IO.MemoryStream::length int32_t ___length_5; // System.Byte[] System.IO.MemoryStream::internalBuffer ByteU5BU5D_t4116647657* ___internalBuffer_6; // System.Int32 System.IO.MemoryStream::initialIndex int32_t ___initialIndex_7; // System.Boolean System.IO.MemoryStream::expandable bool ___expandable_8; // System.Boolean System.IO.MemoryStream::streamClosed bool ___streamClosed_9; // System.Int32 System.IO.MemoryStream::position int32_t ___position_10; // System.Int32 System.IO.MemoryStream::dirty_bytes int32_t ___dirty_bytes_11; public: inline static int32_t get_offset_of_canWrite_2() { return static_cast(offsetof(MemoryStream_t94973147, ___canWrite_2)); } inline bool get_canWrite_2() const { return ___canWrite_2; } inline bool* get_address_of_canWrite_2() { return &___canWrite_2; } inline void set_canWrite_2(bool value) { ___canWrite_2 = value; } inline static int32_t get_offset_of_allowGetBuffer_3() { return static_cast(offsetof(MemoryStream_t94973147, ___allowGetBuffer_3)); } inline bool get_allowGetBuffer_3() const { return ___allowGetBuffer_3; } inline bool* get_address_of_allowGetBuffer_3() { return &___allowGetBuffer_3; } inline void set_allowGetBuffer_3(bool value) { ___allowGetBuffer_3 = value; } inline static int32_t get_offset_of_capacity_4() { return static_cast(offsetof(MemoryStream_t94973147, ___capacity_4)); } inline int32_t get_capacity_4() const { return ___capacity_4; } inline int32_t* get_address_of_capacity_4() { return &___capacity_4; } inline void set_capacity_4(int32_t value) { ___capacity_4 = value; } inline static int32_t get_offset_of_length_5() { return static_cast(offsetof(MemoryStream_t94973147, ___length_5)); } inline int32_t get_length_5() const { return ___length_5; } inline int32_t* get_address_of_length_5() { return &___length_5; } inline void set_length_5(int32_t value) { ___length_5 = value; } inline static int32_t get_offset_of_internalBuffer_6() { return static_cast(offsetof(MemoryStream_t94973147, ___internalBuffer_6)); } inline ByteU5BU5D_t4116647657* get_internalBuffer_6() const { return ___internalBuffer_6; } inline ByteU5BU5D_t4116647657** get_address_of_internalBuffer_6() { return &___internalBuffer_6; } inline void set_internalBuffer_6(ByteU5BU5D_t4116647657* value) { ___internalBuffer_6 = value; Il2CppCodeGenWriteBarrier((&___internalBuffer_6), value); } inline static int32_t get_offset_of_initialIndex_7() { return static_cast(offsetof(MemoryStream_t94973147, ___initialIndex_7)); } inline int32_t get_initialIndex_7() const { return ___initialIndex_7; } inline int32_t* get_address_of_initialIndex_7() { return &___initialIndex_7; } inline void set_initialIndex_7(int32_t value) { ___initialIndex_7 = value; } inline static int32_t get_offset_of_expandable_8() { return static_cast(offsetof(MemoryStream_t94973147, ___expandable_8)); } inline bool get_expandable_8() const { return ___expandable_8; } inline bool* get_address_of_expandable_8() { return &___expandable_8; } inline void set_expandable_8(bool value) { ___expandable_8 = value; } inline static int32_t get_offset_of_streamClosed_9() { return static_cast(offsetof(MemoryStream_t94973147, ___streamClosed_9)); } inline bool get_streamClosed_9() const { return ___streamClosed_9; } inline bool* get_address_of_streamClosed_9() { return &___streamClosed_9; } inline void set_streamClosed_9(bool value) { ___streamClosed_9 = value; } inline static int32_t get_offset_of_position_10() { return static_cast(offsetof(MemoryStream_t94973147, ___position_10)); } inline int32_t get_position_10() const { return ___position_10; } inline int32_t* get_address_of_position_10() { return &___position_10; } inline void set_position_10(int32_t value) { ___position_10 = value; } inline static int32_t get_offset_of_dirty_bytes_11() { return static_cast(offsetof(MemoryStream_t94973147, ___dirty_bytes_11)); } inline int32_t get_dirty_bytes_11() const { return ___dirty_bytes_11; } inline int32_t* get_address_of_dirty_bytes_11() { return &___dirty_bytes_11; } inline void set_dirty_bytes_11(int32_t value) { ___dirty_bytes_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMORYSTREAM_T94973147_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 COMPAREOPTIONS_T4130014775_H #define COMPAREOPTIONS_T4130014775_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CompareOptions struct CompareOptions_t4130014775 { public: // System.Int32 System.Globalization.CompareOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CompareOptions_t4130014775, ___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 // COMPAREOPTIONS_T4130014775_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 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 ASSEMBLY_T_H #define ASSEMBLY_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { public: // System.IntPtr System.Reflection.Assembly::_mono_assembly intptr_t ____mono_assembly_0; // System.Reflection.Assembly/ResolveEventHolder System.Reflection.Assembly::resolve_event_holder ResolveEventHolder_t2120639521 * ___resolve_event_holder_1; // System.Security.Policy.Evidence System.Reflection.Assembly::_evidence Evidence_t2008144148 * ____evidence_2; // System.Security.PermissionSet System.Reflection.Assembly::_minimum PermissionSet_t223948603 * ____minimum_3; // System.Security.PermissionSet System.Reflection.Assembly::_optional PermissionSet_t223948603 * ____optional_4; // System.Security.PermissionSet System.Reflection.Assembly::_refuse PermissionSet_t223948603 * ____refuse_5; // System.Security.PermissionSet System.Reflection.Assembly::_granted PermissionSet_t223948603 * ____granted_6; // System.Security.PermissionSet System.Reflection.Assembly::_denied PermissionSet_t223948603 * ____denied_7; // System.Boolean System.Reflection.Assembly::fromByteArray bool ___fromByteArray_8; // System.String System.Reflection.Assembly::assemblyName String_t* ___assemblyName_9; public: inline static int32_t get_offset_of__mono_assembly_0() { return static_cast(offsetof(Assembly_t, ____mono_assembly_0)); } inline intptr_t get__mono_assembly_0() const { return ____mono_assembly_0; } inline intptr_t* get_address_of__mono_assembly_0() { return &____mono_assembly_0; } inline void set__mono_assembly_0(intptr_t value) { ____mono_assembly_0 = value; } inline static int32_t get_offset_of_resolve_event_holder_1() { return static_cast(offsetof(Assembly_t, ___resolve_event_holder_1)); } inline ResolveEventHolder_t2120639521 * get_resolve_event_holder_1() const { return ___resolve_event_holder_1; } inline ResolveEventHolder_t2120639521 ** get_address_of_resolve_event_holder_1() { return &___resolve_event_holder_1; } inline void set_resolve_event_holder_1(ResolveEventHolder_t2120639521 * value) { ___resolve_event_holder_1 = value; Il2CppCodeGenWriteBarrier((&___resolve_event_holder_1), value); } inline static int32_t get_offset_of__evidence_2() { return static_cast(offsetof(Assembly_t, ____evidence_2)); } inline Evidence_t2008144148 * get__evidence_2() const { return ____evidence_2; } inline Evidence_t2008144148 ** get_address_of__evidence_2() { return &____evidence_2; } inline void set__evidence_2(Evidence_t2008144148 * value) { ____evidence_2 = value; Il2CppCodeGenWriteBarrier((&____evidence_2), value); } inline static int32_t get_offset_of__minimum_3() { return static_cast(offsetof(Assembly_t, ____minimum_3)); } inline PermissionSet_t223948603 * get__minimum_3() const { return ____minimum_3; } inline PermissionSet_t223948603 ** get_address_of__minimum_3() { return &____minimum_3; } inline void set__minimum_3(PermissionSet_t223948603 * value) { ____minimum_3 = value; Il2CppCodeGenWriteBarrier((&____minimum_3), value); } inline static int32_t get_offset_of__optional_4() { return static_cast(offsetof(Assembly_t, ____optional_4)); } inline PermissionSet_t223948603 * get__optional_4() const { return ____optional_4; } inline PermissionSet_t223948603 ** get_address_of__optional_4() { return &____optional_4; } inline void set__optional_4(PermissionSet_t223948603 * value) { ____optional_4 = value; Il2CppCodeGenWriteBarrier((&____optional_4), value); } inline static int32_t get_offset_of__refuse_5() { return static_cast(offsetof(Assembly_t, ____refuse_5)); } inline PermissionSet_t223948603 * get__refuse_5() const { return ____refuse_5; } inline PermissionSet_t223948603 ** get_address_of__refuse_5() { return &____refuse_5; } inline void set__refuse_5(PermissionSet_t223948603 * value) { ____refuse_5 = value; Il2CppCodeGenWriteBarrier((&____refuse_5), value); } inline static int32_t get_offset_of__granted_6() { return static_cast(offsetof(Assembly_t, ____granted_6)); } inline PermissionSet_t223948603 * get__granted_6() const { return ____granted_6; } inline PermissionSet_t223948603 ** get_address_of__granted_6() { return &____granted_6; } inline void set__granted_6(PermissionSet_t223948603 * value) { ____granted_6 = value; Il2CppCodeGenWriteBarrier((&____granted_6), value); } inline static int32_t get_offset_of__denied_7() { return static_cast(offsetof(Assembly_t, ____denied_7)); } inline PermissionSet_t223948603 * get__denied_7() const { return ____denied_7; } inline PermissionSet_t223948603 ** get_address_of__denied_7() { return &____denied_7; } inline void set__denied_7(PermissionSet_t223948603 * value) { ____denied_7 = value; Il2CppCodeGenWriteBarrier((&____denied_7), value); } inline static int32_t get_offset_of_fromByteArray_8() { return static_cast(offsetof(Assembly_t, ___fromByteArray_8)); } inline bool get_fromByteArray_8() const { return ___fromByteArray_8; } inline bool* get_address_of_fromByteArray_8() { return &___fromByteArray_8; } inline void set_fromByteArray_8(bool value) { ___fromByteArray_8 = value; } inline static int32_t get_offset_of_assemblyName_9() { return static_cast(offsetof(Assembly_t, ___assemblyName_9)); } inline String_t* get_assemblyName_9() const { return ___assemblyName_9; } inline String_t** get_address_of_assemblyName_9() { return &___assemblyName_9; } inline void set_assemblyName_9(String_t* value) { ___assemblyName_9 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASSEMBLY_T_H #ifndef INDEXOUTOFRANGEEXCEPTION_T1578797820_H #define INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INDEXOUTOFRANGEEXCEPTION_T1578797820_H #ifndef 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 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 XMLSCHEMAVALIDATIONFLAGS_T877176585_H #define XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationFlags struct XmlSchemaValidationFlags_t877176585 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidationFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidationFlags_t877176585, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONFLAGS_T877176585_H #ifndef VALIDATIONTYPE_T4049928607_H #define VALIDATIONTYPE_T4049928607_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.ValidationType struct ValidationType_t4049928607 { public: // System.Int32 System.Xml.ValidationType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(ValidationType_t4049928607, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONTYPE_T4049928607_H #ifndef 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 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 EXPRBOOLEAN_T3855188593_H #define EXPRBOOLEAN_T3855188593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBoolean struct ExprBoolean_t3855188593 : public ExprBinary_t2069694888 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBOOLEAN_T3855188593_H #ifndef EXPRNUMERIC_T370757872_H #define EXPRNUMERIC_T370757872_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNumeric struct ExprNumeric_t370757872 : public ExprBinary_t2069694888 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNUMERIC_T370757872_H #ifndef 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 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 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 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 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 COMMANDSTATE_T1020432923_H #define COMMANDSTATE_T1020432923_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport/CommandState struct CommandState_t1020432923 { public: // System.Int32 System.Xml.XmlReaderBinarySupport/CommandState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(CommandState_t1020432923, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMMANDSTATE_T1020432923_H #ifndef 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 TYPECODE_T2987224087_H #define TYPECODE_T2987224087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TypeCode struct TypeCode_t2987224087 { public: // System.Int32 System.TypeCode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(TypeCode_t2987224087, ___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 // TYPECODE_T2987224087_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 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 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 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 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 INVALIDCASTEXCEPTION_T3927145244_H #define INVALIDCASTEXCEPTION_T3927145244_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidCastException struct InvalidCastException_t3927145244 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDCASTEXCEPTION_T3927145244_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 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 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 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 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 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 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 YYUNEXPECTEDEOF_T2049021987_H #define YYUNEXPECTEDEOF_T2049021987_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.yyParser.yyUnexpectedEof struct yyUnexpectedEof_t2049021987 : public yyException_t1362412556 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // YYUNEXPECTEDEOF_T2049021987_H #ifndef URIKIND_T3816567336_H #define URIKIND_T3816567336_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UriKind struct UriKind_t3816567336 { public: // System.Int32 System.UriKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(UriKind_t3816567336, ___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 // URIKIND_T3816567336_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 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 EXPRFILTER_T2551926938_H #define EXPRFILTER_T2551926938_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprFilter struct ExprFilter_t2551926938 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprFilter::expr Expression_t1452783009 * ___expr_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprFilter::pred Expression_t1452783009 * ___pred_1; public: inline static int32_t get_offset_of_expr_0() { return static_cast(offsetof(ExprFilter_t2551926938, ___expr_0)); } inline Expression_t1452783009 * get_expr_0() const { return ___expr_0; } inline Expression_t1452783009 ** get_address_of_expr_0() { return &___expr_0; } inline void set_expr_0(Expression_t1452783009 * value) { ___expr_0 = value; Il2CppCodeGenWriteBarrier((&___expr_0), value); } inline static int32_t get_offset_of_pred_1() { return static_cast(offsetof(ExprFilter_t2551926938, ___pred_1)); } inline Expression_t1452783009 * get_pred_1() const { return ___pred_1; } inline Expression_t1452783009 ** get_address_of_pred_1() { return &___pred_1; } inline void set_pred_1(Expression_t1452783009 * value) { ___pred_1 = value; Il2CppCodeGenWriteBarrier((&___pred_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRFILTER_T2551926938_H #ifndef NODETEST_T747859056_H #define NODETEST_T747859056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTest struct NodeTest_t747859056 : public NodeSet_t3272593155 { public: // System.Xml.XPath.AxisSpecifier System.Xml.XPath.NodeTest::_axis AxisSpecifier_t40435393 * ____axis_0; public: inline static int32_t get_offset_of__axis_0() { return static_cast(offsetof(NodeTest_t747859056, ____axis_0)); } inline AxisSpecifier_t40435393 * get__axis_0() const { return ____axis_0; } inline AxisSpecifier_t40435393 ** get_address_of__axis_0() { return &____axis_0; } inline void set__axis_0(AxisSpecifier_t40435393 * value) { ____axis_0 = value; Il2CppCodeGenWriteBarrier((&____axis_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETEST_T747859056_H #ifndef NONBLOCKINGSTREAMREADER_T2495303928_H #define NONBLOCKINGSTREAMREADER_T2495303928_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NonBlockingStreamReader struct NonBlockingStreamReader_t2495303928 : public TextReader_t283511965 { public: // System.Byte[] System.Xml.NonBlockingStreamReader::input_buffer ByteU5BU5D_t4116647657* ___input_buffer_2; // System.Char[] System.Xml.NonBlockingStreamReader::decoded_buffer CharU5BU5D_t3528271667* ___decoded_buffer_3; // System.Int32 System.Xml.NonBlockingStreamReader::decoded_count int32_t ___decoded_count_4; // System.Int32 System.Xml.NonBlockingStreamReader::pos int32_t ___pos_5; // System.Int32 System.Xml.NonBlockingStreamReader::buffer_size int32_t ___buffer_size_6; // System.Text.Encoding System.Xml.NonBlockingStreamReader::encoding Encoding_t1523322056 * ___encoding_7; // System.Text.Decoder System.Xml.NonBlockingStreamReader::decoder Decoder_t2204182725 * ___decoder_8; // System.IO.Stream System.Xml.NonBlockingStreamReader::base_stream Stream_t1273022909 * ___base_stream_9; // System.Boolean System.Xml.NonBlockingStreamReader::mayBlock bool ___mayBlock_10; // System.Text.StringBuilder System.Xml.NonBlockingStreamReader::line_builder StringBuilder_t * ___line_builder_11; // System.Boolean System.Xml.NonBlockingStreamReader::foundCR bool ___foundCR_12; public: inline static int32_t get_offset_of_input_buffer_2() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___input_buffer_2)); } inline ByteU5BU5D_t4116647657* get_input_buffer_2() const { return ___input_buffer_2; } inline ByteU5BU5D_t4116647657** get_address_of_input_buffer_2() { return &___input_buffer_2; } inline void set_input_buffer_2(ByteU5BU5D_t4116647657* value) { ___input_buffer_2 = value; Il2CppCodeGenWriteBarrier((&___input_buffer_2), value); } inline static int32_t get_offset_of_decoded_buffer_3() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_buffer_3)); } inline CharU5BU5D_t3528271667* get_decoded_buffer_3() const { return ___decoded_buffer_3; } inline CharU5BU5D_t3528271667** get_address_of_decoded_buffer_3() { return &___decoded_buffer_3; } inline void set_decoded_buffer_3(CharU5BU5D_t3528271667* value) { ___decoded_buffer_3 = value; Il2CppCodeGenWriteBarrier((&___decoded_buffer_3), value); } inline static int32_t get_offset_of_decoded_count_4() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoded_count_4)); } inline int32_t get_decoded_count_4() const { return ___decoded_count_4; } inline int32_t* get_address_of_decoded_count_4() { return &___decoded_count_4; } inline void set_decoded_count_4(int32_t value) { ___decoded_count_4 = value; } inline static int32_t get_offset_of_pos_5() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___pos_5)); } inline int32_t get_pos_5() const { return ___pos_5; } inline int32_t* get_address_of_pos_5() { return &___pos_5; } inline void set_pos_5(int32_t value) { ___pos_5 = value; } inline static int32_t get_offset_of_buffer_size_6() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___buffer_size_6)); } inline int32_t get_buffer_size_6() const { return ___buffer_size_6; } inline int32_t* get_address_of_buffer_size_6() { return &___buffer_size_6; } inline void set_buffer_size_6(int32_t value) { ___buffer_size_6 = value; } inline static int32_t get_offset_of_encoding_7() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___encoding_7)); } inline Encoding_t1523322056 * get_encoding_7() const { return ___encoding_7; } inline Encoding_t1523322056 ** get_address_of_encoding_7() { return &___encoding_7; } inline void set_encoding_7(Encoding_t1523322056 * value) { ___encoding_7 = value; Il2CppCodeGenWriteBarrier((&___encoding_7), value); } inline static int32_t get_offset_of_decoder_8() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___decoder_8)); } inline Decoder_t2204182725 * get_decoder_8() const { return ___decoder_8; } inline Decoder_t2204182725 ** get_address_of_decoder_8() { return &___decoder_8; } inline void set_decoder_8(Decoder_t2204182725 * value) { ___decoder_8 = value; Il2CppCodeGenWriteBarrier((&___decoder_8), value); } inline static int32_t get_offset_of_base_stream_9() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___base_stream_9)); } inline Stream_t1273022909 * get_base_stream_9() const { return ___base_stream_9; } inline Stream_t1273022909 ** get_address_of_base_stream_9() { return &___base_stream_9; } inline void set_base_stream_9(Stream_t1273022909 * value) { ___base_stream_9 = value; Il2CppCodeGenWriteBarrier((&___base_stream_9), value); } inline static int32_t get_offset_of_mayBlock_10() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___mayBlock_10)); } inline bool get_mayBlock_10() const { return ___mayBlock_10; } inline bool* get_address_of_mayBlock_10() { return &___mayBlock_10; } inline void set_mayBlock_10(bool value) { ___mayBlock_10 = value; } inline static int32_t get_offset_of_line_builder_11() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___line_builder_11)); } inline StringBuilder_t * get_line_builder_11() const { return ___line_builder_11; } inline StringBuilder_t ** get_address_of_line_builder_11() { return &___line_builder_11; } inline void set_line_builder_11(StringBuilder_t * value) { ___line_builder_11 = value; Il2CppCodeGenWriteBarrier((&___line_builder_11), value); } inline static int32_t get_offset_of_foundCR_12() { return static_cast(offsetof(NonBlockingStreamReader_t2495303928, ___foundCR_12)); } inline bool get_foundCR_12() const { return ___foundCR_12; } inline bool* get_address_of_foundCR_12() { return &___foundCR_12; } inline void set_foundCR_12(bool value) { ___foundCR_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NONBLOCKINGSTREAMREADER_T2495303928_H #ifndef EXPRUNION_T1609753984_H #define EXPRUNION_T1609753984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprUNION struct ExprUNION_t1609753984 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprUNION::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprUNION::right Expression_t1452783009 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprUNION_t1609753984, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprUNION_t1609753984, ___right_1)); } inline Expression_t1452783009 * get_right_1() const { return ___right_1; } inline Expression_t1452783009 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(Expression_t1452783009 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRUNION_T1609753984_H #ifndef EXPRSLASH2_T1762680492_H #define EXPRSLASH2_T1762680492_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprSLASH2 struct ExprSLASH2_t1762680492 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH2::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.NodeSet System.Xml.XPath.ExprSLASH2::right NodeSet_t3272593155 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprSLASH2_t1762680492, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprSLASH2_t1762680492, ___right_1)); } inline NodeSet_t3272593155 * get_right_1() const { return ___right_1; } inline NodeSet_t3272593155 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(NodeSet_t3272593155 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; struct ExprSLASH2_t1762680492_StaticFields { public: // System.Xml.XPath.NodeTest System.Xml.XPath.ExprSLASH2::DescendantOrSelfStar NodeTest_t747859056 * ___DescendantOrSelfStar_2; public: inline static int32_t get_offset_of_DescendantOrSelfStar_2() { return static_cast(offsetof(ExprSLASH2_t1762680492_StaticFields, ___DescendantOrSelfStar_2)); } inline NodeTest_t747859056 * get_DescendantOrSelfStar_2() const { return ___DescendantOrSelfStar_2; } inline NodeTest_t747859056 ** get_address_of_DescendantOrSelfStar_2() { return &___DescendantOrSelfStar_2; } inline void set_DescendantOrSelfStar_2(NodeTest_t747859056 * value) { ___DescendantOrSelfStar_2 = value; Il2CppCodeGenWriteBarrier((&___DescendantOrSelfStar_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRSLASH2_T1762680492_H #ifndef EXPRSLASH_T1263914658_H #define EXPRSLASH_T1263914658_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprSLASH struct ExprSLASH_t1263914658 : public NodeSet_t3272593155 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprSLASH::left Expression_t1452783009 * ___left_0; // System.Xml.XPath.NodeSet System.Xml.XPath.ExprSLASH::right NodeSet_t3272593155 * ___right_1; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(ExprSLASH_t1263914658, ___left_0)); } inline Expression_t1452783009 * get_left_0() const { return ___left_0; } inline Expression_t1452783009 ** get_address_of_left_0() { return &___left_0; } inline void set_left_0(Expression_t1452783009 * value) { ___left_0 = value; Il2CppCodeGenWriteBarrier((&___left_0), value); } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(ExprSLASH_t1263914658, ___right_1)); } inline NodeSet_t3272593155 * get_right_1() const { return ___right_1; } inline NodeSet_t3272593155 ** get_address_of_right_1() { return &___right_1; } inline void set_right_1(NodeSet_t3272593155 * value) { ___right_1 = value; Il2CppCodeGenWriteBarrier((&___right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRSLASH_T1263914658_H #ifndef 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 EXPRROOT_T3091324302_H #define EXPRROOT_T3091324302_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprRoot struct ExprRoot_t3091324302 : public NodeSet_t3272593155 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRROOT_T3091324302_H #ifndef 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 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 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 DTDINPUTSTATE_T1766821130_H #define DTDINPUTSTATE_T1766821130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/DtdInputState struct DtdInputState_t1766821130 { public: // System.Int32 Mono.Xml2.XmlTextReader/DtdInputState::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DtdInputState_t1766821130, ___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 // DTDINPUTSTATE_T1766821130_H #ifndef XMLNODEORDER_T3385003529_H #define XMLNODEORDER_T3385003529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeOrder struct XmlNodeOrder_t3385003529 { public: // System.Int32 System.Xml.XmlNodeOrder::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeOrder_t3385003529, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEORDER_T3385003529_H #ifndef 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 DTDOCCURENCE_T3140866896_H #define DTDOCCURENCE_T3140866896_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDOccurence struct DTDOccurence_t3140866896 { public: // System.Int32 Mono.Xml.DTDOccurence::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DTDOccurence_t3140866896, ___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 // DTDOCCURENCE_T3140866896_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 DTDCONTENTORDERTYPE_T1195786655_H #define DTDCONTENTORDERTYPE_T1195786655_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDContentOrderType struct DTDContentOrderType_t1195786655 { public: // System.Int32 Mono.Xml.DTDContentOrderType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DTDContentOrderType_t1195786655, ___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 // DTDCONTENTORDERTYPE_T1195786655_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 DTDPARAMETERENTITYDECLARATION_T3796253422_H #define DTDPARAMETERENTITYDECLARATION_T3796253422_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDParameterEntityDeclaration struct DTDParameterEntityDeclaration_t3796253422 : public DTDEntityBase_t1228162861 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDPARAMETERENTITYDECLARATION_T3796253422_H #ifndef AXES_T1882171014_H #define AXES_T1882171014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Axes struct Axes_t1882171014 { public: // System.Int32 System.Xml.XPath.Axes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axes_t1882171014, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXES_T1882171014_H #ifndef 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 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 XMLSCHEMAUTIL_T956145399_H #define XMLSCHEMAUTIL_T956145399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaUtil struct XmlSchemaUtil_t956145399 : public RuntimeObject { public: public: }; struct XmlSchemaUtil_t956145399_StaticFields { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::FinalAllowed int32_t ___FinalAllowed_0; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ElementBlockAllowed int32_t ___ElementBlockAllowed_1; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ComplexTypeBlockAllowed int32_t ___ComplexTypeBlockAllowed_2; // System.Boolean System.Xml.Schema.XmlSchemaUtil::StrictMsCompliant bool ___StrictMsCompliant_3; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4B_4; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4C_5; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4D Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4D_6; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4E Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4E_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map4F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4F_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaUtil::<>f__switch$map50 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map50_9; public: inline static int32_t get_offset_of_FinalAllowed_0() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___FinalAllowed_0)); } inline int32_t get_FinalAllowed_0() const { return ___FinalAllowed_0; } inline int32_t* get_address_of_FinalAllowed_0() { return &___FinalAllowed_0; } inline void set_FinalAllowed_0(int32_t value) { ___FinalAllowed_0 = value; } inline static int32_t get_offset_of_ElementBlockAllowed_1() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___ElementBlockAllowed_1)); } inline int32_t get_ElementBlockAllowed_1() const { return ___ElementBlockAllowed_1; } inline int32_t* get_address_of_ElementBlockAllowed_1() { return &___ElementBlockAllowed_1; } inline void set_ElementBlockAllowed_1(int32_t value) { ___ElementBlockAllowed_1 = value; } inline static int32_t get_offset_of_ComplexTypeBlockAllowed_2() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___ComplexTypeBlockAllowed_2)); } inline int32_t get_ComplexTypeBlockAllowed_2() const { return ___ComplexTypeBlockAllowed_2; } inline int32_t* get_address_of_ComplexTypeBlockAllowed_2() { return &___ComplexTypeBlockAllowed_2; } inline void set_ComplexTypeBlockAllowed_2(int32_t value) { ___ComplexTypeBlockAllowed_2 = value; } inline static int32_t get_offset_of_StrictMsCompliant_3() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___StrictMsCompliant_3)); } inline bool get_StrictMsCompliant_3() const { return ___StrictMsCompliant_3; } inline bool* get_address_of_StrictMsCompliant_3() { return &___StrictMsCompliant_3; } inline void set_StrictMsCompliant_3(bool value) { ___StrictMsCompliant_3 = value; } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4B_4() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4B_4() const { return ___U3CU3Ef__switchU24map4B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4B_4() { return &___U3CU3Ef__switchU24map4B_4; } inline void set_U3CU3Ef__switchU24map4B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4B_4), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4C_5() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4C_5)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4C_5() const { return ___U3CU3Ef__switchU24map4C_5; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4C_5() { return &___U3CU3Ef__switchU24map4C_5; } inline void set_U3CU3Ef__switchU24map4C_5(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4C_5 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4C_5), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4D_6() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4D_6)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4D_6() const { return ___U3CU3Ef__switchU24map4D_6; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4D_6() { return &___U3CU3Ef__switchU24map4D_6; } inline void set_U3CU3Ef__switchU24map4D_6(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4D_6 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4D_6), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4E_7() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4E_7)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4E_7() const { return ___U3CU3Ef__switchU24map4E_7; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4E_7() { return &___U3CU3Ef__switchU24map4E_7; } inline void set_U3CU3Ef__switchU24map4E_7(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4E_7 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4E_7), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4F_8() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map4F_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4F_8() const { return ___U3CU3Ef__switchU24map4F_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4F_8() { return &___U3CU3Ef__switchU24map4F_8; } inline void set_U3CU3Ef__switchU24map4F_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4F_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4F_8), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map50_9() { return static_cast(offsetof(XmlSchemaUtil_t956145399_StaticFields, ___U3CU3Ef__switchU24map50_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map50_9() const { return ___U3CU3Ef__switchU24map50_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map50_9() { return &___U3CU3Ef__switchU24map50_9; } inline void set_U3CU3Ef__switchU24map50_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map50_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map50_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAUTIL_T956145399_H #ifndef XMLSCHEMAEXTERNAL_T3074890143_H #define XMLSCHEMAEXTERNAL_T3074890143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_t3074890143 : public XmlSchemaObject_t1315720168 { public: // System.String System.Xml.Schema.XmlSchemaExternal::id String_t* ___id_13; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaExternal::schema XmlSchema_t3742557897 * ___schema_14; // System.String System.Xml.Schema.XmlSchemaExternal::location String_t* ___location_15; public: inline static int32_t get_offset_of_id_13() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___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_schema_14() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___schema_14)); } inline XmlSchema_t3742557897 * get_schema_14() const { return ___schema_14; } inline XmlSchema_t3742557897 ** get_address_of_schema_14() { return &___schema_14; } inline void set_schema_14(XmlSchema_t3742557897 * value) { ___schema_14 = value; Il2CppCodeGenWriteBarrier((&___schema_14), value); } inline static int32_t get_offset_of_location_15() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___location_15)); } inline String_t* get_location_15() const { return ___location_15; } inline String_t** get_address_of_location_15() { return &___location_15; } inline void set_location_15(String_t* value) { ___location_15 = value; Il2CppCodeGenWriteBarrier((&___location_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAEXTERNAL_T3074890143_H #ifndef XSDWILDCARD_T2790389089_H #define XSDWILDCARD_T2790389089_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdWildcard struct XsdWildcard_t2790389089 : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaObject Mono.Xml.Schema.XsdWildcard::xsobj XmlSchemaObject_t1315720168 * ___xsobj_0; // System.Xml.Schema.XmlSchemaContentProcessing Mono.Xml.Schema.XsdWildcard::ResolvedProcessing int32_t ___ResolvedProcessing_1; // System.String Mono.Xml.Schema.XsdWildcard::TargetNamespace String_t* ___TargetNamespace_2; // System.Boolean Mono.Xml.Schema.XsdWildcard::SkipCompile bool ___SkipCompile_3; // System.Boolean Mono.Xml.Schema.XsdWildcard::HasValueAny bool ___HasValueAny_4; // System.Boolean Mono.Xml.Schema.XsdWildcard::HasValueLocal bool ___HasValueLocal_5; // System.Boolean Mono.Xml.Schema.XsdWildcard::HasValueOther bool ___HasValueOther_6; // System.Boolean Mono.Xml.Schema.XsdWildcard::HasValueTargetNamespace bool ___HasValueTargetNamespace_7; // System.Collections.Specialized.StringCollection Mono.Xml.Schema.XsdWildcard::ResolvedNamespaces StringCollection_t167406615 * ___ResolvedNamespaces_8; public: inline static int32_t get_offset_of_xsobj_0() { return static_cast(offsetof(XsdWildcard_t2790389089, ___xsobj_0)); } inline XmlSchemaObject_t1315720168 * get_xsobj_0() const { return ___xsobj_0; } inline XmlSchemaObject_t1315720168 ** get_address_of_xsobj_0() { return &___xsobj_0; } inline void set_xsobj_0(XmlSchemaObject_t1315720168 * value) { ___xsobj_0 = value; Il2CppCodeGenWriteBarrier((&___xsobj_0), value); } inline static int32_t get_offset_of_ResolvedProcessing_1() { return static_cast(offsetof(XsdWildcard_t2790389089, ___ResolvedProcessing_1)); } inline int32_t get_ResolvedProcessing_1() const { return ___ResolvedProcessing_1; } inline int32_t* get_address_of_ResolvedProcessing_1() { return &___ResolvedProcessing_1; } inline void set_ResolvedProcessing_1(int32_t value) { ___ResolvedProcessing_1 = value; } inline static int32_t get_offset_of_TargetNamespace_2() { return static_cast(offsetof(XsdWildcard_t2790389089, ___TargetNamespace_2)); } inline String_t* get_TargetNamespace_2() const { return ___TargetNamespace_2; } inline String_t** get_address_of_TargetNamespace_2() { return &___TargetNamespace_2; } inline void set_TargetNamespace_2(String_t* value) { ___TargetNamespace_2 = value; Il2CppCodeGenWriteBarrier((&___TargetNamespace_2), value); } inline static int32_t get_offset_of_SkipCompile_3() { return static_cast(offsetof(XsdWildcard_t2790389089, ___SkipCompile_3)); } inline bool get_SkipCompile_3() const { return ___SkipCompile_3; } inline bool* get_address_of_SkipCompile_3() { return &___SkipCompile_3; } inline void set_SkipCompile_3(bool value) { ___SkipCompile_3 = value; } inline static int32_t get_offset_of_HasValueAny_4() { return static_cast(offsetof(XsdWildcard_t2790389089, ___HasValueAny_4)); } inline bool get_HasValueAny_4() const { return ___HasValueAny_4; } inline bool* get_address_of_HasValueAny_4() { return &___HasValueAny_4; } inline void set_HasValueAny_4(bool value) { ___HasValueAny_4 = value; } inline static int32_t get_offset_of_HasValueLocal_5() { return static_cast(offsetof(XsdWildcard_t2790389089, ___HasValueLocal_5)); } inline bool get_HasValueLocal_5() const { return ___HasValueLocal_5; } inline bool* get_address_of_HasValueLocal_5() { return &___HasValueLocal_5; } inline void set_HasValueLocal_5(bool value) { ___HasValueLocal_5 = value; } inline static int32_t get_offset_of_HasValueOther_6() { return static_cast(offsetof(XsdWildcard_t2790389089, ___HasValueOther_6)); } inline bool get_HasValueOther_6() const { return ___HasValueOther_6; } inline bool* get_address_of_HasValueOther_6() { return &___HasValueOther_6; } inline void set_HasValueOther_6(bool value) { ___HasValueOther_6 = value; } inline static int32_t get_offset_of_HasValueTargetNamespace_7() { return static_cast(offsetof(XsdWildcard_t2790389089, ___HasValueTargetNamespace_7)); } inline bool get_HasValueTargetNamespace_7() const { return ___HasValueTargetNamespace_7; } inline bool* get_address_of_HasValueTargetNamespace_7() { return &___HasValueTargetNamespace_7; } inline void set_HasValueTargetNamespace_7(bool value) { ___HasValueTargetNamespace_7 = value; } inline static int32_t get_offset_of_ResolvedNamespaces_8() { return static_cast(offsetof(XsdWildcard_t2790389089, ___ResolvedNamespaces_8)); } inline StringCollection_t167406615 * get_ResolvedNamespaces_8() const { return ___ResolvedNamespaces_8; } inline StringCollection_t167406615 ** get_address_of_ResolvedNamespaces_8() { return &___ResolvedNamespaces_8; } inline void set_ResolvedNamespaces_8(StringCollection_t167406615 * value) { ___ResolvedNamespaces_8 = value; Il2CppCodeGenWriteBarrier((&___ResolvedNamespaces_8), value); } }; struct XsdWildcard_t2790389089_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdWildcard::<>f__switch$map6 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map6_9; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map6_9() { return static_cast(offsetof(XsdWildcard_t2790389089_StaticFields, ___U3CU3Ef__switchU24map6_9)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map6_9() const { return ___U3CU3Ef__switchU24map6_9; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map6_9() { return &___U3CU3Ef__switchU24map6_9; } inline void set_U3CU3Ef__switchU24map6_9(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map6_9 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map6_9), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDWILDCARD_T2790389089_H #ifndef EXPRPLUS_T1725353634_H #define EXPRPLUS_T1725353634_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprPLUS struct ExprPLUS_t1725353634 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRPLUS_T1725353634_H #ifndef XMLTOKENINFO_T2519673037_H #define XMLTOKENINFO_T2519673037_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/XmlTokenInfo struct XmlTokenInfo_t2519673037 : public RuntimeObject { public: // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::valueCache String_t* ___valueCache_0; // Mono.Xml2.XmlTextReader Mono.Xml2.XmlTextReader/XmlTokenInfo::Reader XmlTextReader_t3455035481 * ___Reader_1; // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::Name String_t* ___Name_2; // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::LocalName String_t* ___LocalName_3; // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::Prefix String_t* ___Prefix_4; // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::NamespaceURI String_t* ___NamespaceURI_5; // System.Boolean Mono.Xml2.XmlTextReader/XmlTokenInfo::IsEmptyElement bool ___IsEmptyElement_6; // System.Char Mono.Xml2.XmlTextReader/XmlTokenInfo::QuoteChar Il2CppChar ___QuoteChar_7; // System.Int32 Mono.Xml2.XmlTextReader/XmlTokenInfo::LineNumber int32_t ___LineNumber_8; // System.Int32 Mono.Xml2.XmlTextReader/XmlTokenInfo::LinePosition int32_t ___LinePosition_9; // System.Int32 Mono.Xml2.XmlTextReader/XmlTokenInfo::ValueBufferStart int32_t ___ValueBufferStart_10; // System.Int32 Mono.Xml2.XmlTextReader/XmlTokenInfo::ValueBufferEnd int32_t ___ValueBufferEnd_11; // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader/XmlTokenInfo::NodeType int32_t ___NodeType_12; public: inline static int32_t get_offset_of_valueCache_0() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___valueCache_0)); } inline String_t* get_valueCache_0() const { return ___valueCache_0; } inline String_t** get_address_of_valueCache_0() { return &___valueCache_0; } inline void set_valueCache_0(String_t* value) { ___valueCache_0 = value; Il2CppCodeGenWriteBarrier((&___valueCache_0), value); } inline static int32_t get_offset_of_Reader_1() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___Reader_1)); } inline XmlTextReader_t3455035481 * get_Reader_1() const { return ___Reader_1; } inline XmlTextReader_t3455035481 ** get_address_of_Reader_1() { return &___Reader_1; } inline void set_Reader_1(XmlTextReader_t3455035481 * value) { ___Reader_1 = value; Il2CppCodeGenWriteBarrier((&___Reader_1), value); } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((&___Name_2), value); } inline static int32_t get_offset_of_LocalName_3() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___LocalName_3)); } inline String_t* get_LocalName_3() const { return ___LocalName_3; } inline String_t** get_address_of_LocalName_3() { return &___LocalName_3; } inline void set_LocalName_3(String_t* value) { ___LocalName_3 = value; Il2CppCodeGenWriteBarrier((&___LocalName_3), value); } inline static int32_t get_offset_of_Prefix_4() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___Prefix_4)); } inline String_t* get_Prefix_4() const { return ___Prefix_4; } inline String_t** get_address_of_Prefix_4() { return &___Prefix_4; } inline void set_Prefix_4(String_t* value) { ___Prefix_4 = value; Il2CppCodeGenWriteBarrier((&___Prefix_4), value); } inline static int32_t get_offset_of_NamespaceURI_5() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___NamespaceURI_5)); } inline String_t* get_NamespaceURI_5() const { return ___NamespaceURI_5; } inline String_t** get_address_of_NamespaceURI_5() { return &___NamespaceURI_5; } inline void set_NamespaceURI_5(String_t* value) { ___NamespaceURI_5 = value; Il2CppCodeGenWriteBarrier((&___NamespaceURI_5), value); } inline static int32_t get_offset_of_IsEmptyElement_6() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___IsEmptyElement_6)); } inline bool get_IsEmptyElement_6() const { return ___IsEmptyElement_6; } inline bool* get_address_of_IsEmptyElement_6() { return &___IsEmptyElement_6; } inline void set_IsEmptyElement_6(bool value) { ___IsEmptyElement_6 = value; } inline static int32_t get_offset_of_QuoteChar_7() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___QuoteChar_7)); } inline Il2CppChar get_QuoteChar_7() const { return ___QuoteChar_7; } inline Il2CppChar* get_address_of_QuoteChar_7() { return &___QuoteChar_7; } inline void set_QuoteChar_7(Il2CppChar value) { ___QuoteChar_7 = value; } inline static int32_t get_offset_of_LineNumber_8() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___LineNumber_8)); } inline int32_t get_LineNumber_8() const { return ___LineNumber_8; } inline int32_t* get_address_of_LineNumber_8() { return &___LineNumber_8; } inline void set_LineNumber_8(int32_t value) { ___LineNumber_8 = value; } inline static int32_t get_offset_of_LinePosition_9() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___LinePosition_9)); } inline int32_t get_LinePosition_9() const { return ___LinePosition_9; } inline int32_t* get_address_of_LinePosition_9() { return &___LinePosition_9; } inline void set_LinePosition_9(int32_t value) { ___LinePosition_9 = value; } inline static int32_t get_offset_of_ValueBufferStart_10() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___ValueBufferStart_10)); } inline int32_t get_ValueBufferStart_10() const { return ___ValueBufferStart_10; } inline int32_t* get_address_of_ValueBufferStart_10() { return &___ValueBufferStart_10; } inline void set_ValueBufferStart_10(int32_t value) { ___ValueBufferStart_10 = value; } inline static int32_t get_offset_of_ValueBufferEnd_11() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___ValueBufferEnd_11)); } inline int32_t get_ValueBufferEnd_11() const { return ___ValueBufferEnd_11; } inline int32_t* get_address_of_ValueBufferEnd_11() { return &___ValueBufferEnd_11; } inline void set_ValueBufferEnd_11(int32_t value) { ___ValueBufferEnd_11 = value; } inline static int32_t get_offset_of_NodeType_12() { return static_cast(offsetof(XmlTokenInfo_t2519673037, ___NodeType_12)); } inline int32_t get_NodeType_12() const { return ___NodeType_12; } inline int32_t* get_address_of_NodeType_12() { return &___NodeType_12; } inline void set_NodeType_12(int32_t value) { ___NodeType_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLTOKENINFO_T2519673037_H #ifndef EXPRMINUS_T3125292145_H #define EXPRMINUS_T3125292145_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMINUS struct ExprMINUS_t3125292145 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMINUS_T3125292145_H #ifndef EXPRMULT_T118778748_H #define EXPRMULT_T118778748_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMULT struct ExprMULT_t118778748 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMULT_T118778748_H #ifndef EXPRDIV_T1961659563_H #define EXPRDIV_T1961659563_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprDIV struct ExprDIV_t1961659563 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRDIV_T1961659563_H #ifndef EXPRMOD_T1913835785_H #define EXPRMOD_T1913835785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprMOD struct ExprMOD_t1913835785 : public ExprNumeric_t370757872 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRMOD_T1913835785_H #ifndef RELATIONALEXPR_T3307137467_H #define RELATIONALEXPR_T3307137467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.RelationalExpr struct RelationalExpr_t3307137467 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RELATIONALEXPR_T3307137467_H #ifndef EQUALITYEXPR_T1646148531_H #define EQUALITYEXPR_T1646148531_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.EqualityExpr struct EqualityExpr_t1646148531 : public ExprBoolean_t3855188593 { public: // System.Boolean System.Xml.XPath.EqualityExpr::trueVal bool ___trueVal_2; public: inline static int32_t get_offset_of_trueVal_2() { return static_cast(offsetof(EqualityExpr_t1646148531, ___trueVal_2)); } inline bool get_trueVal_2() const { return ___trueVal_2; } inline bool* get_address_of_trueVal_2() { return &___trueVal_2; } inline void set_trueVal_2(bool value) { ___trueVal_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EQUALITYEXPR_T1646148531_H #ifndef 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 EXPROR_T3019581832_H #define EXPROR_T3019581832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprOR struct ExprOR_t3019581832 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPROR_T3019581832_H #ifndef 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 EXPRAND_T348538276_H #define EXPRAND_T348538276_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprAND struct ExprAND_t348538276 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRAND_T348538276_H #ifndef 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 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 XMLSTREAMREADER_T727818754_H #define XMLSTREAMREADER_T727818754_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlStreamReader struct XmlStreamReader_t727818754 : public NonBlockingStreamReader_t2495303928 { public: // System.Xml.XmlInputStream System.Xml.XmlStreamReader::input XmlInputStream_t1691369434 * ___input_13; public: inline static int32_t get_offset_of_input_13() { return static_cast(offsetof(XmlStreamReader_t727818754, ___input_13)); } inline XmlInputStream_t1691369434 * get_input_13() const { return ___input_13; } inline XmlInputStream_t1691369434 ** get_address_of_input_13() { return &___input_13; } inline void set_input_13(XmlInputStream_t1691369434 * value) { ___input_13 = value; Il2CppCodeGenWriteBarrier((&___input_13), value); } }; struct XmlStreamReader_t727818754_StaticFields { public: // System.Xml.XmlException System.Xml.XmlStreamReader::invalidDataException XmlException_t1761730631 * ___invalidDataException_14; public: inline static int32_t get_offset_of_invalidDataException_14() { return static_cast(offsetof(XmlStreamReader_t727818754_StaticFields, ___invalidDataException_14)); } inline XmlException_t1761730631 * get_invalidDataException_14() const { return ___invalidDataException_14; } inline XmlException_t1761730631 ** get_address_of_invalidDataException_14() { return &___invalidDataException_14; } inline void set_invalidDataException_14(XmlException_t1761730631 * value) { ___invalidDataException_14 = value; Il2CppCodeGenWriteBarrier((&___invalidDataException_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSTREAMREADER_T727818754_H #ifndef 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 XMLREADERBINARYSUPPORT_T1809665003_H #define XMLREADERBINARYSUPPORT_T1809665003_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003 : public RuntimeObject { public: // System.Xml.XmlReader System.Xml.XmlReaderBinarySupport::reader XmlReader_t3121518892 * ___reader_0; // System.Int32 System.Xml.XmlReaderBinarySupport::base64CacheStartsAt int32_t ___base64CacheStartsAt_1; // System.Xml.XmlReaderBinarySupport/CommandState System.Xml.XmlReaderBinarySupport::state int32_t ___state_2; // System.Boolean System.Xml.XmlReaderBinarySupport::hasCache bool ___hasCache_3; // System.Boolean System.Xml.XmlReaderBinarySupport::dontReset bool ___dontReset_4; public: inline static int32_t get_offset_of_reader_0() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___reader_0)); } inline XmlReader_t3121518892 * get_reader_0() const { return ___reader_0; } inline XmlReader_t3121518892 ** get_address_of_reader_0() { return &___reader_0; } inline void set_reader_0(XmlReader_t3121518892 * value) { ___reader_0 = value; Il2CppCodeGenWriteBarrier((&___reader_0), value); } inline static int32_t get_offset_of_base64CacheStartsAt_1() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___base64CacheStartsAt_1)); } inline int32_t get_base64CacheStartsAt_1() const { return ___base64CacheStartsAt_1; } inline int32_t* get_address_of_base64CacheStartsAt_1() { return &___base64CacheStartsAt_1; } inline void set_base64CacheStartsAt_1(int32_t value) { ___base64CacheStartsAt_1 = value; } inline static int32_t get_offset_of_state_2() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___state_2)); } inline int32_t get_state_2() const { return ___state_2; } inline int32_t* get_address_of_state_2() { return &___state_2; } inline void set_state_2(int32_t value) { ___state_2 = value; } inline static int32_t get_offset_of_hasCache_3() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___hasCache_3)); } inline bool get_hasCache_3() const { return ___hasCache_3; } inline bool* get_address_of_hasCache_3() { return &___hasCache_3; } inline void set_hasCache_3(bool value) { ___hasCache_3 = value; } inline static int32_t get_offset_of_dontReset_4() { return static_cast(offsetof(XmlReaderBinarySupport_t1809665003, ___dontReset_4)); } inline bool get_dontReset_4() const { return ___dontReset_4; } inline bool* get_address_of_dontReset_4() { return &___dontReset_4; } inline void set_dontReset_4(bool value) { ___dontReset_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLREADERBINARYSUPPORT_T1809665003_H #ifndef 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 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 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 NODENAMETEST_T562814213_H #define NODENAMETEST_T562814213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeNameTest struct NodeNameTest_t562814213 : public NodeTest_t747859056 { public: // System.Xml.XmlQualifiedName System.Xml.XPath.NodeNameTest::_name XmlQualifiedName_t2760654312 * ____name_1; // System.Boolean System.Xml.XPath.NodeNameTest::resolvedName bool ___resolvedName_2; public: inline static int32_t get_offset_of__name_1() { return static_cast(offsetof(NodeNameTest_t562814213, ____name_1)); } inline XmlQualifiedName_t2760654312 * get__name_1() const { return ____name_1; } inline XmlQualifiedName_t2760654312 ** get_address_of__name_1() { return &____name_1; } inline void set__name_1(XmlQualifiedName_t2760654312 * value) { ____name_1 = value; Il2CppCodeGenWriteBarrier((&____name_1), value); } inline static int32_t get_offset_of_resolvedName_2() { return static_cast(offsetof(NodeNameTest_t562814213, ___resolvedName_2)); } inline bool get_resolvedName_2() const { return ___resolvedName_2; } inline bool* get_address_of_resolvedName_2() { return &___resolvedName_2; } inline void set_resolvedName_2(bool value) { ___resolvedName_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODENAMETEST_T562814213_H #ifndef 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 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 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 DTDELEMENTDECLARATIONCOLLECTION_T222313714_H #define DTDELEMENTDECLARATIONCOLLECTION_T222313714_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714 : public DTDCollectionBase_t3926218464 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDELEMENTDECLARATIONCOLLECTION_T222313714_H #ifndef NODETYPETEST_T4287533341_H #define NODETYPETEST_T4287533341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341 : public NodeTest_t747859056 { public: // System.Xml.XPath.XPathNodeType System.Xml.XPath.NodeTypeTest::type int32_t ___type_1; // System.String System.Xml.XPath.NodeTypeTest::_param String_t* ____param_2; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NodeTypeTest_t4287533341, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of__param_2() { return static_cast(offsetof(NodeTypeTest_t4287533341, ____param_2)); } inline String_t* get__param_2() const { return ____param_2; } inline String_t** get_address_of__param_2() { return &____param_2; } inline void set__param_2(String_t* value) { ____param_2 = value; Il2CppCodeGenWriteBarrier((&____param_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETYPETEST_T4287533341_H #ifndef OBJECTDISPOSEDEXCEPTION_T21392786_H #define OBJECTDISPOSEDEXCEPTION_T21392786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ObjectDisposedException struct ObjectDisposedException_t21392786 : public InvalidOperationException_t56020091 { public: // System.String System.ObjectDisposedException::obj_name String_t* ___obj_name_12; // System.String System.ObjectDisposedException::msg String_t* ___msg_13; public: inline static int32_t get_offset_of_obj_name_12() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___obj_name_12)); } inline String_t* get_obj_name_12() const { return ___obj_name_12; } inline String_t** get_address_of_obj_name_12() { return &___obj_name_12; } inline void set_obj_name_12(String_t* value) { ___obj_name_12 = value; Il2CppCodeGenWriteBarrier((&___obj_name_12), value); } inline static int32_t get_offset_of_msg_13() { return static_cast(offsetof(ObjectDisposedException_t21392786, ___msg_13)); } inline String_t* get_msg_13() const { return ___msg_13; } inline String_t** get_address_of_msg_13() { return &___msg_13; } inline void set_msg_13(String_t* value) { ___msg_13 = value; Il2CppCodeGenWriteBarrier((&___msg_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OBJECTDISPOSEDEXCEPTION_T21392786_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 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 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 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 DTDCONTENTMODEL_T3264596611_H #define DTDCONTENTMODEL_T3264596611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDContentModel struct DTDContentModel_t3264596611 : public DTDNode_t858560093 { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDContentModel::root DTDObjectModel_t1729680289 * ___root_5; // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::compiledAutomata DTDAutomata_t781538777 * ___compiledAutomata_6; // System.String Mono.Xml.DTDContentModel::ownerElementName String_t* ___ownerElementName_7; // System.String Mono.Xml.DTDContentModel::elementName String_t* ___elementName_8; // Mono.Xml.DTDContentOrderType Mono.Xml.DTDContentModel::orderType int32_t ___orderType_9; // Mono.Xml.DTDContentModelCollection Mono.Xml.DTDContentModel::childModels DTDContentModelCollection_t2798820000 * ___childModels_10; // Mono.Xml.DTDOccurence Mono.Xml.DTDContentModel::occurence int32_t ___occurence_11; public: inline static int32_t get_offset_of_root_5() { return static_cast(offsetof(DTDContentModel_t3264596611, ___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); } inline static int32_t get_offset_of_compiledAutomata_6() { return static_cast(offsetof(DTDContentModel_t3264596611, ___compiledAutomata_6)); } inline DTDAutomata_t781538777 * get_compiledAutomata_6() const { return ___compiledAutomata_6; } inline DTDAutomata_t781538777 ** get_address_of_compiledAutomata_6() { return &___compiledAutomata_6; } inline void set_compiledAutomata_6(DTDAutomata_t781538777 * value) { ___compiledAutomata_6 = value; Il2CppCodeGenWriteBarrier((&___compiledAutomata_6), value); } inline static int32_t get_offset_of_ownerElementName_7() { return static_cast(offsetof(DTDContentModel_t3264596611, ___ownerElementName_7)); } inline String_t* get_ownerElementName_7() const { return ___ownerElementName_7; } inline String_t** get_address_of_ownerElementName_7() { return &___ownerElementName_7; } inline void set_ownerElementName_7(String_t* value) { ___ownerElementName_7 = value; Il2CppCodeGenWriteBarrier((&___ownerElementName_7), value); } inline static int32_t get_offset_of_elementName_8() { return static_cast(offsetof(DTDContentModel_t3264596611, ___elementName_8)); } inline String_t* get_elementName_8() const { return ___elementName_8; } inline String_t** get_address_of_elementName_8() { return &___elementName_8; } inline void set_elementName_8(String_t* value) { ___elementName_8 = value; Il2CppCodeGenWriteBarrier((&___elementName_8), value); } inline static int32_t get_offset_of_orderType_9() { return static_cast(offsetof(DTDContentModel_t3264596611, ___orderType_9)); } inline int32_t get_orderType_9() const { return ___orderType_9; } inline int32_t* get_address_of_orderType_9() { return &___orderType_9; } inline void set_orderType_9(int32_t value) { ___orderType_9 = value; } inline static int32_t get_offset_of_childModels_10() { return static_cast(offsetof(DTDContentModel_t3264596611, ___childModels_10)); } inline DTDContentModelCollection_t2798820000 * get_childModels_10() const { return ___childModels_10; } inline DTDContentModelCollection_t2798820000 ** get_address_of_childModels_10() { return &___childModels_10; } inline void set_childModels_10(DTDContentModelCollection_t2798820000 * value) { ___childModels_10 = value; Il2CppCodeGenWriteBarrier((&___childModels_10), value); } inline static int32_t get_offset_of_occurence_11() { return static_cast(offsetof(DTDContentModel_t3264596611, ___occurence_11)); } inline int32_t get_occurence_11() const { return ___occurence_11; } inline int32_t* get_address_of_occurence_11() { return &___occurence_11; } inline void set_occurence_11(int32_t value) { ___occurence_11 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDCONTENTMODEL_T3264596611_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 EXPREQ_T1453891107_H #define EXPREQ_T1453891107_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprEQ struct ExprEQ_t1453891107 : public EqualityExpr_t1646148531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPREQ_T1453891107_H #ifndef 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 EXPRNE_T4135261543_H #define EXPRNE_T4135261543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNE struct ExprNE_t4135261543 : public EqualityExpr_t1646148531 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNE_T4135261543_H #ifndef EXPRGT_T1857306706_H #define EXPRGT_T1857306706_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprGT struct ExprGT_t1857306706 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRGT_T1857306706_H #ifndef EXPRGE_T4135851367_H #define EXPRGE_T4135851367_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprGE struct ExprGE_t4135851367 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRGE_T4135851367_H #ifndef EXPRLE_T4135130471_H #define EXPRLE_T4135130471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLE struct ExprLE_t4135130471 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLE_T4135130471_H #ifndef EXPRLT_T1856585810_H #define EXPRLT_T1856585810_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprLT struct ExprLT_t1856585810 : public RelationalExpr_t3307137467 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRLT_T1856585810_H #ifndef XMLSCHEMAREDEFINE_T4020109446_H #define XMLSCHEMAREDEFINE_T4020109446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaRedefine struct XmlSchemaRedefine_t4020109446 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::attributeGroups XmlSchemaObjectTable_t2546974348 * ___attributeGroups_16; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::groups XmlSchemaObjectTable_t2546974348 * ___groups_17; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaRedefine::items XmlSchemaObjectCollection_t1064819932 * ___items_18; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::schemaTypes XmlSchemaObjectTable_t2546974348 * ___schemaTypes_19; public: inline static int32_t get_offset_of_attributeGroups_16() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___attributeGroups_16)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeGroups_16() const { return ___attributeGroups_16; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeGroups_16() { return &___attributeGroups_16; } inline void set_attributeGroups_16(XmlSchemaObjectTable_t2546974348 * value) { ___attributeGroups_16 = value; Il2CppCodeGenWriteBarrier((&___attributeGroups_16), value); } inline static int32_t get_offset_of_groups_17() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___groups_17)); } inline XmlSchemaObjectTable_t2546974348 * get_groups_17() const { return ___groups_17; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_groups_17() { return &___groups_17; } inline void set_groups_17(XmlSchemaObjectTable_t2546974348 * value) { ___groups_17 = value; Il2CppCodeGenWriteBarrier((&___groups_17), value); } inline static int32_t get_offset_of_items_18() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___items_18)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_18() const { return ___items_18; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_18() { return &___items_18; } inline void set_items_18(XmlSchemaObjectCollection_t1064819932 * value) { ___items_18 = value; Il2CppCodeGenWriteBarrier((&___items_18), value); } inline static int32_t get_offset_of_schemaTypes_19() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___schemaTypes_19)); } inline XmlSchemaObjectTable_t2546974348 * get_schemaTypes_19() const { return ___schemaTypes_19; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_schemaTypes_19() { return &___schemaTypes_19; } inline void set_schemaTypes_19(XmlSchemaObjectTable_t2546974348 * value) { ___schemaTypes_19 = value; Il2CppCodeGenWriteBarrier((&___schemaTypes_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAREDEFINE_T4020109446_H #ifndef XMLSCHEMAIMPORT_T3509836441_H #define XMLSCHEMAIMPORT_T3509836441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t3509836441 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaImport::annotation XmlSchemaAnnotation_t2553753397 * ___annotation_16; // System.String System.Xml.Schema.XmlSchemaImport::nameSpace String_t* ___nameSpace_17; public: inline static int32_t get_offset_of_annotation_16() { return static_cast(offsetof(XmlSchemaImport_t3509836441, ___annotation_16)); } inline XmlSchemaAnnotation_t2553753397 * get_annotation_16() const { return ___annotation_16; } inline XmlSchemaAnnotation_t2553753397 ** get_address_of_annotation_16() { return &___annotation_16; } inline void set_annotation_16(XmlSchemaAnnotation_t2553753397 * value) { ___annotation_16 = value; Il2CppCodeGenWriteBarrier((&___annotation_16), value); } inline static int32_t get_offset_of_nameSpace_17() { return static_cast(offsetof(XmlSchemaImport_t3509836441, ___nameSpace_17)); } inline String_t* get_nameSpace_17() const { return ___nameSpace_17; } inline String_t** get_address_of_nameSpace_17() { return &___nameSpace_17; } inline void set_nameSpace_17(String_t* value) { ___nameSpace_17 = value; Il2CppCodeGenWriteBarrier((&___nameSpace_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAIMPORT_T3509836441_H #ifndef XMLSCHEMANOTATION_T2664560277_H #define XMLSCHEMANOTATION_T2664560277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaNotation struct XmlSchemaNotation_t2664560277 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaNotation::name String_t* ___name_16; // System.String System.Xml.Schema.XmlSchemaNotation::pub String_t* ___pub_17; // System.String System.Xml.Schema.XmlSchemaNotation::system String_t* ___system_18; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaNotation::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_19; public: inline static int32_t get_offset_of_name_16() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___name_16)); } inline String_t* get_name_16() const { return ___name_16; } inline String_t** get_address_of_name_16() { return &___name_16; } inline void set_name_16(String_t* value) { ___name_16 = value; Il2CppCodeGenWriteBarrier((&___name_16), value); } inline static int32_t get_offset_of_pub_17() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___pub_17)); } inline String_t* get_pub_17() const { return ___pub_17; } inline String_t** get_address_of_pub_17() { return &___pub_17; } inline void set_pub_17(String_t* value) { ___pub_17 = value; Il2CppCodeGenWriteBarrier((&___pub_17), value); } inline static int32_t get_offset_of_system_18() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___system_18)); } inline String_t* get_system_18() const { return ___system_18; } inline String_t** get_address_of_system_18() { return &___system_18; } inline void set_system_18(String_t* value) { ___system_18 = value; Il2CppCodeGenWriteBarrier((&___system_18), value); } inline static int32_t get_offset_of_qualifiedName_19() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___qualifiedName_19)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_19() const { return ___qualifiedName_19; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_19() { return &___qualifiedName_19; } inline void set_qualifiedName_19(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_19 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMANOTATION_T2664560277_H #ifndef XMLSCHEMAATTRIBUTEGROUP_T246430545_H #define XMLSCHEMAATTRIBUTEGROUP_T246430545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAttributeGroup struct XmlSchemaAttributeGroup_t246430545 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::anyAttribute XmlSchemaAnyAttribute_t963227996 * ___anyAttribute_16; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAttributeGroup::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_17; // System.String System.Xml.Schema.XmlSchemaAttributeGroup::name String_t* ___name_18; // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::redefined XmlSchemaAttributeGroup_t246430545 * ___redefined_19; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_20; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup::attributeUses XmlSchemaObjectTable_t2546974348 * ___attributeUses_21; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::anyAttributeUse XmlSchemaAnyAttribute_t963227996 * ___anyAttributeUse_22; // System.Boolean System.Xml.Schema.XmlSchemaAttributeGroup::AttributeGroupRecursionCheck bool ___AttributeGroupRecursionCheck_23; public: inline static int32_t get_offset_of_anyAttribute_16() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___anyAttribute_16)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttribute_16() const { return ___anyAttribute_16; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttribute_16() { return &___anyAttribute_16; } inline void set_anyAttribute_16(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttribute_16 = value; Il2CppCodeGenWriteBarrier((&___anyAttribute_16), value); } inline static int32_t get_offset_of_attributes_17() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___attributes_17)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_17() const { return ___attributes_17; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_17() { return &___attributes_17; } inline void set_attributes_17(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_17 = value; Il2CppCodeGenWriteBarrier((&___attributes_17), value); } inline static int32_t get_offset_of_name_18() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___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_redefined_19() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___redefined_19)); } inline XmlSchemaAttributeGroup_t246430545 * get_redefined_19() const { return ___redefined_19; } inline XmlSchemaAttributeGroup_t246430545 ** get_address_of_redefined_19() { return &___redefined_19; } inline void set_redefined_19(XmlSchemaAttributeGroup_t246430545 * value) { ___redefined_19 = value; Il2CppCodeGenWriteBarrier((&___redefined_19), value); } inline static int32_t get_offset_of_qualifiedName_20() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___qualifiedName_20)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_20() const { return ___qualifiedName_20; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_20() { return &___qualifiedName_20; } inline void set_qualifiedName_20(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_20 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_20), value); } inline static int32_t get_offset_of_attributeUses_21() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___attributeUses_21)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeUses_21() const { return ___attributeUses_21; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeUses_21() { return &___attributeUses_21; } inline void set_attributeUses_21(XmlSchemaObjectTable_t2546974348 * value) { ___attributeUses_21 = value; Il2CppCodeGenWriteBarrier((&___attributeUses_21), value); } inline static int32_t get_offset_of_anyAttributeUse_22() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___anyAttributeUse_22)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttributeUse_22() const { return ___anyAttributeUse_22; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttributeUse_22() { return &___anyAttributeUse_22; } inline void set_anyAttributeUse_22(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttributeUse_22 = value; Il2CppCodeGenWriteBarrier((&___anyAttributeUse_22), value); } inline static int32_t get_offset_of_AttributeGroupRecursionCheck_23() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___AttributeGroupRecursionCheck_23)); } inline bool get_AttributeGroupRecursionCheck_23() const { return ___AttributeGroupRecursionCheck_23; } inline bool* get_address_of_AttributeGroupRecursionCheck_23() { return &___AttributeGroupRecursionCheck_23; } inline void set_AttributeGroupRecursionCheck_23(bool value) { ___AttributeGroupRecursionCheck_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAATTRIBUTEGROUP_T246430545_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 XMLSCHEMAGROUP_T1441741786_H #define XMLSCHEMAGROUP_T1441741786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaGroup struct XmlSchemaGroup_t1441741786 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaGroup::name String_t* ___name_16; // System.Xml.Schema.XmlSchemaGroupBase System.Xml.Schema.XmlSchemaGroup::particle XmlSchemaGroupBase_t3631079376 * ___particle_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroup::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_18; // System.Boolean System.Xml.Schema.XmlSchemaGroup::isCircularDefinition bool ___isCircularDefinition_19; public: inline static int32_t get_offset_of_name_16() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___name_16)); } inline String_t* get_name_16() const { return ___name_16; } inline String_t** get_address_of_name_16() { return &___name_16; } inline void set_name_16(String_t* value) { ___name_16 = value; Il2CppCodeGenWriteBarrier((&___name_16), value); } inline static int32_t get_offset_of_particle_17() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___particle_17)); } inline XmlSchemaGroupBase_t3631079376 * get_particle_17() const { return ___particle_17; } inline XmlSchemaGroupBase_t3631079376 ** get_address_of_particle_17() { return &___particle_17; } inline void set_particle_17(XmlSchemaGroupBase_t3631079376 * value) { ___particle_17 = value; Il2CppCodeGenWriteBarrier((&___particle_17), value); } inline static int32_t get_offset_of_qualifiedName_18() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___qualifiedName_18)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_18() const { return ___qualifiedName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_18() { return &___qualifiedName_18; } inline void set_qualifiedName_18(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_18 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_18), value); } inline static int32_t get_offset_of_isCircularDefinition_19() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___isCircularDefinition_19)); } inline bool get_isCircularDefinition_19() const { return ___isCircularDefinition_19; } inline bool* get_address_of_isCircularDefinition_19() { return &___isCircularDefinition_19; } inline void set_isCircularDefinition_19(bool value) { ___isCircularDefinition_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAGROUP_T1441741786_H #ifndef CHARGETTER_T1703763694_H #define CHARGETTER_T1703763694_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHARGETTER_T1703763694_H #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 XMLATTRIBUTETOKENINFO_T384315108_H #define XMLATTRIBUTETOKENINFO_T384315108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo struct XmlAttributeTokenInfo_t384315108 : public XmlTokenInfo_t2519673037 { public: // System.Int32 Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::ValueTokenStartIndex int32_t ___ValueTokenStartIndex_13; // System.Int32 Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::ValueTokenEndIndex int32_t ___ValueTokenEndIndex_14; // System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::valueCache String_t* ___valueCache_15; // System.Text.StringBuilder Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::tmpBuilder StringBuilder_t * ___tmpBuilder_16; public: inline static int32_t get_offset_of_ValueTokenStartIndex_13() { return static_cast(offsetof(XmlAttributeTokenInfo_t384315108, ___ValueTokenStartIndex_13)); } inline int32_t get_ValueTokenStartIndex_13() const { return ___ValueTokenStartIndex_13; } inline int32_t* get_address_of_ValueTokenStartIndex_13() { return &___ValueTokenStartIndex_13; } inline void set_ValueTokenStartIndex_13(int32_t value) { ___ValueTokenStartIndex_13 = value; } inline static int32_t get_offset_of_ValueTokenEndIndex_14() { return static_cast(offsetof(XmlAttributeTokenInfo_t384315108, ___ValueTokenEndIndex_14)); } inline int32_t get_ValueTokenEndIndex_14() const { return ___ValueTokenEndIndex_14; } inline int32_t* get_address_of_ValueTokenEndIndex_14() { return &___ValueTokenEndIndex_14; } inline void set_ValueTokenEndIndex_14(int32_t value) { ___ValueTokenEndIndex_14 = value; } inline static int32_t get_offset_of_valueCache_15() { return static_cast(offsetof(XmlAttributeTokenInfo_t384315108, ___valueCache_15)); } inline String_t* get_valueCache_15() const { return ___valueCache_15; } inline String_t** get_address_of_valueCache_15() { return &___valueCache_15; } inline void set_valueCache_15(String_t* value) { ___valueCache_15 = value; Il2CppCodeGenWriteBarrier((&___valueCache_15), value); } inline static int32_t get_offset_of_tmpBuilder_16() { return static_cast(offsetof(XmlAttributeTokenInfo_t384315108, ___tmpBuilder_16)); } inline StringBuilder_t * get_tmpBuilder_16() const { return ___tmpBuilder_16; } inline StringBuilder_t ** get_address_of_tmpBuilder_16() { return &___tmpBuilder_16; } inline void set_tmpBuilder_16(StringBuilder_t * value) { ___tmpBuilder_16 = value; Il2CppCodeGenWriteBarrier((&___tmpBuilder_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTETOKENINFO_T384315108_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 XMLSCHEMAINCLUDE_T2307352039_H #define XMLSCHEMAINCLUDE_T2307352039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaInclude struct XmlSchemaInclude_t2307352039 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaInclude::annotation XmlSchemaAnnotation_t2553753397 * ___annotation_16; public: inline static int32_t get_offset_of_annotation_16() { return static_cast(offsetof(XmlSchemaInclude_t2307352039, ___annotation_16)); } inline XmlSchemaAnnotation_t2553753397 * get_annotation_16() const { return ___annotation_16; } inline XmlSchemaAnnotation_t2553753397 ** get_address_of_annotation_16() { return &___annotation_16; } inline void set_annotation_16(XmlSchemaAnnotation_t2553753397 * value) { ___annotation_16 = value; Il2CppCodeGenWriteBarrier((&___annotation_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAINCLUDE_T2307352039_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 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 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 #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 // 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.Int16[] struct Int16U5BU5D_t3686840178 : public RuntimeArray { public: ALIGN_FIELD (8) int16_t m_Items[1]; public: inline int16_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int16_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, int16_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t385246372 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] struct XmlAttributeTokenInfoU5BU5D_t1089758477 : public RuntimeArray { public: ALIGN_FIELD (8) XmlAttributeTokenInfo_t384315108 * m_Items[1]; public: inline XmlAttributeTokenInfo_t384315108 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlAttributeTokenInfo_t384315108 ** 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, XmlAttributeTokenInfo_t384315108 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlAttributeTokenInfo_t384315108 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlAttributeTokenInfo_t384315108 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAttributeTokenInfo_t384315108 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] struct XmlTokenInfoU5BU5D_t2522587488 : public RuntimeArray { public: ALIGN_FIELD (8) XmlTokenInfo_t2519673037 * m_Items[1]; public: inline XmlTokenInfo_t2519673037 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlTokenInfo_t2519673037 ** 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, XmlTokenInfo_t2519673037 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlTokenInfo_t2519673037 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlTokenInfo_t2519673037 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlTokenInfo_t2519673037 * 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; } }; // Mono.Xml2.XmlTextReader/TagName[] struct TagNameU5BU5D_t2055670886 : public RuntimeArray { public: ALIGN_FIELD (8) TagName_t2891256255 m_Items[1]; public: inline TagName_t2891256255 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TagName_t2891256255 * 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, TagName_t2891256255 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline TagName_t2891256255 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TagName_t2891256255 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TagName_t2891256255 value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_t4116647657 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174 : public RuntimeArray { public: ALIGN_FIELD (8) Entry_t3052280359 * m_Items[1]; public: inline Entry_t3052280359 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Entry_t3052280359 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Entry_t3052280359 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Entry_t3052280359 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Entry_t3052280359 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Entry_t3052280359 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __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.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 System.Xml.Schema.XmlSchemaElement::get_ElementType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaElement_get_ElementType_m1141810192 (XmlSchemaElement_t427880856 * __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.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); // Mono.Xml.Schema.XsdInvalidValidationState Mono.Xml.Schema.XsdValidationState::get_Invalid() extern "C" IL2CPP_METHOD_ATTR XsdInvalidValidationState_t3749995458 * XsdValidationState_get_Invalid_m3584060974 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdInvalidValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdInvalidValidationState__ctor_m3277673763 (XsdInvalidValidationState_t3749995458 * __this, XsdParticleStateManager_t726654767 * ___manager0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.StringCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringCollection__ctor_m613771200 (StringCollection_t167406615 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdWildcard::Reset() extern "C" IL2CPP_METHOD_ATTR void XsdWildcard_Reset_m2121209751 (XsdWildcard_t2790389089 * __this, const RuntimeMethod* method); // System.String[] System.Xml.Schema.XmlSchemaUtil::SplitList(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XmlSchemaUtil_SplitList_m1641535596 (RuntimeObject * __this /* static, unused */, String_t* ___list0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Void System.Xml.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.Boolean System.Xml.Schema.XmlSchemaUtil::CheckAnyUri(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckAnyUri_m1406321190 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.StringCollection::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool StringCollection_Contains_m1606600301 (StringCollection_t167406615 * __this, String_t* p0, 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.Int32 System.Collections.Specialized.StringCollection::Add(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_Add_m774560569 (StringCollection_t167406615 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAny::get_HasValueAny() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_get_HasValueAny_m1356611694 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAny::get_HasValueLocal() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_get_HasValueLocal_m2589071563 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAny::get_HasValueOther() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_get_HasValueOther_m3314415087 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAny::get_HasValueTargetNamespace() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_get_HasValueTargetNamespace_m1849711967 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAny::get_ResolvedProcessContents() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAny_get_ResolvedProcessContents_m3560277687 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.Collections.Specialized.StringCollection System.Xml.Schema.XmlSchemaAny::get_ResolvedNamespaces() extern "C" IL2CPP_METHOD_ATTR StringCollection_t167406615 * XmlSchemaAny_get_ResolvedNamespaces_m67621907 (XmlSchemaAny_t1119175207 * __this, const RuntimeMethod* method); // System.String System.Collections.Specialized.StringCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringCollection_get_Item_m2538039158 (StringCollection_t167406615 * __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Collections.Specialized.StringCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m3756622418 (StringCollection_t167406615 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAny::get_TargetNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAny_get_TargetNamespace_m3878721791 (XmlSchemaAny_t1119175207 * __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.Boolean System.Xml.Schema.XmlSchemaAny::ValidateWildcardAllowsNamespaceName(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_ValidateWildcardAllowsNamespaceName_m3285621343 (XmlSchemaAny_t1119175207 * __this, String_t* ___ns0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdWildcard::ValidateWildcardAllowsNamespaceName(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XsdWildcard_ValidateWildcardAllowsNamespaceName_m1828852229 (XsdWildcard_t2790389089 * __this, String_t* ___ns0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.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.Boolean Mono.Xml.Schema.XsdWildcard::ValidateWildcardSubset(Mono.Xml.Schema.XsdWildcard,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XsdWildcard_ValidateWildcardSubset_m4214827935 (XsdWildcard_t2790389089 * __this, XsdWildcard_t2790389089 * ___other0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, 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.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Xml.XmlReaderSettings System.Xml.XmlReaderSettings::Clone() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReaderSettings_Clone_m3342798530 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CloseInput_m227043160 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_ProhibitDtd() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_ProhibitDtd_m1743435541 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m3751204500 (XmlException_t1761730631 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreWhitespace_m3303723294 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreProcessingInstructions() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreProcessingInstructions_m1221762678 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_IgnoreComments() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreComments_m1494867857 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_SkipWhitespace_m2727744072 (Tokenizer_t1517940593 * __this, 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.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.Char Mono.Xml.XPath.Tokenizer::Peek(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_Peek_m3553609677 (Tokenizer_t1517940593 * __this, int32_t ___iOffset0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XPathException__ctor_m3226187054 (XPathException_t2107611652 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Char Mono.Xml.XPath.Tokenizer::Peek() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_Peek_m753413837 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::IsWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsWhitespace_m3667803003 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method); // System.Char Mono.Xml.XPath.Tokenizer::GetChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_GetChar_m943000385 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m2383614642 (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsDigit_m1150402067 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, 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.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_t435877138 * NumberFormatInfo_get_InvariantInfo_m349577018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Double System.Double::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR double Double_Parse_m3456374109 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, 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.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.String Mono.Xml.XPath.Tokenizer::ReadIdentifier() extern "C" IL2CPP_METHOD_ATTR String_t* Tokenizer_ReadIdentifier_m4137543983 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::IsAxisName(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsAxisName_m1332113934 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, 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.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.Boolean Mono.Xml.XPath.Tokenizer::get_IsFirstToken() extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_get_IsFirstToken_m3940545855 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::IsOperatorName(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsOperatorName_m2066193972 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, const RuntimeMethod* method); // System.Boolean Mono.Xml.XPath.Tokenizer::IsNodeType(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsNodeType_m1280680003 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, const RuntimeMethod* method); // System.Char Mono.Xml.XPath.Tokenizer::PutBack() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_PutBack_m874498233 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.XPath.Tokenizer::ParseNumber() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseNumber_m105494547 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.XPath.Tokenizer::ParseLiteral() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseLiteral_m3543968164 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.XPath.Tokenizer::ParseIdentifier() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseIdentifier_m2736572369 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.XPath.Tokenizer::ParseToken() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseToken_m2126690377 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathNavigator::.ctor() extern "C" IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m997972048 (XPathNavigator_t787956054 * __this, const RuntimeMethod* method); // System.Xml.XmlNode Mono.Xml.XPath.XPathEditableDocument::get_Node() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XPathEditableDocument_get_Node_m2394100223 (XPathEditableDocument_t3642283412 * __this, 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.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.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 Mono.Xml.XPath.XmlDocumentEditableNavigator::.ctor(Mono.Xml.XPath.XmlDocumentEditableNavigator) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator__ctor_m2056677716 (XmlDocumentEditableNavigator_t22456660 * __this, XmlDocumentEditableNavigator_t22456660 * ___nav0, const RuntimeMethod* method); // System.Void Mono.Xml.XPath.XmlDocumentEditableNavigator::.ctor(Mono.Xml.XPath.XPathEditableDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator__ctor_m3006827479 (XmlDocumentEditableNavigator_t22456660 * __this, XPathEditableDocument_t3642283412 * ___doc0, const RuntimeMethod* method); // System.IO.TextWriter System.Console::get_Out() extern "C" IL2CPP_METHOD_ATTR TextWriter_t3478189236 * Console_get_Out_m535961184 (RuntimeObject * __this /* static, unused */, 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.Void Mono.Xml.XPath.Tokenizer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Tokenizer__ctor_m2261355154 (Tokenizer_t1517940593 * __this, String_t* ___strInput0, const RuntimeMethod* method); // System.Object Mono.Xml.XPath.XPathParser::yyparse(Mono.Xml.XPath.yyParser.yyInput) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathParser_yyparse_m918511201 (XPathParser_t4136515887 * __this, RuntimeObject* ___yyLex0, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XPathException__ctor_m4101400566 (XPathException_t2107611652 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Xml.XPath.NodeTest Mono.Xml.XPath.XPathParser::CreateNodeTest(System.Xml.XPath.Axes,System.Object) extern "C" IL2CPP_METHOD_ATTR NodeTest_t747859056 * XPathParser_CreateNodeTest_m3766896066 (XPathParser_t4136515887 * __this, int32_t ___axis0, RuntimeObject * ___test1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprFilter::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprFilter__ctor_m339667866 (ExprFilter_t2551926938 * __this, Expression_t1452783009 * ___expr0, Expression_t1452783009 * ___pred1, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTypeTest::.ctor(System.Xml.XPath.Axes,System.Xml.XPath.XPathNodeType,System.String) extern "C" IL2CPP_METHOD_ATTR void NodeTypeTest__ctor_m2727277921 (NodeTypeTest_t4287533341 * __this, int32_t ___axis0, int32_t ___type1, String_t* ___param2, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m1684199236 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___a0, XmlQualifiedName_t2760654312 * ___b1, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTypeTest::.ctor(System.Xml.XPath.Axes) extern "C" IL2CPP_METHOD_ATTR void NodeTypeTest__ctor_m4173832270 (NodeTypeTest_t4287533341 * __this, int32_t ___axis0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeNameTest::.ctor(System.Xml.XPath.Axes,System.Xml.XmlQualifiedName,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void NodeNameTest__ctor_m2971835893 (NodeNameTest_t562814213 * __this, int32_t ___axis0, XmlQualifiedName_t2760654312 * ___name1, RuntimeObject* ___ctx2, const RuntimeMethod* method); // 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.String Mono.Xml.XPath.XPathParser::yyname(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XPathParser_yyname_m2186911581 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* method); // System.Void Mono.Xml.XPath.yyParser.yyUnexpectedEof::.ctor() extern "C" IL2CPP_METHOD_ATTR void yyUnexpectedEof__ctor_m2965131656 (yyUnexpectedEof_t2049021987 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.XPath.yyParser.yyException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void yyException__ctor_m2305721436 (yyException_t1362412556 * __this, String_t* ___message0, const RuntimeMethod* method); // System.String Mono.Xml.XPath.XPathParser/YYRules::getRule(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* YYRules_getRule_m516556063 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method); // System.Object Mono.Xml.XPath.XPathParser::yyDefault(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathParser_yyDefault_m1688473248 (XPathParser_t4136515887 * __this, RuntimeObject * ___first0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprUNION::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprUNION__ctor_m1383977564 (ExprUNION_t1609753984 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprRoot::.ctor() extern "C" IL2CPP_METHOD_ATTR void ExprRoot__ctor_m3917243252 (ExprRoot_t3091324302 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprSLASH::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void ExprSLASH__ctor_m3063015905 (ExprSLASH_t1263914658 * __this, Expression_t1452783009 * ___left0, NodeSet_t3272593155 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprSLASH2::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.NodeSet) extern "C" IL2CPP_METHOD_ATTR void ExprSLASH2__ctor_m1243554034 (ExprSLASH2_t1762680492 * __this, Expression_t1452783009 * ___left0, NodeSet_t3272593155 * ___right1, const RuntimeMethod* method); // 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 System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m3957593392 (XmlQualifiedName_t2760654312 * __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.Void System.Xml.XPath.ExprLiteral::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ExprLiteral__ctor_m807453226 (ExprLiteral_t2264229068 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XPath.FunctionArguments::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.FunctionArguments) extern "C" IL2CPP_METHOD_ATTR void FunctionArguments__ctor_m1646675917 (FunctionArguments_t3573450773 * __this, Expression_t1452783009 * ___arg0, FunctionArguments_t3573450773 * ___tail1, const RuntimeMethod* method); // System.Xml.XPath.Expression System.Xml.XPath.ExprFunctionCall::Factory(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * ExprFunctionCall_Factory_m3639178766 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___name0, FunctionArguments_t3573450773 * ___args1, RuntimeObject* ___ctx2, const RuntimeMethod* method); // System.Xml.XPath.NodeSet Mono.Xml.XPath.XPathParser::CreateNodeTest(System.Xml.XPath.Axes,System.Object,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR NodeSet_t3272593155 * XPathParser_CreateNodeTest_m1422784487 (XPathParser_t4136515887 * __this, int32_t ___axis0, RuntimeObject * ___nodeTest1, ArrayList_t2718874744 * ___plist2, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprOR::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprOR__ctor_m3976562532 (ExprOR_t3019581832 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprAND::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprAND__ctor_m2576880039 (ExprAND_t348538276 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprEQ::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprEQ__ctor_m1887454476 (ExprEQ_t1453891107 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprNE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNE__ctor_m2190599478 (ExprNE_t4135261543 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprLT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprLT__ctor_m168109738 (ExprLT_t1856585810 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprGT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprGT__ctor_m1389473147 (ExprGT_t1857306706 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprLE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprLE__ctor_m2052688359 (ExprLE_t4135130471 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprGE::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprGE__ctor_m206563240 (ExprGE_t4135851367 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprPLUS::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprPLUS__ctor_m3797572383 (ExprPLUS_t1725353634 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprMINUS::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMINUS__ctor_m2978623132 (ExprMINUS_t3125292145 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprMULT::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMULT__ctor_m2575760461 (ExprMULT_t118778748 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprDIV::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprDIV__ctor_m3348338260 (ExprDIV_t1961659563 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprMOD::.ctor(System.Xml.XPath.Expression,System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprMOD__ctor_m2986001670 (ExprMOD_t1913835785 * __this, Expression_t1452783009 * ___left0, Expression_t1452783009 * ___right1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprNEG::.ctor(System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprNEG__ctor_m3041930912 (ExprNEG_t381818215 * __this, Expression_t1452783009 * ___expr0, const RuntimeMethod* method); // System.Void System.Xml.XPath.NodeTypeTest::.ctor(System.Xml.XPath.Axes,System.Xml.XPath.XPathNodeType) extern "C" IL2CPP_METHOD_ATTR void NodeTypeTest__ctor_m3703857314 (NodeTypeTest_t4287533341 * __this, int32_t ___axis0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprVariable::.ctor(System.Xml.XmlQualifiedName,System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void ExprVariable__ctor_m3887127046 (ExprVariable_t1387751146 * __this, XmlQualifiedName_t2760654312 * ___name0, RuntimeObject* ___ctx1, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprParens::.ctor(System.Xml.XPath.Expression) extern "C" IL2CPP_METHOD_ATTR void ExprParens__ctor_m980674938 (ExprParens_t795575662 * __this, Expression_t1452783009 * ___expr0, const RuntimeMethod* method); // System.Void System.Xml.XPath.ExprNumber::.ctor(System.Double) extern "C" IL2CPP_METHOD_ATTR void ExprNumber__ctor_m147059916 (ExprNumber_t3483239576 * __this, double ___value0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, 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 Mono.Xml2.XmlTextReader/DtdInputStateStack::.ctor() extern "C" IL2CPP_METHOD_ATTR void DtdInputStateStack__ctor_m3167863153 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method); // System.IO.Stream Mono.Xml2.XmlTextReader::GetStreamFromUrl(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * XmlTextReader_GetStreamFromUrl_m226534615 (XmlTextReader_t3455035481 * __this, String_t* ___url0, String_t** ___absoluteUriString1, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::.ctor(System.Xml.XmlNameTable,System.Xml.XmlNamespaceManager,System.String,System.Xml.XmlSpace) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext__ctor_m52393894 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___nt0, XmlNamespaceManager_t418790500 * ___nsMgr1, String_t* ___xmlLang2, int32_t ___xmlSpace3, const RuntimeMethod* method); // System.Void System.Xml.XmlStreamReader::.ctor(System.IO.Stream) extern "C" IL2CPP_METHOD_ATTR void XmlStreamReader__ctor_m3403779607 (XmlStreamReader_t727818754 * __this, Stream_t1273022909 * ___input0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::InitializeContext(System.String,System.Xml.XmlParserContext,System.IO.TextReader,System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_InitializeContext_m2462395792 (XmlTextReader_t3455035481 * __this, String_t* ___url0, XmlParserContext_t2544895291 * ___context1, TextReader_t283511965 * ___fragment2, int32_t ___fragType3, 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.String System.Xml.XmlParserContext::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m3403405423 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m746327602 (XmlTextReader_t3455035481 * __this, String_t* ___url0, TextReader_t283511965 * ___fragment1, int32_t ___fragType2, XmlParserContext_t2544895291 * ___context3, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_m126993932 (StringReader_t3465604688 * __this, String_t* p0, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupPrefix_m4040669903 (XmlTextReader_t3455035481 * __this, String_t* ___ns0, bool ___atomizedName1, 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.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlReader_get_Settings_m3232276411 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m3854899066 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Xml.XmlSpace System.Xml.XmlParserContext::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m672663556 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m3628145864 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::GetIndexOfQualifiedAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774 (XmlTextReader_t3455035481 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m860434552 (String_t* __this, CharU5BU5D_t3528271667* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::LookupNamespace(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_m2046126088 (XmlTextReader_t3455035481 * __this, String_t* ___prefix0, bool ___atomizedNames1, 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.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_m1584729693 (XmlNamespaceManager_t418790500 * __this, String_t* ___uri0, bool ___atomizedName1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ClearValueBuffer() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ClearValueBuffer_m2824229631 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m484952237 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ClearAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ClearAttributes_m4013416704 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::IncrementAttributeToken() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_IncrementAttributeToken_m1983457952 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadAttributeValueTokens_m3597159985 (XmlTextReader_t3455035481 * __this, int32_t ___dummyQuoteChar0, const RuntimeMethod* method); // System.Xml.XmlReaderBinarySupport System.Xml.XmlReader::get_Binary() extern "C" IL2CPP_METHOD_ATTR XmlReaderBinarySupport_t1809665003 * XmlReader_get_Binary_m3370719164 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderBinarySupport::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlReaderBinarySupport_Reset_m4149730773 (XmlReaderBinarySupport_t1809665003 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::ReadUntilEndTag() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadUntilEndTag_m2167355391 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadContent_m1908977551 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Xml.XmlException Mono.Xml2.XmlTextReader::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * XmlTextReader_NotWFError_m2000394543 (XmlTextReader_t3455035481 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m4164965325 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::ReadCharsInternal(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadCharsInternal_m190300142 (XmlTextReader_t3455035481 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, 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.Void System.Xml.XmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Skip_m2445993341 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel System.Xml.XmlParserContext::get_Dtd() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlParserContext_get_Dtd_m2960147355 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlException::.ctor(System.Xml.IXmlLineInfo,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlException__ctor_m212897041 (XmlException_t1761730631 * __this, RuntimeObject* ___li0, String_t* ___sourceUri1, String_t* ___message2, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderBinarySupport/CharGetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void CharGetter__ctor_m3616306258 (CharGetter_t1703763694 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlReaderSettings::get_CheckCharacters() extern "C" IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CheckCharacters_m1683653392 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Clear_m3820743909 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::.ctor(Mono.Xml2.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTokenInfo__ctor_m3168572862 (XmlTokenInfo_t2519673037 * __this, XmlTextReader_t3455035481 * ___xtr0, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_m874080766 (NameTable_t3178203267 * __this, const RuntimeMethod* method); // System.Xml.XmlNameTable System.Xml.XmlParserContext::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlParserContext_get_NameTable_m157015535 (XmlParserContext_t2544895291 * __this, 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.Uri::.ctor(System.String,System.UriKind) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m391584135 (Uri_t100236324 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method); // System.String System.IO.Path::GetFullPath(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m4142135635 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.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.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.XmlParserContext::set_BaseURI(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_BaseURI_m3915640945 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::Init() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Init_m2382400829 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Replace_m1273907647 (String_t* __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_NameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_NameTable_m2572136197 (XmlParserContext_t2544895291 * __this, XmlNameTable_t71772148 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SetTokenProperties(Mono.Xml2.XmlTextReader/XmlTokenInfo,System.Xml.XmlNodeType,System.String,System.String,System.String,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetTokenProperties_m3990861784 (XmlTextReader_t3455035481 * __this, XmlTokenInfo_t2519673037 * ___token0, int32_t ___nodeType1, String_t* ___name2, String_t* ___prefix3, String_t* ___localName4, bool ___isEmptyElement5, String_t* ___value6, bool ___clearAttributes7, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::ReadTextReader(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadTextReader_m1768413848 (XmlTextReader_t3455035481 * __this, int32_t ___remained0, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::PeekSurrogate(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_PeekSurrogate_m1883611318 (XmlTextReader_t3455035481 * __this, int32_t ___c0, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_PeekChar_m1912018917 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m344457298 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::PopScope() extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_PopScope_m4042017474 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SetEntityReferenceProperties() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetEntityReferenceProperties_m114524253 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::SetProperties(System.Xml.XmlNodeType,System.String,System.String,System.String,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetProperties_m1944983866 (XmlTextReader_t3455035481 * __this, int32_t ___nodeType0, String_t* ___name1, String_t* ___prefix2, String_t* ___localName3, bool ___isEmptyElement4, String_t* ___value5, bool ___clearAttributes6, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::Advance(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Advance_m3489997309 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadEndTag() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadEndTag_m798395877 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadProcessingInstruction_m1262082069 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadDeclaration_m3647026478 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadStartTag() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadStartTag_m1901386973 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::ReadWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadWhitespace_m973040877 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadText(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadText_m1357245559 (XmlTextReader_t3455035481 * __this, bool ___notWhitespace0, 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); // 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); // 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.Boolean Mono.Xml.DTDNode::get_IsInternalSubset() extern "C" IL2CPP_METHOD_ATTR bool DTDNode_get_IsInternalSubset_m279305321 (DTDNode_t858560093 * __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.Xml2.XmlTextReader::ReadName(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadName_m1541353199 (XmlTextReader_t3455035481 * __this, String_t** ___prefix0, String_t** ___localName1, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_SkipWhitespace_m2637797352 (XmlTextReader_t3455035481 * __this, 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.Void Mono.Xml2.XmlTextReader::ReadAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadAttributes_m3060166399 (XmlTextReader_t3455035481 * __this, bool ___isXmlDecl0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::FillXmlns() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_FillXmlns_m3484823652 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::FillNamespace() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_FillNamespace_m1979530757 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method); // System.Boolean System.Object::ReferenceEquals(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR bool Object_ReferenceEquals_m610702577 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::PushElementName(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_PushElementName_m4102303423 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___local1, String_t* ___prefix2, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::PushScope() extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_PushScope_m4047975352 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Expect_m4011935953 (XmlTextReader_t3455035481 * __this, int32_t ___expected0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_XmlLang(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_XmlLang_m1868304449 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_XmlSpace(System.Xml.XmlSpace) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_XmlSpace_m3309771565 (XmlParserContext_t2544895291 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::CheckCurrentStateUpdate() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CheckCurrentStateUpdate_m2157747956 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/TagName::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TagName__ctor_m4210861040 (TagName_t2891256255 * __this, String_t* ___n0, String_t* ___l1, String_t* ___p2, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::Expect(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Expect_m4157068380 (XmlTextReader_t3455035481 * __this, String_t* ___expected0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ExpectAfterWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ExpectAfterWhitespace_m1519109733 (XmlTextReader_t3455035481 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::AppendSurrogatePairValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AppendSurrogatePairValueChar_m85381951 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder_CopyTo_m2321753019 (StringBuilder_t * __this, int32_t p0, CharU5BU5D_t3528271667* p1, int32_t p2, int32_t p3, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Capacity() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Capacity_m2088663745 (StringBuilder_t * __this, const RuntimeMethod* method); // System.String System.Text.StringBuilder::ToString(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m774364392 (StringBuilder_t * __this, int32_t p0, int32_t p1, 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.Int32 Mono.Xml2.XmlTextReader::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadChar_m986519882 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::ReadReference(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadReference_m1956832614 (XmlTextReader_t3455035481 * __this, bool ___ignoreEntityReferences0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::AppendValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AppendValueChar_m2174950783 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::get_CharacterChecking() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CharacterChecking_m322676875 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.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.Int32 Mono.Xml2.XmlTextReader::ReadCharacterReference() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadCharacterReference_m424712447 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::ReadEntityReference(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadEntityReference_m1806493727 (XmlTextReader_t3455035481 * __this, bool ___ignoreEntityReferences0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String System.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.Boolean Mono.Xml2.XmlTextReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Normalization_m1218533950 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadName_m497761603 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // 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); // System.Void Mono.Xml2.XmlTextReader::IncrementAttributeValueToken() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_IncrementAttributeValueToken_m2379248428 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::.ctor(Mono.Xml2.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo__ctor_m482019829 (XmlAttributeTokenInfo_t384315108 * __this, XmlTextReader_t3455035481 * ___reader0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::CheckAttributeEntityReferenceWFC(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471 (XmlTextReader_t3455035481 * __this, String_t* ___entName0, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::GenerateEntityAttributeText(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_GenerateEntityAttributeText_m775344041 (DTDObjectModel_t1729680289 * __this, String_t* ___entityName0, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDEntityDeclaration::get_HasExternalReference() extern "C" IL2CPP_METHOD_ATTR bool DTDEntityDeclaration_get_HasExternalReference_m2445477146 (DTDEntityDeclaration_t811637416 * __this, 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.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.String::ToLower(System.Globalization.CultureInfo) extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m3490221821 (String_t* __this, CultureInfo_t4157843068 * p0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::VerifyXmlDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_VerifyXmlDeclaration_m3715519337 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::CreateValueString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_CreateValueString_m2043680139 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ParseAttributeFromString(System.String,System.Int32&,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ParseAttributeFromString_m4180485644 (XmlTextReader_t3455035481 * __this, String_t* ___src0, int32_t* ___idx1, String_t** ___name2, String_t** ___value3, const RuntimeMethod* method); // System.Boolean Mono.Xml2.XmlTextReader::SkipWhitespaceInString(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_SkipWhitespaceInString_m2492604174 (XmlTextReader_t3455035481 * __this, String_t* ___text0, int32_t* ___idx1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsValidIANAEncoding(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsValidIANAEncoding_m3868492798 (RuntimeObject * __this /* static, unused */, String_t* ___ianaEncoding0, const RuntimeMethod* method); // System.Text.Encoding System.Xml.NonBlockingStreamReader::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * NonBlockingStreamReader_get_Encoding_m4190945239 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_Encoding(System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_Encoding_m532670954 (XmlParserContext_t2544895291 * __this, Encoding_t1523322056 * ___value0, const RuntimeMethod* method); // System.Text.Encoding System.Text.Encoding::get_Unicode() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * Encoding_get_Unicode_m811213576 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::AddAttributeWithValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AddAttributeWithValue_m1855834060 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___value1, 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::IsNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNameChar_m59373048 (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.String::CreateString(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_m2818852475 (String_t* __this, CharU5BU5D_t3528271667* ___val0, const RuntimeMethod* method); // System.Xml.ConformanceLevel Mono.Xml2.XmlTextReader::get_Conformance() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Conformance_m1085403856 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadComment() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadComment_m951405007 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadCDATA() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadCDATA_m610664339 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadDoctypeDecl() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadDoctypeDecl_m2417141237 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::ReadSystemLiteral(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadSystemLiteral_m2730602651 (XmlTextReader_t3455035481 * __this, bool ___expectSYSTEM0, const RuntimeMethod* method); // System.String Mono.Xml2.XmlTextReader::ReadPubidLiteral() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadPubidLiteral_m2439871888 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m718766076 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_m3838196996 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ReadInternalSubset() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadInternalSubset_m4251807782 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_InternalSubset(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_InternalSubset_m2419608887 (XmlParserContext_t2544895291 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.XmlParserContext::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m850815881 (XmlParserContext_t2544895291 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::GenerateDTDObjectModel(System.String,System.String,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_GenerateDTDObjectModel_m3252190079 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, int32_t ___intSubsetStartLine4, int32_t ___intSubsetStartColumn5, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel__ctor_m375820113 (DTDObjectModel_t1729680289 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserContext::set_Dtd(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void XmlParserContext_set_Dtd_m1723887828 (XmlParserContext_t2544895291 * __this, DTDObjectModel_t1729680289 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_BaseURI(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_BaseURI_m3872179626 (DTDObjectModel_t1729680289 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_Name_m184868138 (DTDObjectModel_t1729680289 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_PublicId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_PublicId_m3275027996 (DTDObjectModel_t1729680289 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_SystemId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_SystemId_m2091360037 (DTDObjectModel_t1729680289 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_InternalSubset(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_InternalSubset_m1662468053 (DTDObjectModel_t1729680289 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_XmlResolver_m2430352424 (DTDObjectModel_t1729680289 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_IsStandalone(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_IsStandalone_m3249616546 (DTDObjectModel_t1729680289 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_LineNumber_m514999838 (DTDObjectModel_t1729680289 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_LinePosition_m3744796655 (DTDObjectModel_t1729680289 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::.ctor(Mono.Xml.DTDObjectModel,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader__ctor_m1643839087 (DTDReader_t386081180 * __this, DTDObjectModel_t1729680289 * ___dtd0, int32_t ___startLineNumber1, int32_t ___startLinePosition2, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDReader_set_Normalization_m265650635 (DTDReader_t386081180 * __this, bool ___value0, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel System.Xml.DTDReader::GenerateDTDObjectModel() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDReader_GenerateDTDObjectModel_m1793782479 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader/DtdInputStateStack::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t DtdInputStateStack_Peek_m3900420977 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1965104174 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 Mono.Xml2.XmlTextReader::ReadValueChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadValueChar_m1699051674 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_State_m1728015442 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Remove_m940064945 (StringBuilder_t * __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/DtdInputStateStack::Push(Mono.Xml2.XmlTextReader/DtdInputState) extern "C" IL2CPP_METHOD_ATTR void DtdInputStateStack_Push_m2739177529 (DtdInputStateStack_t339956957 * __this, int32_t ___val0, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader::ExpectAndAppend(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ExpectAndAppend_m1030763166 (XmlTextReader_t3455035481 * __this, String_t* ___s0, const RuntimeMethod* method); // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader/DtdInputStateStack::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t DtdInputStateStack_Pop_m3009074081 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method); // 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); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4089665817 (StringBuilder_t * __this, CharU5BU5D_t3528271667* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlTokenInfo_Clear_m3073025998 (XmlTokenInfo_t2519673037 * __this, 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.Xml.DTDReader::Init() extern "C" IL2CPP_METHOD_ATTR void DTDReader_Init_m907126756 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlParserInput::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlParserInput_get_BaseURI_m1478609455 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_get_LineNumber_m2843176613 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_get_LinePosition_m3993856854 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.String System.Xml.DTDReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_get_BaseURI_m1592238113 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2367297767 (StringBuilder_t * __this, int32_t p0, 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_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_BaseURI_m4066085242 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::.ctor(System.IO.TextReader,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput__ctor_m323061724 (XmlParserInput_t2182411204 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseURI1, int32_t ___line2, int32_t ___column3, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::set_AllowTextDecl(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_set_AllowTextDecl_m1259857254 (XmlParserInput_t2182411204 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.DTDReader::ProcessDTDSubset() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_ProcessDTDSubset_m414122437 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.DTDReader::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_PeekChar_m404117199 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::PopParserInput() extern "C" IL2CPP_METHOD_ATTR void DTDReader_PopParserInput_m1066380068 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Xml.XmlException System.Xml.DTDReader::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * DTDReader_NotWFError_m752434160 (DTDReader_t386081180 * __this, String_t* ___message0, 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.Xml.XmlResolver Mono.Xml.DTDObjectModel::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * DTDObjectModel_get_Resolver_m175630994 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::PushParserInput(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDReader_PushParserInput_m1634614665 (DTDReader_t386081180 * __this, String_t* ___url0, 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.Void Mono.Xml.DTDEntityDeclaration::ScanEntityValue(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclaration_ScanEntityValue_m289179801 (DTDEntityDeclaration_t811637416 * __this, ArrayList_t2718874744 * ___refs0, const RuntimeMethod* method); // System.Collections.Hashtable Mono.Xml.DTDObjectModel::get_ExternalResources() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * DTDObjectModel_get_ExternalResources_m865763292 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DTDReader::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_SkipWhitespace_m4062589762 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.DTDReader::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_ReadChar_m3307369433 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::set_InternalSubsetHasPEReference(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_set_InternalSubsetHasPEReference_m2678642332 (DTDObjectModel_t1729680289 * __this, bool ___value0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadName_m3938603916 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_Expect_m1754265857 (DTDReader_t386081180 * __this, int32_t ___expected0, const RuntimeMethod* method); // Mono.Xml.DTDParameterEntityDeclaration System.Xml.DTDReader::GetPEDecl(System.String) extern "C" IL2CPP_METHOD_ATTR DTDParameterEntityDeclaration_t3796253422 * DTDReader_GetPEDecl_m418780904 (DTDReader_t386081180 * __this, String_t* ___peName0, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::PushPEBuffer(Mono.Xml.DTDParameterEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_PushPEBuffer_m2114889766 (XmlParserInput_t2182411204 * __this, DTDParameterEntityDeclaration_t3796253422 * ___pe0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlParserInput::get_HasPEBuffer() extern "C" IL2CPP_METHOD_ATTR bool XmlParserInput_get_HasPEBuffer_m4279701287 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadProcessingInstruction_m3636693735 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::CompileDeclaration() extern "C" IL2CPP_METHOD_ATTR void DTDReader_CompileDeclaration_m3829291154 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::Expect(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDReader_Expect_m1980664535 (DTDReader_t386081180 * __this, String_t* ___expected0, 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.Void System.Xml.DTDReader::ReadComment() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadComment_m299292881 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ExpandPERef() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ExpandPERef_m1147325533 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DTDReader::TryExpandPERef() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_TryExpandPERef_m4193837321 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadParameterEntityDecl() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadParameterEntityDecl_m4279610181 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // Mono.Xml.DTDEntityDeclaration System.Xml.DTDReader::ReadEntityDecl() extern "C" IL2CPP_METHOD_ATTR DTDEntityDeclaration_t811637416 * DTDReader_ReadEntityDecl_m855852474 (DTDReader_t386081180 * __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.Void Mono.Xml.DTDEntityDeclarationCollection::Add(System.String,Mono.Xml.DTDEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclarationCollection_Add_m3564010074 (DTDEntityDeclarationCollection_t2250844513 * __this, String_t* ___name0, DTDEntityDeclaration_t811637416 * ___decl1, const RuntimeMethod* method); // Mono.Xml.DTDElementDeclaration System.Xml.DTDReader::ReadElementDecl() extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDReader_ReadElementDecl_m1843745535 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // Mono.Xml.DTDElementDeclarationCollection Mono.Xml.DTDObjectModel::get_ElementDecls() extern "C" IL2CPP_METHOD_ATTR DTDElementDeclarationCollection_t222313714 * DTDObjectModel_get_ElementDecls_m2095665786 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDElementDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDElementDeclaration_get_Name_m3235366997 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclarationCollection::Add(System.String,Mono.Xml.DTDElementDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclarationCollection_Add_m184065781 (DTDElementDeclarationCollection_t222313714 * __this, String_t* ___name0, DTDElementDeclaration_t1830540991 * ___decl1, const RuntimeMethod* method); // Mono.Xml.DTDAttListDeclaration System.Xml.DTDReader::ReadAttListDecl() extern "C" IL2CPP_METHOD_ATTR DTDAttListDeclaration_t3593159715 * DTDReader_ReadAttListDecl_m3127699621 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAttListDeclarationCollection Mono.Xml.DTDObjectModel::get_AttListDecls() extern "C" IL2CPP_METHOD_ATTR DTDAttListDeclarationCollection_t2220366188 * DTDObjectModel_get_AttListDecls_m2801359668 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttListDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttListDeclaration_get_Name_m4265396932 (DTDAttListDeclaration_t3593159715 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttListDeclarationCollection::Add(System.String,Mono.Xml.DTDAttListDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclarationCollection_Add_m2745516726 (DTDAttListDeclarationCollection_t2220366188 * __this, String_t* ___name0, DTDAttListDeclaration_t3593159715 * ___decl1, const RuntimeMethod* method); // Mono.Xml.DTDNotationDeclaration System.Xml.DTDReader::ReadNotationDecl() extern "C" IL2CPP_METHOD_ATTR DTDNotationDeclaration_t3702682588 * DTDReader_ReadNotationDecl_m1460616695 (DTDReader_t386081180 * __this, 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_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_Name_m2084897025 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclarationCollection::Add(System.String,Mono.Xml.DTDNotationDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclarationCollection_Add_m2041974702 (DTDNotationDeclarationCollection_t959292105 * __this, String_t* ___name0, DTDNotationDeclaration_t3702682588 * ___decl1, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ExpectAfterWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ExpectAfterWhitespace_m295884060 (DTDReader_t386081180 * __this, Il2CppChar ___c0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadIgnoreSect() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadIgnoreSect_m3226723269 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclaration__ctor_m758629043 (DTDElementDeclaration_t1830540991 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNode::set_IsInternalSubset(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDNode_set_IsInternalSubset_m4099696620 (DTDNode_t858560093 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclaration::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclaration_set_Name_m2982832846 (DTDElementDeclaration_t1830540991 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadContentSpec(Mono.Xml.DTDElementDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadContentSpec_m1463355030 (DTDReader_t386081180 * __this, DTDElementDeclaration_t1830540991 * ___decl0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclaration::set_IsEmpty(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclaration_set_IsEmpty_m3628834377 (DTDElementDeclaration_t1830540991 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclaration::set_IsAny(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclaration_set_IsAny_m1224379154 (DTDElementDeclaration_t1830540991 * __this, bool ___value0, const RuntimeMethod* method); // Mono.Xml.DTDContentModel Mono.Xml.DTDElementDeclaration::get_ContentModel() extern "C" IL2CPP_METHOD_ATTR DTDContentModel_t3264596611 * DTDElementDeclaration_get_ContentModel_m2473615350 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDElementDeclaration::set_IsMixedContent(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclaration_set_IsMixedContent_m998737201 (DTDElementDeclaration_t1830540991 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModel::set_Occurence(Mono.Xml.DTDOccurence) extern "C" IL2CPP_METHOD_ATTR void DTDContentModel_set_Occurence_m4108520805 (DTDContentModel_t3264596611 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModel::set_OrderType(Mono.Xml.DTDContentOrderType) extern "C" IL2CPP_METHOD_ATTR void DTDContentModel_set_OrderType_m1667571152 (DTDContentModel_t3264596611 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModel::.ctor(Mono.Xml.DTDObjectModel,System.String) extern "C" IL2CPP_METHOD_ATTR void DTDContentModel__ctor_m1009718562 (DTDContentModel_t3264596611 * __this, DTDObjectModel_t1729680289 * ___root0, String_t* ___ownerElementName1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModel::set_ElementName(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDContentModel_set_ElementName_m996801317 (DTDContentModel_t3264596611 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Xml.DTDContentModelCollection Mono.Xml.DTDContentModel::get_ChildModels() extern "C" IL2CPP_METHOD_ATTR DTDContentModelCollection_t2798820000 * DTDContentModel_get_ChildModels_m1303332449 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::AddContentModel(Mono.Xml.DTDContentModelCollection,Mono.Xml.DTDContentModel) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AddContentModel_m3333156252 (DTDReader_t386081180 * __this, DTDContentModelCollection_t2798820000 * ___cmc0, DTDContentModel_t3264596611 * ___cm1, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDContentModelCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DTDContentModelCollection_get_Count_m3297431626 (DTDContentModelCollection_t2798820000 * __this, const RuntimeMethod* method); // Mono.Xml.DTDContentModel System.Xml.DTDReader::ReadCP(Mono.Xml.DTDElementDeclaration) extern "C" IL2CPP_METHOD_ATTR DTDContentModel_t3264596611 * DTDReader_ReadCP_m1762305439 (DTDReader_t386081180 * __this, DTDElementDeclaration_t1830540991 * ___elem0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModelCollection::Add(Mono.Xml.DTDContentModel) extern "C" IL2CPP_METHOD_ATTR void DTDContentModelCollection_Add_m249959265 (DTDContentModelCollection_t2798820000 * __this, DTDContentModel_t3264596611 * ___model0, const RuntimeMethod* method); // Mono.Xml.DTDContentOrderType Mono.Xml.DTDContentModel::get_OrderType() extern "C" IL2CPP_METHOD_ATTR int32_t DTDContentModel_get_OrderType_m3335859170 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDContentModel::get_ElementName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDContentModel_get_ElementName_m1158922440 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // Mono.Xml.DTDContentModel Mono.Xml.DTDContentModelCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDContentModel_t3264596611 * DTDContentModelCollection_get_Item_m2392527709 (DTDContentModelCollection_t2798820000 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Int32 System.Xml.DTDReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_get_LineNumber_m481654539 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.DTDReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_get_LinePosition_m4162552537 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m1475206260 (XmlSchemaException_t3511258692 * __this, String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, XmlSchemaObject_t1315720168 * ___sourceObject3, String_t* ___sourceUri4, Exception_t * ___innerException5, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::HandleError(System.Xml.Schema.XmlSchemaException) extern "C" IL2CPP_METHOD_ATTR void DTDReader_HandleError_m2337299655 (DTDReader_t386081180 * __this, XmlSchemaException_t3511258692 * ___ex0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDParameterEntityDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDParameterEntityDeclaration__ctor_m3216875147 (DTDParameterEntityDeclaration_t3796253422 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_XmlResolver_m1322688393 (DTDEntityBase_t1228162861 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_Name_m3086400589 (DTDEntityBase_t1228162861 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadExternalID() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadExternalID_m940364478 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_PublicId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_PublicId_m3108726799 (DTDEntityBase_t1228162861 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_SystemId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_SystemId_m861179809 (DTDEntityBase_t1228162861 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::Resolve() extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_Resolve_m3690880264 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ResolveExternalEntityReplacementText(Mono.Xml.DTDEntityBase) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ResolveExternalEntityReplacementText_m2444378748 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___decl0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ClearValueBuffer() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ClearValueBuffer_m1750929380 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::AppendValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AppendValueChar_m587902524 (DTDReader_t386081180 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::CreateValueString() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_CreateValueString_m454134259 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_LiteralEntityValue(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_LiteralEntityValue_m657829660 (DTDEntityBase_t1228162861 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ResolveInternalEntityReplacementText(Mono.Xml.DTDEntityBase) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ResolveInternalEntityReplacementText_m3627881406 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___decl0, const RuntimeMethod* method); // Mono.Xml.DTDParameterEntityDeclarationCollection Mono.Xml.DTDObjectModel::get_PEDecls() extern "C" IL2CPP_METHOD_ATTR DTDParameterEntityDeclarationCollection_t2844734410 * DTDObjectModel_get_PEDecls_m3929141141 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDParameterEntityDeclaration Mono.Xml.DTDParameterEntityDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDParameterEntityDeclaration_t3796253422 * DTDParameterEntityDeclarationCollection_get_Item_m325522663 (DTDParameterEntityDeclarationCollection_t2844734410 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDParameterEntityDeclarationCollection::Add(System.String,Mono.Xml.DTDParameterEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDParameterEntityDeclarationCollection_Add_m2175761379 (DTDParameterEntityDeclarationCollection_t2844734410 * __this, String_t* ___name0, DTDParameterEntityDeclaration_t3796253422 * ___decl1, 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.String Mono.Xml.DTDEntityBase::get_LiteralEntityValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_LiteralEntityValue_m3165688761 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m873020869 (XmlTextReader_t4233384356 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m1501695552 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.DTDReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_get_Normalization_m1816081840 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m1302478956 (XmlTextReader_t4233384356 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_ReplacementText(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_ReplacementText_m552011804 (DTDEntityBase_t1228162861 * __this, String_t* ___value0, const RuntimeMethod* method); // System.IO.TextReader System.Xml.XmlTextReader::GetRemainder() extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * XmlTextReader_GetRemainder_m3491863577 (XmlTextReader_t4233384356 * __this, 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.Int32 System.Xml.DTDReader::GetCharacterReference(Mono.Xml.DTDEntityBase,System.String,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_GetCharacterReference_m3561968287 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___li0, String_t* ___value1, int32_t* ___index2, int32_t ___end3, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsName_m846619221 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::GetPEValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_GetPEValue_m657238975 (DTDReader_t386081180 * __this, String_t* ___peName0, 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.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.String Mono.Xml.DTDEntityBase::get_ReplacementText() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ReplacementText_m2400228330 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDObjectModel::get_InternalSubsetHasPEReference() extern "C" IL2CPP_METHOD_ATTR bool DTDObjectModel_get_InternalSubsetHasPEReference_m3084666918 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDObjectModel::get_IsStandalone() extern "C" IL2CPP_METHOD_ATTR bool DTDObjectModel_get_IsStandalone_m1971931063 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m2216666661 (XmlSchemaException_t3511258692 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Boolean System.Xml.DTDReader::TryExpandPERefSpaceKeep() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_TryExpandPERefSpaceKeep_m1914376042 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclaration__ctor_m807478646 (DTDEntityDeclaration_t811637416 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityDeclaration::set_NotationName(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclaration_set_NotationName_m1523215586 (DTDEntityDeclaration_t811637416 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadEntityValueDecl(Mono.Xml.DTDEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadEntityValueDecl_m966993229 (DTDReader_t386081180 * __this, DTDEntityDeclaration_t811637416 * ___decl0, 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); // System.Void Mono.Xml.DTDAttListDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclaration__ctor_m994004250 (DTDAttListDeclaration_t3593159715 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttListDeclaration::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclaration_set_Name_m1306822816 (DTDAttListDeclaration_t3593159715 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Xml.DTDAttributeDefinition System.Xml.DTDReader::ReadAttributeDefinition() extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDReader_ReadAttributeDefinition_m2557118549 (DTDReader_t386081180 * __this, 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); // 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.Int32 Mono.Xml.DTDNode::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDNode_get_LineNumber_m711922727 (DTDNode_t858560093 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDNode::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDNode_get_LinePosition_m855897727 (DTDNode_t858560093 * __this, 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.String Mono.Xml.DTDAttributeDefinition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_Name_m386820002 (DTDAttributeDefinition_t3434905422 * __this, 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 Mono.Xml.DTDAttListDeclaration::Add(Mono.Xml.DTDAttributeDefinition) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclaration_Add_m130084984 (DTDAttListDeclaration_t3593159715 * __this, DTDAttributeDefinition_t3434905422 * ___def0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttributeDefinition::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition__ctor_m2861320921 (DTDAttributeDefinition_t3434905422 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttributeDefinition::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition_set_Name_m148669850 (DTDAttributeDefinition_t3434905422 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromName(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * XmlSchemaDatatype_FromName_m2299183149 (RuntimeObject * __this /* static, unused */, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttributeDefinition::set_Datatype(System.Xml.Schema.XmlSchemaDatatype) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition_set_Datatype_m2741376124 (DTDAttributeDefinition_t3434905422 * __this, XmlSchemaDatatype_t322714710 * ___value0, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Xml.DTDAttributeDefinition::get_EnumeratedNotations() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * DTDAttributeDefinition_get_EnumeratedNotations_m770732171 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Xml.DTDAttributeDefinition::get_EnumeratedAttributeDeclaration() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.String System.Xml.DTDReader::ReadNmToken() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadNmToken_m1738701919 (DTDReader_t386081180 * __this, 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.Void System.Xml.DTDReader::ReadAttributeDefaultValue(Mono.Xml.DTDAttributeDefinition) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadAttributeDefaultValue_m3369915366 (DTDReader_t386081180 * __this, DTDAttributeDefinition_t3434905422 * ___def0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttributeDefinition::set_OccurenceType(Mono.Xml.DTDAttributeOccurenceType) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition_set_OccurenceType_m1303012252 (DTDAttributeDefinition_t3434905422 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::ReadDefaultAttribute() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadDefaultAttribute_m3222858293 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttributeDefinition::set_UnresolvedDefaultValue(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition_set_UnresolvedDefaultValue_m3926552005 (DTDAttributeDefinition_t3434905422 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_DefaultValue_m2041870802 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.Xml.XmlNameTable Mono.Xml.DTDObjectModel::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * DTDObjectModel_get_NameTable_m461383864 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_UnresolvedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_UnresolvedDefaultValue_m2960646495 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration__ctor_m299885585 (DTDNotationDeclaration_t3702682588 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration_set_Name_m4249947793 (DTDNotationDeclaration_t3702682588 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::set_Prefix(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration_set_Prefix_m2430138352 (DTDNotationDeclaration_t3702682588 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::set_LocalName(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration_set_LocalName_m2404944620 (DTDNotationDeclaration_t3702682588 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::ReadPubidLiteral() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadPubidLiteral_m957009331 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::set_PublicId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration_set_PublicId_m2180651574 (DTDNotationDeclaration_t3702682588 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::ReadSystemLiteral(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadSystemLiteral_m275190901 (DTDReader_t386081180 * __this, bool ___expectSYSTEM0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclaration::set_SystemId(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration_set_SystemId_m2871622936 (DTDNotationDeclaration_t3702682588 * __this, String_t* ___value0, 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.String System.Xml.DTDReader::ReadNameOrNmToken(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadNameOrNmToken_m3118212048 (DTDReader_t386081180 * __this, bool ___isNameToken0, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::AppendNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AppendNameChar_m2017862980 (DTDReader_t386081180 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.String System.Xml.DTDReader::CreateNameString() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_CreateNameString_m1971255704 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_PeekChar_m2826906097 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlParserInput::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlParserInput_ReadChar_m3809194942 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::ReadTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadTextDeclaration_m1286439257 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlParserInput::get_AllowTextDecl() extern "C" IL2CPP_METHOD_ATTR bool XmlParserInput_get_AllowTextDecl_m3233152787 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Void System.Xml.DTDReader::CheckNameCapacity() extern "C" IL2CPP_METHOD_ATTR void DTDReader_CheckNameCapacity_m3033842021 (DTDReader_t386081180 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void Array_Copy_m1988217701 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeArray * p1, int32_t p2, const RuntimeMethod* method); // System.Void System.Xml.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); // System.Void System.IO.MemoryStream::.ctor() extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m2678285228 (MemoryStream_t94973147 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::.ctor(System.IO.TextReader,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlParserInput__ctor_m2345243315 (XmlParserInput_t2182411204 * __this, TextReader_t283511965 * ___reader0, String_t* ___baseURI1, const RuntimeMethod* method); // System.Void System.Xml.XmlParserInput::Close() extern "C" IL2CPP_METHOD_ATTR void XmlParserInput_Close_m3748074016 (XmlParserInput_t2182411204 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDObjectModel::AddError(System.Xml.Schema.XmlSchemaException) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel_AddError_m663438897 (DTDObjectModel_t1729680289 * __this, XmlSchemaException_t3511258692 * ___ex0, const RuntimeMethod* method); // System.Void System.Xml.XmlNameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlNameTable__ctor_m1272839507 (XmlNameTable_t71772148 * __this, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.NameTable::StrEqArray(System.String,System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NameTable_StrEqArray_m3111246454 (RuntimeObject * __this /* static, unused */, String_t* ___str0, CharU5BU5D_t3528271667* ___str21, int32_t ___start2, const RuntimeMethod* method); // System.String System.Xml.NameTable::AddEntry(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_m1941115992 (NameTable_t3178203267 * __this, String_t* ___str0, int32_t ___hash1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.NameTable/Entry::.ctor(System.String,System.Int32,System.Xml.NameTable/Entry) extern "C" IL2CPP_METHOD_ATTR void Entry__ctor_m2443387674 (Entry_t3052280359 * __this, String_t* ___str0, int32_t ___hash1, Entry_t3052280359 * ___next2, const RuntimeMethod* method); // System.Void System.IO.TextReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void TextReader__ctor_m605064712 (TextReader_t283511965 * __this, const RuntimeMethod* method); // System.Void System.IO.TextReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void TextReader_Dispose_m2059554794 (TextReader_t283511965 * __this, bool p0, const RuntimeMethod* method); // System.Void System.ObjectDisposedException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m1034312941 (ObjectDisposedException_t21392786 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Int32 System.Xml.NonBlockingStreamReader::ReadBuffer() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_ReadBuffer_m2514667835 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m282481429 (ArgumentOutOfRangeException_t777629997 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 System.Math::Min(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_m3468062251 (RuntimeObject * __this /* static, unused */, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Int32 System.Xml.NonBlockingStreamReader::FindNextEOL() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_FindNextEOL_m3802357638 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.QNameValueType::.ctor(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR void QNameValueType__ctor_m2709824105 (QNameValueType_t615604793 * __this, XmlQualifiedName_t2760654312 * ___value0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.QNameValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * QNameValueType_get_Value_m3758796415 (QNameValueType_t615604793 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.QNameValueType::op_Equality(System.Xml.Schema.QNameValueType,System.Xml.Schema.QNameValueType) extern "C" IL2CPP_METHOD_ATTR bool QNameValueType_op_Equality_m2844616409 (RuntimeObject * __this /* static, unused */, QNameValueType_t615604793 ___v10, QNameValueType_t615604793 ___v21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.QNameValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool QNameValueType_Equals_m3273451138 (QNameValueType_t615604793 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.QNameValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t QNameValueType_GetHashCode_m1937947744 (QNameValueType_t615604793 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.StringArrayValueType::.ctor(System.String[]) extern "C" IL2CPP_METHOD_ATTR void StringArrayValueType__ctor_m66542887 (StringArrayValueType_t3147326440 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method); // System.String[] System.Xml.Schema.StringArrayValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* StringArrayValueType_get_Value_m1123204570 (StringArrayValueType_t3147326440 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.StringArrayValueType::op_Equality(System.Xml.Schema.StringArrayValueType,System.Xml.Schema.StringArrayValueType) extern "C" IL2CPP_METHOD_ATTR bool StringArrayValueType_op_Equality_m3486358820 (RuntimeObject * __this /* static, unused */, StringArrayValueType_t3147326440 ___v10, StringArrayValueType_t3147326440 ___v21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.StringArrayValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringArrayValueType_Equals_m1303962730 (StringArrayValueType_t3147326440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.StringArrayValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StringArrayValueType_GetHashCode_m215774999 (StringArrayValueType_t3147326440 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.StringValueType::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringValueType__ctor_m3173627101 (StringValueType_t261329552 * __this, String_t* ___value0, const RuntimeMethod* method); // System.String System.Xml.Schema.StringValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* StringValueType_get_Value_m89345930 (StringValueType_t261329552 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.StringValueType::op_Equality(System.Xml.Schema.StringValueType,System.Xml.Schema.StringValueType) extern "C" IL2CPP_METHOD_ATTR bool StringValueType_op_Equality_m1993570089 (RuntimeObject * __this /* static, unused */, StringValueType_t261329552 ___v10, StringValueType_t261329552 ___v21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.StringValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringValueType_Equals_m527371794 (StringValueType_t261329552 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.StringValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StringValueType_GetHashCode_m733229703 (StringValueType_t261329552 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.UriValueType::.ctor(Mono.Xml.Schema.XmlSchemaUri) extern "C" IL2CPP_METHOD_ATTR void UriValueType__ctor_m1468824155 (UriValueType_t2866347695 * __this, XmlSchemaUri_t3948303260 * ___value0, const RuntimeMethod* method); // Mono.Xml.Schema.XmlSchemaUri System.Xml.Schema.UriValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR XmlSchemaUri_t3948303260 * UriValueType_get_Value_m3075845684 (UriValueType_t2866347695 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.UriValueType::op_Equality(System.Xml.Schema.UriValueType,System.Xml.Schema.UriValueType) extern "C" IL2CPP_METHOD_ATTR bool UriValueType_op_Equality_m637684779 (RuntimeObject * __this /* static, unused */, UriValueType_t2866347695 ___v10, UriValueType_t2866347695 ___v21, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.UriValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UriValueType_Equals_m813708779 (UriValueType_t2866347695 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.UriValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UriValueType_GetHashCode_m3550352879 (UriValueType_t2866347695 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.UriValueType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UriValueType_ToString_m3245271293 (UriValueType_t2866347695 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XmlSchemaUri::op_Equality(Mono.Xml.Schema.XmlSchemaUri,Mono.Xml.Schema.XmlSchemaUri) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUri_op_Equality_m3889789032 (RuntimeObject * __this /* static, unused */, XmlSchemaUri_t3948303260 * ___v10, XmlSchemaUri_t3948303260 * ___v21, const RuntimeMethod* method); // System.Void System.EventArgs::.ctor() extern "C" IL2CPP_METHOD_ATTR void EventArgs__ctor_m32674013 (EventArgs_t3591816995 * __this, const RuntimeMethod* method); // System.Void System.Xml.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.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.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.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() extern "C" IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m1798521934 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() extern "C" IL2CPP_METHOD_ATTR XmlSchemaException_t3511258692 * ValidationEventArgs_get_Exception_m2119547120 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Void System.Xml.XPath.XPathItem::.ctor() extern "C" IL2CPP_METHOD_ATTR void XPathItem__ctor_m2336527178 (XPathItem_t4250588140 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Object,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m4251608656 (XmlAtomicValue_t3775050121 * __this, RuntimeObject * ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Xml.Schema.XmlAtomicValue System.Xml.Schema.XmlAtomicValue::Clone() extern "C" IL2CPP_METHOD_ATTR XmlAtomicValue_t3775050121 * XmlAtomicValue_Clone_m1726226064 (XmlAtomicValue_t3775050121 * __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.TypeCode System.Type::GetTypeCode(System.Type) extern "C" IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m480753082 (RuntimeObject * __this /* static, unused */, Type_t * p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Int32,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m425940952 (XmlAtomicValue_t3775050121 * __this, int32_t ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Decimal,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1448251108 (XmlAtomicValue_t3775050121 * __this, Decimal_t2948259380 ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Double,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1893573241 (XmlAtomicValue_t3775050121 * __this, double ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Single,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m2129618781 (XmlAtomicValue_t3775050121 * __this, float ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Int64,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1298397664 (XmlAtomicValue_t3775050121 * __this, int64_t ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.String,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m2302653339 (XmlAtomicValue_t3775050121 * __this, String_t* ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.DateTime,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m4203775403 (XmlAtomicValue_t3775050121 * __this, DateTime_t3738529785 ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Boolean,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1137759340 (XmlAtomicValue_t3775050121 * __this, bool ___value0, XmlSchemaType_t2033747345 * ___xmlType1, 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.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.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.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m3862901656 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlAtomicValue::get_ResolvedTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ResolvedTypeCode_m715803808 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlAtomicValue::get_ValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool XmlAtomicValue_get_ValueAsBoolean_m2288056593 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::BooleanToString(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_BooleanToString_m1246398600 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.Schema.XmlAtomicValue::get_ValueAsDateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlAtomicValue_get_ValueAsDateTime_m3315839567 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::DateTimeToString(System.DateTime) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_DateTimeToString_m3419669089 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 ___value0, const RuntimeMethod* method); // System.Double System.Xml.Schema.XmlAtomicValue::get_ValueAsDouble() extern "C" IL2CPP_METHOD_ATTR double XmlAtomicValue_get_ValueAsDouble_m2952724740 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::DoubleToString(System.Double) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_DoubleToString_m3397435802 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.Schema.XmlAtomicValue::get_ValueAsLong() extern "C" IL2CPP_METHOD_ATTR int64_t XmlAtomicValue_get_ValueAsLong_m3255123800 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::IntegerToString(System.Int64) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_IntegerToString_m438592566 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlAtomicValue::get_ValueAsInt() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ValueAsInt_m282812974 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::IntToString(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_IntToString_m3128239816 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlAtomicValue::XmlTypeCodeFromRuntimeType(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726 (RuntimeObject * __this /* static, unused */, Type_t * ___cliType0, bool ___raiseError1, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::FloatToString(System.Single) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_FloatToString_m18943831 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.String System.Xml.XQueryConvert::DecimalToString(System.Decimal) extern "C" IL2CPP_METHOD_ATTR String_t* XQueryConvert_DecimalToString_m603199621 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Void System.InvalidCastException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m318645277 (InvalidCastException_t3927145244 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaType_get_QualifiedName_m2122094841 (XmlSchemaType_t2033747345 * __this, 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.Boolean System.Xml.XQueryConvert::DecimalToBoolean(System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_DecimalToBoolean_m1434077073 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XQueryConvert::DoubleToBoolean(System.Double) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_DoubleToBoolean_m1126860906 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XQueryConvert::IntegerToBoolean(System.Int64) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_IntegerToBoolean_m3629664552 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XQueryConvert::IntToBoolean(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_IntToBoolean_m2003967774 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XQueryConvert::FloatToBoolean(System.Single) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_FloatToBoolean_m3448872841 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.XQueryConvert::StringToBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool XQueryConvert_StringToBoolean_m1546556753 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Xml.XQueryConvert::StringToDateTime(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XQueryConvert_StringToDateTime_m2390548143 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::BooleanToDouble(System.Boolean) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_BooleanToDouble_m3264703653 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::DecimalToDouble(System.Decimal) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_DecimalToDouble_m1986311801 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::IntegerToDouble(System.Int64) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_IntegerToDouble_m3919208762 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::IntToDouble(System.Int32) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_IntToDouble_m328705259 (RuntimeObject * __this /* static, unused */, int32_t ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::FloatToDouble(System.Single) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_FloatToDouble_m1056356666 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Double System.Xml.XQueryConvert::StringToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double XQueryConvert_StringToDouble_m2283484990 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::BooleanToInt(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_BooleanToInt_m923205647 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::DecimalToInt(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_DecimalToInt_m850401348 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::DoubleToInt(System.Double) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_DoubleToInt_m1008191687 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::IntegerToInt(System.Int64) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_IntegerToInt_m3303545509 (RuntimeObject * __this /* static, unused */, int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::FloatToInt(System.Single) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_FloatToInt_m1276914392 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.XQueryConvert::StringToInt(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XQueryConvert_StringToInt_m1486500011 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XQueryConvert::BooleanToInteger(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int64_t XQueryConvert_BooleanToInteger_m1475222156 (RuntimeObject * __this /* static, unused */, bool ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XQueryConvert::DecimalToInteger(System.Decimal) extern "C" IL2CPP_METHOD_ATTR int64_t XQueryConvert_DecimalToInteger_m433136421 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XQueryConvert::DoubleToInteger(System.Double) extern "C" IL2CPP_METHOD_ATTR int64_t XQueryConvert_DoubleToInteger_m1961635078 (RuntimeObject * __this /* static, unused */, double ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XQueryConvert::FloatToInteger(System.Single) extern "C" IL2CPP_METHOD_ATTR int64_t XQueryConvert_FloatToInteger_m2026094839 (RuntimeObject * __this /* static, unused */, float ___value0, const RuntimeMethod* method); // System.Int64 System.Xml.XQueryConvert::StringToInteger(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t XQueryConvert_StringToInteger_m2833755124 (RuntimeObject * __this /* static, unused */, String_t* ___value0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2494070935 (NotSupportedException_t1314879016 * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_m2705102066 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_m1601154956 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable__ctor_m1178187484 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Boolean System.Guid::op_Inequality(System.Guid,System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_op_Inequality_m2302622814 (RuntimeObject * __this /* static, unused */, Guid_t p0, Guid_t p1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_NamedIdentities() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_NamedIdentities_m132058982 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::get_IDCollection() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * XmlSchemaSet_get_IDCollection_m1289038672 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaObject::get_SourceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m2171292794 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::DoCompile(System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.Schema.XmlSchemaSet,System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_DoCompile_m2510982045 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, Hashtable_t1853889766 * ___handledUris1, XmlSchemaSet_t266093086 * ___col2, XmlResolver_t626023767 * ___resolver3, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchema_get_Items_m865664939 (XmlSchema_t3742557897 * __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); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Includes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchema_get_Includes_m4165082553 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::SetParent() extern "C" IL2CPP_METHOD_ATTR void XmlSchema_SetParent_m192427842 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::Contains(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_Contains_m1201416344 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___targetNamespace0, 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.XmlSchemaObjectTable::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Clear_m8811103 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::get_BlockDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_BlockDefault_m167667206 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::get_FinalDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_FinalDefault_m1839239784 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchema::get_Id() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_m3598764215 (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.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.String System.Xml.Schema.XmlSchema::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Version_m4029134738 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckNormalizedString(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckNormalizedString_m3616274642 (RuntimeObject * __this /* static, unused */, String_t* ___token0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_m1142549045 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___item0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::ProcessExternal(System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.XmlResolver,System.Xml.Schema.XmlSchemaExternal,System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ProcessExternal_m2083008845 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, Hashtable_t1853889766 * ___handledUris1, XmlResolver_t626023767 * ___resolver2, XmlSchemaExternal_t3074890143 * ___ext3, XmlSchemaSet_t266093086 * ___col4, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Attributes_m3728178990 (XmlSchema_t3742557897 * __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.Void System.Xml.Schema.XmlSchemaUtil::AddToTable(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.XmlSchemaObject,System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_AddToTable_m2760389917 (RuntimeObject * __this /* static, unused */, XmlSchemaObjectTable_t2546974348 * ___table0, XmlSchemaObject_t1315720168 * ___obj1, XmlQualifiedName_t2760654312 * ___qname2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_AttributeGroups() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_AttributeGroups_m2627453590 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttributeGroup_get_QualifiedName_m1385469852 (XmlSchemaAttributeGroup_t246430545 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_SchemaTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_SchemaTypes_m2814071545 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Elements() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Elements_m2423831735 (XmlSchema_t3742557897 * __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.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Groups() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Groups_m875687063 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroup::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaGroup_get_QualifiedName_m875314248 (XmlSchemaGroup_t1441741786 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Notations() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Notations_m2469722567 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaNotation::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaNotation_get_QualifiedName_m3331236263 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationHandler::RaiseValidationEvent(System.Xml.Schema.ValidationEventHandler,System.Exception,System.String,System.Xml.Schema.XmlSchemaObject,System.Object,System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void ValidationHandler_RaiseValidationEvent_m2236510583 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, Exception_t * ___innerException1, String_t* ___message2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, String_t* ___sourceUri5, int32_t ___severity6, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m2551181575 (Uri_t100236324 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaExternal::get_SchemaLocation() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaExternal_get_SchemaLocation_m3087713248 (XmlSchemaExternal_t3074890143 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchema::GetResolvedUri(System.Xml.XmlResolver,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_GetResolvedUri_m1454146080 (XmlSchema_t3742557897 * __this, XmlResolver_t626023767 * ___resolver0, String_t* ___relativeUri1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::warn(System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_warn_m2857459644 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaRedefine::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaRedefine_get_Items_m3656358695 (XmlSchemaRedefine_t4020109446 * __this, 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.Void System.Xml.Schema.XmlSchemaExternal::set_Schema(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaExternal_set_Schema_m528916519 (XmlSchemaExternal_t3074890143 * __this, XmlSchema_t3742557897 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaExternal::get_Schema() extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaExternal_get_Schema_m868509637 (XmlSchemaExternal_t3074890143 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Schema.XmlSchemaSet::Schemas() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaSet_Schemas_m4143905947 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaImport::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaImport_get_Namespace_m78517839 (XmlSchemaImport_t3509836441 * __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.Void System.Xml.Schema.XmlSchema::AddExternalComponentsTo(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.XmlResolver,System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_AddExternalComponentsTo_m3610045177 (XmlSchema_t3742557897 * __this, XmlSchema_t3742557897 * ___s0, XmlSchemaObjectCollection_t1064819932 * ___items1, ValidationEventHandler_t791314227 * ___handler2, Hashtable_t1853889766 * ___handledUris3, XmlResolver_t626023767 * ___resolver4, XmlSchemaSet_t266093086 * ___col5, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectEnumerator System.Xml.Schema.XmlSchemaObjectCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectEnumerator_t503074204 * XmlSchemaObjectCollection_GetEnumerator_m568986310 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectEnumerator_get_Current_m2597242723 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaObjectEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectEnumerator_MoveNext_m3595167032 (XmlSchemaObjectEnumerator_t503074204 * __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.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.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Values_m210119958 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaReader::.ctor(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader__ctor_m387951045 (XmlSchemaReader_t1164558392 * __this, XmlReader_t3121518892 * ___reader0, ValidationEventHandler_t791314227 * ___handler1, 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.XmlSchema::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchema__ctor_m4156575881 (XmlSchema_t3742557897 * __this, 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.XmlSchema::ReadAttributes(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ReadAttributes_m1606976521 (RuntimeObject * __this /* static, unused */, XmlSchema_t3742557897 * ___schema0, XmlSchemaReader_t1164558392 * ___reader1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::ReadContent(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ReadContent_m2903404901 (RuntimeObject * __this /* static, unused */, XmlSchema_t3742557897 * ___schema0, XmlSchemaReader_t1164558392 * ___reader1, ValidationEventHandler_t791314227 * ___h2, 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.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaUtil::ReadFormAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadFormAttribute_m3742436596 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ReadDerivationAttribute(System.Xml.XmlReader,System.Exception&,System.String,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadDerivationAttribute_m214019534 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, String_t* ___name2, int32_t ___allowed3, 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.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.Xml.Schema.XmlSchemaInclude System.Xml.Schema.XmlSchemaInclude::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaInclude_t2307352039 * XmlSchemaInclude_Read_m2182012856 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaImport System.Xml.Schema.XmlSchemaImport::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaImport_t3509836441 * XmlSchemaImport_Read_m896922880 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaRedefine System.Xml.Schema.XmlSchemaRedefine::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaRedefine_t4020109446 * XmlSchemaRedefine_Read_m1202760073 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, 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.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_Read_m1629189972 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3740801802 * XmlSchemaComplexType_Read_m2926646157 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaGroup System.Xml.Schema.XmlSchemaGroup::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaGroup_t1441741786 * XmlSchemaGroup_Read_m2989256960 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t246430545 * XmlSchemaAttributeGroup_Read_m1384675368 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaElement_Read_m470865371 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaAttribute::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2797257020 * XmlSchemaAttribute_Read_m3620037629 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaNotation System.Xml.Schema.XmlSchemaNotation::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaNotation_t2664560277 * XmlSchemaNotation_Read_m2590247452 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, 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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdValidationContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext__ctor_m2223902376 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationContext__ctor_m2223902376_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_element_stack_2(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object Mono.Xml.Schema.XsdValidationContext::get_XsiType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_get_XsiType_m602237419 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_xsi_type_0(); return L_0; } } // 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) { { RuntimeObject * L_0 = ___value0; __this->set_xsi_type_0(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationContext_get_Element_m3113801807_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * G_B3_0 = NULL; { Stack_t2329662280 * L_0 = __this->get_element_stack_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0026; } } { Stack_t2329662280 * L_2 = __this->get_element_stack_2(); NullCheck(L_2); RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_2); G_B3_0 = ((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_3, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); goto IL_0027; } IL_0026: { G_B3_0 = ((XmlSchemaElement_t427880856 *)(NULL)); } IL_0027: { return G_B3_0; } } // 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) { { Stack_t2329662280 * L_0 = __this->get_element_stack_2(); XmlSchemaElement_t427880856 * L_1 = ___element0; NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, L_1); return; } } // System.Void Mono.Xml.Schema.XsdValidationContext::PopCurrentElement() extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_PopCurrentElement_m1795862365 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { { Stack_t2329662280 * L_0 = __this->get_element_stack_2(); NullCheck(L_0); VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); return; } } // System.Object Mono.Xml.Schema.XsdValidationContext::get_ActualType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_get_ActualType_m300164849 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { RuntimeObject * G_B7_0 = NULL; { Stack_t2329662280 * L_0 = __this->get_element_stack_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); if (L_1) { goto IL_0012; } } { return NULL; } IL_0012: { RuntimeObject * L_2 = XsdValidationContext_get_XsiType_m602237419(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0024; } } { RuntimeObject * L_3 = XsdValidationContext_get_XsiType_m602237419(__this, /*hidden argument*/NULL); return L_3; } IL_0024: { XmlSchemaElement_t427880856 * L_4 = XsdValidationContext_get_Element_m3113801807(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003f; } } { XmlSchemaElement_t427880856 * L_5 = XsdValidationContext_get_Element_m3113801807(__this, /*hidden argument*/NULL); NullCheck(L_5); RuntimeObject * L_6 = XmlSchemaElement_get_ElementType_m1141810192(L_5, /*hidden argument*/NULL); G_B7_0 = L_6; goto IL_0040; } IL_003f: { G_B7_0 = NULL; } IL_0040: { return G_B7_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationContext_get_ActualSchemaType_m375604569_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlSchemaType_t2033747345 * V_1 = NULL; { RuntimeObject * L_0 = XsdValidationContext_get_ActualType_m300164849(__this, /*hidden argument*/NULL); V_0 = L_0; RuntimeObject * L_1 = V_0; if (L_1) { goto IL_000f; } } { return (XmlSchemaType_t2033747345 *)NULL; } IL_000f: { RuntimeObject * L_2 = V_0; V_1 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_2, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_3 = V_1; if (L_3) { goto IL_002d; } } { RuntimeObject * L_4 = V_0; NullCheck(((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_4, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, ((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_4, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); XmlSchemaSimpleType_t2678868104 * L_6 = XmlSchemaType_GetBuiltInSimpleType_m1138863932(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_002d: { XmlSchemaType_t2033747345 * L_7 = V_1; return L_7; } } // System.Boolean Mono.Xml.Schema.XsdValidationContext::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_get_IsInvalid_m1096056207 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationContext_get_IsInvalid_m1096056207_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationState_t376578997 * L_0 = __this->get_State_1(); IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_1 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(XsdValidationState_t376578997 *)L_0) == ((RuntimeObject*)(XsdInvalidValidationState_t3749995458 *)L_1))? 1 : 0); } } // System.Object Mono.Xml.Schema.XsdValidationContext::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_Clone_m1508208920 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return L_0; } } // 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) { { XsdValidationState_t376578997 * L_0 = __this->get_State_1(); String_t* L_1 = ___localName0; String_t* L_2 = ___ns1; NullCheck(L_0); XsdValidationState_t376578997 * L_3 = VirtFuncInvoker2< XsdValidationState_t376578997 *, String_t*, String_t* >::Invoke(4 /* Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdValidationState::EvaluateStartElement(System.String,System.String) */, L_0, L_1, L_2); __this->set_State_1(L_3); return; } } // System.Boolean Mono.Xml.Schema.XsdValidationContext::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_EvaluateEndElement_m2955764775 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method) { { XsdValidationState_t376578997 * L_0 = __this->get_State_1(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateEndElement() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdValidationState__ctor_m428228747 (XsdValidationState_t376578997 * __this, XsdParticleStateManager_t726654767 * ___manager0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_0 = ___manager0; __this->set_manager_2(L_0); return; } } // System.Void Mono.Xml.Schema.XsdValidationState::.cctor() extern "C" IL2CPP_METHOD_ATTR void XsdValidationState__cctor_m3762819691 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationState__cctor_m3762819691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdInvalidValidationState_t3749995458 * L_0 = (XsdInvalidValidationState_t3749995458 *)il2cpp_codegen_object_new(XsdInvalidValidationState_t3749995458_il2cpp_TypeInfo_var); XsdInvalidValidationState__ctor_m3277673763(L_0, (XsdParticleStateManager_t726654767 *)NULL, /*hidden argument*/NULL); ((XsdValidationState_t376578997_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidationState_t376578997_il2cpp_TypeInfo_var))->set_invalid_0(L_0); return; } } // Mono.Xml.Schema.XsdInvalidValidationState Mono.Xml.Schema.XsdValidationState::get_Invalid() extern "C" IL2CPP_METHOD_ATTR XsdInvalidValidationState_t3749995458 * XsdValidationState_get_Invalid_m3584060974 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidationState_get_Invalid_m3584060974_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_0 = ((XsdValidationState_t376578997_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidationState_t376578997_il2cpp_TypeInfo_var))->get_invalid_0(); return L_0; } } // Mono.Xml.Schema.XsdParticleStateManager Mono.Xml.Schema.XsdValidationState::get_Manager() extern "C" IL2CPP_METHOD_ATTR XsdParticleStateManager_t726654767 * XsdValidationState_get_Manager_m1831566689 (XsdValidationState_t376578997 * __this, const RuntimeMethod* method) { { XsdParticleStateManager_t726654767 * L_0 = __this->get_manager_2(); return L_0; } } // System.Int32 Mono.Xml.Schema.XsdValidationState::get_Occured() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidationState_get_Occured_m4084761800 (XsdValidationState_t376578997 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_occured_1(); return L_0; } } // System.Int32 Mono.Xml.Schema.XsdValidationState::get_OccuredInternal() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidationState_get_OccuredInternal_m1611712523 (XsdValidationState_t376578997 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_occured_1(); return L_0; } } // System.Void Mono.Xml.Schema.XsdValidationState::set_OccuredInternal(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XsdValidationState_set_OccuredInternal_m2545104504 (XsdValidationState_t376578997 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_occured_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdWildcard::.ctor(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XsdWildcard__ctor_m2394113629 (XsdWildcard_t2790389089 * __this, XmlSchemaObject_t1315720168 * ___wildcard0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlSchemaObject_t1315720168 * L_0 = ___wildcard0; __this->set_xsobj_0(L_0); return; } } // System.Void Mono.Xml.Schema.XsdWildcard::Reset() extern "C" IL2CPP_METHOD_ATTR void XsdWildcard_Reset_m2121209751 (XsdWildcard_t2790389089 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdWildcard_Reset_m2121209751_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_HasValueAny_4((bool)0); __this->set_HasValueLocal_5((bool)0); __this->set_HasValueOther_6((bool)0); __this->set_HasValueTargetNamespace_7((bool)0); StringCollection_t167406615 * L_0 = (StringCollection_t167406615 *)il2cpp_codegen_object_new(StringCollection_t167406615_il2cpp_TypeInfo_var); StringCollection__ctor_m613771200(L_0, /*hidden argument*/NULL); __this->set_ResolvedNamespaces_8(L_0); return; } } // System.Void Mono.Xml.Schema.XsdWildcard::Compile(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XsdWildcard_Compile_m2970639591 (XsdWildcard_t2790389089 * __this, String_t* ___nss0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdWildcard_Compile_m2970639591_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; String_t* G_B5_0 = NULL; { bool L_0 = __this->get_SkipCompile_3(); if (!L_0) { goto IL_000c; } } { return; } IL_000c: { XsdWildcard_Reset_m2121209751(__this, /*hidden argument*/NULL); V_0 = 0; String_t* L_1 = ___nss0; if (L_1) { goto IL_0024; } } { G_B5_0 = _stringLiteral242392737; goto IL_0025; } IL_0024: { String_t* L_2 = ___nss0; G_B5_0 = L_2; } IL_0025: { V_1 = G_B5_0; String_t* L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_4 = XmlSchemaUtil_SplitList_m1641535596(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); V_2 = L_4; V_3 = 0; goto IL_01e2; } IL_0034: { StringU5BU5D_t1281789340* L_5 = V_2; int32_t L_6 = V_3; NullCheck(L_5); int32_t L_7 = L_6; String_t* L_8 = (L_5)->GetAt(static_cast(L_7)); V_4 = L_8; String_t* L_9 = V_4; V_5 = L_9; String_t* L_10 = V_5; if (!L_10) { goto IL_0170; } } { Dictionary_2_t2736202052 * L_11 = ((XsdWildcard_t2790389089_StaticFields*)il2cpp_codegen_static_fields_for(XsdWildcard_t2790389089_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map6_9(); if (L_11) { goto IL_0091; } } { Dictionary_2_t2736202052 * L_12 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_12, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_12; Dictionary_2_t2736202052 * L_13 = V_6; NullCheck(L_13); Dictionary_2_Add_m282647386(L_13, _stringLiteral242392737, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_14 = V_6; NullCheck(L_14); Dictionary_2_Add_m282647386(L_14, _stringLiteral1344593934, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_15 = V_6; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral168477986, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_6; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral2978487802, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_6; ((XsdWildcard_t2790389089_StaticFields*)il2cpp_codegen_static_fields_for(XsdWildcard_t2790389089_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map6_9(L_17); } IL_0091: { Dictionary_2_t2736202052 * L_18 = ((XsdWildcard_t2790389089_StaticFields*)il2cpp_codegen_static_fields_for(XsdWildcard_t2790389089_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map6_9(); String_t* L_19 = V_5; NullCheck(L_18); bool L_20 = Dictionary_2_TryGetValue_m1013208020(L_18, L_19, (&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_20) { goto IL_0170; } } { int32_t L_21 = V_7; switch (L_21) { case 0: { goto IL_00c0; } case 1: { goto IL_00ec; } case 2: { goto IL_0118; } case 3: { goto IL_0144; } } } { goto IL_0170; } IL_00c0: { bool L_22 = __this->get_HasValueAny_4(); if (!L_22) { goto IL_00dc; } } { XmlSchemaObject_t1315720168 * L_23 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_24 = ___h1; NullCheck(L_23); XmlSchemaObject_error_m903554348(L_23, L_24, _stringLiteral2108924135, /*hidden argument*/NULL); } IL_00dc: { int32_t L_25 = V_0; V_0 = ((int32_t)((int32_t)L_25|(int32_t)1)); __this->set_HasValueAny_4((bool)1); goto IL_01de; } IL_00ec: { bool L_26 = __this->get_HasValueOther_6(); if (!L_26) { goto IL_0108; } } { XmlSchemaObject_t1315720168 * L_27 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_28 = ___h1; NullCheck(L_27); XmlSchemaObject_error_m903554348(L_27, L_28, _stringLiteral3394179162, /*hidden argument*/NULL); } IL_0108: { int32_t L_29 = V_0; V_0 = ((int32_t)((int32_t)L_29|(int32_t)2)); __this->set_HasValueOther_6((bool)1); goto IL_01de; } IL_0118: { bool L_30 = __this->get_HasValueTargetNamespace_7(); if (!L_30) { goto IL_0134; } } { XmlSchemaObject_t1315720168 * L_31 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_32 = ___h1; NullCheck(L_31); XmlSchemaObject_error_m903554348(L_31, L_32, _stringLiteral1500575685, /*hidden argument*/NULL); } IL_0134: { int32_t L_33 = V_0; V_0 = ((int32_t)((int32_t)L_33|(int32_t)4)); __this->set_HasValueTargetNamespace_7((bool)1); goto IL_01de; } IL_0144: { bool L_34 = __this->get_HasValueLocal_5(); if (!L_34) { goto IL_0160; } } { XmlSchemaObject_t1315720168 * L_35 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_36 = ___h1; NullCheck(L_35); XmlSchemaObject_error_m903554348(L_35, L_36, _stringLiteral3299709222, /*hidden argument*/NULL); } IL_0160: { int32_t L_37 = V_0; V_0 = ((int32_t)((int32_t)L_37|(int32_t)8)); __this->set_HasValueLocal_5((bool)1); goto IL_01de; } IL_0170: { String_t* L_38 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_39 = XmlSchemaUtil_CheckAnyUri_m1406321190(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if (L_39) { goto IL_0192; } } { XmlSchemaObject_t1315720168 * L_40 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_41 = ___h1; NullCheck(L_40); XmlSchemaObject_error_m903554348(L_40, L_41, _stringLiteral3821937627, /*hidden argument*/NULL); goto IL_01d9; } IL_0192: { StringCollection_t167406615 * L_42 = __this->get_ResolvedNamespaces_8(); String_t* L_43 = V_4; NullCheck(L_42); bool L_44 = StringCollection_Contains_m1606600301(L_42, L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_01c6; } } { XmlSchemaObject_t1315720168 * L_45 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_46 = ___h1; String_t* L_47 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3497889402, L_47, _stringLiteral18384657, /*hidden argument*/NULL); NullCheck(L_45); XmlSchemaObject_error_m903554348(L_45, L_46, L_48, /*hidden argument*/NULL); goto IL_01d9; } IL_01c6: { int32_t L_49 = V_0; V_0 = ((int32_t)((int32_t)L_49|(int32_t)((int32_t)16))); StringCollection_t167406615 * L_50 = __this->get_ResolvedNamespaces_8(); String_t* L_51 = V_4; NullCheck(L_50); StringCollection_Add_m774560569(L_50, L_51, /*hidden argument*/NULL); } IL_01d9: { goto IL_01de; } IL_01de: { int32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_01e2: { int32_t L_53 = V_3; StringU5BU5D_t1281789340* L_54 = V_2; NullCheck(L_54); if ((((int32_t)L_53) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_54)->max_length))))))) { goto IL_0034; } } { int32_t L_55 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_55&(int32_t)1))) == ((uint32_t)1)))) { goto IL_020c; } } { int32_t L_56 = V_0; if ((((int32_t)L_56) == ((int32_t)1))) { goto IL_020c; } } { XmlSchemaObject_t1315720168 * L_57 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_58 = ___h1; NullCheck(L_57); XmlSchemaObject_error_m903554348(L_57, L_58, _stringLiteral1324182787, /*hidden argument*/NULL); } IL_020c: { int32_t L_59 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_59&(int32_t)2))) == ((uint32_t)2)))) { goto IL_022d; } } { int32_t L_60 = V_0; if ((((int32_t)L_60) == ((int32_t)2))) { goto IL_022d; } } { XmlSchemaObject_t1315720168 * L_61 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_62 = ___h1; NullCheck(L_61); XmlSchemaObject_error_m903554348(L_61, L_62, _stringLiteral2031935487, /*hidden argument*/NULL); } IL_022d: { return; } } // System.Boolean Mono.Xml.Schema.XsdWildcard::ExamineAttributeWildcardIntersection(System.Xml.Schema.XmlSchemaAny,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR bool XsdWildcard_ExamineAttributeWildcardIntersection_m2657110616 (XsdWildcard_t2790389089 * __this, XmlSchemaAny_t1119175207 * ___other0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdWildcard_ExamineAttributeWildcardIntersection_m2657110616_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t G_B19_0 = 0; int32_t G_B27_0 = 0; { bool L_0 = __this->get_HasValueAny_4(); XmlSchemaAny_t1119175207 * L_1 = ___other0; NullCheck(L_1); bool L_2 = XmlSchemaAny_get_HasValueAny_m1356611694(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0099; } } { bool L_3 = __this->get_HasValueLocal_5(); XmlSchemaAny_t1119175207 * L_4 = ___other0; NullCheck(L_4); bool L_5 = XmlSchemaAny_get_HasValueLocal_m2589071563(L_4, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_0099; } } { bool L_6 = __this->get_HasValueOther_6(); XmlSchemaAny_t1119175207 * L_7 = ___other0; NullCheck(L_7); bool L_8 = XmlSchemaAny_get_HasValueOther_m3314415087(L_7, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)L_8)))) { goto IL_0099; } } { bool L_9 = __this->get_HasValueTargetNamespace_7(); XmlSchemaAny_t1119175207 * L_10 = ___other0; NullCheck(L_10); bool L_11 = XmlSchemaAny_get_HasValueTargetNamespace_m1849711967(L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)L_11)))) { goto IL_0099; } } { int32_t L_12 = __this->get_ResolvedProcessing_1(); XmlSchemaAny_t1119175207 * L_13 = ___other0; NullCheck(L_13); int32_t L_14 = XmlSchemaAny_get_ResolvedProcessContents_m3560277687(L_13, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)L_14)))) { goto IL_0099; } } { V_0 = (bool)0; V_1 = 0; goto IL_0080; } IL_005e: { XmlSchemaAny_t1119175207 * L_15 = ___other0; NullCheck(L_15); StringCollection_t167406615 * L_16 = XmlSchemaAny_get_ResolvedNamespaces_m67621907(L_15, /*hidden argument*/NULL); StringCollection_t167406615 * L_17 = __this->get_ResolvedNamespaces_8(); int32_t L_18 = V_1; NullCheck(L_17); String_t* L_19 = StringCollection_get_Item_m2538039158(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_16); bool L_20 = StringCollection_Contains_m1606600301(L_16, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_007c; } } { V_0 = (bool)1; } IL_007c: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_0080: { int32_t L_22 = V_1; StringCollection_t167406615 * L_23 = __this->get_ResolvedNamespaces_8(); NullCheck(L_23); int32_t L_24 = StringCollection_get_Count_m3756622418(L_23, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_005e; } } { bool L_25 = V_0; if (L_25) { goto IL_0099; } } { return (bool)0; } IL_0099: { bool L_26 = __this->get_HasValueAny_4(); if (!L_26) { goto IL_00e2; } } { XmlSchemaAny_t1119175207 * L_27 = ___other0; NullCheck(L_27); bool L_28 = XmlSchemaAny_get_HasValueAny_m1356611694(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_00e0; } } { XmlSchemaAny_t1119175207 * L_29 = ___other0; NullCheck(L_29); bool L_30 = XmlSchemaAny_get_HasValueLocal_m2589071563(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00e0; } } { XmlSchemaAny_t1119175207 * L_31 = ___other0; NullCheck(L_31); bool L_32 = XmlSchemaAny_get_HasValueOther_m3314415087(L_31, /*hidden argument*/NULL); if (L_32) { goto IL_00e0; } } { XmlSchemaAny_t1119175207 * L_33 = ___other0; NullCheck(L_33); bool L_34 = XmlSchemaAny_get_HasValueTargetNamespace_m1849711967(L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00e0; } } { XmlSchemaAny_t1119175207 * L_35 = ___other0; NullCheck(L_35); StringCollection_t167406615 * L_36 = XmlSchemaAny_get_ResolvedNamespaces_m67621907(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = StringCollection_get_Count_m3756622418(L_36, /*hidden argument*/NULL); G_B19_0 = ((((int32_t)L_37) == ((int32_t)0))? 1 : 0); goto IL_00e1; } IL_00e0: { G_B19_0 = 0; } IL_00e1: { return (bool)G_B19_0; } IL_00e2: { XmlSchemaAny_t1119175207 * L_38 = ___other0; NullCheck(L_38); bool L_39 = XmlSchemaAny_get_HasValueAny_m1356611694(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_012b; } } { bool L_40 = __this->get_HasValueAny_4(); if (L_40) { goto IL_0129; } } { bool L_41 = __this->get_HasValueLocal_5(); if (L_41) { goto IL_0129; } } { bool L_42 = __this->get_HasValueOther_6(); if (L_42) { goto IL_0129; } } { bool L_43 = __this->get_HasValueTargetNamespace_7(); if (L_43) { goto IL_0129; } } { StringCollection_t167406615 * L_44 = __this->get_ResolvedNamespaces_8(); NullCheck(L_44); int32_t L_45 = StringCollection_get_Count_m3756622418(L_44, /*hidden argument*/NULL); G_B27_0 = ((((int32_t)L_45) == ((int32_t)0))? 1 : 0); goto IL_012a; } IL_0129: { G_B27_0 = 0; } IL_012a: { return (bool)G_B27_0; } IL_012b: { bool L_46 = __this->get_HasValueOther_6(); if (!L_46) { goto IL_0159; } } { XmlSchemaAny_t1119175207 * L_47 = ___other0; NullCheck(L_47); bool L_48 = XmlSchemaAny_get_HasValueOther_m3314415087(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_0159; } } { String_t* L_49 = __this->get_TargetNamespace_2(); XmlSchemaAny_t1119175207 * L_50 = ___other0; NullCheck(L_50); String_t* L_51 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_50, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_49, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0159; } } { return (bool)0; } IL_0159: { bool L_53 = __this->get_HasValueOther_6(); if (!L_53) { goto IL_01b9; } } { XmlSchemaAny_t1119175207 * L_54 = ___other0; NullCheck(L_54); bool L_55 = XmlSchemaAny_get_HasValueLocal_m2589071563(L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0186; } } { String_t* L_56 = __this->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_58 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0186; } } { return (bool)0; } IL_0186: { XmlSchemaAny_t1119175207 * L_59 = ___other0; NullCheck(L_59); bool L_60 = XmlSchemaAny_get_HasValueTargetNamespace_m1849711967(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_01a9; } } { String_t* L_61 = __this->get_TargetNamespace_2(); XmlSchemaAny_t1119175207 * L_62 = ___other0; NullCheck(L_62); String_t* L_63 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_62, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_64 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_61, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_01a9; } } { return (bool)0; } IL_01a9: { XmlSchemaAny_t1119175207 * L_65 = ___other0; String_t* L_66 = __this->get_TargetNamespace_2(); ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchema_t3742557897 * L_68 = ___schema2; NullCheck(L_65); bool L_69 = XmlSchemaAny_ValidateWildcardAllowsNamespaceName_m3285621343(L_65, L_66, L_67, L_68, (bool)0, /*hidden argument*/NULL); return L_69; } IL_01b9: { XmlSchemaAny_t1119175207 * L_70 = ___other0; NullCheck(L_70); bool L_71 = XmlSchemaAny_get_HasValueOther_m3314415087(L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_0219; } } { bool L_72 = __this->get_HasValueLocal_5(); if (!L_72) { goto IL_01e6; } } { XmlSchemaAny_t1119175207 * L_73 = ___other0; NullCheck(L_73); String_t* L_74 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_73, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_75 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_76 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_74, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01e6; } } { return (bool)0; } IL_01e6: { bool L_77 = __this->get_HasValueTargetNamespace_7(); if (!L_77) { goto IL_0209; } } { XmlSchemaAny_t1119175207 * L_78 = ___other0; NullCheck(L_78); String_t* L_79 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_78, /*hidden argument*/NULL); String_t* L_80 = __this->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_81 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_0209; } } { return (bool)0; } IL_0209: { XmlSchemaAny_t1119175207 * L_82 = ___other0; NullCheck(L_82); String_t* L_83 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_82, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_84 = ___h1; XmlSchema_t3742557897 * L_85 = ___schema2; bool L_86 = XsdWildcard_ValidateWildcardAllowsNamespaceName_m1828852229(__this, L_83, L_84, L_85, (bool)0, /*hidden argument*/NULL); return L_86; } IL_0219: { StringCollection_t167406615 * L_87 = __this->get_ResolvedNamespaces_8(); NullCheck(L_87); int32_t L_88 = StringCollection_get_Count_m3756622418(L_87, /*hidden argument*/NULL); if ((((int32_t)L_88) <= ((int32_t)0))) { goto IL_0264; } } { V_2 = 0; goto IL_0253; } IL_0231: { XmlSchemaAny_t1119175207 * L_89 = ___other0; NullCheck(L_89); StringCollection_t167406615 * L_90 = XmlSchemaAny_get_ResolvedNamespaces_m67621907(L_89, /*hidden argument*/NULL); StringCollection_t167406615 * L_91 = __this->get_ResolvedNamespaces_8(); int32_t L_92 = V_2; NullCheck(L_91); String_t* L_93 = StringCollection_get_Item_m2538039158(L_91, L_92, /*hidden argument*/NULL); NullCheck(L_90); bool L_94 = StringCollection_Contains_m1606600301(L_90, L_93, /*hidden argument*/NULL); if (!L_94) { goto IL_024f; } } { return (bool)0; } IL_024f: { int32_t L_95 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1)); } IL_0253: { int32_t L_96 = V_2; StringCollection_t167406615 * L_97 = __this->get_ResolvedNamespaces_8(); NullCheck(L_97); int32_t L_98 = StringCollection_get_Count_m3756622418(L_97, /*hidden argument*/NULL); if ((((int32_t)L_96) < ((int32_t)L_98))) { goto IL_0231; } } IL_0264: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdWildcard::ValidateWildcardAllowsNamespaceName(System.String,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XsdWildcard_ValidateWildcardAllowsNamespaceName_m1828852229 (XsdWildcard_t2790389089 * __this, String_t* ___ns0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdWildcard_ValidateWildcardAllowsNamespaceName_m1828852229_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->get_HasValueAny_4(); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_1 = __this->get_HasValueOther_6(); if (!L_1) { goto IL_002b; } } { String_t* L_2 = ___ns0; String_t* L_3 = __this->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { return (bool)1; } IL_002b: { bool L_5 = __this->get_HasValueTargetNamespace_7(); if (!L_5) { goto IL_0049; } } { String_t* L_6 = ___ns0; String_t* L_7 = __this->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0049; } } { return (bool)1; } IL_0049: { bool L_9 = __this->get_HasValueLocal_5(); if (!L_9) { goto IL_0066; } } { String_t* L_10 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0066; } } { return (bool)1; } IL_0066: { V_0 = 0; goto IL_008a; } IL_006d: { String_t* L_13 = ___ns0; StringCollection_t167406615 * L_14 = __this->get_ResolvedNamespaces_8(); int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16 = StringCollection_get_Item_m2538039158(L_14, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_13, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0086; } } { return (bool)1; } IL_0086: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_008a: { int32_t L_19 = V_0; StringCollection_t167406615 * L_20 = __this->get_ResolvedNamespaces_8(); NullCheck(L_20); int32_t L_21 = StringCollection_get_Count_m3756622418(L_20, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_21))) { goto IL_006d; } } { bool L_22 = ___raiseError3; if (!L_22) { goto IL_00b9; } } { XmlSchemaObject_t1315720168 * L_23 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_24 = ___h1; String_t* L_25 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3695280993, L_25, /*hidden argument*/NULL); NullCheck(L_23); XmlSchemaObject_error_m903554348(L_23, L_24, L_26, /*hidden argument*/NULL); } IL_00b9: { return (bool)0; } } // System.Void Mono.Xml.Schema.XsdWildcard::ValidateWildcardSubset(Mono.Xml.Schema.XsdWildcard,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XsdWildcard_ValidateWildcardSubset_m2934819820 (XsdWildcard_t2790389089 * __this, XsdWildcard_t2790389089 * ___other0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { { XsdWildcard_t2790389089 * L_0 = ___other0; ValidationEventHandler_t791314227 * L_1 = ___h1; XmlSchema_t3742557897 * L_2 = ___schema2; XsdWildcard_ValidateWildcardSubset_m4214827935(__this, L_0, L_1, L_2, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml.Schema.XsdWildcard::ValidateWildcardSubset(Mono.Xml.Schema.XsdWildcard,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XsdWildcard_ValidateWildcardSubset_m4214827935 (XsdWildcard_t2790389089 * __this, XsdWildcard_t2790389089 * ___other0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdWildcard_ValidateWildcardSubset_m4214827935_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XsdWildcard_t2790389089 * L_0 = ___other0; NullCheck(L_0); bool L_1 = L_0->get_HasValueAny_4(); if (!L_1) { goto IL_000d; } } { return (bool)1; } IL_000d: { bool L_2 = __this->get_HasValueOther_6(); if (!L_2) { goto IL_005b; } } { XsdWildcard_t2790389089 * L_3 = ___other0; NullCheck(L_3); bool L_4 = L_3->get_HasValueOther_6(); if (!L_4) { goto IL_005b; } } { String_t* L_5 = __this->get_TargetNamespace_2(); XsdWildcard_t2790389089 * L_6 = ___other0; NullCheck(L_6); String_t* L_7 = L_6->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0059; } } { XsdWildcard_t2790389089 * L_9 = ___other0; NullCheck(L_9); String_t* L_10 = L_9->get_TargetNamespace_2(); if (!L_10) { goto IL_0059; } } { XsdWildcard_t2790389089 * L_11 = ___other0; NullCheck(L_11); String_t* L_12 = L_11->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_005b; } } IL_0059: { return (bool)1; } IL_005b: { bool L_15 = __this->get_HasValueAny_4(); if (!L_15) { goto IL_0080; } } { bool L_16 = ___raiseError3; if (!L_16) { goto IL_007e; } } { XmlSchemaObject_t1315720168 * L_17 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_18 = ___h1; NullCheck(L_17); XmlSchemaObject_error_m903554348(L_17, L_18, _stringLiteral345189853, /*hidden argument*/NULL); } IL_007e: { return (bool)0; } IL_0080: { XsdWildcard_t2790389089 * L_19 = ___other0; NullCheck(L_19); bool L_20 = L_19->get_HasValueOther_6(); if (!L_20) { goto IL_0143; } } { bool L_21 = __this->get_HasValueTargetNamespace_7(); if (!L_21) { goto IL_00ac; } } { XsdWildcard_t2790389089 * L_22 = ___other0; NullCheck(L_22); String_t* L_23 = L_22->get_TargetNamespace_2(); String_t* L_24 = __this->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00d2; } } IL_00ac: { bool L_26 = __this->get_HasValueLocal_5(); if (!L_26) { goto IL_00ec; } } { XsdWildcard_t2790389089 * L_27 = ___other0; NullCheck(L_27); String_t* L_28 = L_27->get_TargetNamespace_2(); if (!L_28) { goto IL_00d2; } } { XsdWildcard_t2790389089 * L_29 = ___other0; NullCheck(L_29); String_t* L_30 = L_29->get_TargetNamespace_2(); NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00ec; } } IL_00d2: { bool L_32 = ___raiseError3; if (!L_32) { goto IL_00ea; } } { XmlSchemaObject_t1315720168 * L_33 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_34 = ___h1; NullCheck(L_33); XmlSchemaObject_error_m903554348(L_33, L_34, _stringLiteral345189853, /*hidden argument*/NULL); } IL_00ea: { return (bool)0; } IL_00ec: { V_0 = 0; goto IL_012d; } IL_00f3: { StringCollection_t167406615 * L_35 = __this->get_ResolvedNamespaces_8(); int32_t L_36 = V_0; NullCheck(L_35); String_t* L_37 = StringCollection_get_Item_m2538039158(L_35, L_36, /*hidden argument*/NULL); XsdWildcard_t2790389089 * L_38 = ___other0; NullCheck(L_38); String_t* L_39 = L_38->get_TargetNamespace_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_37, L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0129; } } { bool L_41 = ___raiseError3; if (!L_41) { goto IL_0127; } } { XmlSchemaObject_t1315720168 * L_42 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_43 = ___h1; NullCheck(L_42); XmlSchemaObject_error_m903554348(L_42, L_43, _stringLiteral345189853, /*hidden argument*/NULL); } IL_0127: { return (bool)0; } IL_0129: { int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_012d: { int32_t L_45 = V_0; StringCollection_t167406615 * L_46 = __this->get_ResolvedNamespaces_8(); NullCheck(L_46); int32_t L_47 = StringCollection_get_Count_m3756622418(L_46, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_47))) { goto IL_00f3; } } { goto IL_0200; } IL_0143: { bool L_48 = __this->get_HasValueLocal_5(); if (!L_48) { goto IL_0159; } } { XsdWildcard_t2790389089 * L_49 = ___other0; NullCheck(L_49); bool L_50 = L_49->get_HasValueLocal_5(); if (!L_50) { goto IL_016f; } } IL_0159: { bool L_51 = __this->get_HasValueTargetNamespace_7(); if (!L_51) { goto IL_0189; } } { XsdWildcard_t2790389089 * L_52 = ___other0; NullCheck(L_52); bool L_53 = L_52->get_HasValueTargetNamespace_7(); if (L_53) { goto IL_0189; } } IL_016f: { bool L_54 = ___raiseError3; if (!L_54) { goto IL_0187; } } { XmlSchemaObject_t1315720168 * L_55 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_56 = ___h1; NullCheck(L_55); XmlSchemaObject_error_m903554348(L_55, L_56, _stringLiteral345189853, /*hidden argument*/NULL); } IL_0187: { return (bool)0; } IL_0189: { bool L_57 = __this->get_HasValueOther_6(); if (!L_57) { goto IL_01ae; } } { bool L_58 = ___raiseError3; if (!L_58) { goto IL_01ac; } } { XmlSchemaObject_t1315720168 * L_59 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_60 = ___h1; NullCheck(L_59); XmlSchemaObject_error_m903554348(L_59, L_60, _stringLiteral345189853, /*hidden argument*/NULL); } IL_01ac: { return (bool)0; } IL_01ae: { V_1 = 0; goto IL_01ef; } IL_01b5: { XsdWildcard_t2790389089 * L_61 = ___other0; NullCheck(L_61); StringCollection_t167406615 * L_62 = L_61->get_ResolvedNamespaces_8(); StringCollection_t167406615 * L_63 = __this->get_ResolvedNamespaces_8(); int32_t L_64 = V_1; NullCheck(L_63); String_t* L_65 = StringCollection_get_Item_m2538039158(L_63, L_64, /*hidden argument*/NULL); NullCheck(L_62); bool L_66 = StringCollection_Contains_m1606600301(L_62, L_65, /*hidden argument*/NULL); if (L_66) { goto IL_01eb; } } { bool L_67 = ___raiseError3; if (!L_67) { goto IL_01e9; } } { XmlSchemaObject_t1315720168 * L_68 = __this->get_xsobj_0(); ValidationEventHandler_t791314227 * L_69 = ___h1; NullCheck(L_68); XmlSchemaObject_error_m903554348(L_68, L_69, _stringLiteral345189853, /*hidden argument*/NULL); } IL_01e9: { return (bool)0; } IL_01eb: { int32_t L_70 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)1)); } IL_01ef: { int32_t L_71 = V_1; StringCollection_t167406615 * L_72 = __this->get_ResolvedNamespaces_8(); NullCheck(L_72); int32_t L_73 = StringCollection_get_Count_m3756622418(L_72, /*hidden argument*/NULL); if ((((int32_t)L_71) < ((int32_t)L_73))) { goto IL_01b5; } } IL_0200: { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.XmlFilterReader::.ctor(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR void XmlFilterReader__ctor_m1009814255 (XmlFilterReader_t953863161 * __this, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlFilterReader__ctor_m1009814255_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_0 = ___reader0; __this->set_reader_2(L_0); XmlReaderSettings_t2186285234 * L_1 = ___settings1; NullCheck(L_1); XmlReaderSettings_t2186285234 * L_2 = XmlReaderSettings_Clone_m3342798530(L_1, /*hidden argument*/NULL); __this->set_settings_3(L_2); XmlReader_t3121518892 * L_3 = ___reader0; __this->set_lineInfo_4(((RuntimeObject*)IsInst((RuntimeObject*)L_3, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); return; } } // System.Int32 Mono.Xml.XmlFilterReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_LineNumber_m2380266743 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlFilterReader_get_LineNumber_m2380266743_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_lineInfo_4(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_lineInfo_4(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Int32 Mono.Xml.XmlFilterReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_LinePosition_m3708443892 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlFilterReader_get_LinePosition_m3708443892_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_lineInfo_4(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_lineInfo_4(); NullCheck(L_1); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return G_B3_0; } } // System.Xml.XmlNodeType Mono.Xml.XmlFilterReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_NodeType_m3293383802 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Name_m4150347780 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_LocalName_m598287226 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_NamespaceURI_m2222514837 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Prefix_m2033993371 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XmlFilterReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_get_HasValue_m4160599823 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_0); return L_1; } } // System.Int32 Mono.Xml.XmlFilterReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_Depth_m1677928835 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Value_m448369075 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_BaseURI_m3630973141 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XmlFilterReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_get_IsEmptyElement_m931453644 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XmlFilterReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_get_IsDefault_m4166714980 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_XmlLang_m1727348128 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.XmlSpace Mono.Xml.XmlFilterReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_XmlSpace_m3974877292 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.Int32 Mono.Xml.XmlFilterReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_AttributeCount_m1863472580 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String Mono.Xml.XmlFilterReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Item_m1252020762 (XmlFilterReader_t953863161 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(14 /* System.String System.Xml.XmlReader::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.String Mono.Xml.XmlFilterReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Item_m1425549068 (XmlFilterReader_t953863161 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_0, L_1); return L_2; } } // System.String Mono.Xml.XmlFilterReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_get_Item_m2311161594 (XmlFilterReader_t953863161 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_Item(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Boolean Mono.Xml.XmlFilterReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_get_EOF_m3570280267 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Xml.ReadState Mono.Xml.XmlFilterReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlFilterReader_get_ReadState_m1719703821 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); return L_1; } } // System.Xml.XmlNameTable Mono.Xml.XmlFilterReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlFilterReader_get_NameTable_m2561131891 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.Schema.IXmlSchemaInfo Mono.Xml.XmlFilterReader::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlFilterReader_get_SchemaInfo_m1729072466 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(24 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_0); return L_1; } } // System.Xml.XmlReaderSettings Mono.Xml.XmlFilterReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlFilterReader_get_Settings_m3908392583 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = __this->get_settings_3(); return L_0; } } // System.String Mono.Xml.XmlFilterReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_GetAttribute_m3068671393 (XmlFilterReader_t953863161 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String Mono.Xml.XmlFilterReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_GetAttribute_m326888312 (XmlFilterReader_t953863161 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String Mono.Xml.XmlFilterReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_GetAttribute_m2617247279 (XmlFilterReader_t953863161 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XmlFilterReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_HasLineInfo_m889333898 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlFilterReader_HasLineInfo_m889333898_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_lineInfo_4(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_lineInfo_4(); NullCheck(L_1); bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_1); G_B3_0 = ((int32_t)(L_2)); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.Boolean Mono.Xml.XmlFilterReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_MoveToAttribute_m2755533921 (XmlFilterReader_t953863161 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XmlFilterReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_MoveToAttribute_m2754666211 (XmlFilterReader_t953863161 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Void Mono.Xml.XmlFilterReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlFilterReader_MoveToAttribute_m3606222980 (XmlFilterReader_t953863161 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_0, L_1); return; } } // System.Boolean Mono.Xml.XmlFilterReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_MoveToFirstAttribute_m127263168 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XmlFilterReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_MoveToNextAttribute_m2123852986 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XmlFilterReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_MoveToElement_m952345708 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Void Mono.Xml.XmlFilterReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlFilterReader_Close_m2680553343 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = __this->get_settings_3(); NullCheck(L_0); bool L_1 = XmlReaderSettings_get_CloseInput_m227043160(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001b; } } { XmlReader_t3121518892 * L_2 = __this->get_reader_2(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_2); } IL_001b: { return; } } // System.Boolean Mono.Xml.XmlFilterReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_Read_m2994904527 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlFilterReader_Read_m2994904527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { XmlReader_t3121518892 * L_2 = __this->get_reader_2(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)10))))) { goto IL_003f; } } { XmlReaderSettings_t2186285234 * L_4 = __this->get_settings_3(); NullCheck(L_4); bool L_5 = XmlReaderSettings_get_ProhibitDtd_m1743435541(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { XmlException_t1761730631 * L_6 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_6, _stringLiteral1257354441, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlFilterReader_Read_m2994904527_RuntimeMethod_var); } IL_003f: { XmlReader_t3121518892 * L_7 = __this->get_reader_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_7); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13))))) { goto IL_0068; } } { XmlReaderSettings_t2186285234 * L_9 = __this->get_settings_3(); NullCheck(L_9); bool L_10 = XmlReaderSettings_get_IgnoreWhitespace_m3303723294(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0068; } } { bool L_11 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.XmlFilterReader::Read() */, __this); return L_11; } IL_0068: { XmlReader_t3121518892 * L_12 = __this->get_reader_2(); NullCheck(L_12); int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_12); if ((!(((uint32_t)L_13) == ((uint32_t)7)))) { goto IL_0090; } } { XmlReaderSettings_t2186285234 * L_14 = __this->get_settings_3(); NullCheck(L_14); bool L_15 = XmlReaderSettings_get_IgnoreProcessingInstructions_m1221762678(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0090; } } { bool L_16 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.XmlFilterReader::Read() */, __this); return L_16; } IL_0090: { XmlReader_t3121518892 * L_17 = __this->get_reader_2(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)8)))) { goto IL_00b8; } } { XmlReaderSettings_t2186285234 * L_19 = __this->get_settings_3(); NullCheck(L_19); bool L_20 = XmlReaderSettings_get_IgnoreComments_m1494867857(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00b8; } } { bool L_21 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.XmlFilterReader::Read() */, __this); return L_21; } IL_00b8: { return (bool)1; } } // System.String Mono.Xml.XmlFilterReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlFilterReader_LookupNamespace_m3076776275 (XmlFilterReader_t953863161 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Void Mono.Xml.XmlFilterReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlFilterReader_ResolveEntity_m3163790949 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.Boolean Mono.Xml.XmlFilterReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlFilterReader_ReadAttributeValue_m3130201531 (XmlFilterReader_t953863161 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.XPath.Tokenizer::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Tokenizer__ctor_m2261355154 (Tokenizer_t1517940593 * __this, String_t* ___strInput0, const RuntimeMethod* method) { { __this->set_m_iTokenPrev_4(((int32_t)258)); Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___strInput0; __this->set_m_rgchInput_0(L_0); __this->set_m_ich_1(0); String_t* L_1 = ___strInput0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_m_cch_2(L_2); Tokenizer_SkipWhitespace_m2727744072(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.XPath.Tokenizer::.cctor() extern "C" IL2CPP_METHOD_ATTR void Tokenizer__cctor_m954610090 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer__cctor_m954610090_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->set_s_mapTokens_8(L_0); ObjectU5BU5D_t2843939325* L_1 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)42))); int32_t L_2 = ((int32_t)274); RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_3); (L_1)->SetAt(static_cast(0), (RuntimeObject *)L_3); ObjectU5BU5D_t2843939325* L_4 = L_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral3266137269); (L_4)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral3266137269); ObjectU5BU5D_t2843939325* L_5 = L_4; int32_t L_6 = ((int32_t)276); RuntimeObject * L_7 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(2), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_5; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3455629249); (L_8)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3455629249); ObjectU5BU5D_t2843939325* L_9 = L_8; int32_t L_10 = ((int32_t)278); RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_11); (L_9)->SetAt(static_cast(4), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_9; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3716803640); (L_12)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3716803640); ObjectU5BU5D_t2843939325* L_13 = L_12; int32_t L_14 = ((int32_t)280); RuntimeObject * L_15 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_14); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_15); (L_13)->SetAt(static_cast(6), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_13; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral3266071737); (L_16)->SetAt(static_cast(7), (RuntimeObject *)_stringLiteral3266071737); ObjectU5BU5D_t2843939325* L_17 = L_16; int32_t L_18 = ((int32_t)296); RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_19); (L_17)->SetAt(static_cast(8), (RuntimeObject *)L_19); ObjectU5BU5D_t2843939325* L_20 = L_17; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral586620056); (L_20)->SetAt(static_cast(((int32_t)9)), (RuntimeObject *)_stringLiteral586620056); ObjectU5BU5D_t2843939325* L_21 = L_20; int32_t L_22 = ((int32_t)298); RuntimeObject * L_23 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_22); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_23); (L_21)->SetAt(static_cast(((int32_t)10)), (RuntimeObject *)L_23); ObjectU5BU5D_t2843939325* L_24 = L_21; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral3511910454); (L_24)->SetAt(static_cast(((int32_t)11)), (RuntimeObject *)_stringLiteral3511910454); ObjectU5BU5D_t2843939325* L_25 = L_24; int32_t L_26 = ((int32_t)300); RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(((int32_t)12)), (RuntimeObject *)L_27); ObjectU5BU5D_t2843939325* L_28 = L_25; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral4158421234); (L_28)->SetAt(static_cast(((int32_t)13)), (RuntimeObject *)_stringLiteral4158421234); ObjectU5BU5D_t2843939325* L_29 = L_28; int32_t L_30 = ((int32_t)302); RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); NullCheck(L_29); ArrayElementTypeCheck (L_29, L_31); (L_29)->SetAt(static_cast(((int32_t)14)), (RuntimeObject *)L_31); ObjectU5BU5D_t2843939325* L_32 = L_29; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral430703268); (L_32)->SetAt(static_cast(((int32_t)15)), (RuntimeObject *)_stringLiteral430703268); ObjectU5BU5D_t2843939325* L_33 = L_32; int32_t L_34 = ((int32_t)304); RuntimeObject * L_35 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_34); NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(((int32_t)16)), (RuntimeObject *)L_35); ObjectU5BU5D_t2843939325* L_36 = L_33; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral3134749325); (L_36)->SetAt(static_cast(((int32_t)17)), (RuntimeObject *)_stringLiteral3134749325); ObjectU5BU5D_t2843939325* L_37 = L_36; int32_t L_38 = ((int32_t)306); RuntimeObject * L_39 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_38); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_39); (L_37)->SetAt(static_cast(((int32_t)18)), (RuntimeObject *)L_39); ObjectU5BU5D_t2843939325* L_40 = L_37; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral1935640102); (L_40)->SetAt(static_cast(((int32_t)19)), (RuntimeObject *)_stringLiteral1935640102); ObjectU5BU5D_t2843939325* L_41 = L_40; int32_t L_42 = ((int32_t)308); RuntimeObject * L_43 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_42); NullCheck(L_41); ArrayElementTypeCheck (L_41, L_43); (L_41)->SetAt(static_cast(((int32_t)20)), (RuntimeObject *)L_43); ObjectU5BU5D_t2843939325* L_44 = L_41; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral2842305546); (L_44)->SetAt(static_cast(((int32_t)21)), (RuntimeObject *)_stringLiteral2842305546); ObjectU5BU5D_t2843939325* L_45 = L_44; int32_t L_46 = ((int32_t)310); RuntimeObject * L_47 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_46); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_47); (L_45)->SetAt(static_cast(((int32_t)22)), (RuntimeObject *)L_47); ObjectU5BU5D_t2843939325* L_48 = L_45; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral4288570486); (L_48)->SetAt(static_cast(((int32_t)23)), (RuntimeObject *)_stringLiteral4288570486); ObjectU5BU5D_t2843939325* L_49 = L_48; int32_t L_50 = ((int32_t)312); RuntimeObject * L_51 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_50); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_51); (L_49)->SetAt(static_cast(((int32_t)24)), (RuntimeObject *)L_51); ObjectU5BU5D_t2843939325* L_52 = L_49; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral3820675233); (L_52)->SetAt(static_cast(((int32_t)25)), (RuntimeObject *)_stringLiteral3820675233); ObjectU5BU5D_t2843939325* L_53 = L_52; int32_t L_54 = ((int32_t)314); RuntimeObject * L_55 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_54); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_55); (L_53)->SetAt(static_cast(((int32_t)26)), (RuntimeObject *)L_55); ObjectU5BU5D_t2843939325* L_56 = L_53; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral3215840460); (L_56)->SetAt(static_cast(((int32_t)27)), (RuntimeObject *)_stringLiteral3215840460); ObjectU5BU5D_t2843939325* L_57 = L_56; int32_t L_58 = ((int32_t)316); RuntimeObject * L_59 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_58); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_59); (L_57)->SetAt(static_cast(((int32_t)28)), (RuntimeObject *)L_59); ObjectU5BU5D_t2843939325* L_60 = L_57; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral1650491110); (L_60)->SetAt(static_cast(((int32_t)29)), (RuntimeObject *)_stringLiteral1650491110); ObjectU5BU5D_t2843939325* L_61 = L_60; int32_t L_62 = ((int32_t)318); RuntimeObject * L_63 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_62); NullCheck(L_61); ArrayElementTypeCheck (L_61, L_63); (L_61)->SetAt(static_cast(((int32_t)30)), (RuntimeObject *)L_63); ObjectU5BU5D_t2843939325* L_64 = L_61; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral1710471440); (L_64)->SetAt(static_cast(((int32_t)31)), (RuntimeObject *)_stringLiteral1710471440); ObjectU5BU5D_t2843939325* L_65 = L_64; int32_t L_66 = ((int32_t)320); RuntimeObject * L_67 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_66); NullCheck(L_65); ArrayElementTypeCheck (L_65, L_67); (L_65)->SetAt(static_cast(((int32_t)32)), (RuntimeObject *)L_67); ObjectU5BU5D_t2843939325* L_68 = L_65; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral3584862187); (L_68)->SetAt(static_cast(((int32_t)33)), (RuntimeObject *)_stringLiteral3584862187); ObjectU5BU5D_t2843939325* L_69 = L_68; int32_t L_70 = ((int32_t)322); RuntimeObject * L_71 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_70); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(((int32_t)34)), (RuntimeObject *)L_71); ObjectU5BU5D_t2843939325* L_72 = L_69; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral3796263715); (L_72)->SetAt(static_cast(((int32_t)35)), (RuntimeObject *)_stringLiteral3796263715); ObjectU5BU5D_t2843939325* L_73 = L_72; int32_t L_74 = ((int32_t)324); RuntimeObject * L_75 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_74); NullCheck(L_73); ArrayElementTypeCheck (L_73, L_75); (L_73)->SetAt(static_cast(((int32_t)36)), (RuntimeObject *)L_75); ObjectU5BU5D_t2843939325* L_76 = L_73; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral3987835854); (L_76)->SetAt(static_cast(((int32_t)37)), (RuntimeObject *)_stringLiteral3987835854); ObjectU5BU5D_t2843939325* L_77 = L_76; int32_t L_78 = ((int32_t)326); RuntimeObject * L_79 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_78); NullCheck(L_77); ArrayElementTypeCheck (L_77, L_79); (L_77)->SetAt(static_cast(((int32_t)38)), (RuntimeObject *)L_79); ObjectU5BU5D_t2843939325* L_80 = L_77; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral2364716187); (L_80)->SetAt(static_cast(((int32_t)39)), (RuntimeObject *)_stringLiteral2364716187); ObjectU5BU5D_t2843939325* L_81 = L_80; int32_t L_82 = ((int32_t)328); RuntimeObject * L_83 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_82); NullCheck(L_81); ArrayElementTypeCheck (L_81, L_83); (L_81)->SetAt(static_cast(((int32_t)40)), (RuntimeObject *)L_83); ObjectU5BU5D_t2843939325* L_84 = L_81; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral1985170616); (L_84)->SetAt(static_cast(((int32_t)41)), (RuntimeObject *)_stringLiteral1985170616); ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->set_s_rgTokenMap_9(L_84); V_0 = 0; goto IL_0215; } IL_01f7: { Hashtable_t1853889766 * L_85 = ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->get_s_mapTokens_8(); ObjectU5BU5D_t2843939325* L_86 = ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->get_s_rgTokenMap_9(); int32_t L_87 = V_0; NullCheck(L_86); int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)1)); RuntimeObject * L_89 = (L_86)->GetAt(static_cast(L_88)); ObjectU5BU5D_t2843939325* L_90 = ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->get_s_rgTokenMap_9(); int32_t L_91 = V_0; NullCheck(L_90); int32_t L_92 = L_91; RuntimeObject * L_93 = (L_90)->GetAt(static_cast(L_92)); NullCheck(L_85); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_85, L_89, L_93); int32_t L_94 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)2)); } IL_0215: { int32_t L_95 = V_0; ObjectU5BU5D_t2843939325* L_96 = ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->get_s_rgTokenMap_9(); NullCheck(L_96); if ((((int32_t)L_95) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_96)->max_length))))))) { goto IL_01f7; } } { return; } } // System.Char Mono.Xml.XPath.Tokenizer::Peek(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_Peek_m3553609677 (Tokenizer_t1517940593 * __this, int32_t ___iOffset0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_ich_1(); int32_t L_1 = ___iOffset0; int32_t L_2 = __this->get_m_cch_2(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))) < ((int32_t)L_2))) { goto IL_0015; } } { return 0; } IL_0015: { String_t* L_3 = __this->get_m_rgchInput_0(); int32_t L_4 = __this->get_m_ich_1(); int32_t L_5 = ___iOffset0; NullCheck(L_3); Il2CppChar L_6 = String_get_Chars_m2986988803(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); return L_6; } } // System.Char Mono.Xml.XPath.Tokenizer::Peek() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_Peek_m753413837 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { { Il2CppChar L_0 = Tokenizer_Peek_m3553609677(__this, 0, /*hidden argument*/NULL); return L_0; } } // System.Char Mono.Xml.XPath.Tokenizer::GetChar() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_GetChar_m943000385 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_m_ich_1(); int32_t L_1 = __this->get_m_cch_2(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0013; } } { return 0; } IL_0013: { String_t* L_2 = __this->get_m_rgchInput_0(); int32_t L_3 = __this->get_m_ich_1(); int32_t L_4 = L_3; V_0 = L_4; __this->set_m_ich_1(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); int32_t L_5 = V_0; NullCheck(L_2); Il2CppChar L_6 = String_get_Chars_m2986988803(L_2, L_5, /*hidden argument*/NULL); return L_6; } } // System.Char Mono.Xml.XPath.Tokenizer::PutBack() extern "C" IL2CPP_METHOD_ATTR Il2CppChar Tokenizer_PutBack_m874498233 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_PutBack_m874498233_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_m_ich_1(); if (L_0) { goto IL_0016; } } { XPathException_t2107611652 * L_1 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_1, _stringLiteral1082671301, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,Tokenizer_PutBack_m874498233_RuntimeMethod_var); } IL_0016: { String_t* L_2 = __this->get_m_rgchInput_0(); int32_t L_3 = __this->get_m_ich_1(); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)); V_0 = L_4; __this->set_m_ich_1(L_4); int32_t L_5 = V_0; NullCheck(L_2); Il2CppChar L_6 = String_get_Chars_m2986988803(L_2, L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean Mono.Xml.XPath.Tokenizer::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_SkipWhitespace_m2727744072 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_SkipWhitespace_m2727744072_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_1 = Tokenizer_IsWhitespace_m3667803003(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { goto IL_001e; } IL_0017: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); } IL_001e: { Il2CppChar L_2 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_3 = Tokenizer_IsWhitespace_m3667803003(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0017; } } { return (bool)1; } } // System.Int32 Mono.Xml.XPath.Tokenizer::ParseNumber() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseNumber_m105494547 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ParseNumber_m105494547_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; goto IL_0018; } IL_000b: { StringBuilder_t * L_1 = V_0; Il2CppChar L_2 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_1); StringBuilder_Append_m2383614642(L_1, L_2, /*hidden argument*/NULL); } IL_0018: { Il2CppChar L_3 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_4 = Tokenizer_IsDigit_m1150402067(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); if (L_4) { goto IL_000b; } } { Il2CppChar L_5 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)46))))) { goto IL_0064; } } { StringBuilder_t * L_6 = V_0; Il2CppChar L_7 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_6); StringBuilder_Append_m2383614642(L_6, L_7, /*hidden argument*/NULL); goto IL_0054; } IL_0047: { StringBuilder_t * L_8 = V_0; Il2CppChar L_9 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, L_9, /*hidden argument*/NULL); } IL_0054: { Il2CppChar L_10 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_11 = Tokenizer_IsDigit_m1150402067(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0047; } } IL_0064: { StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13 = StringBuilder_ToString_m3317489284(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(NumberFormatInfo_t435877138_il2cpp_TypeInfo_var); NumberFormatInfo_t435877138 * L_14 = NumberFormatInfo_get_InvariantInfo_m349577018(NULL /*static, unused*/, /*hidden argument*/NULL); double L_15 = Double_Parse_m3456374109(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); double L_16 = L_15; RuntimeObject * L_17 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_16); __this->set_m_objToken_5(L_17); return ((int32_t)331); } } // System.Int32 Mono.Xml.XPath.Tokenizer::ParseLiteral() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseLiteral_m3543968164 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ParseLiteral_m3543968164_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Il2CppChar V_1 = 0x0; Il2CppChar V_2 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; Il2CppChar L_1 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); V_1 = L_1; goto IL_0040; } IL_0012: { Il2CppChar L_2 = V_2; if (L_2) { goto IL_0033; } } { Il2CppChar L_3 = V_1; Il2CppChar L_4 = L_3; RuntimeObject * L_5 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral473099381, L_5, _stringLiteral3163879626, /*hidden argument*/NULL); XPathException_t2107611652 * L_7 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,Tokenizer_ParseLiteral_m3543968164_RuntimeMethod_var); } IL_0033: { StringBuilder_t * L_8 = V_0; Il2CppChar L_9 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, L_9, /*hidden argument*/NULL); } IL_0040: { Il2CppChar L_10 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); Il2CppChar L_11 = L_10; V_2 = L_11; Il2CppChar L_12 = V_1; if ((!(((uint32_t)L_11) == ((uint32_t)L_12)))) { goto IL_0012; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); StringBuilder_t * L_13 = V_0; NullCheck(L_13); String_t* L_14 = StringBuilder_ToString_m3317489284(L_13, /*hidden argument*/NULL); __this->set_m_objToken_5(L_14); return ((int32_t)332); } } // System.String Mono.Xml.XPath.Tokenizer::ReadIdentifier() extern "C" IL2CPP_METHOD_ATTR String_t* Tokenizer_ReadIdentifier_m4137543983 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ReadIdentifier_m4137543983_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; Il2CppChar V_1 = 0x0; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); V_0 = L_0; Il2CppChar L_1 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); V_1 = L_1; Il2CppChar L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_3 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0022; } } { Il2CppChar L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)95)))) { goto IL_0022; } } { return (String_t*)NULL; } IL_0022: { StringBuilder_t * L_5 = V_0; Il2CppChar L_6 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_5); StringBuilder_Append_m2383614642(L_5, L_6, /*hidden argument*/NULL); goto IL_0041; } IL_0034: { StringBuilder_t * L_7 = V_0; Il2CppChar L_8 = Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); NullCheck(L_7); StringBuilder_Append_m2383614642(L_7, L_8, /*hidden argument*/NULL); } IL_0041: { Il2CppChar L_9 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); Il2CppChar L_10 = L_9; V_1 = L_10; if ((((int32_t)L_10) == ((int32_t)((int32_t)95)))) { goto IL_0034; } } { Il2CppChar L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)45)))) { goto IL_0034; } } { Il2CppChar L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)46)))) { goto IL_0034; } } { Il2CppChar L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_14 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0034; } } { Tokenizer_SkipWhitespace_m2727744072(__this, /*hidden argument*/NULL); StringBuilder_t * L_15 = V_0; NullCheck(L_15); String_t* L_16 = StringBuilder_ToString_m3317489284(L_15, /*hidden argument*/NULL); return L_16; } } // System.Int32 Mono.Xml.XPath.Tokenizer::ParseIdentifier() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseIdentifier_m2736572369 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ParseIdentifier_m2736572369_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RuntimeObject * V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; String_t* V_4 = NULL; int32_t G_B3_0 = 0; { String_t* L_0 = Tokenizer_ReadIdentifier_m4137543983(__this, /*hidden argument*/NULL); V_0 = L_0; IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); Hashtable_t1853889766 * L_1 = ((Tokenizer_t1517940593_StaticFields*)il2cpp_codegen_static_fields_for(Tokenizer_t1517940593_il2cpp_TypeInfo_var))->get_s_mapTokens_8(); String_t* L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_2); V_1 = L_3; RuntimeObject * L_4 = V_1; if (!L_4) { goto IL_0024; } } { RuntimeObject * L_5 = V_1; G_B3_0 = ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var)))); goto IL_0029; } IL_0024: { G_B3_0 = ((int32_t)333); } IL_0029: { V_2 = G_B3_0; String_t* L_6 = V_0; __this->set_m_objToken_5(L_6); Il2CppChar L_7 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); V_3 = L_7; Il2CppChar L_8 = V_3; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)58))))) { goto IL_0119; } } { Il2CppChar L_9 = Tokenizer_Peek_m3553609677(__this, 1, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58))))) { goto IL_0078; } } { RuntimeObject * L_10 = V_1; if (!L_10) { goto IL_0060; } } { int32_t L_11 = V_2; bool L_12 = Tokenizer_IsAxisName_m1332113934(__this, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0076; } } IL_0060: { String_t* L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1011786592, L_13, _stringLiteral3452614521, /*hidden argument*/NULL); XPathException_t2107611652 * L_15 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,Tokenizer_ParseIdentifier_m2736572369_RuntimeMethod_var); } IL_0076: { int32_t L_16 = V_2; return L_16; } IL_0078: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Tokenizer_SkipWhitespace_m2727744072(__this, /*hidden argument*/NULL); Il2CppChar L_17 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); V_3 = L_17; Il2CppChar L_18 = V_3; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)42))))) { goto IL_00b3; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); 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(); String_t* L_20 = V_0; XmlQualifiedName_t2760654312 * L_21 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_21, L_19, L_20, /*hidden argument*/NULL); __this->set_m_objToken_5(L_21); return ((int32_t)333); } IL_00b3: { String_t* L_22 = Tokenizer_ReadIdentifier_m4137543983(__this, /*hidden argument*/NULL); V_4 = L_22; String_t* L_23 = V_4; if (L_23) { goto IL_00f0; } } { ObjectU5BU5D_t2843939325* L_24 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral2099070375); (L_24)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral2099070375); ObjectU5BU5D_t2843939325* L_25 = L_24; String_t* L_26 = V_0; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_26); (L_25)->SetAt(static_cast(1), (RuntimeObject *)L_26); ObjectU5BU5D_t2843939325* L_27 = L_25; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral3452614550); (L_27)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3452614550); ObjectU5BU5D_t2843939325* L_28 = L_27; Il2CppChar L_29 = V_3; Il2CppChar L_30 = L_29; RuntimeObject * L_31 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(3), (RuntimeObject *)L_31); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m2971454694(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); XPathException_t2107611652 * L_33 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,Tokenizer_ParseIdentifier_m2736572369_RuntimeMethod_var); } IL_00f0: { Il2CppChar L_34 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); V_3 = L_34; String_t* L_35 = V_4; String_t* L_36 = V_0; XmlQualifiedName_t2760654312 * L_37 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_37, L_35, L_36, /*hidden argument*/NULL); __this->set_m_objToken_5(L_37); Il2CppChar L_38 = V_3; if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)40))))) { goto IL_0113; } } { return ((int32_t)269); } IL_0113: { return ((int32_t)333); } IL_0119: { bool L_39 = Tokenizer_get_IsFirstToken_m3940545855(__this, /*hidden argument*/NULL); if (L_39) { goto IL_0159; } } { bool L_40 = __this->get_m_fPrevWasOperator_6(); if (L_40) { goto IL_0159; } } { RuntimeObject * L_41 = V_1; if (!L_41) { goto IL_0141; } } { int32_t L_42 = V_2; bool L_43 = Tokenizer_IsOperatorName_m2066193972(__this, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_0157; } } IL_0141: { String_t* L_44 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_45 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3836169573, L_44, _stringLiteral3452614521, /*hidden argument*/NULL); XPathException_t2107611652 * L_46 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,Tokenizer_ParseIdentifier_m2736572369_RuntimeMethod_var); } IL_0157: { int32_t L_47 = V_2; return L_47; } IL_0159: { Il2CppChar L_48 = V_3; if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)40))))) { goto IL_01a2; } } { RuntimeObject * L_49 = V_1; if (L_49) { goto IL_017e; } } { String_t* L_50 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlQualifiedName_t2760654312 * L_52 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_52, L_50, L_51, /*hidden argument*/NULL); __this->set_m_objToken_5(L_52); return ((int32_t)269); } IL_017e: { int32_t L_53 = V_2; bool L_54 = Tokenizer_IsNodeType_m1280680003(__this, L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_018c; } } { int32_t L_55 = V_2; return L_55; } IL_018c: { String_t* L_56 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral677013670, L_56, _stringLiteral3452614521, /*hidden argument*/NULL); XPathException_t2107611652 * L_58 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_58, L_57, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_58,Tokenizer_ParseIdentifier_m2736572369_RuntimeMethod_var); } IL_01a2: { String_t* L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlQualifiedName_t2760654312 * L_61 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_61, L_59, L_60, /*hidden argument*/NULL); __this->set_m_objToken_5(L_61); return ((int32_t)333); } } // System.Boolean Mono.Xml.XPath.Tokenizer::IsWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsWhitespace_m3667803003 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)32)))) { goto IL_001f; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)9)))) { goto IL_001f; } } { Il2CppChar L_2 = ___ch0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_001f; } } { Il2CppChar L_3 = ___ch0; G_B5_0 = ((((int32_t)L_3) == ((int32_t)((int32_t)13)))? 1 : 0); goto IL_0020; } IL_001f: { G_B5_0 = 1; } IL_0020: { return (bool)G_B5_0; } } // System.Boolean Mono.Xml.XPath.Tokenizer::IsDigit(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsDigit_m1150402067 (RuntimeObject * __this /* static, unused */, Il2CppChar ___ch0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) < ((int32_t)((int32_t)48)))) { goto IL_0012; } } { Il2CppChar L_1 = ___ch0; G_B3_0 = ((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)57)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0013; } IL_0012: { G_B3_0 = 0; } IL_0013: { return (bool)G_B3_0; } } // System.Int32 Mono.Xml.XPath.Tokenizer::ParseToken() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_ParseToken_m2126690377 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Tokenizer_ParseToken_m2126690377_MetadataUsageId); s_Il2CppMethodInitialized = true; } Il2CppChar V_0 = 0x0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { Il2CppChar L_0 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); V_0 = L_0; Il2CppChar L_1 = V_0; V_2 = L_1; Il2CppChar L_2 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)33)))) { case 0: { goto IL_0260; } case 1: { goto IL_02f0; } case 2: { goto IL_0092; } case 3: { goto IL_0224; } case 4: { goto IL_0092; } case 5: { goto IL_0092; } case 6: { goto IL_02e9; } case 7: { goto IL_01ab; } case 8: { goto IL_01bf; } case 9: { goto IL_01f4; } case 10: { goto IL_01cc; } case 11: { goto IL_0162; } case 12: { goto IL_01e0; } case 13: { goto IL_00ef; } case 14: { goto IL_00c1; } case 15: { goto IL_0092; } case 16: { goto IL_0092; } case 17: { goto IL_0092; } case 18: { goto IL_0092; } case 19: { goto IL_0092; } case 20: { goto IL_0092; } case 21: { goto IL_0092; } case 22: { goto IL_0092; } case 23: { goto IL_0092; } case 24: { goto IL_0092; } case 25: { goto IL_0134; } case 26: { goto IL_0092; } case 27: { goto IL_02bb; } case 28: { goto IL_024c; } case 29: { goto IL_028d; } case 30: { goto IL_0092; } case 31: { goto IL_0176; } } } IL_0092: { Il2CppChar L_3 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)91)))) { case 0: { goto IL_018a; } case 1: { goto IL_00a7; } case 2: { goto IL_019e; } } } IL_00a7: { Il2CppChar L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)0))) { goto IL_00bb; } } { Il2CppChar L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)124)))) { goto IL_0238; } } { goto IL_02f7; } IL_00bb: { return ((int32_t)258); } IL_00c1: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_6 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47))))) { goto IL_00e9; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)260); } IL_00e9: { return ((int32_t)259); } IL_00ef: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_7 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)46))))) { goto IL_0110; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)263); } IL_0110: { Il2CppChar L_8 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_9 = Tokenizer_IsDigit_m1150402067(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_012e; } } { Tokenizer_PutBack_m874498233(__this, /*hidden argument*/NULL); int32_t L_10 = Tokenizer_ParseNumber_m105494547(__this, /*hidden argument*/NULL); return L_10; } IL_012e: { return ((int32_t)262); } IL_0134: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_11 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)58))))) { goto IL_015c; } } { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)265); } IL_015c: { return ((int32_t)257); } IL_0162: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)267); } IL_0176: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)268); } IL_018a: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)270); } IL_019e: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)271); } IL_01ab: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)272); } IL_01bf: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)273); } IL_01cc: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)282); } IL_01e0: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)283); } IL_01f4: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); bool L_12 = Tokenizer_get_IsFirstToken_m3940545855(__this, /*hidden argument*/NULL); if (L_12) { goto IL_021e; } } { bool L_13 = __this->get_m_fPrevWasOperator_6(); if (L_13) { goto IL_021e; } } { __this->set_m_fThisIsOperator_7((bool)1); return ((int32_t)330); } IL_021e: { return ((int32_t)284); } IL_0224: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); __this->set_m_fThisIsOperator_7((bool)1); return ((int32_t)285); } IL_0238: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)286); } IL_024c: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)287); } IL_0260: { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_14 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)61))))) { goto IL_0288; } } { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)288); } IL_0288: { goto IL_033d; } IL_028d: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_15 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)61))))) { goto IL_02b5; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)292); } IL_02b5: { return ((int32_t)295); } IL_02bb: { __this->set_m_fThisIsOperator_7((bool)1); Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); Il2CppChar L_16 = Tokenizer_Peek_m753413837(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)61))))) { goto IL_02e3; } } { Tokenizer_GetChar_m943000385(__this, /*hidden argument*/NULL); return ((int32_t)290); } IL_02e3: { return ((int32_t)294); } IL_02e9: { int32_t L_17 = Tokenizer_ParseLiteral_m3543968164(__this, /*hidden argument*/NULL); return L_17; } IL_02f0: { int32_t L_18 = Tokenizer_ParseLiteral_m3543968164(__this, /*hidden argument*/NULL); return L_18; } IL_02f7: { Il2CppChar L_19 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Tokenizer_t1517940593_il2cpp_TypeInfo_var); bool L_20 = Tokenizer_IsDigit_m1150402067(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0309; } } { int32_t L_21 = Tokenizer_ParseNumber_m105494547(__this, /*hidden argument*/NULL); return L_21; } IL_0309: { Il2CppChar L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_23 = Char_IsLetter_m3996985877(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_031c; } } { Il2CppChar L_24 = V_0; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)95))))) { goto IL_0338; } } IL_031c: { int32_t L_25 = Tokenizer_ParseIdentifier_m2736572369(__this, /*hidden argument*/NULL); V_1 = L_25; int32_t L_26 = V_1; bool L_27 = Tokenizer_IsOperatorName_m2066193972(__this, L_26, /*hidden argument*/NULL); if (!L_27) { goto IL_0336; } } { __this->set_m_fThisIsOperator_7((bool)1); } IL_0336: { int32_t L_28 = V_1; return L_28; } IL_0338: { goto IL_033d; } IL_033d: { Il2CppChar L_29 = V_0; Il2CppChar L_30 = L_29; RuntimeObject * L_31 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral4200450705, L_31, _stringLiteral3452614521, /*hidden argument*/NULL); XPathException_t2107611652 * L_33 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_33, L_32, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,Tokenizer_ParseToken_m2126690377_RuntimeMethod_var); } } // System.Boolean Mono.Xml.XPath.Tokenizer::advance() extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_advance_m160506843 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { { __this->set_m_fThisIsOperator_7((bool)0); __this->set_m_objToken_5(NULL); int32_t L_0 = Tokenizer_ParseToken_m2126690377(__this, /*hidden argument*/NULL); __this->set_m_iToken_3(L_0); Tokenizer_SkipWhitespace_m2727744072(__this, /*hidden argument*/NULL); int32_t L_1 = __this->get_m_iToken_3(); __this->set_m_iTokenPrev_4(L_1); bool L_2 = __this->get_m_fThisIsOperator_7(); __this->set_m_fPrevWasOperator_6(L_2); int32_t L_3 = __this->get_m_iToken_3(); return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)((int32_t)258)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 Mono.Xml.XPath.Tokenizer::token() extern "C" IL2CPP_METHOD_ATTR int32_t Tokenizer_token_m1700909209 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_iToken_3(); return L_0; } } // System.Object Mono.Xml.XPath.Tokenizer::value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Tokenizer_value_m3071286927 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_m_objToken_5(); return L_0; } } // System.Boolean Mono.Xml.XPath.Tokenizer::get_IsFirstToken() extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_get_IsFirstToken_m3940545855 (Tokenizer_t1517940593 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_iTokenPrev_4(); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)258)))? 1 : 0); } } // System.Boolean Mono.Xml.XPath.Tokenizer::IsNodeType(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsNodeType_m1280680003 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___iToken0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)322)))) { case 0: { goto IL_002f; } case 1: { goto IL_0031; } case 2: { goto IL_002f; } case 3: { goto IL_0031; } case 4: { goto IL_002f; } case 5: { goto IL_0031; } case 6: { goto IL_002f; } } } { goto IL_0031; } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Boolean Mono.Xml.XPath.Tokenizer::IsOperatorName(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsOperatorName_m2066193972 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___iToken0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)274)))) { case 0: { goto IL_002f; } case 1: { goto IL_0031; } case 2: { goto IL_002f; } case 3: { goto IL_0031; } case 4: { goto IL_002f; } case 5: { goto IL_0031; } case 6: { goto IL_002f; } } } { goto IL_0031; } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Boolean Mono.Xml.XPath.Tokenizer::IsAxisName(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool Tokenizer_IsAxisName_m1332113934 (Tokenizer_t1517940593 * __this, int32_t ___iToken0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___iToken0; V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)296)))) { case 0: { goto IL_0077; } case 1: { goto IL_0079; } case 2: { goto IL_0077; } case 3: { goto IL_0079; } case 4: { goto IL_0077; } case 5: { goto IL_0079; } case 6: { goto IL_0077; } case 7: { goto IL_0079; } case 8: { goto IL_0077; } case 9: { goto IL_0079; } case 10: { goto IL_0077; } case 11: { goto IL_0079; } case 12: { goto IL_0077; } case 13: { goto IL_0079; } case 14: { goto IL_0077; } case 15: { goto IL_0079; } case 16: { goto IL_0077; } case 17: { goto IL_0079; } case 18: { goto IL_0077; } case 19: { goto IL_0079; } case 20: { goto IL_0077; } case 21: { goto IL_0079; } case 22: { goto IL_0077; } case 23: { goto IL_0079; } case 24: { goto IL_0077; } } } { goto IL_0079; } IL_0077: { return (bool)1; } IL_0079: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.XPath.XmlDocumentEditableNavigator::.ctor(Mono.Xml.XPath.XPathEditableDocument) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator__ctor_m3006827479 (XmlDocumentEditableNavigator_t22456660 * __this, XPathEditableDocument_t3642283412 * ___doc0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator__ctor_m3006827479_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_t787956054_il2cpp_TypeInfo_var); XPathNavigator__ctor_m997972048(__this, /*hidden argument*/NULL); XPathEditableDocument_t3642283412 * L_0 = ___doc0; __this->set_document_3(L_0); IL2CPP_RUNTIME_CLASS_INIT(XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var); bool L_1 = ((XmlDocumentEditableNavigator_t22456660_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var))->get_isXmlDocumentNavigatorImpl_2(); if (!L_1) { goto IL_002d; } } { XPathEditableDocument_t3642283412 * L_2 = ___doc0; NullCheck(L_2); XmlNode_t3767805227 * L_3 = XPathEditableDocument_get_Node_m2394100223(L_2, /*hidden argument*/NULL); XmlDocumentNavigator_t512445268 * L_4 = (XmlDocumentNavigator_t512445268 *)il2cpp_codegen_object_new(XmlDocumentNavigator_t512445268_il2cpp_TypeInfo_var); XmlDocumentNavigator__ctor_m397428645(L_4, L_3, /*hidden argument*/NULL); __this->set_navigator_4(L_4); goto IL_0039; } IL_002d: { XPathEditableDocument_t3642283412 * L_5 = ___doc0; NullCheck(L_5); XPathNavigator_t787956054 * L_6 = XPathEditableDocument_CreateNavigator_m81974241(L_5, /*hidden argument*/NULL); __this->set_navigator_4(L_6); } IL_0039: { return; } } // System.Void Mono.Xml.XPath.XmlDocumentEditableNavigator::.ctor(Mono.Xml.XPath.XmlDocumentEditableNavigator) extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator__ctor_m2056677716 (XmlDocumentEditableNavigator_t22456660 * __this, XmlDocumentEditableNavigator_t22456660 * ___nav0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator__ctor_m2056677716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XPathNavigator_t787956054_il2cpp_TypeInfo_var); XPathNavigator__ctor_m997972048(__this, /*hidden argument*/NULL); XmlDocumentEditableNavigator_t22456660 * L_0 = ___nav0; NullCheck(L_0); XPathEditableDocument_t3642283412 * L_1 = L_0->get_document_3(); __this->set_document_3(L_1); XmlDocumentEditableNavigator_t22456660 * L_2 = ___nav0; NullCheck(L_2); XPathNavigator_t787956054 * L_3 = L_2->get_navigator_4(); NullCheck(L_3); XPathNavigator_t787956054 * L_4 = VirtFuncInvoker0< XPathNavigator_t787956054 * >::Invoke(20 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_3); __this->set_navigator_4(L_4); return; } } // System.Void Mono.Xml.XPath.XmlDocumentEditableNavigator::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator__cctor_m734889855 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator__cctor_m734889855_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_t3027515415 L_0 = { reinterpret_cast (XmlDocumentEditableNavigator_t22456660_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); NullCheck(L_1); Assembly_t * L_2 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_1); RuntimeTypeHandle_t3027515415 L_3 = { reinterpret_cast (XmlDocument_t2837193595_0_0_0_var) }; Type_t * L_4 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); NullCheck(L_4); Assembly_t * L_5 = VirtFuncInvoker0< Assembly_t * >::Invoke(14 /* System.Reflection.Assembly System.Type::get_Assembly() */, L_4); ((XmlDocumentEditableNavigator_t22456660_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var))->set_isXmlDocumentNavigatorImpl_2((bool)((((RuntimeObject*)(Assembly_t *)L_2) == ((RuntimeObject*)(Assembly_t *)L_5))? 1 : 0)); return; } } // System.String Mono.Xml.XPath.XmlDocumentEditableNavigator::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentEditableNavigator_get_LocalName_m2264826714 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_0); return L_1; } } // System.String Mono.Xml.XPath.XmlDocumentEditableNavigator::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentEditableNavigator_get_Name_m3440528608 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_0); return L_1; } } // System.String Mono.Xml.XPath.XmlDocumentEditableNavigator::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentEditableNavigator_get_NamespaceURI_m1236439679 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_0); return L_1; } } // System.Xml.XPath.XPathNodeType Mono.Xml.XPath.XmlDocumentEditableNavigator::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentEditableNavigator_get_NodeType_m2660755016 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(18 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0); return L_1; } } // System.String Mono.Xml.XPath.XmlDocumentEditableNavigator::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentEditableNavigator_get_Value_m4280271217 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_0); return L_1; } } // System.String Mono.Xml.XPath.XmlDocumentEditableNavigator::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlDocumentEditableNavigator_get_XmlLang_m1125644548 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XPath.XPathNavigator::get_XmlLang() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::get_HasChildren() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_get_HasChildren_m1019121340 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XPath.XPathNavigator::get_HasChildren() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_get_HasAttributes_m2435835105 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XPath.XPathNavigator::get_HasAttributes() */, L_0); return L_1; } } // System.Xml.XPath.XPathNavigator Mono.Xml.XPath.XmlDocumentEditableNavigator::Clone() extern "C" IL2CPP_METHOD_ATTR XPathNavigator_t787956054 * XmlDocumentEditableNavigator_Clone_m770452381 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_Clone_m770452381_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocumentEditableNavigator_t22456660 * L_0 = (XmlDocumentEditableNavigator_t22456660 *)il2cpp_codegen_object_new(XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var); XmlDocumentEditableNavigator__ctor_m2056677716(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Xml.XmlNode Mono.Xml.XPath.XmlDocumentEditableNavigator::GetNode() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XmlDocumentEditableNavigator_GetNode_m1128427919 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_GetNode_m1128427919_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); XmlNode_t3767805227 * L_1 = InterfaceFuncInvoker0< XmlNode_t3767805227 * >::Invoke(0 /* System.Xml.XmlNode System.Xml.IHasXmlNode::GetNode() */, IHasXmlNode_t929344259_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IHasXmlNode_t929344259_il2cpp_TypeInfo_var))); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_IsSamePosition_m465945682 (XmlDocumentEditableNavigator_t22456660 * __this, XPathNavigator_t787956054 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_IsSamePosition_m465945682_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentEditableNavigator_t22456660 * V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___other0; V_0 = ((XmlDocumentEditableNavigator_t22456660 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var)); XmlDocumentEditableNavigator_t22456660 * L_1 = V_0; if (!L_1) { goto IL_001f; } } { XPathNavigator_t787956054 * L_2 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_3 = V_0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = L_3->get_navigator_4(); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(24 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_2, L_4); return L_5; } IL_001f: { XPathNavigator_t787956054 * L_6 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_7 = V_0; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(24 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_6, L_7); return L_8; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveTo(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveTo_m2616876193 (XmlDocumentEditableNavigator_t22456660 * __this, XPathNavigator_t787956054 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_MoveTo_m2616876193_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentEditableNavigator_t22456660 * V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___other0; V_0 = ((XmlDocumentEditableNavigator_t22456660 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var)); XmlDocumentEditableNavigator_t22456660 * L_1 = V_0; if (!L_1) { goto IL_001f; } } { XPathNavigator_t787956054 * L_2 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_3 = V_0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = L_3->get_navigator_4(); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(25 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_2, L_4); return L_5; } IL_001f: { XPathNavigator_t787956054 * L_6 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_7 = V_0; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(25 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, L_6, L_7); return L_8; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToFirstAttribute_m4032454025 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToFirstChild() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToFirstChild_m285821122 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToFirstNamespace_m3863896673 (XmlDocumentEditableNavigator_t22456660 * __this, int32_t ___scope0, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); int32_t L_1 = ___scope0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(32 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToId(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToId_m338426785 (XmlDocumentEditableNavigator_t22456660 * __this, String_t* ___id0, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); String_t* L_1 = ___id0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(33 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToId(System.String) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToNext() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToNext_m2681663624 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToNextAttribute_m2330650627 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(35 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToNextNamespace_m171598363 (XmlDocumentEditableNavigator_t22456660 * __this, int32_t ___scope0, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); int32_t L_1 = ___scope0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(36 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToParent() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToParent_m1046348501 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_0); return L_1; } } // System.Void Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToRoot() extern "C" IL2CPP_METHOD_ATTR void XmlDocumentEditableNavigator_MoveToRoot_m2748245422 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_0); return; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToNamespace_m1530023688 (XmlDocumentEditableNavigator_t22456660 * __this, String_t* ___name0, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(27 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToFirst() extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToFirst_m2087210768 (XmlDocumentEditableNavigator_t22456660 * __this, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirst() */, L_0); return L_1; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_MoveToAttribute_m809090216 (XmlDocumentEditableNavigator_t22456660 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XPathNavigator_t787956054 * L_0 = __this->get_navigator_4(); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(26 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Boolean Mono.Xml.XPath.XmlDocumentEditableNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR bool XmlDocumentEditableNavigator_IsDescendant_m3447169334 (XmlDocumentEditableNavigator_t22456660 * __this, XPathNavigator_t787956054 * ___nav0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_IsDescendant_m3447169334_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentEditableNavigator_t22456660 * V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___nav0; V_0 = ((XmlDocumentEditableNavigator_t22456660 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var)); XmlDocumentEditableNavigator_t22456660 * L_1 = V_0; if (!L_1) { goto IL_001f; } } { XPathNavigator_t787956054 * L_2 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_3 = V_0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = L_3->get_navigator_4(); NullCheck(L_2); bool L_5 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(23 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_2, L_4); return L_5; } IL_001f: { XPathNavigator_t787956054 * L_6 = __this->get_navigator_4(); XPathNavigator_t787956054 * L_7 = ___nav0; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, XPathNavigator_t787956054 * >::Invoke(23 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_6, L_7); return L_8; } } // System.Xml.XmlNodeOrder Mono.Xml.XPath.XmlDocumentEditableNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) extern "C" IL2CPP_METHOD_ATTR int32_t XmlDocumentEditableNavigator_ComparePosition_m1782506663 (XmlDocumentEditableNavigator_t22456660 * __this, XPathNavigator_t787956054 * ___nav0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlDocumentEditableNavigator_ComparePosition_m1782506663_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlDocumentEditableNavigator_t22456660 * V_0 = NULL; { XPathNavigator_t787956054 * L_0 = ___nav0; V_0 = ((XmlDocumentEditableNavigator_t22456660 *)IsInstClass((RuntimeObject*)L_0, XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var)); XmlDocumentEditableNavigator_t22456660 * L_1 = V_0; if (!L_1) { goto IL_001f; } } { XPathNavigator_t787956054 * L_2 = __this->get_navigator_4(); XmlDocumentEditableNavigator_t22456660 * L_3 = V_0; NullCheck(L_3); XPathNavigator_t787956054 * L_4 = L_3->get_navigator_4(); NullCheck(L_2); int32_t L_5 = VirtFuncInvoker1< int32_t, XPathNavigator_t787956054 * >::Invoke(21 /* System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) */, L_2, L_4); return L_5; } IL_001f: { XPathNavigator_t787956054 * L_6 = __this->get_navigator_4(); XPathNavigator_t787956054 * L_7 = ___nav0; NullCheck(L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, XPathNavigator_t787956054 * >::Invoke(21 /* System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) */, L_6, L_7); return L_8; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNode_t3767805227 * L_0 = ___node0; __this->set_node_0(L_0); return; } } // System.Xml.XmlNode Mono.Xml.XPath.XPathEditableDocument::get_Node() extern "C" IL2CPP_METHOD_ATTR XmlNode_t3767805227 * XPathEditableDocument_get_Node_m2394100223 (XPathEditableDocument_t3642283412 * __this, const RuntimeMethod* method) { { XmlNode_t3767805227 * L_0 = __this->get_node_0(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathEditableDocument_CreateNavigator_m81974241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlDocumentEditableNavigator_t22456660 * L_0 = (XmlDocumentEditableNavigator_t22456660 *)il2cpp_codegen_object_new(XmlDocumentEditableNavigator_t22456660_il2cpp_TypeInfo_var); XmlDocumentEditableNavigator__ctor_m3006827479(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 Mono.Xml.XPath.XPathParser::.ctor(System.Xml.Xsl.IStaticXsltContext) extern "C" IL2CPP_METHOD_ATTR void XPathParser__ctor_m851057967 (XPathParser_t4136515887 * __this, RuntimeObject* ___context0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser__ctor_m851057967_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Console_t3208230065_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_0 = Console_get_Out_m535961184(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_ErrorOutput_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_1 = ___context0; __this->set_Context_0(L_1); IL2CPP_RUNTIME_CLASS_INIT(TextWriter_t3478189236_il2cpp_TypeInfo_var); TextWriter_t3478189236 * L_2 = ((TextWriter_t3478189236_StaticFields*)il2cpp_codegen_static_fields_for(TextWriter_t3478189236_il2cpp_TypeInfo_var))->get_Null_3(); __this->set_ErrorOutput_1(L_2); return; } } // System.Void Mono.Xml.XPath.XPathParser::.cctor() extern "C" IL2CPP_METHOD_ATTR void XPathParser__cctor_m2213798047 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser__cctor_m2213798047_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyFinal_4(((int32_t)25)); StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)334))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral3940777222); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral3940777222); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1413140736); (L_1)->SetAt(static_cast(((int32_t)36)), (String_t*)_stringLiteral1413140736); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1413927168); (L_2)->SetAt(static_cast(((int32_t)40)), (String_t*)_stringLiteral1413927168); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral1413861632); (L_3)->SetAt(static_cast(((int32_t)41)), (String_t*)_stringLiteral1413861632); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1413796096); (L_4)->SetAt(static_cast(((int32_t)42)), (String_t*)_stringLiteral1413796096); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1413730560); (L_5)->SetAt(static_cast(((int32_t)43)), (String_t*)_stringLiteral1413730560); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral1413665024); (L_6)->SetAt(static_cast(((int32_t)44)), (String_t*)_stringLiteral1413665024); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral1413599488); (L_7)->SetAt(static_cast(((int32_t)45)), (String_t*)_stringLiteral1413599488); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral1413533952); (L_8)->SetAt(static_cast(((int32_t)46)), (String_t*)_stringLiteral1413533952); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral1413468416); (L_9)->SetAt(static_cast(((int32_t)47)), (String_t*)_stringLiteral1413468416); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1414713600); (L_10)->SetAt(static_cast(((int32_t)60)), (String_t*)_stringLiteral1414713600); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1414648064); (L_11)->SetAt(static_cast(((int32_t)61)), (String_t*)_stringLiteral1414648064); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1414582528); (L_12)->SetAt(static_cast(((int32_t)62)), (String_t*)_stringLiteral1414582528); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1419694336); (L_13)->SetAt(static_cast(((int32_t)64)), (String_t*)_stringLiteral1419694336); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral1421070592); (L_14)->SetAt(static_cast(((int32_t)91)), (String_t*)_stringLiteral1421070592); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral1420939520); (L_15)->SetAt(static_cast(((int32_t)93)), (String_t*)_stringLiteral1420939520); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral1418907904); (L_16)->SetAt(static_cast(((int32_t)124)), (String_t*)_stringLiteral1418907904); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral562053875); (L_17)->SetAt(static_cast(((int32_t)257)), (String_t*)_stringLiteral562053875); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral3006046887); (L_18)->SetAt(static_cast(((int32_t)258)), (String_t*)_stringLiteral3006046887); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral818026976); (L_19)->SetAt(static_cast(((int32_t)259)), (String_t*)_stringLiteral818026976); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral816847328); (L_20)->SetAt(static_cast(((int32_t)260)), (String_t*)_stringLiteral816847328); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral3147443245); (L_21)->SetAt(static_cast(((int32_t)261)), (String_t*)_stringLiteral3147443245); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral1130786754); (L_22)->SetAt(static_cast(((int32_t)262)), (String_t*)_stringLiteral1130786754); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral1984720834); (L_23)->SetAt(static_cast(((int32_t)263)), (String_t*)_stringLiteral1984720834); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral418625426); (L_24)->SetAt(static_cast(((int32_t)264)), (String_t*)_stringLiteral418625426); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral2049691851); (L_25)->SetAt(static_cast(((int32_t)265)), (String_t*)_stringLiteral2049691851); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral1676843894); (L_26)->SetAt(static_cast(((int32_t)266)), (String_t*)_stringLiteral1676843894); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral869221741); (L_27)->SetAt(static_cast(((int32_t)267)), (String_t*)_stringLiteral869221741); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral3457595359); (L_28)->SetAt(static_cast(((int32_t)268)), (String_t*)_stringLiteral3457595359); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral4212470244); (L_29)->SetAt(static_cast(((int32_t)269)), (String_t*)_stringLiteral4212470244); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral3893680752); (L_30)->SetAt(static_cast(((int32_t)270)), (String_t*)_stringLiteral3893680752); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral2953588407); (L_31)->SetAt(static_cast(((int32_t)271)), (String_t*)_stringLiteral2953588407); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2363523592); (L_32)->SetAt(static_cast(((int32_t)272)), (String_t*)_stringLiteral2363523592); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2810327229); (L_33)->SetAt(static_cast(((int32_t)273)), (String_t*)_stringLiteral2810327229); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral1843313013); (L_34)->SetAt(static_cast(((int32_t)274)), (String_t*)_stringLiteral1843313013); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral3936371078); (L_35)->SetAt(static_cast(((int32_t)275)), (String_t*)_stringLiteral3936371078); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral3457726433); (L_36)->SetAt(static_cast(((int32_t)276)), (String_t*)_stringLiteral3457726433); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral3481016718); (L_37)->SetAt(static_cast(((int32_t)277)), (String_t*)_stringLiteral3481016718); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral2293979384); (L_38)->SetAt(static_cast(((int32_t)278)), (String_t*)_stringLiteral2293979384); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral1551759999); (L_39)->SetAt(static_cast(((int32_t)279)), (String_t*)_stringLiteral1551759999); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral1843247481); (L_40)->SetAt(static_cast(((int32_t)280)), (String_t*)_stringLiteral1843247481); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral2378937889); (L_41)->SetAt(static_cast(((int32_t)281)), (String_t*)_stringLiteral2378937889); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral3547456625); (L_42)->SetAt(static_cast(((int32_t)282)), (String_t*)_stringLiteral3547456625); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral845462368); (L_43)->SetAt(static_cast(((int32_t)283)), (String_t*)_stringLiteral845462368); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral467951376); (L_44)->SetAt(static_cast(((int32_t)284)), (String_t*)_stringLiteral467951376); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral473616687); (L_45)->SetAt(static_cast(((int32_t)285)), (String_t*)_stringLiteral473616687); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral4262823566); (L_46)->SetAt(static_cast(((int32_t)286)), (String_t*)_stringLiteral4262823566); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral3457791963); (L_47)->SetAt(static_cast(((int32_t)287)), (String_t*)_stringLiteral3457791963); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral3456481250); (L_48)->SetAt(static_cast(((int32_t)288)), (String_t*)_stringLiteral3456481250); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral1272052039); (L_49)->SetAt(static_cast(((int32_t)289)), (String_t*)_stringLiteral1272052039); StringU5BU5D_t1281789340* L_50 = L_49; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral3456481252); (L_50)->SetAt(static_cast(((int32_t)290)), (String_t*)_stringLiteral3456481252); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral1273428295); (L_51)->SetAt(static_cast(((int32_t)291)), (String_t*)_stringLiteral1273428295); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral3456481241); (L_52)->SetAt(static_cast(((int32_t)292)), (String_t*)_stringLiteral3456481241); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral1273297223); (L_53)->SetAt(static_cast(((int32_t)293)), (String_t*)_stringLiteral1273297223); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral3457595364); (L_54)->SetAt(static_cast(((int32_t)294)), (String_t*)_stringLiteral3457595364); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral3457595353); (L_55)->SetAt(static_cast(((int32_t)295)), (String_t*)_stringLiteral3457595353); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral3338787864); (L_56)->SetAt(static_cast(((int32_t)296)), (String_t*)_stringLiteral3338787864); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral1764210864); (L_57)->SetAt(static_cast(((int32_t)297)), (String_t*)_stringLiteral1764210864); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral2833460545); (L_58)->SetAt(static_cast(((int32_t)298)), (String_t*)_stringLiteral2833460545); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral2062688012); (L_59)->SetAt(static_cast(((int32_t)299)), (String_t*)_stringLiteral2062688012); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral468177106); (L_60)->SetAt(static_cast(((int32_t)300)), (String_t*)_stringLiteral468177106); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral2233751305); (L_61)->SetAt(static_cast(((int32_t)301)), (String_t*)_stringLiteral2233751305); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral897413892); (L_62)->SetAt(static_cast(((int32_t)302)), (String_t*)_stringLiteral897413892); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral2944054202); (L_63)->SetAt(static_cast(((int32_t)303)), (String_t*)_stringLiteral2944054202); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral891720298); (L_64)->SetAt(static_cast(((int32_t)304)), (String_t*)_stringLiteral891720298); StringU5BU5D_t1281789340* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral588418100); (L_65)->SetAt(static_cast(((int32_t)305)), (String_t*)_stringLiteral588418100); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral1087319955); (L_66)->SetAt(static_cast(((int32_t)306)), (String_t*)_stringLiteral1087319955); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral2813645532); (L_67)->SetAt(static_cast(((int32_t)307)), (String_t*)_stringLiteral2813645532); StringU5BU5D_t1281789340* L_68 = L_67; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral3447022249); (L_68)->SetAt(static_cast(((int32_t)308)), (String_t*)_stringLiteral3447022249); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral1883023278); (L_69)->SetAt(static_cast(((int32_t)309)), (String_t*)_stringLiteral1883023278); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral3235259937); (L_70)->SetAt(static_cast(((int32_t)310)), (String_t*)_stringLiteral3235259937); StringU5BU5D_t1281789340* L_71 = L_70; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral1096182425); (L_71)->SetAt(static_cast(((int32_t)311)), (String_t*)_stringLiteral1096182425); StringU5BU5D_t1281789340* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral1575549124); (L_72)->SetAt(static_cast(((int32_t)312)), (String_t*)_stringLiteral1575549124); StringU5BU5D_t1281789340* L_73 = L_72; NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral512791542); (L_73)->SetAt(static_cast(((int32_t)313)), (String_t*)_stringLiteral512791542); StringU5BU5D_t1281789340* L_74 = L_73; NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral3680453932); (L_74)->SetAt(static_cast(((int32_t)314)), (String_t*)_stringLiteral3680453932); StringU5BU5D_t1281789340* L_75 = L_74; NullCheck(L_75); ArrayElementTypeCheck (L_75, _stringLiteral1441802150); (L_75)->SetAt(static_cast(((int32_t)315)), (String_t*)_stringLiteral1441802150); StringU5BU5D_t1281789340* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral3740736198); (L_76)->SetAt(static_cast(((int32_t)316)), (String_t*)_stringLiteral3740736198); StringU5BU5D_t1281789340* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteral3599084670); (L_77)->SetAt(static_cast(((int32_t)317)), (String_t*)_stringLiteral3599084670); StringU5BU5D_t1281789340* L_78 = L_77; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral2580333808); (L_78)->SetAt(static_cast(((int32_t)318)), (String_t*)_stringLiteral2580333808); StringU5BU5D_t1281789340* L_79 = L_78; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral2326622690); (L_79)->SetAt(static_cast(((int32_t)319)), (String_t*)_stringLiteral2326622690); StringU5BU5D_t1281789340* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral3984463019); (L_80)->SetAt(static_cast(((int32_t)320)), (String_t*)_stringLiteral3984463019); StringU5BU5D_t1281789340* L_81 = L_80; NullCheck(L_81); ArrayElementTypeCheck (L_81, _stringLiteral3121115655); (L_81)->SetAt(static_cast(((int32_t)321)), (String_t*)_stringLiteral3121115655); StringU5BU5D_t1281789340* L_82 = L_81; NullCheck(L_82); ArrayElementTypeCheck (L_82, _stringLiteral1226046179); (L_82)->SetAt(static_cast(((int32_t)322)), (String_t*)_stringLiteral1226046179); StringU5BU5D_t1281789340* L_83 = L_82; NullCheck(L_83); ArrayElementTypeCheck (L_83, _stringLiteral761978225); (L_83)->SetAt(static_cast(((int32_t)323)), (String_t*)_stringLiteral761978225); StringU5BU5D_t1281789340* L_84 = L_83; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral92469390); (L_84)->SetAt(static_cast(((int32_t)324)), (String_t*)_stringLiteral92469390); StringU5BU5D_t1281789340* L_85 = L_84; NullCheck(L_85); ArrayElementTypeCheck (L_85, _stringLiteral2651550201); (L_85)->SetAt(static_cast(((int32_t)325)), (String_t*)_stringLiteral2651550201); StringU5BU5D_t1281789340* L_86 = L_85; NullCheck(L_86); ArrayElementTypeCheck (L_86, _stringLiteral4204208041); (L_86)->SetAt(static_cast(((int32_t)326)), (String_t*)_stringLiteral4204208041); StringU5BU5D_t1281789340* L_87 = L_86; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral4129908374); (L_87)->SetAt(static_cast(((int32_t)327)), (String_t*)_stringLiteral4129908374); StringU5BU5D_t1281789340* L_88 = L_87; NullCheck(L_88); ArrayElementTypeCheck (L_88, _stringLiteral2384771448); (L_88)->SetAt(static_cast(((int32_t)328)), (String_t*)_stringLiteral2384771448); StringU5BU5D_t1281789340* L_89 = L_88; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral2379003494); (L_89)->SetAt(static_cast(((int32_t)329)), (String_t*)_stringLiteral2379003494); StringU5BU5D_t1281789340* L_90 = L_89; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral2169890442); (L_90)->SetAt(static_cast(((int32_t)330)), (String_t*)_stringLiteral2169890442); StringU5BU5D_t1281789340* L_91 = L_90; NullCheck(L_91); ArrayElementTypeCheck (L_91, _stringLiteral2079475212); (L_91)->SetAt(static_cast(((int32_t)331)), (String_t*)_stringLiteral2079475212); StringU5BU5D_t1281789340* L_92 = L_91; NullCheck(L_92); ArrayElementTypeCheck (L_92, _stringLiteral1759899660); (L_92)->SetAt(static_cast(((int32_t)332)), (String_t*)_stringLiteral1759899660); StringU5BU5D_t1281789340* L_93 = L_92; NullCheck(L_93); ArrayElementTypeCheck (L_93, _stringLiteral2799480295); (L_93)->SetAt(static_cast(((int32_t)333)), (String_t*)_stringLiteral2799480295); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyNames_5(L_93); Int16U5BU5D_t3686840178* L_94 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)104))); RuntimeFieldHandle_t1871169219 L_95 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D0_0_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_94, L_95, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyLhs_8(L_94); Int16U5BU5D_t3686840178* L_96 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)104))); RuntimeFieldHandle_t1871169219 L_97 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D1_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_96, L_97, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyLen_9(L_96); Int16U5BU5D_t3686840178* L_98 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)118))); RuntimeFieldHandle_t1871169219 L_99 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D2_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_98, L_99, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyDefRed_10(L_98); Int16U5BU5D_t3686840178* L_100 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)35))); RuntimeFieldHandle_t1871169219 L_101 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D3_3_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_100, L_101, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyDgoto_11(L_100); Int16U5BU5D_t3686840178* L_102 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)118))); RuntimeFieldHandle_t1871169219 L_103 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D4_4_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_102, L_103, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yySindex_12(L_102); Int16U5BU5D_t3686840178* L_104 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)118))); RuntimeFieldHandle_t1871169219 L_105 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D5_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_104, L_105, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyRindex_13(L_104); Int16U5BU5D_t3686840178* L_106 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)35))); RuntimeFieldHandle_t1871169219 L_107 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D6_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_106, L_107, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyGindex_14(L_106); Int16U5BU5D_t3686840178* L_108 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)765))); RuntimeFieldHandle_t1871169219 L_109 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D7_7_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_108, L_109, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyTable_15(L_108); Int16U5BU5D_t3686840178* L_110 = ((Int16U5BU5D_t3686840178*)SZArrayNew(Int16U5BU5D_t3686840178_il2cpp_TypeInfo_var, (uint32_t)((int32_t)765))); RuntimeFieldHandle_t1871169219 L_111 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D8_8_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_110, L_111, /*hidden argument*/NULL); ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->set_yyCheck_16(L_110); return; } } // System.Xml.XPath.Expression Mono.Xml.XPath.XPathParser::Compile(System.String) extern "C" IL2CPP_METHOD_ATTR Expression_t1452783009 * XPathParser_Compile_m1959434407 (XPathParser_t4136515887 * __this, String_t* ___xpath0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser_Compile_m1959434407_MetadataUsageId); s_Il2CppMethodInitialized = true; } Tokenizer_t1517940593 * V_0 = NULL; Exception_t * V_1 = NULL; Expression_t1452783009 * 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); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___xpath0; Tokenizer_t1517940593 * L_1 = (Tokenizer_t1517940593 *)il2cpp_codegen_object_new(Tokenizer_t1517940593_il2cpp_TypeInfo_var); Tokenizer__ctor_m2261355154(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; Tokenizer_t1517940593 * L_2 = V_0; RuntimeObject * L_3 = XPathParser_yyparse_m918511201(__this, L_2, /*hidden argument*/NULL); V_2 = ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_3, Expression_t1452783009_il2cpp_TypeInfo_var)); goto IL_003e; } IL_0019: { ; // IL_0019: leave IL_003e } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XPathException_t2107611652_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_001e; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0026; throw e; } CATCH_001e: { // begin catch(System.Xml.XPath.XPathException) { IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local,NULL); } IL_0021: { goto IL_003e; } } // end catch (depth: 1) CATCH_0026: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); String_t* L_4 = ___xpath0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1094694007, L_4, /*hidden argument*/NULL); Exception_t * L_6 = V_1; XPathException_t2107611652 * L_7 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m4101400566(L_7, L_5, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XPathParser_Compile_m1959434407_RuntimeMethod_var); } IL_0039: { goto IL_003e; } } // end catch (depth: 1) IL_003e: { Expression_t1452783009 * L_8 = V_2; return L_8; } } // System.Xml.XPath.NodeSet Mono.Xml.XPath.XPathParser::CreateNodeTest(System.Xml.XPath.Axes,System.Object,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR NodeSet_t3272593155 * XPathParser_CreateNodeTest_m1422784487 (XPathParser_t4136515887 * __this, int32_t ___axis0, RuntimeObject * ___nodeTest1, ArrayList_t2718874744 * ___plist2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser_CreateNodeTest_m1422784487_MetadataUsageId); s_Il2CppMethodInitialized = true; } NodeSet_t3272593155 * V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = ___axis0; RuntimeObject * L_1 = ___nodeTest1; NodeTest_t747859056 * L_2 = XPathParser_CreateNodeTest_m3766896066(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; ArrayList_t2718874744 * L_3 = ___plist2; if (!L_3) { goto IL_0039; } } { V_1 = 0; goto IL_002d; } IL_0016: { NodeSet_t3272593155 * L_4 = V_0; ArrayList_t2718874744 * L_5 = ___plist2; int32_t L_6 = V_1; NullCheck(L_5); RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6); ExprFilter_t2551926938 * L_8 = (ExprFilter_t2551926938 *)il2cpp_codegen_object_new(ExprFilter_t2551926938_il2cpp_TypeInfo_var); ExprFilter__ctor_m339667866(L_8, L_4, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_7, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002d: { int32_t L_10 = V_1; ArrayList_t2718874744 * L_11 = ___plist2; 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_0016; } } IL_0039: { NodeSet_t3272593155 * L_13 = V_0; return L_13; } } // System.Xml.XPath.NodeTest Mono.Xml.XPath.XPathParser::CreateNodeTest(System.Xml.XPath.Axes,System.Object) extern "C" IL2CPP_METHOD_ATTR NodeTest_t747859056 * XPathParser_CreateNodeTest_m3766896066 (XPathParser_t4136515887 * __this, int32_t ___axis0, RuntimeObject * ___test1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser_CreateNodeTest_m3766896066_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; { RuntimeObject * L_0 = ___test1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, XPathNodeType_t3031007223_il2cpp_TypeInfo_var))) { goto IL_0019; } } { int32_t L_1 = ___axis0; RuntimeObject * L_2 = ___test1; NodeTypeTest_t4287533341 * L_3 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m2727277921(L_3, L_1, ((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t2950945753_il2cpp_TypeInfo_var)))), (String_t*)NULL, /*hidden argument*/NULL); return L_3; } IL_0019: { RuntimeObject * L_4 = ___test1; if (((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))) { goto IL_002a; } } { RuntimeObject * L_5 = ___test1; if (L_5) { goto IL_0038; } } IL_002a: { int32_t L_6 = ___axis0; RuntimeObject * L_7 = ___test1; NodeTypeTest_t4287533341 * L_8 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m2727277921(L_8, L_6, 7, ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_8; } IL_0038: { RuntimeObject * L_9 = ___test1; V_0 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_9, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlQualifiedName_t2760654312 * L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_11 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); bool L_12 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0056; } } { int32_t L_13 = ___axis0; NodeTypeTest_t4287533341 * L_14 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m4173832270(L_14, L_13, /*hidden argument*/NULL); return L_14; } IL_0056: { int32_t L_15 = ___axis0; XmlQualifiedName_t2760654312 * L_16 = V_0; RuntimeObject* L_17 = __this->get_Context_0(); NodeNameTest_t562814213 * L_18 = (NodeNameTest_t562814213 *)il2cpp_codegen_object_new(NodeNameTest_t562814213_il2cpp_TypeInfo_var); NodeNameTest__ctor_m2971835893(L_18, L_15, L_16, L_17, /*hidden argument*/NULL); return L_18; } } // System.String Mono.Xml.XPath.XPathParser::yyname(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XPathParser_yyname_m2186911581 (RuntimeObject * __this /* static, unused */, int32_t ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser_yyname_m2186911581_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { int32_t L_0 = ___token0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0014; } } { int32_t L_1 = ___token0; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_2 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyNames_5(); NullCheck(L_2); if ((((int32_t)L_1) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_001a; } } IL_0014: { return _stringLiteral4190813337; } IL_001a: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_3 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyNames_5(); int32_t L_4 = ___token0; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); String_t* L_7 = L_6; V_0 = L_7; if (!L_7) { goto IL_002a; } } { String_t* L_8 = V_0; return L_8; } IL_002a: { return _stringLiteral2788620607; } } // System.Object Mono.Xml.XPath.XPathParser::yyDefault(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathParser_yyDefault_m1688473248 (XPathParser_t4136515887 * __this, RuntimeObject * ___first0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___first0; return L_0; } } // System.Object Mono.Xml.XPath.XPathParser::yyparse(Mono.Xml.XPath.yyParser.yyInput) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XPathParser_yyparse_m918511201 (XPathParser_t4136515887 * __this, RuntimeObject* ___yyLex0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XPathParser_yyparse_m918511201_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Int32U5BU5D_t385246372* V_1 = NULL; RuntimeObject * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; Int32U5BU5D_t385246372* V_7 = NULL; ObjectU5BU5D_t2843939325* V_8 = NULL; int32_t V_9 = 0; int32_t V_10 = 0; XmlQualifiedName_t2760654312 * V_11 = NULL; XmlQualifiedName_t2760654312 * V_12 = NULL; ArrayList_t2718874744 * V_13 = NULL; ArrayList_t2718874744 * V_14 = NULL; Expression_t1452783009 * V_15 = NULL; Expression_t1452783009 * V_16 = NULL; int32_t V_17 = 0; int32_t V_18 = 0; int32_t G_B13_0 = 0; XPathParser_t4136515887 * G_B62_0 = NULL; XPathParser_t4136515887 * G_B61_0 = NULL; RuntimeObject * G_B63_0 = NULL; XPathParser_t4136515887 * G_B63_1 = NULL; int32_t G_B165_0 = 0; { int32_t L_0 = __this->get_yyMax_7(); if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0017; } } { __this->set_yyMax_7(((int32_t)256)); } IL_0017: { V_0 = 0; int32_t L_1 = __this->get_yyMax_7(); V_1 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)L_1)); V_2 = NULL; int32_t L_2 = __this->get_yyMax_7(); V_3 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)L_2)); V_4 = (-1); V_5 = 0; V_6 = 0; goto IL_0eb3; } IL_0041: { int32_t L_3 = V_6; Int32U5BU5D_t385246372* L_4 = V_1; NullCheck(L_4); if ((((int32_t)L_3) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))))))) { goto IL_0085; } } { Int32U5BU5D_t385246372* L_5 = V_1; NullCheck(L_5); int32_t L_6 = __this->get_yyMax_7(); V_7 = ((Int32U5BU5D_t385246372*)SZArrayNew(Int32U5BU5D_t385246372_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)L_6)))); Int32U5BU5D_t385246372* L_7 = V_1; Int32U5BU5D_t385246372* L_8 = V_7; NullCheck((RuntimeArray *)(RuntimeArray *)L_7); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_7, (RuntimeArray *)(RuntimeArray *)L_8, 0, /*hidden argument*/NULL); Int32U5BU5D_t385246372* L_9 = V_7; V_1 = L_9; ObjectU5BU5D_t2843939325* L_10 = V_3; NullCheck(L_10); int32_t L_11 = __this->get_yyMax_7(); V_8 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))), (int32_t)L_11)))); ObjectU5BU5D_t2843939325* L_12 = V_3; ObjectU5BU5D_t2843939325* L_13 = V_8; NullCheck((RuntimeArray *)(RuntimeArray *)L_12); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_12, (RuntimeArray *)(RuntimeArray *)L_13, 0, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_14 = V_8; V_3 = L_14; } IL_0085: { Int32U5BU5D_t385246372* L_15 = V_1; int32_t L_16 = V_6; int32_t L_17 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_16), (int32_t)L_17); ObjectU5BU5D_t2843939325* L_18 = V_3; int32_t L_19 = V_6; RuntimeObject * L_20 = V_2; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(L_19), (RuntimeObject *)L_20); RuntimeObject* L_21 = __this->get_debug_3(); if (!L_21) { goto IL_00a7; } } { RuntimeObject* L_22 = __this->get_debug_3(); int32_t L_23 = V_0; RuntimeObject * L_24 = V_2; NullCheck(L_22); InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(0 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::push(System.Int32,System.Object) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_22, L_23, L_24); } IL_00a7: { goto IL_0ea3; } IL_00ac: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_25 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyDefRed_10(); int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = L_26; int16_t L_28 = (L_25)->GetAt(static_cast(L_27)); int16_t L_29 = L_28; V_9 = L_29; if (L_29) { goto IL_034b; } } { int32_t L_30 = V_4; if ((((int32_t)L_30) >= ((int32_t)0))) { goto IL_0102; } } { RuntimeObject* L_31 = ___yyLex0; NullCheck(L_31); bool L_32 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Mono.Xml.XPath.yyParser.yyInput::advance() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_31); if (!L_32) { goto IL_00d9; } } { RuntimeObject* L_33 = ___yyLex0; NullCheck(L_33); int32_t L_34 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Mono.Xml.XPath.yyParser.yyInput::token() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_33); G_B13_0 = L_34; goto IL_00da; } IL_00d9: { G_B13_0 = 0; } IL_00da: { V_4 = G_B13_0; RuntimeObject* L_35 = __this->get_debug_3(); if (!L_35) { goto IL_0102; } } { RuntimeObject* L_36 = __this->get_debug_3(); int32_t L_37 = V_0; int32_t L_38 = V_4; int32_t L_39 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); String_t* L_40 = XPathParser_yyname_m2186911581(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); RuntimeObject* L_41 = ___yyLex0; NullCheck(L_41); RuntimeObject * L_42 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object Mono.Xml.XPath.yyParser.yyInput::value() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_41); NullCheck(L_36); InterfaceActionInvoker4< int32_t, int32_t, String_t*, RuntimeObject * >::Invoke(1 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::lex(System.Int32,System.Int32,System.String,System.Object) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_36, L_37, L_38, L_40, L_42); } IL_0102: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_43 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yySindex_12(); int32_t L_44 = V_0; NullCheck(L_43); int32_t L_45 = L_44; int16_t L_46 = (L_43)->GetAt(static_cast(L_45)); int16_t L_47 = L_46; V_9 = L_47; if (!L_47) { goto IL_0185; } } { int32_t L_48 = V_9; int32_t L_49 = V_4; int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49)); V_9 = L_50; if ((((int32_t)L_50) < ((int32_t)0))) { goto IL_0185; } } { int32_t L_51 = V_9; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_52 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); NullCheck(L_52); if ((((int32_t)L_51) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length))))))) { goto IL_0185; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_53 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyCheck_16(); int32_t L_54 = V_9; NullCheck(L_53); int32_t L_55 = L_54; int16_t L_56 = (L_53)->GetAt(static_cast(L_55)); int32_t L_57 = V_4; if ((!(((uint32_t)L_56) == ((uint32_t)L_57)))) { goto IL_0185; } } { RuntimeObject* L_58 = __this->get_debug_3(); if (!L_58) { goto IL_015f; } } { RuntimeObject* L_59 = __this->get_debug_3(); int32_t L_60 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_61 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_62 = V_9; NullCheck(L_61); int32_t L_63 = L_62; int16_t L_64 = (L_61)->GetAt(static_cast(L_63)); int32_t L_65 = V_5; NullCheck(L_59); InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(2 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::shift(System.Int32,System.Int32,System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_59, L_60, L_64, ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1))); } IL_015f: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_66 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_67 = V_9; NullCheck(L_66); int32_t L_68 = L_67; int16_t L_69 = (L_66)->GetAt(static_cast(L_68)); V_0 = L_69; RuntimeObject* L_70 = ___yyLex0; NullCheck(L_70); RuntimeObject * L_71 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object Mono.Xml.XPath.yyParser.yyInput::value() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_70); V_2 = L_71; V_4 = (-1); int32_t L_72 = V_5; if ((((int32_t)L_72) <= ((int32_t)0))) { goto IL_0180; } } { int32_t L_73 = V_5; V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)); } IL_0180: { goto IL_0ea8; } IL_0185: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_74 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyRindex_13(); int32_t L_75 = V_0; NullCheck(L_74); int32_t L_76 = L_75; int16_t L_77 = (L_74)->GetAt(static_cast(L_76)); int16_t L_78 = L_77; V_9 = L_78; if (!L_78) { goto IL_01ce; } } { int32_t L_79 = V_9; int32_t L_80 = V_4; int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)L_80)); V_9 = L_81; if ((((int32_t)L_81) < ((int32_t)0))) { goto IL_01ce; } } { int32_t L_82 = V_9; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_83 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); NullCheck(L_83); if ((((int32_t)L_82) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))))) { goto IL_01ce; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_84 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyCheck_16(); int32_t L_85 = V_9; NullCheck(L_84); int32_t L_86 = L_85; int16_t L_87 = (L_84)->GetAt(static_cast(L_86)); int32_t L_88 = V_4; if ((!(((uint32_t)L_87) == ((uint32_t)L_88)))) { goto IL_01ce; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_89 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_90 = V_9; NullCheck(L_89); int32_t L_91 = L_90; int16_t L_92 = (L_89)->GetAt(static_cast(L_91)); V_9 = L_92; goto IL_034b; } IL_01ce: { int32_t L_93 = V_5; V_18 = L_93; int32_t L_94 = V_18; switch (L_94) { case 0: { goto IL_01ee; } case 1: { goto IL_022f; } case 2: { goto IL_022f; } case 3: { goto IL_02f5; } } } { goto IL_034b; } IL_01ee: { int32_t L_95 = V_0; __this->set_yyExpectingState_6(L_95); RuntimeObject* L_96 = __this->get_debug_3(); if (!L_96) { goto IL_0210; } } { RuntimeObject* L_97 = __this->get_debug_3(); NullCheck(L_97); InterfaceActionInvoker1< String_t* >::Invoke(8 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::error(System.String) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_97, _stringLiteral189007157); } IL_0210: { int32_t L_98 = V_4; if (!L_98) { goto IL_0224; } } { int32_t L_99 = V_4; int32_t L_100 = __this->get_eof_token_2(); if ((!(((uint32_t)L_99) == ((uint32_t)L_100)))) { goto IL_022a; } } IL_0224: { yyUnexpectedEof_t2049021987 * L_101 = (yyUnexpectedEof_t2049021987 *)il2cpp_codegen_object_new(yyUnexpectedEof_t2049021987_il2cpp_TypeInfo_var); yyUnexpectedEof__ctor_m2965131656(L_101, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_101,XPathParser_yyparse_m918511201_RuntimeMethod_var); } IL_022a: { goto IL_022f; } IL_022f: { V_5 = 3; } IL_0232: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_102 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yySindex_12(); Int32U5BU5D_t385246372* L_103 = V_1; int32_t L_104 = V_6; NullCheck(L_103); int32_t L_105 = L_104; int32_t L_106 = (L_103)->GetAt(static_cast(L_105)); NullCheck(L_102); int32_t L_107 = L_106; int16_t L_108 = (L_102)->GetAt(static_cast(L_107)); int16_t L_109 = L_108; V_9 = L_109; if (!L_109) { goto IL_02ad; } } { int32_t L_110 = V_9; int32_t L_111 = ((int32_t)il2cpp_codegen_add((int32_t)L_110, (int32_t)((int32_t)256))); V_9 = L_111; if ((((int32_t)L_111) < ((int32_t)0))) { goto IL_02ad; } } { int32_t L_112 = V_9; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_113 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); NullCheck(L_113); if ((((int32_t)L_112) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_113)->max_length))))))) { goto IL_02ad; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_114 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyCheck_16(); int32_t L_115 = V_9; NullCheck(L_114); int32_t L_116 = L_115; int16_t L_117 = (L_114)->GetAt(static_cast(L_116)); if ((!(((uint32_t)L_117) == ((uint32_t)((int32_t)256))))) { goto IL_02ad; } } { RuntimeObject* L_118 = __this->get_debug_3(); if (!L_118) { goto IL_0298; } } { RuntimeObject* L_119 = __this->get_debug_3(); Int32U5BU5D_t385246372* L_120 = V_1; int32_t L_121 = V_6; NullCheck(L_120); int32_t L_122 = L_121; int32_t L_123 = (L_120)->GetAt(static_cast(L_122)); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_124 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_125 = V_9; NullCheck(L_124); int32_t L_126 = L_125; int16_t L_127 = (L_124)->GetAt(static_cast(L_126)); NullCheck(L_119); InterfaceActionInvoker3< int32_t, int32_t, int32_t >::Invoke(2 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::shift(System.Int32,System.Int32,System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_119, L_123, L_127, 3); } IL_0298: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_128 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_129 = V_9; NullCheck(L_128); int32_t L_130 = L_129; int16_t L_131 = (L_128)->GetAt(static_cast(L_130)); V_0 = L_131; RuntimeObject* L_132 = ___yyLex0; NullCheck(L_132); RuntimeObject * L_133 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object Mono.Xml.XPath.yyParser.yyInput::value() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_132); V_2 = L_133; goto IL_0ea8; } IL_02ad: { RuntimeObject* L_134 = __this->get_debug_3(); if (!L_134) { goto IL_02c7; } } { RuntimeObject* L_135 = __this->get_debug_3(); Int32U5BU5D_t385246372* L_136 = V_1; int32_t L_137 = V_6; NullCheck(L_136); int32_t L_138 = L_137; int32_t L_139 = (L_136)->GetAt(static_cast(L_138)); NullCheck(L_135); InterfaceActionInvoker1< int32_t >::Invoke(3 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::pop(System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_135, L_139); } IL_02c7: { int32_t L_140 = V_6; int32_t L_141 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_140, (int32_t)1)); V_6 = L_141; if ((((int32_t)L_141) >= ((int32_t)0))) { goto IL_0232; } } { RuntimeObject* L_142 = __this->get_debug_3(); if (!L_142) { goto IL_02ea; } } { RuntimeObject* L_143 = __this->get_debug_3(); NullCheck(L_143); InterfaceActionInvoker0::Invoke(9 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::reject() */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_143); } IL_02ea: { yyException_t1362412556 * L_144 = (yyException_t1362412556 *)il2cpp_codegen_object_new(yyException_t1362412556_il2cpp_TypeInfo_var); yyException__ctor_m2305721436(L_144, _stringLiteral2185889275, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_144,XPathParser_yyparse_m918511201_RuntimeMethod_var); } IL_02f5: { int32_t L_145 = V_4; if (L_145) { goto IL_031d; } } { RuntimeObject* L_146 = __this->get_debug_3(); if (!L_146) { goto IL_0312; } } { RuntimeObject* L_147 = __this->get_debug_3(); NullCheck(L_147); InterfaceActionInvoker0::Invoke(9 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::reject() */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_147); } IL_0312: { yyException_t1362412556 * L_148 = (yyException_t1362412556 *)il2cpp_codegen_object_new(yyException_t1362412556_il2cpp_TypeInfo_var); yyException__ctor_m2305721436(L_148, _stringLiteral4099046998, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_148,XPathParser_yyparse_m918511201_RuntimeMethod_var); } IL_031d: { RuntimeObject* L_149 = __this->get_debug_3(); if (!L_149) { goto IL_0343; } } { RuntimeObject* L_150 = __this->get_debug_3(); int32_t L_151 = V_0; int32_t L_152 = V_4; int32_t L_153 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); String_t* L_154 = XPathParser_yyname_m2186911581(NULL /*static, unused*/, L_153, /*hidden argument*/NULL); RuntimeObject* L_155 = ___yyLex0; NullCheck(L_155); RuntimeObject * L_156 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object Mono.Xml.XPath.yyParser.yyInput::value() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_155); NullCheck(L_150); InterfaceActionInvoker4< int32_t, int32_t, String_t*, RuntimeObject * >::Invoke(4 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::discard(System.Int32,System.Int32,System.String,System.Object) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_150, L_151, L_152, L_154, L_156); } IL_0343: { V_4 = (-1); goto IL_0e9e; } IL_034b: { int32_t L_157 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_158 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyLen_9(); int32_t L_159 = V_9; NullCheck(L_158); int32_t L_160 = L_159; int16_t L_161 = (L_158)->GetAt(static_cast(L_160)); V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)1)), (int32_t)L_161)); RuntimeObject* L_162 = __this->get_debug_3(); if (!L_162) { goto IL_0388; } } { RuntimeObject* L_163 = __this->get_debug_3(); int32_t L_164 = V_0; Int32U5BU5D_t385246372* L_165 = V_1; int32_t L_166 = V_10; NullCheck(L_165); int32_t L_167 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_166, (int32_t)1)); int32_t L_168 = (L_165)->GetAt(static_cast(L_167)); int32_t L_169 = V_9; int32_t L_170 = V_9; IL2CPP_RUNTIME_CLASS_INIT(YYRules_t2124747439_il2cpp_TypeInfo_var); String_t* L_171 = YYRules_getRule_m516556063(NULL /*static, unused*/, L_170, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_172 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyLen_9(); int32_t L_173 = V_9; NullCheck(L_172); int32_t L_174 = L_173; int16_t L_175 = (L_172)->GetAt(static_cast(L_174)); NullCheck(L_163); InterfaceActionInvoker5< int32_t, int32_t, int32_t, String_t*, int32_t >::Invoke(5 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::reduce(System.Int32,System.Int32,System.Int32,System.String,System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_163, L_164, L_168, L_169, L_171, L_175); } IL_0388: { int32_t L_176 = V_10; int32_t L_177 = V_6; G_B61_0 = __this; if ((((int32_t)L_176) <= ((int32_t)L_177))) { G_B62_0 = __this; goto IL_0398; } } { G_B63_0 = NULL; G_B63_1 = G_B61_0; goto IL_039c; } IL_0398: { ObjectU5BU5D_t2843939325* L_178 = V_3; int32_t L_179 = V_10; NullCheck(L_178); int32_t L_180 = L_179; RuntimeObject * L_181 = (L_178)->GetAt(static_cast(L_180)); G_B63_0 = L_181; G_B63_1 = G_B62_0; } IL_039c: { NullCheck(G_B63_1); RuntimeObject * L_182 = XPathParser_yyDefault_m1688473248(G_B63_1, G_B63_0, /*hidden argument*/NULL); V_2 = L_182; int32_t L_183 = V_9; V_18 = L_183; int32_t L_184 = V_18; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_184, (int32_t)2))) { case 0: { goto IL_0544; } case 1: { goto IL_0566; } case 2: { goto IL_0571; } case 3: { goto IL_0d77; } case 4: { goto IL_058c; } case 5: { goto IL_05ae; } case 6: { goto IL_05d0; } case 7: { goto IL_0d77; } case 8: { goto IL_05eb; } case 9: { goto IL_0660; } case 10: { goto IL_0d77; } case 11: { goto IL_06eb; } case 12: { goto IL_070d; } case 13: { goto IL_072f; } case 14: { goto IL_0d77; } case 15: { goto IL_0758; } case 16: { goto IL_0764; } case 17: { goto IL_0770; } case 18: { goto IL_0777; } case 19: { goto IL_0d77; } case 20: { goto IL_0d77; } case 21: { goto IL_07ad; } case 22: { goto IL_0d77; } case 23: { goto IL_07cf; } case 24: { goto IL_0d77; } case 25: { goto IL_07f1; } case 26: { goto IL_0813; } case 27: { goto IL_0d77; } case 28: { goto IL_0835; } case 29: { goto IL_0857; } case 30: { goto IL_0879; } case 31: { goto IL_089b; } case 32: { goto IL_0d77; } case 33: { goto IL_08bd; } case 34: { goto IL_08df; } case 35: { goto IL_0d77; } case 36: { goto IL_0901; } case 37: { goto IL_0923; } case 38: { goto IL_0945; } case 39: { goto IL_0d77; } case 40: { goto IL_0967; } case 41: { goto IL_0d77; } case 42: { goto IL_097d; } case 43: { goto IL_0d77; } case 44: { goto IL_0d77; } case 45: { goto IL_099f; } case 46: { goto IL_09c1; } case 47: { goto IL_0d77; } case 48: { goto IL_0d77; } case 49: { goto IL_09e3; } case 50: { goto IL_09ee; } case 51: { goto IL_0a09; } case 52: { goto IL_0d77; } case 53: { goto IL_0a24; } case 54: { goto IL_0a46; } case 55: { goto IL_0a68; } case 56: { goto IL_0d77; } case 57: { goto IL_0d77; } case 58: { goto IL_0a91; } case 59: { goto IL_0aa8; } case 60: { goto IL_0ab9; } case 61: { goto IL_0d77; } case 62: { goto IL_0ac4; } case 63: { goto IL_0ad3; } case 64: { goto IL_0ae2; } case 65: { goto IL_0ae9; } case 66: { goto IL_0b1a; } case 67: { goto IL_0d77; } case 68: { goto IL_0b26; } case 69: { goto IL_0b32; } case 70: { goto IL_0b3e; } case 71: { goto IL_0b4a; } case 72: { goto IL_0b56; } case 73: { goto IL_0b62; } case 74: { goto IL_0d77; } case 75: { goto IL_0b6f; } case 76: { goto IL_0b90; } case 77: { goto IL_0be2; } case 78: { goto IL_0bf8; } case 79: { goto IL_0c0e; } case 80: { goto IL_0d77; } case 81: { goto IL_0c24; } case 82: { goto IL_0d77; } case 83: { goto IL_0c89; } case 84: { goto IL_0d77; } case 85: { goto IL_0caa; } case 86: { goto IL_0ccb; } case 87: { goto IL_0cd7; } case 88: { goto IL_0ce3; } case 89: { goto IL_0cef; } case 90: { goto IL_0cfb; } case 91: { goto IL_0d07; } case 92: { goto IL_0d13; } case 93: { goto IL_0d1f; } case 94: { goto IL_0d2b; } case 95: { goto IL_0d37; } case 96: { goto IL_0d43; } case 97: { goto IL_0d50; } case 98: { goto IL_0d5d; } case 99: { goto IL_0d6a; } } } { goto IL_0d77; } IL_0544: { ObjectU5BU5D_t2843939325* L_185 = V_3; int32_t L_186 = V_6; NullCheck(L_185); int32_t L_187 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_186)); RuntimeObject * L_188 = (L_185)->GetAt(static_cast(L_187)); ObjectU5BU5D_t2843939325* L_189 = V_3; int32_t L_190 = V_6; NullCheck(L_189); int32_t L_191 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_190)); RuntimeObject * L_192 = (L_189)->GetAt(static_cast(L_191)); ExprUNION_t1609753984 * L_193 = (ExprUNION_t1609753984 *)il2cpp_codegen_object_new(ExprUNION_t1609753984_il2cpp_TypeInfo_var); ExprUNION__ctor_m1383977564(L_193, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_188, NodeSet_t3272593155_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_192, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_193; goto IL_0d77; } IL_0566: { ExprRoot_t3091324302 * L_194 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_194, /*hidden argument*/NULL); V_2 = L_194; goto IL_0d77; } IL_0571: { ExprRoot_t3091324302 * L_195 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_195, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_196 = V_3; int32_t L_197 = V_6; NullCheck(L_196); int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_197)); RuntimeObject * L_199 = (L_196)->GetAt(static_cast(L_198)); ExprSLASH_t1263914658 * L_200 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_200, L_195, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_199, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_200; goto IL_0d77; } IL_058c: { ObjectU5BU5D_t2843939325* L_201 = V_3; int32_t L_202 = V_6; NullCheck(L_201); int32_t L_203 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_202)); RuntimeObject * L_204 = (L_201)->GetAt(static_cast(L_203)); ObjectU5BU5D_t2843939325* L_205 = V_3; int32_t L_206 = V_6; NullCheck(L_205); int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_206)); RuntimeObject * L_208 = (L_205)->GetAt(static_cast(L_207)); ExprSLASH_t1263914658 * L_209 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_209, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_204, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_208, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_209; goto IL_0d77; } IL_05ae: { ObjectU5BU5D_t2843939325* L_210 = V_3; int32_t L_211 = V_6; NullCheck(L_210); int32_t L_212 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_211)); RuntimeObject * L_213 = (L_210)->GetAt(static_cast(L_212)); ObjectU5BU5D_t2843939325* L_214 = V_3; int32_t L_215 = V_6; NullCheck(L_214); int32_t L_216 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_215)); RuntimeObject * L_217 = (L_214)->GetAt(static_cast(L_216)); ExprSLASH2_t1762680492 * L_218 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_218, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_213, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_217, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_218; goto IL_0d77; } IL_05d0: { ExprRoot_t3091324302 * L_219 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_219, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_220 = V_3; int32_t L_221 = V_6; NullCheck(L_220); int32_t L_222 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_221)); RuntimeObject * L_223 = (L_220)->GetAt(static_cast(L_222)); ExprSLASH2_t1762680492 * L_224 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_224, L_219, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_223, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_224; goto IL_0d77; } IL_05eb: { ObjectU5BU5D_t2843939325* L_225 = V_3; int32_t L_226 = V_6; NullCheck(L_225); int32_t L_227 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-3), (int32_t)L_226)); RuntimeObject * L_228 = (L_225)->GetAt(static_cast(L_227)); V_11 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_228, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlQualifiedName_t2760654312 * L_229 = V_11; NullCheck(L_229); String_t* L_230 = XmlQualifiedName_get_Name_m815040483(L_229, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_231 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_230, _stringLiteral3454449607, /*hidden argument*/NULL); if (L_231) { goto IL_0625; } } { XmlQualifiedName_t2760654312 * L_232 = V_11; NullCheck(L_232); String_t* L_233 = XmlQualifiedName_get_Namespace_m3957593392(L_232, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_234 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_235 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_233, L_234, /*hidden argument*/NULL); if (!L_235) { goto IL_0637; } } IL_0625: { XmlQualifiedName_t2760654312 * L_236 = V_11; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_237 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3833640951, L_236, /*hidden argument*/NULL); XPathException_t2107611652 * L_238 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_238, L_237, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_238,XPathParser_yyparse_m918511201_RuntimeMethod_var); } IL_0637: { XmlQualifiedName_t2760654312 * L_239 = V_11; ObjectU5BU5D_t2843939325* L_240 = V_3; int32_t L_241 = V_6; NullCheck(L_240); int32_t L_242 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_241)); RuntimeObject * L_243 = (L_240)->GetAt(static_cast(L_242)); ExprLiteral_t2264229068 * L_244 = (ExprLiteral_t2264229068 *)il2cpp_codegen_object_new(ExprLiteral_t2264229068_il2cpp_TypeInfo_var); ExprLiteral__ctor_m807453226(L_244, ((String_t*)CastclassSealed((RuntimeObject*)L_243, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); FunctionArguments_t3573450773 * L_245 = (FunctionArguments_t3573450773 *)il2cpp_codegen_object_new(FunctionArguments_t3573450773_il2cpp_TypeInfo_var); FunctionArguments__ctor_m1646675917(L_245, L_244, (FunctionArguments_t3573450773 *)NULL, /*hidden argument*/NULL); RuntimeObject* L_246 = __this->get_Context_0(); Expression_t1452783009 * L_247 = ExprFunctionCall_Factory_m3639178766(NULL /*static, unused*/, L_239, L_245, L_246, /*hidden argument*/NULL); V_2 = L_247; goto IL_0d77; } IL_0660: { ObjectU5BU5D_t2843939325* L_248 = V_3; int32_t L_249 = V_6; NullCheck(L_248); int32_t L_250 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-5), (int32_t)L_249)); RuntimeObject * L_251 = (L_248)->GetAt(static_cast(L_250)); V_12 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_251, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlQualifiedName_t2760654312 * L_252 = V_12; NullCheck(L_252); String_t* L_253 = XmlQualifiedName_get_Name_m815040483(L_252, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_254 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_253, _stringLiteral2600271970, /*hidden argument*/NULL); if (L_254) { goto IL_069a; } } { XmlQualifiedName_t2760654312 * L_255 = V_12; NullCheck(L_255); String_t* L_256 = XmlQualifiedName_get_Namespace_m3957593392(L_255, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_257 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_258 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_256, L_257, /*hidden argument*/NULL); if (!L_258) { goto IL_06ac; } } IL_069a: { XmlQualifiedName_t2760654312 * L_259 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_260 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral423030543, L_259, /*hidden argument*/NULL); XPathException_t2107611652 * L_261 = (XPathException_t2107611652 *)il2cpp_codegen_object_new(XPathException_t2107611652_il2cpp_TypeInfo_var); XPathException__ctor_m3226187054(L_261, L_260, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_261,XPathParser_yyparse_m918511201_RuntimeMethod_var); } IL_06ac: { RuntimeObject* L_262 = __this->get_Context_0(); XmlQualifiedName_t2760654312 * L_263 = V_12; ObjectU5BU5D_t2843939325* L_264 = V_3; int32_t L_265 = V_6; NullCheck(L_264); int32_t L_266 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-3), (int32_t)L_265)); RuntimeObject * L_267 = (L_264)->GetAt(static_cast(L_266)); ExprLiteral_t2264229068 * L_268 = (ExprLiteral_t2264229068 *)il2cpp_codegen_object_new(ExprLiteral_t2264229068_il2cpp_TypeInfo_var); ExprLiteral__ctor_m807453226(L_268, ((String_t*)CastclassSealed((RuntimeObject*)L_267, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_269 = V_3; int32_t L_270 = V_6; NullCheck(L_269); int32_t L_271 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_270)); RuntimeObject * L_272 = (L_269)->GetAt(static_cast(L_271)); ExprLiteral_t2264229068 * L_273 = (ExprLiteral_t2264229068 *)il2cpp_codegen_object_new(ExprLiteral_t2264229068_il2cpp_TypeInfo_var); ExprLiteral__ctor_m807453226(L_273, ((String_t*)CastclassSealed((RuntimeObject*)L_272, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); FunctionArguments_t3573450773 * L_274 = (FunctionArguments_t3573450773 *)il2cpp_codegen_object_new(FunctionArguments_t3573450773_il2cpp_TypeInfo_var); FunctionArguments__ctor_m1646675917(L_274, L_273, (FunctionArguments_t3573450773 *)NULL, /*hidden argument*/NULL); FunctionArguments_t3573450773 * L_275 = (FunctionArguments_t3573450773 *)il2cpp_codegen_object_new(FunctionArguments_t3573450773_il2cpp_TypeInfo_var); FunctionArguments__ctor_m1646675917(L_275, L_268, L_274, /*hidden argument*/NULL); NullCheck(L_262); Expression_t1452783009 * L_276 = InterfaceFuncInvoker2< Expression_t1452783009 *, XmlQualifiedName_t2760654312 *, FunctionArguments_t3573450773 * >::Invoke(1 /* System.Xml.XPath.Expression System.Xml.Xsl.IStaticXsltContext::TryGetFunction(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_262, L_263, L_275); V_2 = L_276; goto IL_0d77; } IL_06eb: { ObjectU5BU5D_t2843939325* L_277 = V_3; int32_t L_278 = V_6; NullCheck(L_277); int32_t L_279 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_278)); RuntimeObject * L_280 = (L_277)->GetAt(static_cast(L_279)); ObjectU5BU5D_t2843939325* L_281 = V_3; int32_t L_282 = V_6; NullCheck(L_281); int32_t L_283 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_282)); RuntimeObject * L_284 = (L_281)->GetAt(static_cast(L_283)); ExprSLASH_t1263914658 * L_285 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_285, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_280, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_284, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_285; goto IL_0d77; } IL_070d: { ObjectU5BU5D_t2843939325* L_286 = V_3; int32_t L_287 = V_6; NullCheck(L_286); int32_t L_288 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_287)); RuntimeObject * L_289 = (L_286)->GetAt(static_cast(L_288)); ObjectU5BU5D_t2843939325* L_290 = V_3; int32_t L_291 = V_6; NullCheck(L_290); int32_t L_292 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_291)); RuntimeObject * L_293 = (L_290)->GetAt(static_cast(L_292)); ExprSLASH2_t1762680492 * L_294 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_294, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_289, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_293, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_294; goto IL_0d77; } IL_072f: { ObjectU5BU5D_t2843939325* L_295 = V_3; int32_t L_296 = V_6; NullCheck(L_295); int32_t L_297 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_296)); RuntimeObject * L_298 = (L_295)->GetAt(static_cast(L_297)); ObjectU5BU5D_t2843939325* L_299 = V_3; int32_t L_300 = V_6; NullCheck(L_299); int32_t L_301 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_300)); RuntimeObject * L_302 = (L_299)->GetAt(static_cast(L_301)); ObjectU5BU5D_t2843939325* L_303 = V_3; int32_t L_304 = V_6; NullCheck(L_303); int32_t L_305 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_304)); RuntimeObject * L_306 = (L_303)->GetAt(static_cast(L_305)); NodeSet_t3272593155 * L_307 = XPathParser_CreateNodeTest_m1422784487(__this, ((*(int32_t*)((int32_t*)UnBox(L_298, Int32_t2950945753_il2cpp_TypeInfo_var)))), L_302, ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_306, ArrayList_t2718874744_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_307; goto IL_0d77; } IL_0758: { int32_t L_308 = ((int32_t)3); RuntimeObject * L_309 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_308); V_2 = L_309; goto IL_0d77; } IL_0764: { int32_t L_310 = ((int32_t)2); RuntimeObject * L_311 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_310); V_2 = L_311; goto IL_0d77; } IL_0770: { V_2 = NULL; goto IL_0d77; } IL_0777: { ObjectU5BU5D_t2843939325* L_312 = V_3; int32_t L_313 = V_6; NullCheck(L_312); int32_t L_314 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_313)); RuntimeObject * L_315 = (L_312)->GetAt(static_cast(L_314)); V_13 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_315, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_316 = V_13; if (L_316) { goto IL_0792; } } { ArrayList_t2718874744 * L_317 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_317, /*hidden argument*/NULL); V_13 = L_317; } IL_0792: { ArrayList_t2718874744 * L_318 = V_13; ObjectU5BU5D_t2843939325* L_319 = V_3; int32_t L_320 = V_6; NullCheck(L_319); int32_t L_321 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_320)); RuntimeObject * L_322 = (L_319)->GetAt(static_cast(L_321)); NullCheck(L_318); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_318, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_322, Expression_t1452783009_il2cpp_TypeInfo_var))); ArrayList_t2718874744 * L_323 = V_13; V_2 = L_323; goto IL_0d77; } IL_07ad: { ObjectU5BU5D_t2843939325* L_324 = V_3; int32_t L_325 = V_6; NullCheck(L_324); int32_t L_326 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_325)); RuntimeObject * L_327 = (L_324)->GetAt(static_cast(L_326)); ObjectU5BU5D_t2843939325* L_328 = V_3; int32_t L_329 = V_6; NullCheck(L_328); int32_t L_330 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_329)); RuntimeObject * L_331 = (L_328)->GetAt(static_cast(L_330)); ExprOR_t3019581832 * L_332 = (ExprOR_t3019581832 *)il2cpp_codegen_object_new(ExprOR_t3019581832_il2cpp_TypeInfo_var); ExprOR__ctor_m3976562532(L_332, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_327, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_331, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_332; goto IL_0d77; } IL_07cf: { ObjectU5BU5D_t2843939325* L_333 = V_3; int32_t L_334 = V_6; NullCheck(L_333); int32_t L_335 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_334)); RuntimeObject * L_336 = (L_333)->GetAt(static_cast(L_335)); ObjectU5BU5D_t2843939325* L_337 = V_3; int32_t L_338 = V_6; NullCheck(L_337); int32_t L_339 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_338)); RuntimeObject * L_340 = (L_337)->GetAt(static_cast(L_339)); ExprAND_t348538276 * L_341 = (ExprAND_t348538276 *)il2cpp_codegen_object_new(ExprAND_t348538276_il2cpp_TypeInfo_var); ExprAND__ctor_m2576880039(L_341, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_336, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_340, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_341; goto IL_0d77; } IL_07f1: { ObjectU5BU5D_t2843939325* L_342 = V_3; int32_t L_343 = V_6; NullCheck(L_342); int32_t L_344 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_343)); RuntimeObject * L_345 = (L_342)->GetAt(static_cast(L_344)); ObjectU5BU5D_t2843939325* L_346 = V_3; int32_t L_347 = V_6; NullCheck(L_346); int32_t L_348 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_347)); RuntimeObject * L_349 = (L_346)->GetAt(static_cast(L_348)); ExprEQ_t1453891107 * L_350 = (ExprEQ_t1453891107 *)il2cpp_codegen_object_new(ExprEQ_t1453891107_il2cpp_TypeInfo_var); ExprEQ__ctor_m1887454476(L_350, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_345, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_349, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_350; goto IL_0d77; } IL_0813: { ObjectU5BU5D_t2843939325* L_351 = V_3; int32_t L_352 = V_6; NullCheck(L_351); int32_t L_353 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_352)); RuntimeObject * L_354 = (L_351)->GetAt(static_cast(L_353)); ObjectU5BU5D_t2843939325* L_355 = V_3; int32_t L_356 = V_6; NullCheck(L_355); int32_t L_357 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_356)); RuntimeObject * L_358 = (L_355)->GetAt(static_cast(L_357)); ExprNE_t4135261543 * L_359 = (ExprNE_t4135261543 *)il2cpp_codegen_object_new(ExprNE_t4135261543_il2cpp_TypeInfo_var); ExprNE__ctor_m2190599478(L_359, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_354, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_358, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_359; goto IL_0d77; } IL_0835: { ObjectU5BU5D_t2843939325* L_360 = V_3; int32_t L_361 = V_6; NullCheck(L_360); int32_t L_362 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_361)); RuntimeObject * L_363 = (L_360)->GetAt(static_cast(L_362)); ObjectU5BU5D_t2843939325* L_364 = V_3; int32_t L_365 = V_6; NullCheck(L_364); int32_t L_366 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_365)); RuntimeObject * L_367 = (L_364)->GetAt(static_cast(L_366)); ExprLT_t1856585810 * L_368 = (ExprLT_t1856585810 *)il2cpp_codegen_object_new(ExprLT_t1856585810_il2cpp_TypeInfo_var); ExprLT__ctor_m168109738(L_368, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_363, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_367, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_368; goto IL_0d77; } IL_0857: { ObjectU5BU5D_t2843939325* L_369 = V_3; int32_t L_370 = V_6; NullCheck(L_369); int32_t L_371 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_370)); RuntimeObject * L_372 = (L_369)->GetAt(static_cast(L_371)); ObjectU5BU5D_t2843939325* L_373 = V_3; int32_t L_374 = V_6; NullCheck(L_373); int32_t L_375 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_374)); RuntimeObject * L_376 = (L_373)->GetAt(static_cast(L_375)); ExprGT_t1857306706 * L_377 = (ExprGT_t1857306706 *)il2cpp_codegen_object_new(ExprGT_t1857306706_il2cpp_TypeInfo_var); ExprGT__ctor_m1389473147(L_377, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_372, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_376, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_377; goto IL_0d77; } IL_0879: { ObjectU5BU5D_t2843939325* L_378 = V_3; int32_t L_379 = V_6; NullCheck(L_378); int32_t L_380 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_379)); RuntimeObject * L_381 = (L_378)->GetAt(static_cast(L_380)); ObjectU5BU5D_t2843939325* L_382 = V_3; int32_t L_383 = V_6; NullCheck(L_382); int32_t L_384 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_383)); RuntimeObject * L_385 = (L_382)->GetAt(static_cast(L_384)); ExprLE_t4135130471 * L_386 = (ExprLE_t4135130471 *)il2cpp_codegen_object_new(ExprLE_t4135130471_il2cpp_TypeInfo_var); ExprLE__ctor_m2052688359(L_386, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_381, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_385, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_386; goto IL_0d77; } IL_089b: { ObjectU5BU5D_t2843939325* L_387 = V_3; int32_t L_388 = V_6; NullCheck(L_387); int32_t L_389 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_388)); RuntimeObject * L_390 = (L_387)->GetAt(static_cast(L_389)); ObjectU5BU5D_t2843939325* L_391 = V_3; int32_t L_392 = V_6; NullCheck(L_391); int32_t L_393 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_392)); RuntimeObject * L_394 = (L_391)->GetAt(static_cast(L_393)); ExprGE_t4135851367 * L_395 = (ExprGE_t4135851367 *)il2cpp_codegen_object_new(ExprGE_t4135851367_il2cpp_TypeInfo_var); ExprGE__ctor_m206563240(L_395, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_390, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_394, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_395; goto IL_0d77; } IL_08bd: { ObjectU5BU5D_t2843939325* L_396 = V_3; int32_t L_397 = V_6; NullCheck(L_396); int32_t L_398 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_397)); RuntimeObject * L_399 = (L_396)->GetAt(static_cast(L_398)); ObjectU5BU5D_t2843939325* L_400 = V_3; int32_t L_401 = V_6; NullCheck(L_400); int32_t L_402 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_401)); RuntimeObject * L_403 = (L_400)->GetAt(static_cast(L_402)); ExprPLUS_t1725353634 * L_404 = (ExprPLUS_t1725353634 *)il2cpp_codegen_object_new(ExprPLUS_t1725353634_il2cpp_TypeInfo_var); ExprPLUS__ctor_m3797572383(L_404, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_399, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_403, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_404; goto IL_0d77; } IL_08df: { ObjectU5BU5D_t2843939325* L_405 = V_3; int32_t L_406 = V_6; NullCheck(L_405); int32_t L_407 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_406)); RuntimeObject * L_408 = (L_405)->GetAt(static_cast(L_407)); ObjectU5BU5D_t2843939325* L_409 = V_3; int32_t L_410 = V_6; NullCheck(L_409); int32_t L_411 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_410)); RuntimeObject * L_412 = (L_409)->GetAt(static_cast(L_411)); ExprMINUS_t3125292145 * L_413 = (ExprMINUS_t3125292145 *)il2cpp_codegen_object_new(ExprMINUS_t3125292145_il2cpp_TypeInfo_var); ExprMINUS__ctor_m2978623132(L_413, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_408, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_412, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_413; goto IL_0d77; } IL_0901: { ObjectU5BU5D_t2843939325* L_414 = V_3; int32_t L_415 = V_6; NullCheck(L_414); int32_t L_416 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_415)); RuntimeObject * L_417 = (L_414)->GetAt(static_cast(L_416)); ObjectU5BU5D_t2843939325* L_418 = V_3; int32_t L_419 = V_6; NullCheck(L_418); int32_t L_420 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_419)); RuntimeObject * L_421 = (L_418)->GetAt(static_cast(L_420)); ExprMULT_t118778748 * L_422 = (ExprMULT_t118778748 *)il2cpp_codegen_object_new(ExprMULT_t118778748_il2cpp_TypeInfo_var); ExprMULT__ctor_m2575760461(L_422, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_417, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_421, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_422; goto IL_0d77; } IL_0923: { ObjectU5BU5D_t2843939325* L_423 = V_3; int32_t L_424 = V_6; NullCheck(L_423); int32_t L_425 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_424)); RuntimeObject * L_426 = (L_423)->GetAt(static_cast(L_425)); ObjectU5BU5D_t2843939325* L_427 = V_3; int32_t L_428 = V_6; NullCheck(L_427); int32_t L_429 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_428)); RuntimeObject * L_430 = (L_427)->GetAt(static_cast(L_429)); ExprDIV_t1961659563 * L_431 = (ExprDIV_t1961659563 *)il2cpp_codegen_object_new(ExprDIV_t1961659563_il2cpp_TypeInfo_var); ExprDIV__ctor_m3348338260(L_431, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_426, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_430, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_431; goto IL_0d77; } IL_0945: { ObjectU5BU5D_t2843939325* L_432 = V_3; int32_t L_433 = V_6; NullCheck(L_432); int32_t L_434 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_433)); RuntimeObject * L_435 = (L_432)->GetAt(static_cast(L_434)); ObjectU5BU5D_t2843939325* L_436 = V_3; int32_t L_437 = V_6; NullCheck(L_436); int32_t L_438 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_437)); RuntimeObject * L_439 = (L_436)->GetAt(static_cast(L_438)); ExprMOD_t1913835785 * L_440 = (ExprMOD_t1913835785 *)il2cpp_codegen_object_new(ExprMOD_t1913835785_il2cpp_TypeInfo_var); ExprMOD__ctor_m2986001670(L_440, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_435, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_439, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_440; goto IL_0d77; } IL_0967: { ObjectU5BU5D_t2843939325* L_441 = V_3; int32_t L_442 = V_6; NullCheck(L_441); int32_t L_443 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_442)); RuntimeObject * L_444 = (L_441)->GetAt(static_cast(L_443)); ExprNEG_t381818215 * L_445 = (ExprNEG_t381818215 *)il2cpp_codegen_object_new(ExprNEG_t381818215_il2cpp_TypeInfo_var); ExprNEG__ctor_m3041930912(L_445, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_444, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_445; goto IL_0d77; } IL_097d: { ObjectU5BU5D_t2843939325* L_446 = V_3; int32_t L_447 = V_6; NullCheck(L_446); int32_t L_448 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_447)); RuntimeObject * L_449 = (L_446)->GetAt(static_cast(L_448)); ObjectU5BU5D_t2843939325* L_450 = V_3; int32_t L_451 = V_6; NullCheck(L_450); int32_t L_452 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_451)); RuntimeObject * L_453 = (L_450)->GetAt(static_cast(L_452)); ExprUNION_t1609753984 * L_454 = (ExprUNION_t1609753984 *)il2cpp_codegen_object_new(ExprUNION_t1609753984_il2cpp_TypeInfo_var); ExprUNION__ctor_m1383977564(L_454, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_449, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_453, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_454; goto IL_0d77; } IL_099f: { ObjectU5BU5D_t2843939325* L_455 = V_3; int32_t L_456 = V_6; NullCheck(L_455); int32_t L_457 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_456)); RuntimeObject * L_458 = (L_455)->GetAt(static_cast(L_457)); ObjectU5BU5D_t2843939325* L_459 = V_3; int32_t L_460 = V_6; NullCheck(L_459); int32_t L_461 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_460)); RuntimeObject * L_462 = (L_459)->GetAt(static_cast(L_461)); ExprSLASH_t1263914658 * L_463 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_463, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_458, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_462, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_463; goto IL_0d77; } IL_09c1: { ObjectU5BU5D_t2843939325* L_464 = V_3; int32_t L_465 = V_6; NullCheck(L_464); int32_t L_466 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_465)); RuntimeObject * L_467 = (L_464)->GetAt(static_cast(L_466)); ObjectU5BU5D_t2843939325* L_468 = V_3; int32_t L_469 = V_6; NullCheck(L_468); int32_t L_470 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_469)); RuntimeObject * L_471 = (L_468)->GetAt(static_cast(L_470)); ExprSLASH2_t1762680492 * L_472 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_472, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_467, Expression_t1452783009_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_471, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_472; goto IL_0d77; } IL_09e3: { ExprRoot_t3091324302 * L_473 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_473, /*hidden argument*/NULL); V_2 = L_473; goto IL_0d77; } IL_09ee: { ExprRoot_t3091324302 * L_474 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_474, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_475 = V_3; int32_t L_476 = V_6; NullCheck(L_475); int32_t L_477 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_476)); RuntimeObject * L_478 = (L_475)->GetAt(static_cast(L_477)); ExprSLASH_t1263914658 * L_479 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_479, L_474, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_478, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_479; goto IL_0d77; } IL_0a09: { ExprRoot_t3091324302 * L_480 = (ExprRoot_t3091324302 *)il2cpp_codegen_object_new(ExprRoot_t3091324302_il2cpp_TypeInfo_var); ExprRoot__ctor_m3917243252(L_480, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_481 = V_3; int32_t L_482 = V_6; NullCheck(L_481); int32_t L_483 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_482)); RuntimeObject * L_484 = (L_481)->GetAt(static_cast(L_483)); ExprSLASH2_t1762680492 * L_485 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_485, L_480, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_484, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_485; goto IL_0d77; } IL_0a24: { ObjectU5BU5D_t2843939325* L_486 = V_3; int32_t L_487 = V_6; NullCheck(L_486); int32_t L_488 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_487)); RuntimeObject * L_489 = (L_486)->GetAt(static_cast(L_488)); ObjectU5BU5D_t2843939325* L_490 = V_3; int32_t L_491 = V_6; NullCheck(L_490); int32_t L_492 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_491)); RuntimeObject * L_493 = (L_490)->GetAt(static_cast(L_492)); ExprSLASH_t1263914658 * L_494 = (ExprSLASH_t1263914658 *)il2cpp_codegen_object_new(ExprSLASH_t1263914658_il2cpp_TypeInfo_var); ExprSLASH__ctor_m3063015905(L_494, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_489, NodeSet_t3272593155_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_493, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_494; goto IL_0d77; } IL_0a46: { ObjectU5BU5D_t2843939325* L_495 = V_3; int32_t L_496 = V_6; NullCheck(L_495); int32_t L_497 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_496)); RuntimeObject * L_498 = (L_495)->GetAt(static_cast(L_497)); ObjectU5BU5D_t2843939325* L_499 = V_3; int32_t L_500 = V_6; NullCheck(L_499); int32_t L_501 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_500)); RuntimeObject * L_502 = (L_499)->GetAt(static_cast(L_501)); ExprSLASH2_t1762680492 * L_503 = (ExprSLASH2_t1762680492 *)il2cpp_codegen_object_new(ExprSLASH2_t1762680492_il2cpp_TypeInfo_var); ExprSLASH2__ctor_m1243554034(L_503, ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_498, NodeSet_t3272593155_il2cpp_TypeInfo_var)), ((NodeSet_t3272593155 *)CastclassClass((RuntimeObject*)L_502, NodeSet_t3272593155_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_503; goto IL_0d77; } IL_0a68: { ObjectU5BU5D_t2843939325* L_504 = V_3; int32_t L_505 = V_6; NullCheck(L_504); int32_t L_506 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_505)); RuntimeObject * L_507 = (L_504)->GetAt(static_cast(L_506)); ObjectU5BU5D_t2843939325* L_508 = V_3; int32_t L_509 = V_6; NullCheck(L_508); int32_t L_510 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_509)); RuntimeObject * L_511 = (L_508)->GetAt(static_cast(L_510)); ObjectU5BU5D_t2843939325* L_512 = V_3; int32_t L_513 = V_6; NullCheck(L_512); int32_t L_514 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_513)); RuntimeObject * L_515 = (L_512)->GetAt(static_cast(L_514)); NodeSet_t3272593155 * L_516 = XPathParser_CreateNodeTest_m1422784487(__this, ((*(int32_t*)((int32_t*)UnBox(L_507, Int32_t2950945753_il2cpp_TypeInfo_var)))), L_511, ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_515, ArrayList_t2718874744_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_516; goto IL_0d77; } IL_0a91: { ObjectU5BU5D_t2843939325* L_517 = V_3; int32_t L_518 = V_6; NullCheck(L_517); int32_t L_519 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-2), (int32_t)L_518)); RuntimeObject * L_520 = (L_517)->GetAt(static_cast(L_519)); int32_t L_521 = ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_520, Int32_t2950945753_il2cpp_TypeInfo_var))))); RuntimeObject * L_522 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_521); V_2 = L_522; goto IL_0d77; } IL_0aa8: { ObjectU5BU5D_t2843939325* L_523 = V_3; int32_t L_524 = V_6; NullCheck(L_523); int32_t L_525 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_524)); RuntimeObject * L_526 = (L_523)->GetAt(static_cast(L_525)); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_526, String_t_il2cpp_TypeInfo_var)); goto IL_0d77; } IL_0ab9: { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_527 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); V_2 = L_527; goto IL_0d77; } IL_0ac4: { NodeTypeTest_t4287533341 * L_528 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m3703857314(L_528, ((int32_t)12), ((int32_t)9), /*hidden argument*/NULL); V_2 = L_528; goto IL_0d77; } IL_0ad3: { NodeTypeTest_t4287533341 * L_529 = (NodeTypeTest_t4287533341 *)il2cpp_codegen_object_new(NodeTypeTest_t4287533341_il2cpp_TypeInfo_var); NodeTypeTest__ctor_m3703857314(L_529, ((int32_t)9), ((int32_t)9), /*hidden argument*/NULL); V_2 = L_529; goto IL_0d77; } IL_0ae2: { V_2 = NULL; goto IL_0d77; } IL_0ae9: { ObjectU5BU5D_t2843939325* L_530 = V_3; int32_t L_531 = V_6; NullCheck(L_530); int32_t L_532 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_531)); RuntimeObject * L_533 = (L_530)->GetAt(static_cast(L_532)); V_14 = ((ArrayList_t2718874744 *)CastclassClass((RuntimeObject*)L_533, ArrayList_t2718874744_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_534 = V_14; if (L_534) { goto IL_0b04; } } { ArrayList_t2718874744 * L_535 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_535, /*hidden argument*/NULL); V_14 = L_535; } IL_0b04: { ArrayList_t2718874744 * L_536 = V_14; ObjectU5BU5D_t2843939325* L_537 = V_3; int32_t L_538 = V_6; NullCheck(L_537); int32_t L_539 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_538)); RuntimeObject * L_540 = (L_537)->GetAt(static_cast(L_539)); NullCheck(L_536); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_536, L_540); ArrayList_t2718874744 * L_541 = V_14; V_2 = L_541; goto IL_0d77; } IL_0b1a: { ObjectU5BU5D_t2843939325* L_542 = V_3; int32_t L_543 = V_6; NullCheck(L_542); int32_t L_544 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_543)); RuntimeObject * L_545 = (L_542)->GetAt(static_cast(L_544)); V_2 = L_545; goto IL_0d77; } IL_0b26: { int32_t L_546 = ((int32_t)3); RuntimeObject * L_547 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_546); V_2 = L_547; goto IL_0d77; } IL_0b32: { int32_t L_548 = ((int32_t)2); RuntimeObject * L_549 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_548); V_2 = L_549; goto IL_0d77; } IL_0b3e: { int32_t L_550 = ((int32_t)8); RuntimeObject * L_551 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_550); V_2 = L_551; goto IL_0d77; } IL_0b4a: { int32_t L_552 = ((int32_t)4); RuntimeObject * L_553 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_552); V_2 = L_553; goto IL_0d77; } IL_0b56: { int32_t L_554 = ((int32_t)7); RuntimeObject * L_555 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_554); V_2 = L_555; goto IL_0d77; } IL_0b62: { int32_t L_556 = ((int32_t)((int32_t)9)); RuntimeObject * L_557 = Box(XPathNodeType_t3031007223_il2cpp_TypeInfo_var, &L_556); V_2 = L_557; goto IL_0d77; } IL_0b6f: { ObjectU5BU5D_t2843939325* L_558 = V_3; int32_t L_559 = V_6; NullCheck(L_558); int32_t L_560 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_559)); RuntimeObject * L_561 = (L_558)->GetAt(static_cast(L_560)); ObjectU5BU5D_t2843939325* L_562 = V_3; int32_t L_563 = V_6; NullCheck(L_562); int32_t L_564 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_563)); RuntimeObject * L_565 = (L_562)->GetAt(static_cast(L_564)); ExprFilter_t2551926938 * L_566 = (ExprFilter_t2551926938 *)il2cpp_codegen_object_new(ExprFilter_t2551926938_il2cpp_TypeInfo_var); ExprFilter__ctor_m339667866(L_566, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_561, Expression_t1452783009_il2cpp_TypeInfo_var)), ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_565, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_566; goto IL_0d77; } IL_0b90: { V_15 = (Expression_t1452783009 *)NULL; RuntimeObject* L_567 = __this->get_Context_0(); if (!L_567) { goto IL_0bbb; } } { RuntimeObject* L_568 = __this->get_Context_0(); ObjectU5BU5D_t2843939325* L_569 = V_3; int32_t L_570 = V_6; NullCheck(L_569); int32_t L_571 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_570)); RuntimeObject * L_572 = (L_569)->GetAt(static_cast(L_571)); NullCheck(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_572, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); String_t* L_573 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Xml.XmlQualifiedName::ToString() */, ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_572, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); NullCheck(L_568); Expression_t1452783009 * L_574 = InterfaceFuncInvoker1< Expression_t1452783009 *, String_t* >::Invoke(0 /* System.Xml.XPath.Expression System.Xml.Xsl.IStaticXsltContext::TryGetVariable(System.String) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_568, L_573); V_15 = L_574; } IL_0bbb: { Expression_t1452783009 * L_575 = V_15; if (L_575) { goto IL_0bda; } } { ObjectU5BU5D_t2843939325* L_576 = V_3; int32_t L_577 = V_6; NullCheck(L_576); int32_t L_578 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_577)); RuntimeObject * L_579 = (L_576)->GetAt(static_cast(L_578)); RuntimeObject* L_580 = __this->get_Context_0(); ExprVariable_t1387751146 * L_581 = (ExprVariable_t1387751146 *)il2cpp_codegen_object_new(ExprVariable_t1387751146_il2cpp_TypeInfo_var); ExprVariable__ctor_m3887127046(L_581, ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_579, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), L_580, /*hidden argument*/NULL); V_15 = L_581; } IL_0bda: { Expression_t1452783009 * L_582 = V_15; V_2 = L_582; goto IL_0d77; } IL_0be2: { ObjectU5BU5D_t2843939325* L_583 = V_3; int32_t L_584 = V_6; NullCheck(L_583); int32_t L_585 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_584)); RuntimeObject * L_586 = (L_583)->GetAt(static_cast(L_585)); ExprParens_t795575662 * L_587 = (ExprParens_t795575662 *)il2cpp_codegen_object_new(ExprParens_t795575662_il2cpp_TypeInfo_var); ExprParens__ctor_m980674938(L_587, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_586, Expression_t1452783009_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_587; goto IL_0d77; } IL_0bf8: { ObjectU5BU5D_t2843939325* L_588 = V_3; int32_t L_589 = V_6; NullCheck(L_588); int32_t L_590 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_589)); RuntimeObject * L_591 = (L_588)->GetAt(static_cast(L_590)); ExprLiteral_t2264229068 * L_592 = (ExprLiteral_t2264229068 *)il2cpp_codegen_object_new(ExprLiteral_t2264229068_il2cpp_TypeInfo_var); ExprLiteral__ctor_m807453226(L_592, ((String_t*)CastclassSealed((RuntimeObject*)L_591, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_592; goto IL_0d77; } IL_0c0e: { ObjectU5BU5D_t2843939325* L_593 = V_3; int32_t L_594 = V_6; NullCheck(L_593); int32_t L_595 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_594)); RuntimeObject * L_596 = (L_593)->GetAt(static_cast(L_595)); ExprNumber_t3483239576 * L_597 = (ExprNumber_t3483239576 *)il2cpp_codegen_object_new(ExprNumber_t3483239576_il2cpp_TypeInfo_var); ExprNumber__ctor_m147059916(L_597, ((*(double*)((double*)UnBox(L_596, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_2 = L_597; goto IL_0d77; } IL_0c24: { V_16 = (Expression_t1452783009 *)NULL; RuntimeObject* L_598 = __this->get_Context_0(); if (!L_598) { goto IL_0c56; } } { RuntimeObject* L_599 = __this->get_Context_0(); ObjectU5BU5D_t2843939325* L_600 = V_3; int32_t L_601 = V_6; NullCheck(L_600); int32_t L_602 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-3), (int32_t)L_601)); RuntimeObject * L_603 = (L_600)->GetAt(static_cast(L_602)); ObjectU5BU5D_t2843939325* L_604 = V_3; int32_t L_605 = V_6; NullCheck(L_604); int32_t L_606 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_605)); RuntimeObject * L_607 = (L_604)->GetAt(static_cast(L_606)); NullCheck(L_599); Expression_t1452783009 * L_608 = InterfaceFuncInvoker2< Expression_t1452783009 *, XmlQualifiedName_t2760654312 *, FunctionArguments_t3573450773 * >::Invoke(1 /* System.Xml.XPath.Expression System.Xml.Xsl.IStaticXsltContext::TryGetFunction(System.Xml.XmlQualifiedName,System.Xml.XPath.FunctionArguments) */, IStaticXsltContext_t1496336571_il2cpp_TypeInfo_var, L_599, ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_603, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), ((FunctionArguments_t3573450773 *)CastclassClass((RuntimeObject*)L_607, FunctionArguments_t3573450773_il2cpp_TypeInfo_var))); V_16 = L_608; } IL_0c56: { Expression_t1452783009 * L_609 = V_16; if (L_609) { goto IL_0c81; } } { ObjectU5BU5D_t2843939325* L_610 = V_3; int32_t L_611 = V_6; NullCheck(L_610); int32_t L_612 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-3), (int32_t)L_611)); RuntimeObject * L_613 = (L_610)->GetAt(static_cast(L_612)); ObjectU5BU5D_t2843939325* L_614 = V_3; int32_t L_615 = V_6; NullCheck(L_614); int32_t L_616 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_615)); RuntimeObject * L_617 = (L_614)->GetAt(static_cast(L_616)); RuntimeObject* L_618 = __this->get_Context_0(); Expression_t1452783009 * L_619 = ExprFunctionCall_Factory_m3639178766(NULL /*static, unused*/, ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_613, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), ((FunctionArguments_t3573450773 *)CastclassClass((RuntimeObject*)L_617, FunctionArguments_t3573450773_il2cpp_TypeInfo_var)), L_618, /*hidden argument*/NULL); V_16 = L_619; } IL_0c81: { Expression_t1452783009 * L_620 = V_16; V_2 = L_620; goto IL_0d77; } IL_0c89: { ObjectU5BU5D_t2843939325* L_621 = V_3; int32_t L_622 = V_6; NullCheck(L_621); int32_t L_623 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_622)); RuntimeObject * L_624 = (L_621)->GetAt(static_cast(L_623)); ObjectU5BU5D_t2843939325* L_625 = V_3; int32_t L_626 = V_6; NullCheck(L_625); int32_t L_627 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_626)); RuntimeObject * L_628 = (L_625)->GetAt(static_cast(L_627)); FunctionArguments_t3573450773 * L_629 = (FunctionArguments_t3573450773 *)il2cpp_codegen_object_new(FunctionArguments_t3573450773_il2cpp_TypeInfo_var); FunctionArguments__ctor_m1646675917(L_629, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_624, Expression_t1452783009_il2cpp_TypeInfo_var)), ((FunctionArguments_t3573450773 *)CastclassClass((RuntimeObject*)L_628, FunctionArguments_t3573450773_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_629; goto IL_0d77; } IL_0caa: { ObjectU5BU5D_t2843939325* L_630 = V_3; int32_t L_631 = V_6; NullCheck(L_630); int32_t L_632 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_631)); RuntimeObject * L_633 = (L_630)->GetAt(static_cast(L_632)); ObjectU5BU5D_t2843939325* L_634 = V_3; int32_t L_635 = V_6; NullCheck(L_634); int32_t L_636 = ((int32_t)il2cpp_codegen_add((int32_t)0, (int32_t)L_635)); RuntimeObject * L_637 = (L_634)->GetAt(static_cast(L_636)); FunctionArguments_t3573450773 * L_638 = (FunctionArguments_t3573450773 *)il2cpp_codegen_object_new(FunctionArguments_t3573450773_il2cpp_TypeInfo_var); FunctionArguments__ctor_m1646675917(L_638, ((Expression_t1452783009 *)CastclassClass((RuntimeObject*)L_633, Expression_t1452783009_il2cpp_TypeInfo_var)), ((FunctionArguments_t3573450773 *)CastclassClass((RuntimeObject*)L_637, FunctionArguments_t3573450773_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_638; goto IL_0d77; } IL_0ccb: { ObjectU5BU5D_t2843939325* L_639 = V_3; int32_t L_640 = V_6; NullCheck(L_639); int32_t L_641 = ((int32_t)il2cpp_codegen_add((int32_t)(-1), (int32_t)L_640)); RuntimeObject * L_642 = (L_639)->GetAt(static_cast(L_641)); V_2 = L_642; goto IL_0d77; } IL_0cd7: { int32_t L_643 = ((int32_t)0); RuntimeObject * L_644 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_643); V_2 = L_644; goto IL_0d77; } IL_0ce3: { int32_t L_645 = ((int32_t)1); RuntimeObject * L_646 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_645); V_2 = L_646; goto IL_0d77; } IL_0cef: { int32_t L_647 = ((int32_t)2); RuntimeObject * L_648 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_647); V_2 = L_648; goto IL_0d77; } IL_0cfb: { int32_t L_649 = ((int32_t)3); RuntimeObject * L_650 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_649); V_2 = L_650; goto IL_0d77; } IL_0d07: { int32_t L_651 = ((int32_t)4); RuntimeObject * L_652 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_651); V_2 = L_652; goto IL_0d77; } IL_0d13: { int32_t L_653 = ((int32_t)5); RuntimeObject * L_654 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_653); V_2 = L_654; goto IL_0d77; } IL_0d1f: { int32_t L_655 = ((int32_t)6); RuntimeObject * L_656 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_655); V_2 = L_656; goto IL_0d77; } IL_0d2b: { int32_t L_657 = ((int32_t)7); RuntimeObject * L_658 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_657); V_2 = L_658; goto IL_0d77; } IL_0d37: { int32_t L_659 = ((int32_t)8); RuntimeObject * L_660 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_659); V_2 = L_660; goto IL_0d77; } IL_0d43: { int32_t L_661 = ((int32_t)((int32_t)9)); RuntimeObject * L_662 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_661); V_2 = L_662; goto IL_0d77; } IL_0d50: { int32_t L_663 = ((int32_t)((int32_t)10)); RuntimeObject * L_664 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_663); V_2 = L_664; goto IL_0d77; } IL_0d5d: { int32_t L_665 = ((int32_t)((int32_t)11)); RuntimeObject * L_666 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_665); V_2 = L_666; goto IL_0d77; } IL_0d6a: { int32_t L_667 = ((int32_t)((int32_t)12)); RuntimeObject * L_668 = Box(Axes_t1882171014_il2cpp_TypeInfo_var, &L_667); V_2 = L_668; goto IL_0d77; } IL_0d77: { int32_t L_669 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_670 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyLen_9(); int32_t L_671 = V_9; NullCheck(L_670); int32_t L_672 = L_671; int16_t L_673 = (L_670)->GetAt(static_cast(L_672)); V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_669, (int32_t)L_673)); Int32U5BU5D_t385246372* L_674 = V_1; int32_t L_675 = V_6; NullCheck(L_674); int32_t L_676 = L_675; int32_t L_677 = (L_674)->GetAt(static_cast(L_676)); V_0 = L_677; Int16U5BU5D_t3686840178* L_678 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyLhs_8(); int32_t L_679 = V_9; NullCheck(L_678); int32_t L_680 = L_679; int16_t L_681 = (L_678)->GetAt(static_cast(L_680)); V_17 = L_681; int32_t L_682 = V_0; if (L_682) { goto IL_0e2e; } } { int32_t L_683 = V_17; if (L_683) { goto IL_0e2e; } } { RuntimeObject* L_684 = __this->get_debug_3(); if (!L_684) { goto IL_0dbc; } } { RuntimeObject* L_685 = __this->get_debug_3(); IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); int32_t L_686 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyFinal_4(); NullCheck(L_685); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(6 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::shift(System.Int32,System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_685, 0, L_686); } IL_0dbc: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); int32_t L_687 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyFinal_4(); V_0 = L_687; int32_t L_688 = V_4; if ((((int32_t)L_688) >= ((int32_t)0))) { goto IL_0e09; } } { RuntimeObject* L_689 = ___yyLex0; NullCheck(L_689); bool L_690 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Mono.Xml.XPath.yyParser.yyInput::advance() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_689); if (!L_690) { goto IL_0de0; } } { RuntimeObject* L_691 = ___yyLex0; NullCheck(L_691); int32_t L_692 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Mono.Xml.XPath.yyParser.yyInput::token() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_691); G_B165_0 = L_692; goto IL_0de1; } IL_0de0: { G_B165_0 = 0; } IL_0de1: { V_4 = G_B165_0; RuntimeObject* L_693 = __this->get_debug_3(); if (!L_693) { goto IL_0e09; } } { RuntimeObject* L_694 = __this->get_debug_3(); int32_t L_695 = V_0; int32_t L_696 = V_4; int32_t L_697 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); String_t* L_698 = XPathParser_yyname_m2186911581(NULL /*static, unused*/, L_697, /*hidden argument*/NULL); RuntimeObject* L_699 = ___yyLex0; NullCheck(L_699); RuntimeObject * L_700 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object Mono.Xml.XPath.yyParser.yyInput::value() */, yyInput_t1831978840_il2cpp_TypeInfo_var, L_699); NullCheck(L_694); InterfaceActionInvoker4< int32_t, int32_t, String_t*, RuntimeObject * >::Invoke(1 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::lex(System.Int32,System.Int32,System.String,System.Object) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_694, L_695, L_696, L_698, L_700); } IL_0e09: { int32_t L_701 = V_4; if (L_701) { goto IL_0e29; } } { RuntimeObject* L_702 = __this->get_debug_3(); if (!L_702) { goto IL_0e27; } } { RuntimeObject* L_703 = __this->get_debug_3(); RuntimeObject * L_704 = V_2; NullCheck(L_703); InterfaceActionInvoker1< RuntimeObject * >::Invoke(7 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::accept(System.Object) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_703, L_704); } IL_0e27: { RuntimeObject * L_705 = V_2; return L_705; } IL_0e29: { goto IL_0ea8; } IL_0e2e: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_706 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyGindex_14(); int32_t L_707 = V_17; NullCheck(L_706); int32_t L_708 = L_707; int16_t L_709 = (L_706)->GetAt(static_cast(L_708)); int16_t L_710 = L_709; V_9 = L_710; if (!L_710) { goto IL_0e75; } } { int32_t L_711 = V_9; int32_t L_712 = V_0; int32_t L_713 = ((int32_t)il2cpp_codegen_add((int32_t)L_711, (int32_t)L_712)); V_9 = L_713; if ((((int32_t)L_713) < ((int32_t)0))) { goto IL_0e75; } } { int32_t L_714 = V_9; IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_715 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); NullCheck(L_715); if ((((int32_t)L_714) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_715)->max_length))))))) { goto IL_0e75; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_716 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyCheck_16(); int32_t L_717 = V_9; NullCheck(L_716); int32_t L_718 = L_717; int16_t L_719 = (L_716)->GetAt(static_cast(L_718)); int32_t L_720 = V_0; if ((!(((uint32_t)L_719) == ((uint32_t)L_720)))) { goto IL_0e75; } } { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_721 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyTable_15(); int32_t L_722 = V_9; NullCheck(L_721); int32_t L_723 = L_722; int16_t L_724 = (L_721)->GetAt(static_cast(L_723)); V_0 = L_724; goto IL_0e7e; } IL_0e75: { IL2CPP_RUNTIME_CLASS_INIT(XPathParser_t4136515887_il2cpp_TypeInfo_var); Int16U5BU5D_t3686840178* L_725 = ((XPathParser_t4136515887_StaticFields*)il2cpp_codegen_static_fields_for(XPathParser_t4136515887_il2cpp_TypeInfo_var))->get_yyDgoto_11(); int32_t L_726 = V_17; NullCheck(L_725); int32_t L_727 = L_726; int16_t L_728 = (L_725)->GetAt(static_cast(L_727)); V_0 = L_728; } IL_0e7e: { RuntimeObject* L_729 = __this->get_debug_3(); if (!L_729) { goto IL_0e99; } } { RuntimeObject* L_730 = __this->get_debug_3(); Int32U5BU5D_t385246372* L_731 = V_1; int32_t L_732 = V_6; NullCheck(L_731); int32_t L_733 = L_732; int32_t L_734 = (L_731)->GetAt(static_cast(L_733)); int32_t L_735 = V_0; NullCheck(L_730); InterfaceActionInvoker2< int32_t, int32_t >::Invoke(6 /* System.Void Mono.Xml.XPath.yydebug.yyDebug::shift(System.Int32,System.Int32) */, yyDebug_t2316493473_il2cpp_TypeInfo_var, L_730, L_734, L_735); } IL_0e99: { goto IL_0ea8; } IL_0e9e: { goto IL_0ea3; } IL_0ea3: { goto IL_00ac; } IL_0ea8: { goto IL_0ead; } IL_0ead: { int32_t L_736 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_736, (int32_t)1)); } IL_0eb3: { goto IL_0041; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.XPath.XPathParser/YYRules::.cctor() extern "C" IL2CPP_METHOD_ATTR void YYRules__cctor_m3806312181 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (YYRules__cctor_m3806312181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)104))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2378568386); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2378568386); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral1709805688); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral1709805688); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral2793074811); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral2793074811); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral633785924); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral633785924); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1400757199); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1400757199); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral2262231551); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral2262231551); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral3158402503); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral3158402503); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral750484898); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral750484898); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral276781440); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral276781440); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3188703097); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3188703097); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral2122766510); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2122766510); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral3800432391); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral3800432391); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1935694505); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral1935694505); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral3258562023); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral3258562023); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral531963794); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral531963794); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral4072218649); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral4072218649); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral4064403213); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral4064403213); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral670369190); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral670369190); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral2151056924); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral2151056924); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral1185211925); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral1185211925); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1103279946); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral1103279946); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral1842455882); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral1842455882); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral1175896972); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral1175896972); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral2346494530); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral2346494530); StringU5BU5D_t1281789340* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral493240034); (L_24)->SetAt(static_cast(((int32_t)24)), (String_t*)_stringLiteral493240034); StringU5BU5D_t1281789340* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral4192616225); (L_25)->SetAt(static_cast(((int32_t)25)), (String_t*)_stringLiteral4192616225); StringU5BU5D_t1281789340* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral1741566174); (L_26)->SetAt(static_cast(((int32_t)26)), (String_t*)_stringLiteral1741566174); StringU5BU5D_t1281789340* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral1455607592); (L_27)->SetAt(static_cast(((int32_t)27)), (String_t*)_stringLiteral1455607592); StringU5BU5D_t1281789340* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral3192806652); (L_28)->SetAt(static_cast(((int32_t)28)), (String_t*)_stringLiteral3192806652); StringU5BU5D_t1281789340* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteral1822048073); (L_29)->SetAt(static_cast(((int32_t)29)), (String_t*)_stringLiteral1822048073); StringU5BU5D_t1281789340* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral2770582039); (L_30)->SetAt(static_cast(((int32_t)30)), (String_t*)_stringLiteral2770582039); StringU5BU5D_t1281789340* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral2770836254); (L_31)->SetAt(static_cast(((int32_t)31)), (String_t*)_stringLiteral2770836254); StringU5BU5D_t1281789340* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteral2115811708); (L_32)->SetAt(static_cast(((int32_t)32)), (String_t*)_stringLiteral2115811708); StringU5BU5D_t1281789340* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral2113968903); (L_33)->SetAt(static_cast(((int32_t)33)), (String_t*)_stringLiteral2113968903); StringU5BU5D_t1281789340* L_34 = L_33; NullCheck(L_34); ArrayElementTypeCheck (L_34, _stringLiteral255855861); (L_34)->SetAt(static_cast(((int32_t)34)), (String_t*)_stringLiteral255855861); StringU5BU5D_t1281789340* L_35 = L_34; NullCheck(L_35); ArrayElementTypeCheck (L_35, _stringLiteral1085229541); (L_35)->SetAt(static_cast(((int32_t)35)), (String_t*)_stringLiteral1085229541); StringU5BU5D_t1281789340* L_36 = L_35; NullCheck(L_36); ArrayElementTypeCheck (L_36, _stringLiteral3757892823); (L_36)->SetAt(static_cast(((int32_t)36)), (String_t*)_stringLiteral3757892823); StringU5BU5D_t1281789340* L_37 = L_36; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral3765410300); (L_37)->SetAt(static_cast(((int32_t)37)), (String_t*)_stringLiteral3765410300); StringU5BU5D_t1281789340* L_38 = L_37; NullCheck(L_38); ArrayElementTypeCheck (L_38, _stringLiteral3742831289); (L_38)->SetAt(static_cast(((int32_t)38)), (String_t*)_stringLiteral3742831289); StringU5BU5D_t1281789340* L_39 = L_38; NullCheck(L_39); ArrayElementTypeCheck (L_39, _stringLiteral1060715176); (L_39)->SetAt(static_cast(((int32_t)39)), (String_t*)_stringLiteral1060715176); StringU5BU5D_t1281789340* L_40 = L_39; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral1188578849); (L_40)->SetAt(static_cast(((int32_t)40)), (String_t*)_stringLiteral1188578849); StringU5BU5D_t1281789340* L_41 = L_40; NullCheck(L_41); ArrayElementTypeCheck (L_41, _stringLiteral122050751); (L_41)->SetAt(static_cast(((int32_t)41)), (String_t*)_stringLiteral122050751); StringU5BU5D_t1281789340* L_42 = L_41; NullCheck(L_42); ArrayElementTypeCheck (L_42, _stringLiteral1256775542); (L_42)->SetAt(static_cast(((int32_t)42)), (String_t*)_stringLiteral1256775542); StringU5BU5D_t1281789340* L_43 = L_42; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral506068450); (L_43)->SetAt(static_cast(((int32_t)43)), (String_t*)_stringLiteral506068450); StringU5BU5D_t1281789340* L_44 = L_43; NullCheck(L_44); ArrayElementTypeCheck (L_44, _stringLiteral3761508399); (L_44)->SetAt(static_cast(((int32_t)44)), (String_t*)_stringLiteral3761508399); StringU5BU5D_t1281789340* L_45 = L_44; NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral3862834337); (L_45)->SetAt(static_cast(((int32_t)45)), (String_t*)_stringLiteral3862834337); StringU5BU5D_t1281789340* L_46 = L_45; NullCheck(L_46); ArrayElementTypeCheck (L_46, _stringLiteral888885157); (L_46)->SetAt(static_cast(((int32_t)46)), (String_t*)_stringLiteral888885157); StringU5BU5D_t1281789340* L_47 = L_46; NullCheck(L_47); ArrayElementTypeCheck (L_47, _stringLiteral2304844491); (L_47)->SetAt(static_cast(((int32_t)47)), (String_t*)_stringLiteral2304844491); StringU5BU5D_t1281789340* L_48 = L_47; NullCheck(L_48); ArrayElementTypeCheck (L_48, _stringLiteral1958510092); (L_48)->SetAt(static_cast(((int32_t)48)), (String_t*)_stringLiteral1958510092); StringU5BU5D_t1281789340* L_49 = L_48; NullCheck(L_49); ArrayElementTypeCheck (L_49, _stringLiteral2191375223); (L_49)->SetAt(static_cast(((int32_t)49)), (String_t*)_stringLiteral2191375223); StringU5BU5D_t1281789340* L_50 = L_49; NullCheck(L_50); ArrayElementTypeCheck (L_50, _stringLiteral4172301193); (L_50)->SetAt(static_cast(((int32_t)50)), (String_t*)_stringLiteral4172301193); StringU5BU5D_t1281789340* L_51 = L_50; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral663308642); (L_51)->SetAt(static_cast(((int32_t)51)), (String_t*)_stringLiteral663308642); StringU5BU5D_t1281789340* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral1725584484); (L_52)->SetAt(static_cast(((int32_t)52)), (String_t*)_stringLiteral1725584484); StringU5BU5D_t1281789340* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral1681971786); (L_53)->SetAt(static_cast(((int32_t)53)), (String_t*)_stringLiteral1681971786); StringU5BU5D_t1281789340* L_54 = L_53; NullCheck(L_54); ArrayElementTypeCheck (L_54, _stringLiteral3105814267); (L_54)->SetAt(static_cast(((int32_t)54)), (String_t*)_stringLiteral3105814267); StringU5BU5D_t1281789340* L_55 = L_54; NullCheck(L_55); ArrayElementTypeCheck (L_55, _stringLiteral2534812488); (L_55)->SetAt(static_cast(((int32_t)55)), (String_t*)_stringLiteral2534812488); StringU5BU5D_t1281789340* L_56 = L_55; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral3759754955); (L_56)->SetAt(static_cast(((int32_t)56)), (String_t*)_stringLiteral3759754955); StringU5BU5D_t1281789340* L_57 = L_56; NullCheck(L_57); ArrayElementTypeCheck (L_57, _stringLiteral3610222989); (L_57)->SetAt(static_cast(((int32_t)57)), (String_t*)_stringLiteral3610222989); StringU5BU5D_t1281789340* L_58 = L_57; NullCheck(L_58); ArrayElementTypeCheck (L_58, _stringLiteral1870114714); (L_58)->SetAt(static_cast(((int32_t)58)), (String_t*)_stringLiteral1870114714); StringU5BU5D_t1281789340* L_59 = L_58; NullCheck(L_59); ArrayElementTypeCheck (L_59, _stringLiteral3902609386); (L_59)->SetAt(static_cast(((int32_t)59)), (String_t*)_stringLiteral3902609386); StringU5BU5D_t1281789340* L_60 = L_59; NullCheck(L_60); ArrayElementTypeCheck (L_60, _stringLiteral1073073483); (L_60)->SetAt(static_cast(((int32_t)60)), (String_t*)_stringLiteral1073073483); StringU5BU5D_t1281789340* L_61 = L_60; NullCheck(L_61); ArrayElementTypeCheck (L_61, _stringLiteral3725023110); (L_61)->SetAt(static_cast(((int32_t)61)), (String_t*)_stringLiteral3725023110); StringU5BU5D_t1281789340* L_62 = L_61; NullCheck(L_62); ArrayElementTypeCheck (L_62, _stringLiteral672572466); (L_62)->SetAt(static_cast(((int32_t)62)), (String_t*)_stringLiteral672572466); StringU5BU5D_t1281789340* L_63 = L_62; NullCheck(L_63); ArrayElementTypeCheck (L_63, _stringLiteral1607444769); (L_63)->SetAt(static_cast(((int32_t)63)), (String_t*)_stringLiteral1607444769); StringU5BU5D_t1281789340* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteral2745938897); (L_64)->SetAt(static_cast(((int32_t)64)), (String_t*)_stringLiteral2745938897); StringU5BU5D_t1281789340* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteral2742662097); (L_65)->SetAt(static_cast(((int32_t)65)), (String_t*)_stringLiteral2742662097); StringU5BU5D_t1281789340* L_66 = L_65; NullCheck(L_66); ArrayElementTypeCheck (L_66, _stringLiteral1185211925); (L_66)->SetAt(static_cast(((int32_t)66)), (String_t*)_stringLiteral1185211925); StringU5BU5D_t1281789340* L_67 = L_66; NullCheck(L_67); ArrayElementTypeCheck (L_67, _stringLiteral1103279946); (L_67)->SetAt(static_cast(((int32_t)67)), (String_t*)_stringLiteral1103279946); StringU5BU5D_t1281789340* L_68 = L_67; NullCheck(L_68); ArrayElementTypeCheck (L_68, _stringLiteral3241030226); (L_68)->SetAt(static_cast(((int32_t)68)), (String_t*)_stringLiteral3241030226); StringU5BU5D_t1281789340* L_69 = L_68; NullCheck(L_69); ArrayElementTypeCheck (L_69, _stringLiteral3317822788); (L_69)->SetAt(static_cast(((int32_t)69)), (String_t*)_stringLiteral3317822788); StringU5BU5D_t1281789340* L_70 = L_69; NullCheck(L_70); ArrayElementTypeCheck (L_70, _stringLiteral40557602); (L_70)->SetAt(static_cast(((int32_t)70)), (String_t*)_stringLiteral40557602); StringU5BU5D_t1281789340* L_71 = L_70; NullCheck(L_71); ArrayElementTypeCheck (L_71, _stringLiteral3524328856); (L_71)->SetAt(static_cast(((int32_t)71)), (String_t*)_stringLiteral3524328856); StringU5BU5D_t1281789340* L_72 = L_71; NullCheck(L_72); ArrayElementTypeCheck (L_72, _stringLiteral184552858); (L_72)->SetAt(static_cast(((int32_t)72)), (String_t*)_stringLiteral184552858); StringU5BU5D_t1281789340* L_73 = L_72; NullCheck(L_73); ArrayElementTypeCheck (L_73, _stringLiteral1228102706); (L_73)->SetAt(static_cast(((int32_t)73)), (String_t*)_stringLiteral1228102706); StringU5BU5D_t1281789340* L_74 = L_73; NullCheck(L_74); ArrayElementTypeCheck (L_74, _stringLiteral2614186908); (L_74)->SetAt(static_cast(((int32_t)74)), (String_t*)_stringLiteral2614186908); StringU5BU5D_t1281789340* L_75 = L_74; NullCheck(L_75); ArrayElementTypeCheck (L_75, _stringLiteral2428864295); (L_75)->SetAt(static_cast(((int32_t)75)), (String_t*)_stringLiteral2428864295); StringU5BU5D_t1281789340* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteral1535702824); (L_76)->SetAt(static_cast(((int32_t)76)), (String_t*)_stringLiteral1535702824); StringU5BU5D_t1281789340* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteral385241737); (L_77)->SetAt(static_cast(((int32_t)77)), (String_t*)_stringLiteral385241737); StringU5BU5D_t1281789340* L_78 = L_77; NullCheck(L_78); ArrayElementTypeCheck (L_78, _stringLiteral1625897586); (L_78)->SetAt(static_cast(((int32_t)78)), (String_t*)_stringLiteral1625897586); StringU5BU5D_t1281789340* L_79 = L_78; NullCheck(L_79); ArrayElementTypeCheck (L_79, _stringLiteral3120763319); (L_79)->SetAt(static_cast(((int32_t)79)), (String_t*)_stringLiteral3120763319); StringU5BU5D_t1281789340* L_80 = L_79; NullCheck(L_80); ArrayElementTypeCheck (L_80, _stringLiteral1574905545); (L_80)->SetAt(static_cast(((int32_t)80)), (String_t*)_stringLiteral1574905545); StringU5BU5D_t1281789340* L_81 = L_80; NullCheck(L_81); ArrayElementTypeCheck (L_81, _stringLiteral4034360088); (L_81)->SetAt(static_cast(((int32_t)81)), (String_t*)_stringLiteral4034360088); StringU5BU5D_t1281789340* L_82 = L_81; NullCheck(L_82); ArrayElementTypeCheck (L_82, _stringLiteral3746990714); (L_82)->SetAt(static_cast(((int32_t)82)), (String_t*)_stringLiteral3746990714); StringU5BU5D_t1281789340* L_83 = L_82; NullCheck(L_83); ArrayElementTypeCheck (L_83, _stringLiteral3310479918); (L_83)->SetAt(static_cast(((int32_t)83)), (String_t*)_stringLiteral3310479918); StringU5BU5D_t1281789340* L_84 = L_83; NullCheck(L_84); ArrayElementTypeCheck (L_84, _stringLiteral3278775342); (L_84)->SetAt(static_cast(((int32_t)84)), (String_t*)_stringLiteral3278775342); StringU5BU5D_t1281789340* L_85 = L_84; NullCheck(L_85); ArrayElementTypeCheck (L_85, _stringLiteral2530045880); (L_85)->SetAt(static_cast(((int32_t)85)), (String_t*)_stringLiteral2530045880); StringU5BU5D_t1281789340* L_86 = L_85; NullCheck(L_86); ArrayElementTypeCheck (L_86, _stringLiteral90356041); (L_86)->SetAt(static_cast(((int32_t)86)), (String_t*)_stringLiteral90356041); StringU5BU5D_t1281789340* L_87 = L_86; NullCheck(L_87); ArrayElementTypeCheck (L_87, _stringLiteral3677703784); (L_87)->SetAt(static_cast(((int32_t)87)), (String_t*)_stringLiteral3677703784); StringU5BU5D_t1281789340* L_88 = L_87; NullCheck(L_88); ArrayElementTypeCheck (L_88, _stringLiteral3034767138); (L_88)->SetAt(static_cast(((int32_t)88)), (String_t*)_stringLiteral3034767138); StringU5BU5D_t1281789340* L_89 = L_88; NullCheck(L_89); ArrayElementTypeCheck (L_89, _stringLiteral1876650148); (L_89)->SetAt(static_cast(((int32_t)89)), (String_t*)_stringLiteral1876650148); StringU5BU5D_t1281789340* L_90 = L_89; NullCheck(L_90); ArrayElementTypeCheck (L_90, _stringLiteral4156898875); (L_90)->SetAt(static_cast(((int32_t)90)), (String_t*)_stringLiteral4156898875); StringU5BU5D_t1281789340* L_91 = L_90; NullCheck(L_91); ArrayElementTypeCheck (L_91, _stringLiteral3373084981); (L_91)->SetAt(static_cast(((int32_t)91)), (String_t*)_stringLiteral3373084981); StringU5BU5D_t1281789340* L_92 = L_91; NullCheck(L_92); ArrayElementTypeCheck (L_92, _stringLiteral2085780778); (L_92)->SetAt(static_cast(((int32_t)92)), (String_t*)_stringLiteral2085780778); StringU5BU5D_t1281789340* L_93 = L_92; NullCheck(L_93); ArrayElementTypeCheck (L_93, _stringLiteral2723639854); (L_93)->SetAt(static_cast(((int32_t)93)), (String_t*)_stringLiteral2723639854); StringU5BU5D_t1281789340* L_94 = L_93; NullCheck(L_94); ArrayElementTypeCheck (L_94, _stringLiteral4112142697); (L_94)->SetAt(static_cast(((int32_t)94)), (String_t*)_stringLiteral4112142697); StringU5BU5D_t1281789340* L_95 = L_94; NullCheck(L_95); ArrayElementTypeCheck (L_95, _stringLiteral1214139845); (L_95)->SetAt(static_cast(((int32_t)95)), (String_t*)_stringLiteral1214139845); StringU5BU5D_t1281789340* L_96 = L_95; NullCheck(L_96); ArrayElementTypeCheck (L_96, _stringLiteral3465163584); (L_96)->SetAt(static_cast(((int32_t)96)), (String_t*)_stringLiteral3465163584); StringU5BU5D_t1281789340* L_97 = L_96; NullCheck(L_97); ArrayElementTypeCheck (L_97, _stringLiteral3804670350); (L_97)->SetAt(static_cast(((int32_t)97)), (String_t*)_stringLiteral3804670350); StringU5BU5D_t1281789340* L_98 = L_97; NullCheck(L_98); ArrayElementTypeCheck (L_98, _stringLiteral1316302175); (L_98)->SetAt(static_cast(((int32_t)98)), (String_t*)_stringLiteral1316302175); StringU5BU5D_t1281789340* L_99 = L_98; NullCheck(L_99); ArrayElementTypeCheck (L_99, _stringLiteral3627631454); (L_99)->SetAt(static_cast(((int32_t)99)), (String_t*)_stringLiteral3627631454); StringU5BU5D_t1281789340* L_100 = L_99; NullCheck(L_100); ArrayElementTypeCheck (L_100, _stringLiteral195722940); (L_100)->SetAt(static_cast(((int32_t)100)), (String_t*)_stringLiteral195722940); StringU5BU5D_t1281789340* L_101 = L_100; NullCheck(L_101); ArrayElementTypeCheck (L_101, _stringLiteral541604031); (L_101)->SetAt(static_cast(((int32_t)101)), (String_t*)_stringLiteral541604031); StringU5BU5D_t1281789340* L_102 = L_101; NullCheck(L_102); ArrayElementTypeCheck (L_102, _stringLiteral3191972088); (L_102)->SetAt(static_cast(((int32_t)102)), (String_t*)_stringLiteral3191972088); StringU5BU5D_t1281789340* L_103 = L_102; NullCheck(L_103); ArrayElementTypeCheck (L_103, _stringLiteral293205323); (L_103)->SetAt(static_cast(((int32_t)103)), (String_t*)_stringLiteral293205323); ((YYRules_t2124747439_StaticFields*)il2cpp_codegen_static_fields_for(YYRules_t2124747439_il2cpp_TypeInfo_var))->set_yyRule_1(L_103); return; } } // System.String Mono.Xml.XPath.XPathParser/YYRules::getRule(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* YYRules_getRule_m516556063 (RuntimeObject * __this /* static, unused */, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (YYRules_getRule_m516556063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(YYRules_t2124747439_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_0 = ((YYRules_t2124747439_StaticFields*)il2cpp_codegen_static_fields_for(YYRules_t2124747439_il2cpp_TypeInfo_var))->get_yyRule_1(); int32_t L_1 = ___index0; NullCheck(L_0); int32_t L_2 = L_1; String_t* L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.XPath.yyParser.yyException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void yyException__ctor_m2305721436 (yyException_t1362412556 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception__ctor_m1152696503(__this, L_0, /*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 Mono.Xml.XPath.yyParser.yyUnexpectedEof::.ctor() extern "C" IL2CPP_METHOD_ATTR void yyUnexpectedEof__ctor_m2965131656 (yyUnexpectedEof_t2049021987 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (yyUnexpectedEof__ctor_m2965131656_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(); yyException__ctor_m2305721436(__this, L_0, /*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 Mono.Xml2.XmlTextReader::.ctor(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3779111233 (XmlTextReader_t3455035481 * __this, String_t* ___url0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m3779111233_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Stream_t1273022909 * V_1 = NULL; XmlParserContext_t2544895291 * V_2 = NULL; { __this->set_attributeTokens_6(((XmlAttributeTokenInfoU5BU5D_t1089758477*)SZArrayNew(XmlAttributeTokenInfoU5BU5D_t1089758477_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); __this->set_attributeValueTokens_7(((XmlTokenInfoU5BU5D_t2522587488*)SZArrayNew(XmlTokenInfoU5BU5D_t2522587488_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); __this->set_namespaces_43((bool)1); 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_resolver_45(L_0); __this->set_closeInput_49((bool)1); DtdInputStateStack_t339956957 * L_1 = (DtdInputStateStack_t339956957 *)il2cpp_codegen_object_new(DtdInputStateStack_t339956957_il2cpp_TypeInfo_var); DtdInputStateStack__ctor_m3167863153(L_1, /*hidden argument*/NULL); __this->set_stateStack_53(L_1); XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_2 = ___url0; Stream_t1273022909 * L_3 = XmlTextReader_GetStreamFromUrl_m226534615(__this, L_2, (&V_0), /*hidden argument*/NULL); V_1 = L_3; XmlNameTable_t71772148 * L_4 = ___nt1; XmlNameTable_t71772148 * L_5 = ___nt1; 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); 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(); XmlParserContext_t2544895291 * L_8 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m52393894(L_8, L_4, L_6, L_7, 0, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9 = V_0; XmlParserContext_t2544895291 * L_10 = V_2; Stream_t1273022909 * L_11 = V_1; XmlStreamReader_t727818754 * L_12 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_12, L_11, /*hidden argument*/NULL); XmlTextReader_InitializeContext_m2462395792(__this, L_9, L_10, L_12, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::.ctor(System.IO.TextReader,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m3591085177 (XmlTextReader_t3455035481 * __this, TextReader_t283511965 * ___input0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m3591085177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); TextReader_t283511965 * L_1 = ___input0; XmlNameTable_t71772148 * L_2 = ___nt1; XmlTextReader__ctor_m3612242620(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::.ctor(System.IO.Stream,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m1590625499 (XmlTextReader_t3455035481 * __this, Stream_t1273022909 * ___xmlFragment0, int32_t ___fragType1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m1590625499_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t3455035481 * G_B2_0 = NULL; XmlTextReader_t3455035481 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReader_t3455035481 * G_B3_1 = NULL; { XmlParserContext_t2544895291 * L_0 = ___context2; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0012; } } { XmlParserContext_t2544895291 * L_1 = ___context2; NullCheck(L_1); String_t* L_2 = XmlParserContext_get_BaseURI_m3403405423(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0017; } IL_0012: { 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; G_B3_1 = G_B2_0; } IL_0017: { Stream_t1273022909 * L_4 = ___xmlFragment0; XmlStreamReader_t727818754 * L_5 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_5, L_4, /*hidden argument*/NULL); int32_t L_6 = ___fragType1; XmlParserContext_t2544895291 * L_7 = ___context2; NullCheck(G_B3_1); XmlTextReader__ctor_m746327602(G_B3_1, G_B3_0, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_disallowReset_15((bool)1); return; } } // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m407573097 (XmlTextReader_t3455035481 * __this, String_t* ___url0, Stream_t1273022909 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m407573097_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___url0; Stream_t1273022909 * L_1 = ___input1; XmlStreamReader_t727818754 * L_2 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_2, L_1, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_3 = ___nt2; XmlTextReader__ctor_m3612242620(__this, L_0, L_2, L_3, /*hidden argument*/NULL); return; } } // 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) { { String_t* L_0 = ___url0; TextReader_t283511965 * L_1 = ___input1; XmlTextReader__ctor_m746327602(__this, L_0, L_1, ((int32_t)9), (XmlParserContext_t2544895291 *)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m4089766063 (XmlTextReader_t3455035481 * __this, String_t* ___xmlFragment0, int32_t ___fragType1, XmlParserContext_t2544895291 * ___context2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m4089766063_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t3455035481 * G_B2_0 = NULL; XmlTextReader_t3455035481 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlTextReader_t3455035481 * G_B3_1 = NULL; { XmlParserContext_t2544895291 * L_0 = ___context2; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_0012; } } { XmlParserContext_t2544895291 * L_1 = ___context2; NullCheck(L_1); String_t* L_2 = XmlParserContext_get_BaseURI_m3403405423(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0017; } IL_0012: { 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; G_B3_1 = G_B2_0; } IL_0017: { String_t* L_4 = ___xmlFragment0; StringReader_t3465604688 * L_5 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_5, L_4, /*hidden argument*/NULL); int32_t L_6 = ___fragType1; XmlParserContext_t2544895291 * L_7 = ___context2; NullCheck(G_B3_1); XmlTextReader__ctor_m746327602(G_B3_1, G_B3_0, L_5, L_6, L_7, /*hidden argument*/NULL); __this->set_disallowReset_15((bool)1); return; } } // System.Void Mono.Xml2.XmlTextReader::.ctor(System.String,System.IO.TextReader,System.Xml.XmlNodeType,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m746327602 (XmlTextReader_t3455035481 * __this, String_t* ___url0, TextReader_t283511965 * ___fragment1, int32_t ___fragType2, XmlParserContext_t2544895291 * ___context3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader__ctor_m746327602_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_attributeTokens_6(((XmlAttributeTokenInfoU5BU5D_t1089758477*)SZArrayNew(XmlAttributeTokenInfoU5BU5D_t1089758477_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); __this->set_attributeValueTokens_7(((XmlTokenInfoU5BU5D_t2522587488*)SZArrayNew(XmlTokenInfoU5BU5D_t2522587488_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); __this->set_namespaces_43((bool)1); 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_resolver_45(L_0); __this->set_closeInput_49((bool)1); DtdInputStateStack_t339956957 * L_1 = (DtdInputStateStack_t339956957 *)il2cpp_codegen_object_new(DtdInputStateStack_t339956957_il2cpp_TypeInfo_var); DtdInputStateStack__ctor_m3167863153(L_1, /*hidden argument*/NULL); __this->set_stateStack_53(L_1); XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); String_t* L_2 = ___url0; XmlParserContext_t2544895291 * L_3 = ___context3; TextReader_t283511965 * L_4 = ___fragment1; int32_t L_5 = ___fragType2; XmlTextReader_InitializeContext_m2462395792(__this, L_2, L_3, L_4, L_5, /*hidden argument*/NULL); return; } } // System.Xml.XmlParserContext Mono.Xml2.XmlTextReader::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlTextReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m3277375906 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); return L_0; } } // System.String Mono.Xml2.XmlTextReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4167256679 (XmlTextReader_t3455035481 * __this, String_t* ___ns0, const RuntimeMethod* method) { { String_t* L_0 = ___ns0; String_t* L_1 = XmlTextReader_LookupPrefix_m4040669903(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.IO.Stream Mono.Xml2.XmlTextReader::GetStreamFromUrl(System.String,System.String&) extern "C" IL2CPP_METHOD_ATTR Stream_t1273022909 * XmlTextReader_GetStreamFromUrl_m226534615 (XmlTextReader_t3455035481 * __this, String_t* ___url0, String_t** ___absoluteUriString1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetStreamFromUrl_m226534615_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; String_t** G_B2_0 = NULL; String_t** G_B1_0 = NULL; String_t* G_B3_0 = NULL; String_t** G_B3_1 = NULL; { XmlResolver_t626023767 * L_0 = __this->get_resolver_45(); String_t* L_1 = ___url0; NullCheck(L_0); Uri_t100236324 * L_2 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_0, (Uri_t100236324 *)NULL, L_1); V_0 = L_2; String_t** L_3 = ___absoluteUriString1; Uri_t100236324 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_5 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_4, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); G_B1_0 = L_3; if (!L_5) { G_B2_0 = L_3; goto IL_0026; } } { Uri_t100236324 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_6); G_B3_0 = L_7; G_B3_1 = G_B1_0; goto IL_002b; } IL_0026: { 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_B3_0 = L_8; G_B3_1 = G_B2_0; } IL_002b: { *((RuntimeObject **)(G_B3_1)) = (RuntimeObject *)G_B3_0; Il2CppCodeGenWriteBarrier((RuntimeObject **)(G_B3_1), (RuntimeObject *)G_B3_0); XmlResolver_t626023767 * L_9 = __this->get_resolver_45(); Uri_t100236324 * L_10 = V_0; RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_12 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_13 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_9, L_10, (String_t*)NULL, L_12); return ((Stream_t1273022909 *)IsInstClass((RuntimeObject*)L_13, Stream_t1273022909_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Xml2.XmlTextReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_AttributeCount_m379608651 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attributeCount_10(); return L_0; } } // System.String Mono.Xml2.XmlTextReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_BaseURI_m1534615065 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); NullCheck(L_0); String_t* L_1 = XmlParserContext_get_BaseURI_m3403405423(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Xml2.XmlTextReader::get_CharacterChecking() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CharacterChecking_m322676875 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_checkCharacters_47(); return L_0; } } // System.Void Mono.Xml2.XmlTextReader::set_CharacterChecking(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CharacterChecking_m824755556 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_checkCharacters_47(L_0); return; } } // System.Boolean Mono.Xml2.XmlTextReader::get_CloseInput() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_CloseInput_m2055464539 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_closeInput_49(); return L_0; } } // System.Void Mono.Xml2.XmlTextReader::set_CloseInput(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_CloseInput_m4163528207 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_closeInput_49(L_0); return; } } // System.Int32 Mono.Xml2.XmlTextReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Depth_m948038292 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { XmlTokenInfo_t2519673037 * L_0 = __this->get_currentToken_3(); NullCheck(L_0); int32_t L_1 = L_0->get_NodeType_12(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0017; } } { G_B3_0 = 0; goto IL_0018; } IL_0017: { G_B3_0 = (-1); } IL_0018: { V_0 = G_B3_0; int32_t L_2 = __this->get_currentAttributeValue_9(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_0030; } } { int32_t L_3 = V_0; int32_t L_4 = __this->get_elementDepth_17(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), (int32_t)2)); } IL_0030: { int32_t L_5 = __this->get_currentAttribute_8(); if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0047; } } { int32_t L_6 = V_0; int32_t L_7 = __this->get_elementDepth_17(); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)), (int32_t)1)); } IL_0047: { int32_t L_8 = __this->get_elementDepth_17(); return L_8; } } // System.Xml.EntityHandling Mono.Xml2.XmlTextReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_EntityHandling_m1829511007 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_entityHandling_50(); return L_0; } } // System.Void Mono.Xml2.XmlTextReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_EntityHandling_m1384243287 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_entityHandling_50(L_0); return; } } // System.Boolean Mono.Xml2.XmlTextReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_EOF_m3821932446 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readState_14(); return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0); } } // System.Boolean Mono.Xml2.XmlTextReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_HasValue_m1240939838 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() */, L_0); return (bool)((((int32_t)((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Xml2.XmlTextReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsDefault_m572336449 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Mono.Xml2.XmlTextReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_IsEmptyElement_m3600700216 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); bool L_1 = L_0->get_IsEmptyElement_6(); return L_1; } } // System.Int32 Mono.Xml2.XmlTextReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LineNumber_m718766076 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useProceedingLineInfo_37(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_line_33(); return L_1; } IL_0012: { XmlTokenInfo_t2519673037 * L_2 = __this->get_cursorToken_2(); NullCheck(L_2); int32_t L_3 = L_2->get_LineNumber_8(); return L_3; } } // System.Int32 Mono.Xml2.XmlTextReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_LinePosition_m3838196996 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_useProceedingLineInfo_37(); if (!L_0) { goto IL_0012; } } { int32_t L_1 = __this->get_column_34(); return L_1; } IL_0012: { XmlTokenInfo_t2519673037 * L_2 = __this->get_cursorToken_2(); NullCheck(L_2); int32_t L_3 = L_2->get_LinePosition_9(); return L_3; } } // System.String Mono.Xml2.XmlTextReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_LocalName_m2264477302 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = L_0->get_LocalName_3(); return L_1; } } // System.String Mono.Xml2.XmlTextReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Name_m2662265677 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = L_0->get_Name_2(); return L_1; } } // System.Boolean Mono.Xml2.XmlTextReader::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Namespaces_m56588872 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_namespaces_43(); return L_0; } } // System.String Mono.Xml2.XmlTextReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_NamespaceURI_m2954203174 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = L_0->get_NamespaceURI_5(); return L_1; } } // System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlTextReader_get_NameTable_m3955726860 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_12(); return L_0; } } // System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_NodeType_m1085800073 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); int32_t L_1 = L_0->get_NodeType_12(); return L_1; } } // System.Boolean Mono.Xml2.XmlTextReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Normalization_m1218533950 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalization_46(); return L_0; } } // System.Void Mono.Xml2.XmlTextReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m906147869 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_normalization_46(L_0); return; } } // System.String Mono.Xml2.XmlTextReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Prefix_m2508644388 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = L_0->get_Prefix_4(); return L_1; } } // System.Void Mono.Xml2.XmlTextReader::set_ProhibitDtd(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_ProhibitDtd_m3853230206 (XmlTextReader_t3455035481 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_prohibitDtd_48(L_0); return; } } // System.Xml.ReadState Mono.Xml2.XmlTextReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_ReadState_m4206357721 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_readState_14(); return L_0; } } // System.Xml.XmlReaderSettings Mono.Xml2.XmlTextReader::get_Settings() extern "C" IL2CPP_METHOD_ATTR XmlReaderSettings_t2186285234 * XmlTextReader_get_Settings_m3257387141 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = XmlReader_get_Settings_m3232276411(__this, /*hidden argument*/NULL); return L_0; } } // System.String Mono.Xml2.XmlTextReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Value_m1108138254 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_get_Value_m1108138254_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() */, L_0); if (!L_1) { goto IL_0020; } } { XmlTokenInfo_t2519673037 * L_2 = __this->get_cursorToken_2(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() */, L_2); G_B3_0 = L_3; goto IL_0025; } IL_0020: { 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_0025: { return G_B3_0; } } // System.Xml.WhitespaceHandling Mono.Xml2.XmlTextReader::get_WhitespaceHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_WhitespaceHandling_m3804345083 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_whitespaceHandling_44(); return L_0; } } // System.Void Mono.Xml2.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m239529318 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_whitespaceHandling_44(L_0); return; } } // System.String Mono.Xml2.XmlTextReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_XmlLang_m2119712932 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); NullCheck(L_0); String_t* L_1 = XmlParserContext_get_XmlLang_m3854899066(L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_45(L_0); return; } } // System.Xml.XmlSpace Mono.Xml2.XmlTextReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_XmlSpace_m3787306387 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); NullCheck(L_0); int32_t L_1 = XmlParserContext_get_XmlSpace_m672663556(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Xml2.XmlTextReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Close_m635673124 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { __this->set_readState_14(4); XmlTokenInfo_t2519673037 * L_0 = __this->get_cursorToken_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() */, L_0); XmlTokenInfo_t2519673037 * L_1 = __this->get_currentToken_3(); NullCheck(L_1); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() */, L_1); __this->set_attributeCount_10(0); bool L_2 = __this->get_closeInput_49(); if (!L_2) { goto IL_0045; } } { TextReader_t283511965 * L_3 = __this->get_reader_27(); if (!L_3) { goto IL_0045; } } { TextReader_t283511965 * L_4 = __this->get_reader_27(); NullCheck(L_4); VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_4); } IL_0045: { return; } } // System.String Mono.Xml2.XmlTextReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m3454019210 (XmlTextReader_t3455035481 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetAttribute_m3454019210_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; int32_t L_1 = __this->get_attributeCount_10(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral1735956195, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextReader_GetAttribute_m3454019210_RuntimeMethod_var); } IL_0017: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_3 = __this->get_attributeTokens_6(); int32_t L_4 = ___i0; NullCheck(L_3); int32_t L_5 = L_4; XmlAttributeTokenInfo_t384315108 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_6); return L_7; } } // System.String Mono.Xml2.XmlTextReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m2791098896 (XmlTextReader_t3455035481 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetAttribute_m2791098896_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0031; } IL_0007: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_0 = __this->get_attributeTokens_6(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlAttributeTokenInfo_t384315108 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); String_t* L_4 = ((XmlTokenInfo_t2519673037 *)L_3)->get_Name_2(); String_t* L_5 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_002d; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_7 = __this->get_attributeTokens_6(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; XmlAttributeTokenInfo_t384315108 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_10); return L_11; } IL_002d: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0031: { int32_t L_13 = V_0; int32_t L_14 = __this->get_attributeCount_10(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0007; } } { return (String_t*)NULL; } } // System.Int32 Mono.Xml2.XmlTextReader::GetIndexOfQualifiedAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774 (XmlTextReader_t3455035481 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttributeTokenInfo_t384315108 * V_1 = NULL; { V_0 = 0; goto IL_0038; } IL_0007: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_0 = __this->get_attributeTokens_6(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlAttributeTokenInfo_t384315108 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; XmlAttributeTokenInfo_t384315108 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = ((XmlTokenInfo_t2519673037 *)L_4)->get_LocalName_3(); 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_0034; } } { XmlAttributeTokenInfo_t384315108 * L_8 = V_1; NullCheck(L_8); String_t* L_9 = ((XmlTokenInfo_t2519673037 *)L_8)->get_NamespaceURI_5(); 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_0034; } } { int32_t L_12 = V_0; return L_12; } IL_0034: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0038: { int32_t L_14 = V_0; int32_t L_15 = __this->get_attributeCount_10(); if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0007; } } { return (-1); } } // System.String Mono.Xml2.XmlTextReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_m1752037522 (XmlTextReader_t3455035481 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___localName0; String_t* L_1 = ___namespaceURI1; int32_t L_2 = XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774(__this, L_0, 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_0012; } } { return (String_t*)NULL; } IL_0012: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_4 = __this->get_attributeTokens_6(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; XmlAttributeTokenInfo_t384315108 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_7); return L_8; } } // System.IO.TextReader Mono.Xml2.XmlTextReader::GetRemainder() extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * XmlTextReader_GetRemainder_m3291199686 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GetRemainder_m3291199686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_peekCharsLength_30(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0013; } } { TextReader_t283511965 * L_1 = __this->get_reader_27(); return L_1; } IL_0013: { CharU5BU5D_t3528271667* L_2 = __this->get_peekChars_28(); int32_t L_3 = __this->get_peekCharsIndex_29(); int32_t L_4 = __this->get_peekCharsLength_30(); int32_t L_5 = __this->get_peekCharsIndex_29(); String_t* L_6 = String_CreateString_m860434552(NULL, L_2, L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5)), /*hidden argument*/NULL); TextReader_t283511965 * L_7 = __this->get_reader_27(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m3937257545(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); StringReader_t3465604688 * L_10 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_10, L_9, /*hidden argument*/NULL); return L_10; } } // System.Boolean Mono.Xml2.XmlTextReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_HasLineInfo_m2910432268 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.String Mono.Xml2.XmlTextReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_m374934156 (XmlTextReader_t3455035481 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { String_t* L_0 = ___prefix0; String_t* L_1 = XmlTextReader_LookupNamespace_m2046126088(__this, L_0, (bool)0, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Xml2.XmlTextReader::LookupNamespace(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_m2046126088 (XmlTextReader_t3455035481 * __this, String_t* ___prefix0, bool ___atomizedNames1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_LookupNamespace_m2046126088_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { XmlNamespaceManager_t418790500 * L_0 = __this->get_nsmgr_13(); String_t* L_1 = ___prefix0; bool L_2 = ___atomizedNames1; NullCheck(L_0); String_t* L_3 = XmlNamespaceManager_LookupNamespace_m2828740952(L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; 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_0024; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_0025; } IL_0024: { String_t* L_7 = V_0; G_B3_0 = L_7; } IL_0025: { return G_B3_0; } } // System.String Mono.Xml2.XmlTextReader::LookupPrefix(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupPrefix_m4040669903 (XmlTextReader_t3455035481 * __this, String_t* ___ns0, bool ___atomizedName1, const RuntimeMethod* method) { { XmlNamespaceManager_t418790500 * L_0 = __this->get_nsmgr_13(); String_t* L_1 = ___ns0; bool L_2 = ___atomizedName1; NullCheck(L_0); String_t* L_3 = XmlNamespaceManager_LookupPrefix_m1584729693(L_0, L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void Mono.Xml2.XmlTextReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_MoveToAttribute_m2645062189 (XmlTextReader_t3455035481 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_MoveToAttribute_m2645062189_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___i0; int32_t L_1 = __this->get_attributeCount_10(); if ((((int32_t)L_0) < ((int32_t)L_1))) { goto IL_0017; } } { ArgumentOutOfRangeException_t777629997 * L_2 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_2, _stringLiteral426079971, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextReader_MoveToAttribute_m2645062189_RuntimeMethod_var); } IL_0017: { int32_t L_3 = ___i0; __this->set_currentAttribute_8(L_3); __this->set_currentAttributeValue_9((-1)); XmlAttributeTokenInfoU5BU5D_t1089758477* L_4 = __this->get_attributeTokens_6(); int32_t L_5 = ___i0; NullCheck(L_4); int32_t L_6 = L_5; XmlAttributeTokenInfo_t384315108 * L_7 = (L_4)->GetAt(static_cast(L_6)); __this->set_cursorToken_2(L_7); return; } } // System.Boolean Mono.Xml2.XmlTextReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_m2944879125 (XmlTextReader_t3455035481 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_MoveToAttribute_m2944879125_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlAttributeTokenInfo_t384315108 * V_1 = NULL; { V_0 = 0; goto IL_002e; } IL_0007: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_0 = __this->get_attributeTokens_6(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlAttributeTokenInfo_t384315108 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; XmlAttributeTokenInfo_t384315108 * L_4 = V_1; NullCheck(L_4); String_t* L_5 = ((XmlTokenInfo_t2519673037 *)L_4)->get_Name_2(); 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_002a; } } { int32_t L_8 = V_0; VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml2.XmlTextReader::MoveToAttribute(System.Int32) */, __this, L_8); return (bool)1; } IL_002a: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002e: { int32_t L_10 = V_0; int32_t L_11 = __this->get_attributeCount_10(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0007; } } { return (bool)0; } } // System.Boolean Mono.Xml2.XmlTextReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToAttribute_m2658488543 (XmlTextReader_t3455035481 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___localName0; String_t* L_1 = ___namespaceName1; int32_t L_2 = XmlTextReader_GetIndexOfQualifiedAttribute_m1413476774(__this, L_0, 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_0012; } } { return (bool)0; } IL_0012: { int32_t L_4 = V_0; VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml2.XmlTextReader::MoveToAttribute(System.Int32) */, __this, L_4); return (bool)1; } } // System.Boolean Mono.Xml2.XmlTextReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToElement_m4273247156 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_currentToken_3(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { XmlTokenInfo_t2519673037 * L_1 = __this->get_cursorToken_2(); XmlTokenInfo_t2519673037 * L_2 = __this->get_currentToken_3(); if ((!(((RuntimeObject*)(XmlTokenInfo_t2519673037 *)L_1) == ((RuntimeObject*)(XmlTokenInfo_t2519673037 *)L_2)))) { goto IL_0020; } } { return (bool)0; } IL_0020: { int32_t L_3 = __this->get_currentAttribute_8(); if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0048; } } { __this->set_currentAttribute_8((-1)); __this->set_currentAttributeValue_9((-1)); XmlTokenInfo_t2519673037 * L_4 = __this->get_currentToken_3(); __this->set_cursorToken_2(L_4); return (bool)1; } IL_0048: { return (bool)0; } } // System.Boolean Mono.Xml2.XmlTextReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToFirstAttribute_m931491223 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attributeCount_10(); if (L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToElement() */, __this); bool L_1 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToNextAttribute() */, __this); return L_1; } } // System.Boolean Mono.Xml2.XmlTextReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_MoveToNextAttribute_m3432206773 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentAttribute_8(); if (L_0) { goto IL_0018; } } { int32_t L_1 = __this->get_attributeCount_10(); if (L_1) { goto IL_0018; } } { return (bool)0; } IL_0018: { int32_t L_2 = __this->get_currentAttribute_8(); int32_t L_3 = __this->get_attributeCount_10(); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))) >= ((int32_t)L_3))) { goto IL_0055; } } { int32_t L_4 = __this->get_currentAttribute_8(); __this->set_currentAttribute_8(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_currentAttributeValue_9((-1)); XmlAttributeTokenInfoU5BU5D_t1089758477* L_5 = __this->get_attributeTokens_6(); int32_t L_6 = __this->get_currentAttribute_8(); NullCheck(L_5); int32_t L_7 = L_6; XmlAttributeTokenInfo_t384315108 * L_8 = (L_5)->GetAt(static_cast(L_7)); __this->set_cursorToken_2(L_8); return (bool)1; } IL_0055: { return (bool)0; } } // System.Boolean Mono.Xml2.XmlTextReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_Read_m1676860255 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_Read_m1676860255_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_readState_14(); if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_000e; } } { return (bool)0; } IL_000e: { int32_t L_1 = __this->get_peekCharsIndex_29(); __this->set_curNodePeekIndex_31(L_1); __this->set_preserveCurrentTag_32((bool)1); __this->set_nestLevel_40(0); XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); int32_t L_2 = __this->get_startNodeType_38(); if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_007f; } } { int32_t L_3 = __this->get_currentAttribute_8(); if (L_3) { goto IL_0047; } } { return (bool)0; } IL_0047: { XmlTextReader_SkipTextDeclaration_m484952237(__this, /*hidden argument*/NULL); XmlTextReader_ClearAttributes_m4013416704(__this, /*hidden argument*/NULL); XmlTextReader_IncrementAttributeToken_m1983457952(__this, /*hidden argument*/NULL); XmlTextReader_ReadAttributeValueTokens_m3597159985(__this, ((int32_t)34), /*hidden argument*/NULL); XmlAttributeTokenInfoU5BU5D_t1089758477* L_4 = __this->get_attributeTokens_6(); NullCheck(L_4); int32_t L_5 = 0; XmlAttributeTokenInfo_t384315108 * L_6 = (L_4)->GetAt(static_cast(L_5)); __this->set_cursorToken_2(L_6); __this->set_currentAttributeValue_9((-1)); __this->set_readState_14(1); return (bool)1; } IL_007f: { int32_t L_7 = __this->get_readState_14(); if (L_7) { goto IL_009c; } } { int32_t L_8 = __this->get_currentState_39(); if ((!(((uint32_t)L_8) == ((uint32_t)1)))) { goto IL_009c; } } { XmlTextReader_SkipTextDeclaration_m484952237(__this, /*hidden argument*/NULL); } IL_009c: { XmlReaderBinarySupport_t1809665003 * L_9 = XmlReader_get_Binary_m3370719164(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_00b2; } } { XmlReaderBinarySupport_t1809665003 * L_10 = XmlReader_get_Binary_m3370719164(__this, /*hidden argument*/NULL); NullCheck(L_10); XmlReaderBinarySupport_Reset_m4149730773(L_10, /*hidden argument*/NULL); } IL_00b2: { V_0 = (bool)0; __this->set_readState_14(1); int32_t L_11 = __this->get_line_33(); __this->set_currentLinkedNodeLineNumber_35(L_11); int32_t L_12 = __this->get_column_34(); __this->set_currentLinkedNodeLinePosition_36(L_12); __this->set_useProceedingLineInfo_37((bool)1); XmlTokenInfo_t2519673037 * L_13 = __this->get_currentToken_3(); __this->set_cursorToken_2(L_13); __this->set_attributeCount_10(0); int32_t L_14 = (-1); V_1 = L_14; __this->set_currentAttributeValue_9(L_14); int32_t L_15 = V_1; __this->set_currentAttribute_8(L_15); XmlTokenInfo_t2519673037 * L_16 = __this->get_currentToken_3(); NullCheck(L_16); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() */, L_16); bool L_17 = __this->get_depthUp_18(); if (!L_17) { goto IL_0128; } } { int32_t L_18 = __this->get_depth_16(); __this->set_depth_16(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1))); __this->set_depthUp_18((bool)0); } IL_0128: { bool L_19 = __this->get_readCharsInProgress_41(); if (!L_19) { goto IL_0141; } } { __this->set_readCharsInProgress_41((bool)0); bool L_20 = XmlTextReader_ReadUntilEndTag_m2167355391(__this, /*hidden argument*/NULL); return L_20; } IL_0141: { bool L_21 = XmlTextReader_ReadContent_m1908977551(__this, /*hidden argument*/NULL); V_0 = L_21; bool L_22 = V_0; if (L_22) { goto IL_0174; } } { int32_t L_23 = __this->get_startNodeType_38(); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)9))))) { goto IL_0174; } } { int32_t L_24 = __this->get_currentState_39(); if ((((int32_t)L_24) == ((int32_t)((int32_t)15)))) { goto IL_0174; } } { XmlException_t1761730631 * L_25 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2029483751, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,XmlTextReader_Read_m1676860255_RuntimeMethod_var); } IL_0174: { __this->set_useProceedingLineInfo_37((bool)0); bool L_26 = V_0; return L_26; } } // System.Boolean Mono.Xml2.XmlTextReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadAttributeValue_m4221753190 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { XmlAttributeTokenInfo_t384315108 * V_0 = NULL; { int32_t L_0 = __this->get_readState_14(); if (L_0) { goto IL_001e; } } { int32_t L_1 = __this->get_startNodeType_38(); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001e; } } { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml2.XmlTextReader::Read() */, __this); } IL_001e: { int32_t L_2 = __this->get_currentAttribute_8(); if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_002c; } } { return (bool)0; } IL_002c: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_3 = __this->get_attributeTokens_6(); int32_t L_4 = __this->get_currentAttribute_8(); NullCheck(L_3); int32_t L_5 = L_4; XmlAttributeTokenInfo_t384315108 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; int32_t L_7 = __this->get_currentAttributeValue_9(); if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_0054; } } { XmlAttributeTokenInfo_t384315108 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->get_ValueTokenStartIndex_13(); __this->set_currentAttributeValue_9(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))); } IL_0054: { int32_t L_10 = __this->get_currentAttributeValue_9(); XmlAttributeTokenInfo_t384315108 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = L_11->get_ValueTokenEndIndex_14(); if ((((int32_t)L_10) >= ((int32_t)L_12))) { goto IL_0088; } } { int32_t L_13 = __this->get_currentAttributeValue_9(); __this->set_currentAttributeValue_9(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); XmlTokenInfoU5BU5D_t2522587488* L_14 = __this->get_attributeValueTokens_7(); int32_t L_15 = __this->get_currentAttributeValue_9(); NullCheck(L_14); int32_t L_16 = L_15; XmlTokenInfo_t2519673037 * L_17 = (L_14)->GetAt(static_cast(L_16)); __this->set_cursorToken_2(L_17); return (bool)1; } IL_0088: { return (bool)0; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadChars(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadChars_m3155732674 (XmlTextReader_t3455035481 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadChars_m3155732674_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___offset1; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_001d; } } { int32_t L_1 = ___offset1; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); ArgumentOutOfRangeException_t777629997 * L_4 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_4, _stringLiteral1082126080, L_3, _stringLiteral3688808143, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XmlTextReader_ReadChars_m3155732674_RuntimeMethod_var); } IL_001d: { int32_t L_5 = ___length2; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_003a; } } { int32_t L_6 = ___length2; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_7); ArgumentOutOfRangeException_t777629997 * L_9 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_9, _stringLiteral1212500642, L_8, _stringLiteral435980160, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlTextReader_ReadChars_m3155732674_RuntimeMethod_var); } IL_003a: { CharU5BU5D_t3528271667* L_10 = ___buffer0; NullCheck(L_10); int32_t L_11 = ___offset1; int32_t L_12 = ___length2; if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))))) { goto IL_0050; } } { ArgumentOutOfRangeException_t777629997 * L_13 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m3628145864(L_13, _stringLiteral195349260, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,XmlTextReader_ReadChars_m3155732674_RuntimeMethod_var); } IL_0050: { bool L_14 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml2.XmlTextReader::get_IsEmptyElement() */, __this); if (!L_14) { goto IL_0064; } } { VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml2.XmlTextReader::Read() */, __this); return 0; } IL_0064: { bool L_15 = __this->get_readCharsInProgress_41(); if (L_15) { goto IL_007d; } } { int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, __this); if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_007d; } } { return 0; } IL_007d: { __this->set_preserveCurrentTag_32((bool)0); __this->set_readCharsInProgress_41((bool)1); __this->set_useProceedingLineInfo_37((bool)1); CharU5BU5D_t3528271667* L_17 = ___buffer0; int32_t L_18 = ___offset1; int32_t L_19 = ___length2; int32_t L_20 = XmlTextReader_ReadCharsInternal_m190300142(__this, L_17, L_18, L_19, /*hidden argument*/NULL); return L_20; } } // System.Void Mono.Xml2.XmlTextReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ResolveEntity_m2372250534 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ResolveEntity_m2372250534_MetadataUsageId); s_Il2CppMethodInitialized = true; } { InvalidOperationException_t56020091 * L_0 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_0, _stringLiteral2556645734, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,XmlTextReader_ResolveEntity_m2372250534_RuntimeMethod_var); } } // System.Void Mono.Xml2.XmlTextReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Skip_m3136262083 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlReader_Skip_m2445993341(__this, /*hidden argument*/NULL); return; } } // 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) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); NullCheck(L_0); DTDObjectModel_t1729680289 * L_1 = XmlParserContext_get_Dtd_m2960147355(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlResolver Mono.Xml2.XmlTextReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlTextReader_get_Resolver_m2264491068 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = __this->get_resolver_45(); return L_0; } } // System.Xml.XmlException Mono.Xml2.XmlTextReader::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * XmlTextReader_NotWFError_m2000394543 (XmlTextReader_t3455035481 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_NotWFError_m2000394543_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml2.XmlTextReader::get_BaseURI() */, __this); String_t* L_1 = ___message0; XmlException_t1761730631 * L_2 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_2, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Mono.Xml2.XmlTextReader::Init() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Init_m2382400829 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_Init_m2382400829_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { __this->set_allowMultipleRoot_22((bool)0); __this->set_elementNames_20(((TagNameU5BU5D_t2055670886*)SZArrayNew(TagNameU5BU5D_t2055670886_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); __this->set_valueBuffer_26(L_0); intptr_t L_1 = (intptr_t)XmlTextReader_ReadChars_m3155732674_RuntimeMethod_var; CharGetter_t1703763694 * L_2 = (CharGetter_t1703763694 *)il2cpp_codegen_object_new(CharGetter_t1703763694_il2cpp_TypeInfo_var); CharGetter__ctor_m3616306258(L_2, __this, L_1, /*hidden argument*/NULL); __this->set_binaryCharGetter_42(L_2); __this->set_checkCharacters_47((bool)1); XmlReaderSettings_t2186285234 * L_3 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings Mono.Xml2.XmlTextReader::get_Settings() */, __this); if (!L_3) { goto IL_0054; } } { XmlReaderSettings_t2186285234 * L_4 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings Mono.Xml2.XmlTextReader::get_Settings() */, __this); NullCheck(L_4); bool L_5 = XmlReaderSettings_get_CheckCharacters_m1683653392(L_4, /*hidden argument*/NULL); __this->set_checkCharacters_47(L_5); } IL_0054: { __this->set_prohibitDtd_48((bool)0); __this->set_closeInput_49((bool)1); __this->set_entityHandling_50(2); __this->set_peekCharsIndex_29(0); CharU5BU5D_t3528271667* L_6 = __this->get_peekChars_28(); if (L_6) { goto IL_008b; } } { __this->set_peekChars_28(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024)))); } IL_008b: { __this->set_peekCharsLength_30((-1)); __this->set_curNodePeekIndex_31((-1)); __this->set_line_33(1); __this->set_column_34(1); int32_t L_7 = 0; V_0 = L_7; __this->set_currentLinkedNodeLinePosition_36(L_7); int32_t L_8 = V_0; __this->set_currentLinkedNodeLineNumber_35(L_8); XmlTextReader_Clear_m3820743909(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Clear_m3820743909 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_Clear_m3820743909_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { XmlTokenInfo_t2519673037 * L_0 = (XmlTokenInfo_t2519673037 *)il2cpp_codegen_object_new(XmlTokenInfo_t2519673037_il2cpp_TypeInfo_var); XmlTokenInfo__ctor_m3168572862(L_0, __this, /*hidden argument*/NULL); __this->set_currentToken_3(L_0); XmlTokenInfo_t2519673037 * L_1 = __this->get_currentToken_3(); __this->set_cursorToken_2(L_1); __this->set_currentAttribute_8((-1)); __this->set_currentAttributeValue_9((-1)); __this->set_attributeCount_10(0); __this->set_readState_14(0); __this->set_depth_16(0); __this->set_elementDepth_17(0); __this->set_depthUp_18((bool)0); int32_t L_2 = 0; V_0 = (bool)L_2; __this->set_allowMultipleRoot_22((bool)L_2); bool L_3 = V_0; __this->set_popScope_19(L_3); __this->set_elementNameStackPos_21(0); __this->set_isStandalone_23((bool)0); __this->set_returnEntityReference_24((bool)0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_entityReferenceName_25(L_4); __this->set_useProceedingLineInfo_37((bool)0); __this->set_currentState_39(0); __this->set_readCharsInProgress_41((bool)0); return; } } // System.Void Mono.Xml2.XmlTextReader::InitializeContext(System.String,System.Xml.XmlParserContext,System.IO.TextReader,System.Xml.XmlNodeType) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_InitializeContext_m2462395792 (XmlTextReader_t3455035481 * __this, String_t* ___url0, XmlParserContext_t2544895291 * ___context1, TextReader_t283511965 * ___fragment2, int32_t ___fragType3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_InitializeContext_m2462395792_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlNameTable_t71772148 * V_0 = NULL; Uri_t100236324 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 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); XmlTextReader_t3455035481 * G_B4_0 = NULL; XmlTextReader_t3455035481 * G_B3_0 = NULL; XmlNameTable_t71772148 * G_B5_0 = NULL; XmlTextReader_t3455035481 * G_B5_1 = NULL; XmlTextReader_t3455035481 * G_B7_0 = NULL; XmlTextReader_t3455035481 * G_B6_0 = NULL; XmlNamespaceManager_t418790500 * G_B8_0 = NULL; XmlTextReader_t3455035481 * G_B8_1 = NULL; { int32_t L_0 = ___fragType3; __this->set_startNodeType_38(L_0); XmlParserContext_t2544895291 * L_1 = ___context1; __this->set_parserContext_11(L_1); XmlParserContext_t2544895291 * L_2 = ___context1; if (L_2) { goto IL_0033; } } { NameTable_t3178203267 * L_3 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_3, /*hidden argument*/NULL); V_0 = L_3; XmlNameTable_t71772148 * L_4 = V_0; XmlNameTable_t71772148 * L_5 = V_0; 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); 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(); XmlParserContext_t2544895291 * L_8 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m52393894(L_8, L_4, L_6, L_7, 0, /*hidden argument*/NULL); __this->set_parserContext_11(L_8); } IL_0033: { XmlParserContext_t2544895291 * L_9 = __this->get_parserContext_11(); NullCheck(L_9); XmlNameTable_t71772148 * L_10 = XmlParserContext_get_NameTable_m157015535(L_9, /*hidden argument*/NULL); __this->set_nameTable_12(L_10); XmlNameTable_t71772148 * L_11 = __this->get_nameTable_12(); G_B3_0 = __this; if (!L_11) { G_B4_0 = __this; goto IL_005b; } } { XmlNameTable_t71772148 * L_12 = __this->get_nameTable_12(); G_B5_0 = L_12; G_B5_1 = G_B3_0; goto IL_0060; } IL_005b: { NameTable_t3178203267 * L_13 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_13, /*hidden argument*/NULL); G_B5_0 = ((XmlNameTable_t71772148 *)(L_13)); G_B5_1 = G_B4_0; } IL_0060: { NullCheck(G_B5_1); G_B5_1->set_nameTable_12(G_B5_0); XmlParserContext_t2544895291 * L_14 = __this->get_parserContext_11(); NullCheck(L_14); XmlNamespaceManager_t418790500 * L_15 = XmlParserContext_get_NamespaceManager_m1180655003(L_14, /*hidden argument*/NULL); __this->set_nsmgr_13(L_15); XmlNamespaceManager_t418790500 * L_16 = __this->get_nsmgr_13(); G_B6_0 = __this; if (!L_16) { G_B7_0 = __this; goto IL_008d; } } { XmlNamespaceManager_t418790500 * L_17 = __this->get_nsmgr_13(); G_B8_0 = L_17; G_B8_1 = G_B6_0; goto IL_0098; } IL_008d: { XmlNameTable_t71772148 * L_18 = __this->get_nameTable_12(); XmlNamespaceManager_t418790500 * L_19 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_19, L_18, /*hidden argument*/NULL); G_B8_0 = L_19; G_B8_1 = G_B7_0; } IL_0098: { NullCheck(G_B8_1); G_B8_1->set_nsmgr_13(G_B8_0); String_t* L_20 = ___url0; if (!L_20) { goto IL_00ed; } } { String_t* L_21 = ___url0; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_00ed; } } { V_1 = (Uri_t100236324 *)NULL; } IL_00b1: try { // begin try (depth: 1) String_t* L_23 = ___url0; Uri_t100236324 * L_24 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m391584135(L_24, L_23, 0, /*hidden argument*/NULL); V_1 = L_24; goto IL_00dc; } // 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_00be; throw e; } CATCH_00be: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(Path_t1605229823_il2cpp_TypeInfo_var); String_t* L_25 = Path_GetFullPath_m4142135635(NULL /*static, unused*/, _stringLiteral3665161895, /*hidden argument*/NULL); V_2 = L_25; String_t* L_26 = V_2; Uri_t100236324 * L_27 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_27, L_26, /*hidden argument*/NULL); String_t* L_28 = ___url0; Uri_t100236324 * L_29 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m279432735(L_29, L_27, L_28, /*hidden argument*/NULL); V_1 = L_29; goto IL_00dc; } // end catch (depth: 1) IL_00dc: { XmlParserContext_t2544895291 * L_30 = __this->get_parserContext_11(); Uri_t100236324 * L_31 = V_1; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_31); NullCheck(L_30); XmlParserContext_set_BaseURI_m3915640945(L_30, L_32, /*hidden argument*/NULL); } IL_00ed: { XmlTextReader_Init_m2382400829(__this, /*hidden argument*/NULL); TextReader_t283511965 * L_33 = ___fragment2; __this->set_reader_27(L_33); int32_t L_34 = ___fragType3; V_3 = L_34; int32_t L_35 = V_3; if ((((int32_t)L_35) == ((int32_t)1))) { goto IL_013d; } } { int32_t L_36 = V_3; if ((((int32_t)L_36) == ((int32_t)2))) { goto IL_0118; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)((int32_t)9)))) { goto IL_0150; } } { goto IL_0155; } IL_0118: { TextReader_t283511965 * L_38 = ___fragment2; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_38); NullCheck(L_39); String_t* L_40 = String_Replace_m1273907647(L_39, _stringLiteral3452614526, _stringLiteral3987679165, /*hidden argument*/NULL); StringReader_t3465604688 * L_41 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_41, L_40, /*hidden argument*/NULL); __this->set_reader_27(L_41); goto IL_016c; } IL_013d: { __this->set_currentState_39(1); __this->set_allowMultipleRoot_22((bool)1); goto IL_016c; } IL_0150: { goto IL_016c; } IL_0155: { int32_t L_42 = ___fragType3; int32_t L_43 = L_42; RuntimeObject * L_44 = Box(XmlNodeType_t1672767151_il2cpp_TypeInfo_var, &L_43); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_45 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2978650383, L_44, /*hidden argument*/NULL); XmlException_t1761730631 * L_46 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m3751204500(L_46, L_45, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_46,XmlTextReader_InitializeContext_m2462395792_RuntimeMethod_var); } IL_016c: { return; } } // System.Xml.ConformanceLevel Mono.Xml2.XmlTextReader::get_Conformance() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_Conformance_m1085403856 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { bool L_0 = __this->get_allowMultipleRoot_22(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_0012; } IL_0011: { G_B3_0 = 2; } IL_0012: { return (int32_t)(G_B3_0); } } // System.Void Mono.Xml2.XmlTextReader::set_Conformance(System.Xml.ConformanceLevel) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_Conformance_m1985097490 (XmlTextReader_t3455035481 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0015; } } { __this->set_currentState_39(1); __this->set_allowMultipleRoot_22((bool)1); } IL_0015: { return; } } // System.Void Mono.Xml2.XmlTextReader::AdjustLineInfoOffset(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AdjustLineInfoOffset_m1122561127 (XmlTextReader_t3455035481 * __this, int32_t ___lineNumberOffset0, int32_t ___linePositionOffset1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_line_33(); int32_t L_1 = ___lineNumberOffset0; __this->set_line_33(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1))); int32_t L_2 = __this->get_column_34(); int32_t L_3 = ___linePositionOffset1; __this->set_column_34(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)L_3))); return; } } // System.Void Mono.Xml2.XmlTextReader::SetNameTable(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetNameTable_m3099746376 (XmlTextReader_t3455035481 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); XmlNameTable_t71772148 * L_1 = ___nameTable0; NullCheck(L_0); XmlParserContext_set_NameTable_m2572136197(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::SetProperties(System.Xml.XmlNodeType,System.String,System.String,System.String,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetProperties_m1944983866 (XmlTextReader_t3455035481 * __this, int32_t ___nodeType0, String_t* ___name1, String_t* ___prefix2, String_t* ___localName3, bool ___isEmptyElement4, String_t* ___value5, bool ___clearAttributes6, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = __this->get_currentToken_3(); int32_t L_1 = ___nodeType0; String_t* L_2 = ___name1; String_t* L_3 = ___prefix2; String_t* L_4 = ___localName3; bool L_5 = ___isEmptyElement4; String_t* L_6 = ___value5; bool L_7 = ___clearAttributes6; XmlTextReader_SetTokenProperties_m3990861784(__this, L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); XmlTokenInfo_t2519673037 * L_8 = __this->get_currentToken_3(); int32_t L_9 = __this->get_currentLinkedNodeLineNumber_35(); NullCheck(L_8); L_8->set_LineNumber_8(L_9); XmlTokenInfo_t2519673037 * L_10 = __this->get_currentToken_3(); int32_t L_11 = __this->get_currentLinkedNodeLinePosition_36(); NullCheck(L_10); L_10->set_LinePosition_9(L_11); return; } } // System.Void Mono.Xml2.XmlTextReader::SetTokenProperties(Mono.Xml2.XmlTextReader/XmlTokenInfo,System.Xml.XmlNodeType,System.String,System.String,System.String,System.Boolean,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetTokenProperties_m3990861784 (XmlTextReader_t3455035481 * __this, XmlTokenInfo_t2519673037 * ___token0, int32_t ___nodeType1, String_t* ___name2, String_t* ___prefix3, String_t* ___localName4, bool ___isEmptyElement5, String_t* ___value6, bool ___clearAttributes7, const RuntimeMethod* method) { { XmlTokenInfo_t2519673037 * L_0 = ___token0; int32_t L_1 = ___nodeType1; NullCheck(L_0); L_0->set_NodeType_12(L_1); XmlTokenInfo_t2519673037 * L_2 = ___token0; String_t* L_3 = ___name2; NullCheck(L_2); L_2->set_Name_2(L_3); XmlTokenInfo_t2519673037 * L_4 = ___token0; String_t* L_5 = ___prefix3; NullCheck(L_4); L_4->set_Prefix_4(L_5); XmlTokenInfo_t2519673037 * L_6 = ___token0; String_t* L_7 = ___localName4; NullCheck(L_6); L_6->set_LocalName_3(L_7); XmlTokenInfo_t2519673037 * L_8 = ___token0; bool L_9 = ___isEmptyElement5; NullCheck(L_8); L_8->set_IsEmptyElement_6(L_9); XmlTokenInfo_t2519673037 * L_10 = ___token0; String_t* L_11 = ___value6; NullCheck(L_10); VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::set_Value(System.String) */, L_10, L_11); int32_t L_12 = __this->get_depth_16(); __this->set_elementDepth_17(L_12); bool L_13 = ___clearAttributes7; if (!L_13) { goto IL_0047; } } { XmlTextReader_ClearAttributes_m4013416704(__this, /*hidden argument*/NULL); } IL_0047: { return; } } // System.Void Mono.Xml2.XmlTextReader::ClearAttributes() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ClearAttributes_m4013416704 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { __this->set_attributeCount_10(0); __this->set_currentAttribute_8((-1)); __this->set_currentAttributeValue_9((-1)); return; } } // System.Int32 Mono.Xml2.XmlTextReader::PeekSurrogate(System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_PeekSurrogate_m1883611318 (XmlTextReader_t3455035481 * __this, int32_t ___c0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = __this->get_peekCharsLength_30(); int32_t L_1 = __this->get_peekCharsIndex_29(); if ((((int32_t)L_0) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))))) { goto IL_0021; } } { int32_t L_2 = ___c0; bool L_3 = XmlTextReader_ReadTextReader_m1768413848(__this, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0021; } } { int32_t L_4 = ___c0; return L_4; } IL_0021: { CharU5BU5D_t3528271667* L_5 = __this->get_peekChars_28(); int32_t L_6 = __this->get_peekCharsIndex_29(); NullCheck(L_5); int32_t L_7 = L_6; uint16_t L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; CharU5BU5D_t3528271667* L_9 = __this->get_peekChars_28(); int32_t L_10 = __this->get_peekCharsIndex_29(); NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); uint16_t L_12 = (L_9)->GetAt(static_cast(L_11)); V_1 = L_12; int32_t L_13 = V_0; if ((!(((uint32_t)((int32_t)((int32_t)L_13&(int32_t)((int32_t)64512)))) == ((uint32_t)((int32_t)55296))))) { goto IL_0061; } } { int32_t L_14 = V_1; if ((((int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)64512)))) == ((int32_t)((int32_t)56320)))) { goto IL_0063; } } IL_0061: { int32_t L_15 = V_0; return L_15; } IL_0063: { int32_t L_16 = V_0; int32_t L_17 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65536), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)55296))), (int32_t)((int32_t)1024))))), (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)56320))))); } } // System.Int32 Mono.Xml2.XmlTextReader::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_PeekChar_m1912018917 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_peekCharsIndex_29(); int32_t L_1 = __this->get_peekCharsLength_30(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0047; } } { CharU5BU5D_t3528271667* L_2 = __this->get_peekChars_28(); int32_t L_3 = __this->get_peekCharsIndex_29(); NullCheck(L_2); int32_t L_4 = L_3; uint16_t L_5 = (L_2)->GetAt(static_cast(L_4)); V_0 = L_5; int32_t L_6 = V_0; if (L_6) { goto IL_0027; } } { return (-1); } IL_0027: { int32_t L_7 = V_0; if ((((int32_t)L_7) < ((int32_t)((int32_t)55296)))) { goto IL_003d; } } { int32_t L_8 = V_0; if ((((int32_t)L_8) < ((int32_t)((int32_t)57343)))) { goto IL_003f; } } IL_003d: { int32_t L_9 = V_0; return L_9; } IL_003f: { int32_t L_10 = V_0; int32_t L_11 = XmlTextReader_PeekSurrogate_m1883611318(__this, L_10, /*hidden argument*/NULL); return L_11; } IL_0047: { bool L_12 = XmlTextReader_ReadTextReader_m1768413848(__this, (-1), /*hidden argument*/NULL); if (L_12) { goto IL_0055; } } { return (-1); } IL_0055: { int32_t L_13 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); return L_13; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadChar_m986519882 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = __this->get_peekCharsIndex_29(); __this->set_peekCharsIndex_29(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))); int32_t L_2 = V_0; if ((((int32_t)L_2) < ((int32_t)((int32_t)65536)))) { goto IL_002e; } } { int32_t L_3 = __this->get_peekCharsIndex_29(); __this->set_peekCharsIndex_29(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); } IL_002e: { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_0050; } } { int32_t L_5 = __this->get_line_33(); __this->set_line_33(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); __this->set_column_34(1); goto IL_0065; } IL_0050: { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0065; } } { int32_t L_7 = __this->get_column_34(); __this->set_column_34(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); } IL_0065: { int32_t L_8 = V_0; return L_8; } } // System.Void Mono.Xml2.XmlTextReader::Advance(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Advance_m3489997309 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = __this->get_peekCharsIndex_29(); __this->set_peekCharsIndex_29(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); int32_t L_1 = ___ch0; if ((((int32_t)L_1) < ((int32_t)((int32_t)65536)))) { goto IL_0027; } } { int32_t L_2 = __this->get_peekCharsIndex_29(); __this->set_peekCharsIndex_29(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))); } IL_0027: { int32_t L_3 = ___ch0; if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)10))))) { goto IL_0049; } } { int32_t L_4 = __this->get_line_33(); __this->set_line_33(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))); __this->set_column_34(1); goto IL_005e; } IL_0049: { int32_t L_5 = ___ch0; if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_005e; } } { int32_t L_6 = __this->get_column_34(); __this->set_column_34(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); } IL_005e: { return; } } // System.Boolean Mono.Xml2.XmlTextReader::ReadTextReader(System.Int32) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadTextReader_m1768413848 (XmlTextReader_t3455035481 * __this, int32_t ___remained0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadTextReader_m1768413848_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; CharU5BU5D_t3528271667* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t G_B5_0 = 0; { int32_t L_0 = __this->get_peekCharsLength_30(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0036; } } { TextReader_t283511965 * L_1 = __this->get_reader_27(); CharU5BU5D_t3528271667* L_2 = __this->get_peekChars_28(); CharU5BU5D_t3528271667* L_3 = __this->get_peekChars_28(); NullCheck(L_3); NullCheck(L_1); int32_t L_4 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_1, L_2, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))); __this->set_peekCharsLength_30(L_4); int32_t L_5 = __this->get_peekCharsLength_30(); return (bool)((((int32_t)L_5) > ((int32_t)0))? 1 : 0); } IL_0036: { int32_t L_6 = ___remained0; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0043; } } { G_B5_0 = 1; goto IL_0044; } IL_0043: { G_B5_0 = 0; } IL_0044: { V_0 = G_B5_0; int32_t L_7 = __this->get_peekCharsLength_30(); int32_t L_8 = __this->get_curNodePeekIndex_31(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)); bool L_9 = __this->get_preserveCurrentTag_32(); if (L_9) { goto IL_0071; } } { __this->set_curNodePeekIndex_31(0); __this->set_peekCharsIndex_29(0); goto IL_0101; } IL_0071: { int32_t L_10 = __this->get_peekCharsLength_30(); CharU5BU5D_t3528271667* L_11 = __this->get_peekChars_28(); NullCheck(L_11); if ((((int32_t)L_10) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0089; } } { goto IL_0101; } IL_0089: { int32_t L_12 = __this->get_curNodePeekIndex_31(); int32_t L_13 = __this->get_peekCharsLength_30(); if ((((int32_t)L_12) > ((int32_t)((int32_t)((int32_t)L_13>>(int32_t)1))))) { goto IL_00da; } } { CharU5BU5D_t3528271667* L_14 = __this->get_peekChars_28(); NullCheck(L_14); V_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)2)))); CharU5BU5D_t3528271667* L_15 = __this->get_peekChars_28(); int32_t L_16 = __this->get_curNodePeekIndex_31(); CharU5BU5D_t3528271667* L_17 = V_2; int32_t L_18 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_15, L_16, (RuntimeArray *)(RuntimeArray *)L_17, 0, L_18, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_19 = V_2; __this->set_peekChars_28(L_19); __this->set_curNodePeekIndex_31(0); int32_t L_20 = V_1; __this->set_peekCharsIndex_29(L_20); goto IL_0101; } IL_00da: { CharU5BU5D_t3528271667* L_21 = __this->get_peekChars_28(); int32_t L_22 = __this->get_curNodePeekIndex_31(); CharU5BU5D_t3528271667* L_23 = __this->get_peekChars_28(); int32_t L_24 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, 0, L_24, /*hidden argument*/NULL); __this->set_curNodePeekIndex_31(0); int32_t L_25 = V_1; __this->set_peekCharsIndex_29(L_25); } IL_0101: { int32_t L_26 = ___remained0; if ((((int32_t)L_26) < ((int32_t)0))) { goto IL_0117; } } { CharU5BU5D_t3528271667* L_27 = __this->get_peekChars_28(); int32_t L_28 = __this->get_peekCharsIndex_29(); int32_t L_29 = ___remained0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_28), (Il2CppChar)(((int32_t)((uint16_t)L_29)))); } IL_0117: { CharU5BU5D_t3528271667* L_30 = __this->get_peekChars_28(); NullCheck(L_30); int32_t L_31 = __this->get_peekCharsIndex_29(); int32_t L_32 = V_0; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_30)->max_length)))), (int32_t)L_31)), (int32_t)L_32)); int32_t L_33 = V_3; if ((((int32_t)L_33) <= ((int32_t)((int32_t)1024)))) { goto IL_013a; } } { V_3 = ((int32_t)1024); } IL_013a: { TextReader_t283511965 * L_34 = __this->get_reader_27(); CharU5BU5D_t3528271667* L_35 = __this->get_peekChars_28(); int32_t L_36 = __this->get_peekCharsIndex_29(); int32_t L_37 = V_0; int32_t L_38 = V_3; NullCheck(L_34); int32_t L_39 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_34, L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_37)), L_38); V_4 = L_39; int32_t L_40 = V_0; int32_t L_41 = V_4; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)L_41)); int32_t L_42 = __this->get_peekCharsIndex_29(); int32_t L_43 = V_5; __this->set_peekCharsLength_30(((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)L_43))); int32_t L_44 = V_5; return (bool)((((int32_t)((((int32_t)L_44) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Boolean Mono.Xml2.XmlTextReader::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadContent_m1908977551 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadContent_m1908977551_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->get_popScope_19(); if (!L_0) { goto IL_0029; } } { XmlNamespaceManager_t418790500 * L_1 = __this->get_nsmgr_13(); NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_1); XmlParserContext_t2544895291 * L_2 = __this->get_parserContext_11(); NullCheck(L_2); XmlParserContext_PopScope_m4042017474(L_2, /*hidden argument*/NULL); __this->set_popScope_19((bool)0); } IL_0029: { bool L_3 = __this->get_returnEntityReference_24(); if (!L_3) { goto IL_003f; } } { XmlTextReader_SetEntityReferenceProperties_m114524253(__this, /*hidden argument*/NULL); goto IL_0168; } IL_003f: { int32_t L_4 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_009d; } } { __this->set_readState_14(3); XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlTextReader_SetProperties_m1944983866(__this, 0, L_6, L_7, L_8, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); int32_t L_9 = __this->get_depth_16(); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_009b; } } { int32_t L_10 = __this->get_depth_16(); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1596113802, L_12, /*hidden argument*/NULL); XmlException_t1761730631 * L_14 = XmlTextReader_NotWFError_m2000394543(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextReader_ReadContent_m1908977551_RuntimeMethod_var); } IL_009b: { return (bool)0; } IL_009d: { int32_t L_15 = V_0; V_1 = L_15; int32_t L_16 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)9)))) { case 0: { goto IL_0145; } case 1: { goto IL_0145; } case 2: { goto IL_00bc; } case 3: { goto IL_00bc; } case 4: { goto IL_0145; } } } IL_00bc: { int32_t L_17 = V_1; if ((((int32_t)L_17) == ((int32_t)((int32_t)32)))) { goto IL_0145; } } { int32_t L_18 = V_1; if ((((int32_t)L_18) == ((int32_t)((int32_t)60)))) { goto IL_00d1; } } { goto IL_015c; } IL_00d1: { int32_t L_19 = V_0; XmlTextReader_Advance_m3489997309(__this, L_19, /*hidden argument*/NULL); int32_t L_20 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_2 = L_20; int32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)((int32_t)33)))) { goto IL_0122; } } { int32_t L_22 = V_2; if ((((int32_t)L_22) == ((int32_t)((int32_t)47)))) { goto IL_00fc; } } { int32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)63)))) { goto IL_010f; } } { goto IL_0135; } IL_00fc: { XmlTextReader_Advance_m3489997309(__this, ((int32_t)47), /*hidden argument*/NULL); XmlTextReader_ReadEndTag_m798395877(__this, /*hidden argument*/NULL); goto IL_0140; } IL_010f: { XmlTextReader_Advance_m3489997309(__this, ((int32_t)63), /*hidden argument*/NULL); XmlTextReader_ReadProcessingInstruction_m1262082069(__this, /*hidden argument*/NULL); goto IL_0140; } IL_0122: { XmlTextReader_Advance_m3489997309(__this, ((int32_t)33), /*hidden argument*/NULL); XmlTextReader_ReadDeclaration_m3647026478(__this, /*hidden argument*/NULL); goto IL_0140; } IL_0135: { XmlTextReader_ReadStartTag_m1901386973(__this, /*hidden argument*/NULL); goto IL_0140; } IL_0140: { goto IL_0168; } IL_0145: { bool L_24 = XmlTextReader_ReadWhitespace_m973040877(__this, /*hidden argument*/NULL); if (L_24) { goto IL_0157; } } { bool L_25 = XmlTextReader_ReadContent_m1908977551(__this, /*hidden argument*/NULL); return L_25; } IL_0157: { goto IL_0168; } IL_015c: { XmlTextReader_ReadText_m1357245559(__this, (bool)1, /*hidden argument*/NULL); goto IL_0168; } IL_0168: { int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml2.XmlTextReader::get_ReadState() */, __this); return (bool)((((int32_t)((((int32_t)L_26) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Mono.Xml2.XmlTextReader::SetEntityReferenceProperties() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SetEntityReferenceProperties_m114524253 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_SetEntityReferenceProperties_m114524253_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; DTDEntityDeclaration_t811637416 * G_B3_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0026; } } { DTDObjectModel_t1729680289 * L_1 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); NullCheck(L_1); DTDEntityDeclarationCollection_t2250844513 * L_2 = DTDObjectModel_get_EntityDecls_m2343264842(L_1, /*hidden argument*/NULL); String_t* L_3 = __this->get_entityReferenceName_25(); NullCheck(L_2); DTDEntityDeclaration_t811637416 * L_4 = DTDEntityDeclarationCollection_get_Item_m883323424(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_0027; } IL_0026: { G_B3_0 = ((DTDEntityDeclaration_t811637416 *)(NULL)); } IL_0027: { V_0 = G_B3_0; bool L_5 = __this->get_isStandalone_23(); if (!L_5) { goto IL_005b; } } { DTDObjectModel_t1729680289 * L_6 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_004f; } } { DTDEntityDeclaration_t811637416 * L_7 = V_0; if (!L_7) { goto IL_004f; } } { DTDEntityDeclaration_t811637416 * L_8 = V_0; NullCheck(L_8); bool L_9 = DTDNode_get_IsInternalSubset_m279305321(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005b; } } IL_004f: { XmlException_t1761730631 * L_10 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1439978498, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,XmlTextReader_SetEntityReferenceProperties_m114524253_RuntimeMethod_var); } IL_005b: { DTDEntityDeclaration_t811637416 * L_11 = V_0; if (!L_11) { goto IL_0078; } } { DTDEntityDeclaration_t811637416 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = DTDEntityDeclaration_get_NotationName_m675121615(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0078; } } { XmlException_t1761730631 * L_14 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1976177763, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextReader_SetEntityReferenceProperties_m114524253_RuntimeMethod_var); } IL_0078: { XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); String_t* L_15 = __this->get_entityReferenceName_25(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_17 = __this->get_entityReferenceName_25(); XmlTextReader_SetProperties_m1944983866(__this, 5, L_15, L_16, L_17, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); __this->set_returnEntityReference_24((bool)0); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_entityReferenceName_25(L_18); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadStartTag() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadStartTag_m1901386973 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadStartTag_m1901386973_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; String_t* V_11 = NULL; String_t* V_12 = NULL; Uri_t100236324 * V_13 = NULL; Uri_t100236324 * V_14 = NULL; String_t* V_15 = NULL; Dictionary_2_t2736202052 * V_16 = NULL; int32_t V_17 = 0; String_t* V_18 = NULL; int32_t V_19 = 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); Uri_t100236324 * G_B59_0 = NULL; XmlParserContext_t2544895291 * G_B61_0 = NULL; XmlParserContext_t2544895291 * G_B60_0 = NULL; String_t* G_B62_0 = NULL; XmlParserContext_t2544895291 * G_B62_1 = NULL; { int32_t L_0 = __this->get_currentState_39(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)15))))) { goto IL_0019; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3833969428, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_0019: { __this->set_currentState_39(1); XmlNamespaceManager_t418790500 * L_2 = __this->get_nsmgr_13(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_2); int32_t L_3 = __this->get_line_33(); __this->set_currentLinkedNodeLineNumber_35(L_3); int32_t L_4 = __this->get_column_34(); __this->set_currentLinkedNodeLinePosition_36(L_4); String_t* L_5 = XmlTextReader_ReadName_m1541353199(__this, (&V_0), (&V_1), /*hidden argument*/NULL); V_2 = L_5; int32_t L_6 = __this->get_currentState_39(); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)15))))) { goto IL_0067; } } { XmlException_t1761730631 * L_7 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1074882531, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_0067: { V_3 = (bool)0; XmlTextReader_ClearAttributes_m4013416704(__this, /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_8 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_9 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_008d; } } { XmlTextReader_ReadAttributes_m3060166399(__this, (bool)0, /*hidden argument*/NULL); } IL_008d: { XmlTokenInfo_t2519673037 * L_10 = __this->get_currentToken_3(); __this->set_cursorToken_2(L_10); V_4 = 0; goto IL_00b5; } IL_00a1: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_11 = __this->get_attributeTokens_6(); int32_t L_12 = V_4; NullCheck(L_11); int32_t L_13 = L_12; XmlAttributeTokenInfo_t384315108 * L_14 = (L_11)->GetAt(static_cast(L_13)); NullCheck(L_14); XmlAttributeTokenInfo_FillXmlns_m3484823652(L_14, /*hidden argument*/NULL); int32_t L_15 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_00b5: { int32_t L_16 = V_4; int32_t L_17 = __this->get_attributeCount_10(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_00a1; } } { V_5 = 0; goto IL_00de; } IL_00ca: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_18 = __this->get_attributeTokens_6(); int32_t L_19 = V_5; NullCheck(L_18); int32_t L_20 = L_19; XmlAttributeTokenInfo_t384315108 * L_21 = (L_18)->GetAt(static_cast(L_20)); NullCheck(L_21); XmlAttributeTokenInfo_FillNamespace_m1979530757(L_21, /*hidden argument*/NULL); int32_t L_22 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_00de: { int32_t L_23 = V_5; int32_t L_24 = __this->get_attributeCount_10(); if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_00ca; } } { bool L_25 = __this->get_namespaces_43(); if (!L_25) { goto IL_0157; } } { V_6 = 0; goto IL_014a; } IL_00fe: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_26 = __this->get_attributeTokens_6(); int32_t L_27 = V_6; NullCheck(L_26); int32_t L_28 = L_27; XmlAttributeTokenInfo_t384315108 * L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_29); String_t* L_30 = ((XmlTokenInfo_t2519673037 *)L_29)->get_Prefix_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_30, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_31) { goto IL_0144; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_32 = __this->get_attributeTokens_6(); int32_t L_33 = V_6; NullCheck(L_32); int32_t L_34 = L_33; XmlAttributeTokenInfo_t384315108 * L_35 = (L_32)->GetAt(static_cast(L_34)); NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_38 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0144; } } { XmlException_t1761730631 * L_39 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral986210904, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_0144: { int32_t L_40 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_014a: { int32_t L_41 = V_6; int32_t L_42 = __this->get_attributeCount_10(); if ((((int32_t)L_41) < ((int32_t)L_42))) { goto IL_00fe; } } IL_0157: { V_7 = 0; goto IL_0201; } IL_015f: { int32_t L_43 = V_7; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); goto IL_01ee; } IL_016a: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_44 = __this->get_attributeTokens_6(); int32_t L_45 = V_7; NullCheck(L_44); int32_t L_46 = L_45; XmlAttributeTokenInfo_t384315108 * L_47 = (L_44)->GetAt(static_cast(L_46)); NullCheck(L_47); String_t* L_48 = ((XmlTokenInfo_t2519673037 *)L_47)->get_Name_2(); XmlAttributeTokenInfoU5BU5D_t1089758477* L_49 = __this->get_attributeTokens_6(); int32_t L_50 = V_8; NullCheck(L_49); int32_t L_51 = L_50; XmlAttributeTokenInfo_t384315108 * L_52 = (L_49)->GetAt(static_cast(L_51)); NullCheck(L_52); String_t* L_53 = ((XmlTokenInfo_t2519673037 *)L_52)->get_Name_2(); bool L_54 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_48, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_01dc; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_55 = __this->get_attributeTokens_6(); int32_t L_56 = V_7; NullCheck(L_55); int32_t L_57 = L_56; XmlAttributeTokenInfo_t384315108 * L_58 = (L_55)->GetAt(static_cast(L_57)); NullCheck(L_58); String_t* L_59 = ((XmlTokenInfo_t2519673037 *)L_58)->get_LocalName_3(); XmlAttributeTokenInfoU5BU5D_t1089758477* L_60 = __this->get_attributeTokens_6(); int32_t L_61 = V_8; NullCheck(L_60); int32_t L_62 = L_61; XmlAttributeTokenInfo_t384315108 * L_63 = (L_60)->GetAt(static_cast(L_62)); NullCheck(L_63); String_t* L_64 = ((XmlTokenInfo_t2519673037 *)L_63)->get_LocalName_3(); bool L_65 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_59, L_64, /*hidden argument*/NULL); if (!L_65) { goto IL_01e8; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_66 = __this->get_attributeTokens_6(); int32_t L_67 = V_7; NullCheck(L_66); int32_t L_68 = L_67; XmlAttributeTokenInfo_t384315108 * L_69 = (L_66)->GetAt(static_cast(L_68)); NullCheck(L_69); String_t* L_70 = ((XmlTokenInfo_t2519673037 *)L_69)->get_NamespaceURI_5(); XmlAttributeTokenInfoU5BU5D_t1089758477* L_71 = __this->get_attributeTokens_6(); int32_t L_72 = V_8; NullCheck(L_71); int32_t L_73 = L_72; XmlAttributeTokenInfo_t384315108 * L_74 = (L_71)->GetAt(static_cast(L_73)); NullCheck(L_74); String_t* L_75 = ((XmlTokenInfo_t2519673037 *)L_74)->get_NamespaceURI_5(); bool L_76 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_70, L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_01e8; } } IL_01dc: { XmlException_t1761730631 * L_77 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2969879774, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_01e8: { int32_t L_78 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_01ee: { int32_t L_79 = V_8; int32_t L_80 = __this->get_attributeCount_10(); if ((((int32_t)L_79) < ((int32_t)L_80))) { goto IL_016a; } } { int32_t L_81 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_0201: { int32_t L_82 = V_7; int32_t L_83 = __this->get_attributeCount_10(); if ((((int32_t)L_82) < ((int32_t)L_83))) { goto IL_015f; } } { int32_t L_84 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)47))))) { goto IL_0231; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)47), /*hidden argument*/NULL); V_3 = (bool)1; __this->set_popScope_19((bool)1); goto IL_0241; } IL_0231: { __this->set_depthUp_18((bool)1); String_t* L_85 = V_2; String_t* L_86 = V_1; String_t* L_87 = V_0; XmlTextReader_PushElementName_m4102303423(__this, L_85, L_86, L_87, /*hidden argument*/NULL); } IL_0241: { XmlParserContext_t2544895291 * L_88 = __this->get_parserContext_11(); NullCheck(L_88); XmlParserContext_PushScope_m4047975352(L_88, /*hidden argument*/NULL); XmlTextReader_Expect_m4011935953(__this, ((int32_t)62), /*hidden argument*/NULL); String_t* L_89 = V_2; String_t* L_90 = V_0; String_t* L_91 = V_1; bool L_92 = V_3; XmlTextReader_SetProperties_m1944983866(__this, 1, L_89, L_90, L_91, L_92, (String_t*)NULL, (bool)0, /*hidden argument*/NULL); String_t* L_93 = V_0; NullCheck(L_93); int32_t L_94 = String_get_Length_m3847582255(L_93, /*hidden argument*/NULL); if ((((int32_t)L_94) <= ((int32_t)0))) { goto IL_0285; } } { XmlTokenInfo_t2519673037 * L_95 = __this->get_currentToken_3(); String_t* L_96 = V_0; String_t* L_97 = XmlTextReader_LookupNamespace_m2046126088(__this, L_96, (bool)1, /*hidden argument*/NULL); NullCheck(L_95); L_95->set_NamespaceURI_5(L_97); goto IL_02a6; } IL_0285: { bool L_98 = __this->get_namespaces_43(); if (!L_98) { goto IL_02a6; } } { XmlTokenInfo_t2519673037 * L_99 = __this->get_currentToken_3(); XmlNamespaceManager_t418790500 * L_100 = __this->get_nsmgr_13(); NullCheck(L_100); String_t* L_101 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_100); NullCheck(L_99); L_99->set_NamespaceURI_5(L_101); } IL_02a6: { bool L_102 = __this->get_namespaces_43(); if (!L_102) { goto IL_0325; } } { String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml2.XmlTextReader::get_NamespaceURI() */, __this); if (L_103) { goto IL_02d3; } } { String_t* L_104 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml2.XmlTextReader::get_Prefix() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_105 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1802941190, L_104, /*hidden argument*/NULL); XmlException_t1761730631 * L_106 = XmlTextReader_NotWFError_m2000394543(__this, L_105, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_106,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_02d3: try { // begin try (depth: 1) { V_9 = 0; goto IL_030b; } IL_02db: { int32_t L_107 = V_9; VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml2.XmlTextReader::MoveToAttribute(System.Int32) */, __this, L_107); String_t* L_108 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml2.XmlTextReader::get_NamespaceURI() */, __this); if (L_108) { goto IL_0305; } } IL_02ee: { String_t* L_109 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml2.XmlTextReader::get_Prefix() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_110 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1802941190, L_109, /*hidden argument*/NULL); XmlException_t1761730631 * L_111 = XmlTextReader_NotWFError_m2000394543(__this, L_110, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_111,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_0305: { int32_t L_112 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)1)); } IL_030b: { int32_t L_113 = V_9; int32_t L_114 = __this->get_attributeCount_10(); if ((((int32_t)L_113) < ((int32_t)L_114))) { goto IL_02db; } } IL_0318: { IL2CPP_LEAVE(0x325, FINALLY_031d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_031d; } FINALLY_031d: { // begin finally (depth: 1) VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml2.XmlTextReader::MoveToElement() */, __this); IL2CPP_END_FINALLY(797) } // end finally (depth: 1) IL2CPP_CLEANUP(797) { IL2CPP_JUMP_TBL(0x325, IL_0325) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0325: { V_10 = 0; goto IL_0520; } IL_032d: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_115 = __this->get_attributeTokens_6(); int32_t L_116 = V_10; NullCheck(L_115); int32_t L_117 = L_116; XmlAttributeTokenInfo_t384315108 * L_118 = (L_115)->GetAt(static_cast(L_117)); NullCheck(L_118); String_t* L_119 = ((XmlTokenInfo_t2519673037 *)L_118)->get_Prefix_4(); bool L_120 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_119, _stringLiteral2909972470, /*hidden argument*/NULL); if (L_120) { goto IL_034f; } } { goto IL_051a; } IL_034f: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_121 = __this->get_attributeTokens_6(); int32_t L_122 = V_10; NullCheck(L_121); int32_t L_123 = L_122; XmlAttributeTokenInfo_t384315108 * L_124 = (L_121)->GetAt(static_cast(L_123)); NullCheck(L_124); String_t* L_125 = ((XmlTokenInfo_t2519673037 *)L_124)->get_LocalName_3(); V_11 = L_125; XmlAttributeTokenInfoU5BU5D_t1089758477* L_126 = __this->get_attributeTokens_6(); int32_t L_127 = V_10; NullCheck(L_126); int32_t L_128 = L_127; XmlAttributeTokenInfo_t384315108 * L_129 = (L_126)->GetAt(static_cast(L_128)); NullCheck(L_129); String_t* L_130 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_129); V_12 = L_130; String_t* L_131 = V_11; V_15 = L_131; String_t* L_132 = V_15; if (!L_132) { goto IL_051a; } } { Dictionary_2_t2736202052 * L_133 = ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map39_55(); if (L_133) { goto IL_03ba; } } { Dictionary_2_t2736202052 * L_134 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_134, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_16 = L_134; Dictionary_2_t2736202052 * L_135 = V_16; NullCheck(L_135); Dictionary_2_Add_m282647386(L_135, _stringLiteral2838662761, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_136 = V_16; NullCheck(L_136); Dictionary_2_Add_m282647386(L_136, _stringLiteral2409271576, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_137 = V_16; NullCheck(L_137); Dictionary_2_Add_m282647386(L_137, _stringLiteral1613539661, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_138 = V_16; ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map39_55(L_138); } IL_03ba: { Dictionary_2_t2736202052 * L_139 = ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map39_55(); String_t* L_140 = V_15; NullCheck(L_139); bool L_141 = Dictionary_2_TryGetValue_m1013208020(L_139, L_140, (&V_17), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_141) { goto IL_051a; } } { int32_t L_142 = V_17; switch (L_142) { case 0: { goto IL_03e5; } case 1: { goto IL_0469; } case 2: { goto IL_047b; } } } { goto IL_051a; } IL_03e5: { XmlResolver_t626023767 * L_143 = __this->get_resolver_45(); if (!L_143) { goto IL_0457; } } { String_t* L_144 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml2.XmlTextReader::get_BaseURI() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_145 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_146 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_144, L_145, /*hidden argument*/NULL); if (!L_146) { goto IL_0415; } } { String_t* L_147 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml2.XmlTextReader::get_BaseURI() */, __this); Uri_t100236324 * L_148 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_148, L_147, /*hidden argument*/NULL); G_B59_0 = L_148; goto IL_0416; } IL_0415: { G_B59_0 = ((Uri_t100236324 *)(NULL)); } IL_0416: { V_13 = G_B59_0; XmlResolver_t626023767 * L_149 = __this->get_resolver_45(); Uri_t100236324 * L_150 = V_13; String_t* L_151 = V_12; NullCheck(L_149); Uri_t100236324 * L_152 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_149, L_150, L_151); V_14 = L_152; XmlParserContext_t2544895291 * L_153 = __this->get_parserContext_11(); Uri_t100236324 * L_154 = V_14; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_155 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_154, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); G_B60_0 = L_153; if (!L_155) { G_B61_0 = L_153; goto IL_0448; } } { Uri_t100236324 * L_156 = V_14; NullCheck(L_156); String_t* L_157 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_156); G_B62_0 = L_157; G_B62_1 = G_B60_0; goto IL_044d; } IL_0448: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_158 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B62_0 = L_158; G_B62_1 = G_B61_0; } IL_044d: { NullCheck(G_B62_1); XmlParserContext_set_BaseURI_m3915640945(G_B62_1, G_B62_0, /*hidden argument*/NULL); goto IL_0464; } IL_0457: { XmlParserContext_t2544895291 * L_159 = __this->get_parserContext_11(); String_t* L_160 = V_12; NullCheck(L_159); XmlParserContext_set_BaseURI_m3915640945(L_159, L_160, /*hidden argument*/NULL); } IL_0464: { goto IL_051a; } IL_0469: { XmlParserContext_t2544895291 * L_161 = __this->get_parserContext_11(); String_t* L_162 = V_12; NullCheck(L_161); XmlParserContext_set_XmlLang_m1868304449(L_161, L_162, /*hidden argument*/NULL); goto IL_051a; } IL_047b: { String_t* L_163 = V_12; V_18 = L_163; String_t* L_164 = V_18; if (!L_164) { goto IL_0502; } } { Dictionary_2_t2736202052 * L_165 = ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map38_54(); if (L_165) { goto IL_04b9; } } { Dictionary_2_t2736202052 * L_166 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_166, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_16 = L_166; Dictionary_2_t2736202052 * L_167 = V_16; NullCheck(L_167); Dictionary_2_Add_m282647386(L_167, _stringLiteral3137061838, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_168 = V_16; NullCheck(L_168); Dictionary_2_Add_m282647386(L_168, _stringLiteral1948332219, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_169 = V_16; ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map38_54(L_169); } IL_04b9: { Dictionary_2_t2736202052 * L_170 = ((XmlTextReader_t3455035481_StaticFields*)il2cpp_codegen_static_fields_for(XmlTextReader_t3455035481_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map38_54(); String_t* L_171 = V_18; NullCheck(L_170); bool L_172 = Dictionary_2_TryGetValue_m1013208020(L_170, L_171, (&V_19), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_172) { goto IL_0502; } } { int32_t L_173 = V_19; if (!L_173) { goto IL_04e0; } } { int32_t L_174 = V_19; if ((((int32_t)L_174) == ((int32_t)1))) { goto IL_04f1; } } { goto IL_0502; } IL_04e0: { XmlParserContext_t2544895291 * L_175 = __this->get_parserContext_11(); NullCheck(L_175); XmlParserContext_set_XmlSpace_m3309771565(L_175, 2, /*hidden argument*/NULL); goto IL_0515; } IL_04f1: { XmlParserContext_t2544895291 * L_176 = __this->get_parserContext_11(); NullCheck(L_176); XmlParserContext_set_XmlSpace_m3309771565(L_176, 1, /*hidden argument*/NULL); goto IL_0515; } IL_0502: { String_t* L_177 = V_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_178 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3328057813, L_177, /*hidden argument*/NULL); XmlException_t1761730631 * L_179 = XmlTextReader_NotWFError_m2000394543(__this, L_178, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_179,XmlTextReader_ReadStartTag_m1901386973_RuntimeMethod_var); } IL_0515: { goto IL_051a; } IL_051a: { int32_t L_180 = V_10; V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)1)); } IL_0520: { int32_t L_181 = V_10; int32_t L_182 = __this->get_attributeCount_10(); if ((((int32_t)L_181) < ((int32_t)L_182))) { goto IL_032d; } } { bool L_183 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml2.XmlTextReader::get_IsEmptyElement() */, __this); if (!L_183) { goto IL_053e; } } { XmlTextReader_CheckCurrentStateUpdate_m2157747956(__this, /*hidden argument*/NULL); } IL_053e: { return; } } // System.Void Mono.Xml2.XmlTextReader::PushElementName(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_PushElementName_m4102303423 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___local1, String_t* ___prefix2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_PushElementName_m4102303423_MetadataUsageId); s_Il2CppMethodInitialized = true; } TagNameU5BU5D_t2055670886* V_0 = NULL; int32_t V_1 = 0; { TagNameU5BU5D_t2055670886* L_0 = __this->get_elementNames_20(); NullCheck(L_0); int32_t L_1 = __this->get_elementNameStackPos_21(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) == ((uint32_t)L_1)))) { goto IL_003e; } } { TagNameU5BU5D_t2055670886* L_2 = __this->get_elementNames_20(); NullCheck(L_2); V_0 = ((TagNameU5BU5D_t2055670886*)SZArrayNew(TagNameU5BU5D_t2055670886_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)2)))); TagNameU5BU5D_t2055670886* L_3 = __this->get_elementNames_20(); TagNameU5BU5D_t2055670886* L_4 = V_0; int32_t L_5 = __this->get_elementNameStackPos_21(); Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, 0, (RuntimeArray *)(RuntimeArray *)L_4, 0, L_5, /*hidden argument*/NULL); TagNameU5BU5D_t2055670886* L_6 = V_0; __this->set_elementNames_20(L_6); } IL_003e: { TagNameU5BU5D_t2055670886* L_7 = __this->get_elementNames_20(); int32_t L_8 = __this->get_elementNameStackPos_21(); int32_t L_9 = L_8; V_1 = L_9; __this->set_elementNameStackPos_21(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); int32_t L_10 = V_1; NullCheck(L_7); String_t* L_11 = ___name0; String_t* L_12 = ___local1; String_t* L_13 = ___prefix2; TagName_t2891256255 L_14; memset(&L_14, 0, sizeof(L_14)); TagName__ctor_m4210861040((&L_14), L_11, L_12, L_13, /*hidden argument*/NULL); *(TagName_t2891256255 *)((L_7)->GetAddressAt(static_cast(L_10))) = L_14; return; } } // System.Void Mono.Xml2.XmlTextReader::ReadEndTag() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadEndTag_m798395877 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadEndTag_m798395877_MetadataUsageId); s_Il2CppMethodInitialized = true; } TagName_t2891256255 V_0; memset(&V_0, 0, sizeof(V_0)); int32_t V_1 = 0; { int32_t L_0 = __this->get_currentState_39(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral72526810, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadEndTag_m798395877_RuntimeMethod_var); } IL_0018: { int32_t L_2 = __this->get_line_33(); __this->set_currentLinkedNodeLineNumber_35(L_2); int32_t L_3 = __this->get_column_34(); __this->set_currentLinkedNodeLinePosition_36(L_3); int32_t L_4 = __this->get_elementNameStackPos_21(); if (L_4) { goto IL_0047; } } { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2850177885, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadEndTag_m798395877_RuntimeMethod_var); } IL_0047: { TagNameU5BU5D_t2055670886* L_6 = __this->get_elementNames_20(); int32_t L_7 = __this->get_elementNameStackPos_21(); int32_t L_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)); V_1 = L_8; __this->set_elementNameStackPos_21(L_8); int32_t L_9 = V_1; NullCheck(L_6); V_0 = (*(TagName_t2891256255 *)((L_6)->GetAddressAt(static_cast(L_9)))); String_t* L_10 = (&V_0)->get_Name_0(); XmlTextReader_Expect_m4157068380(__this, L_10, /*hidden argument*/NULL); XmlTextReader_ExpectAfterWhitespace_m1519109733(__this, ((int32_t)62), /*hidden argument*/NULL); int32_t L_11 = __this->get_depth_16(); __this->set_depth_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1))); String_t* L_12 = (&V_0)->get_Name_0(); String_t* L_13 = (&V_0)->get_Prefix_2(); String_t* L_14 = (&V_0)->get_LocalName_1(); XmlTextReader_SetProperties_m1944983866(__this, ((int32_t)15), L_12, L_13, L_14, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); String_t* L_15 = (&V_0)->get_Prefix_2(); NullCheck(L_15); int32_t L_16 = String_get_Length_m3847582255(L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) <= ((int32_t)0))) { goto IL_00dc; } } { XmlTokenInfo_t2519673037 * L_17 = __this->get_currentToken_3(); String_t* L_18 = (&V_0)->get_Prefix_2(); String_t* L_19 = XmlTextReader_LookupNamespace_m2046126088(__this, L_18, (bool)1, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_NamespaceURI_5(L_19); goto IL_00fd; } IL_00dc: { bool L_20 = __this->get_namespaces_43(); if (!L_20) { goto IL_00fd; } } { XmlTokenInfo_t2519673037 * L_21 = __this->get_currentToken_3(); XmlNamespaceManager_t418790500 * L_22 = __this->get_nsmgr_13(); NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() */, L_22); NullCheck(L_21); L_21->set_NamespaceURI_5(L_23); } IL_00fd: { __this->set_popScope_19((bool)1); XmlTextReader_CheckCurrentStateUpdate_m2157747956(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::CheckCurrentStateUpdate() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CheckCurrentStateUpdate_m2157747956 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_depth_16(); if (L_0) { goto IL_0036; } } { bool L_1 = __this->get_allowMultipleRoot_22(); if (L_1) { goto IL_0036; } } { bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml2.XmlTextReader::get_IsEmptyElement() */, __this); if (L_2) { goto IL_002e; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, __this); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)15))))) { goto IL_0036; } } IL_002e: { __this->set_currentState_39(((int32_t)15)); } IL_0036: { return; } } // System.Void Mono.Xml2.XmlTextReader::AppendValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AppendValueChar_m2174950783 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method) { { int32_t L_0 = ___ch0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)65535)))) { goto IL_001e; } } { StringBuilder_t * L_1 = __this->get_valueBuffer_26(); int32_t L_2 = ___ch0; NullCheck(L_1); StringBuilder_Append_m2383614642(L_1, (((int32_t)((uint16_t)L_2))), /*hidden argument*/NULL); goto IL_0025; } IL_001e: { int32_t L_3 = ___ch0; XmlTextReader_AppendSurrogatePairValueChar_m85381951(__this, L_3, /*hidden argument*/NULL); } IL_0025: { return; } } // System.Void Mono.Xml2.XmlTextReader::AppendSurrogatePairValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AppendSurrogatePairValueChar_m85381951 (XmlTextReader_t3455035481 * __this, int32_t ___ch0, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_valueBuffer_26(); int32_t L_1 = ___ch0; NullCheck(L_0); StringBuilder_Append_m2383614642(L_0, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)65536)))/(int32_t)((int32_t)1024))), (int32_t)((int32_t)55296)))))), /*hidden argument*/NULL); StringBuilder_t * L_2 = __this->get_valueBuffer_26(); int32_t L_3 = ___ch0; NullCheck(L_2); StringBuilder_Append_m2383614642(L_2, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)((int32_t)65536)))%(int32_t)((int32_t)1024))), (int32_t)((int32_t)56320)))))), /*hidden argument*/NULL); return; } } // System.String Mono.Xml2.XmlTextReader::CreateValueString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_CreateValueString_m2043680139 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_CreateValueString_m2043680139_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* G_B13_0 = NULL; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml2.XmlTextReader::get_NodeType() */, __this); V_1 = L_0; int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)((int32_t)13)))) { goto IL_001c; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)14)))) { goto IL_001c; } } { goto IL_009b; } IL_001c: { StringBuilder_t * L_3 = __this->get_valueBuffer_26(); NullCheck(L_3); int32_t L_4 = StringBuilder_get_Length_m3238060835(L_3, /*hidden argument*/NULL); V_0 = L_4; CharU5BU5D_t3528271667* L_5 = __this->get_whitespaceCache_52(); if (L_5) { goto IL_0040; } } { __this->set_whitespaceCache_52(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)))); } IL_0040: { int32_t L_6 = V_0; CharU5BU5D_t3528271667* L_7 = __this->get_whitespaceCache_52(); NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))))) { goto IL_0053; } } { goto IL_009b; } IL_0053: { NameTable_t3178203267 * L_8 = __this->get_whitespacePool_51(); if (L_8) { goto IL_0069; } } { NameTable_t3178203267 * L_9 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_9, /*hidden argument*/NULL); __this->set_whitespacePool_51(L_9); } IL_0069: { StringBuilder_t * L_10 = __this->get_valueBuffer_26(); CharU5BU5D_t3528271667* L_11 = __this->get_whitespaceCache_52(); int32_t L_12 = V_0; NullCheck(L_10); StringBuilder_CopyTo_m2321753019(L_10, 0, L_11, 0, L_12, /*hidden argument*/NULL); NameTable_t3178203267 * L_13 = __this->get_whitespacePool_51(); CharU5BU5D_t3528271667* L_14 = __this->get_whitespaceCache_52(); StringBuilder_t * L_15 = __this->get_valueBuffer_26(); NullCheck(L_15); int32_t L_16 = StringBuilder_get_Length_m3238060835(L_15, /*hidden argument*/NULL); NullCheck(L_13); String_t* L_17 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.NameTable::Add(System.Char[],System.Int32,System.Int32) */, L_13, L_14, 0, L_16); return L_17; } IL_009b: { StringBuilder_t * L_18 = __this->get_valueBuffer_26(); NullCheck(L_18); int32_t L_19 = StringBuilder_get_Capacity_m2088663745(L_18, /*hidden argument*/NULL); if ((((int32_t)L_19) >= ((int32_t)((int32_t)100)))) { goto IL_00c9; } } { StringBuilder_t * L_20 = __this->get_valueBuffer_26(); StringBuilder_t * L_21 = __this->get_valueBuffer_26(); NullCheck(L_21); int32_t L_22 = StringBuilder_get_Length_m3238060835(L_21, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_23 = StringBuilder_ToString_m774364392(L_20, 0, L_22, /*hidden argument*/NULL); G_B13_0 = L_23; goto IL_00d4; } IL_00c9: { StringBuilder_t * L_24 = __this->get_valueBuffer_26(); NullCheck(L_24); String_t* L_25 = StringBuilder_ToString_m3317489284(L_24, /*hidden argument*/NULL); G_B13_0 = L_25; } IL_00d4: { return G_B13_0; } } // System.Void Mono.Xml2.XmlTextReader::ClearValueBuffer() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ClearValueBuffer_m2824229631 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_valueBuffer_26(); NullCheck(L_0); StringBuilder_set_Length_m1410065908(L_0, 0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadText(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadText_m1357245559 (XmlTextReader_t3455035481 * __this, bool ___notWhitespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadText_m1357245559_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; int32_t G_B39_0 = 0; { int32_t L_0 = __this->get_currentState_39(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1799743310, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadText_m1357245559_RuntimeMethod_var); } IL_0018: { __this->set_preserveCurrentTag_32((bool)0); bool L_2 = ___notWhitespace0; if (!L_2) { goto IL_002b; } } { XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); } IL_002b: { int32_t L_3 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_3; V_1 = (bool)0; goto IL_0129; } IL_0039: { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)38))))) { goto IL_0065; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); int32_t L_5 = XmlTextReader_ReadReference_m1956832614(__this, (bool)0, /*hidden argument*/NULL); V_0 = L_5; bool L_6 = __this->get_returnEntityReference_24(); if (!L_6) { goto IL_0060; } } { goto IL_0138; } IL_0060: { goto IL_00c4; } IL_0065: { bool L_7 = __this->get_normalization_46(); if (!L_7) { goto IL_009b; } } { int32_t L_8 = V_0; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13))))) { goto IL_009b; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); int32_t L_9 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)10)))) { goto IL_0096; } } { XmlTextReader_AppendValueChar_m2174950783(__this, ((int32_t)10), /*hidden argument*/NULL); } IL_0096: { goto IL_0129; } IL_009b: { bool L_11 = XmlTextReader_get_CharacterChecking_m322676875(__this, /*hidden argument*/NULL); if (!L_11) { goto IL_00bd; } } { int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_13 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00bd; } } { XmlException_t1761730631 * L_14 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2783505721, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextReader_ReadText_m1357245559_RuntimeMethod_var); } IL_00bd: { int32_t L_15 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_15; } IL_00c4: { int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)((int32_t)65535)))) { goto IL_00e2; } } { StringBuilder_t * L_17 = __this->get_valueBuffer_26(); int32_t L_18 = V_0; NullCheck(L_17); StringBuilder_Append_m2383614642(L_17, (((int32_t)((uint16_t)L_18))), /*hidden argument*/NULL); goto IL_00e9; } IL_00e2: { int32_t L_19 = V_0; XmlTextReader_AppendSurrogatePairValueChar_m85381951(__this, L_19, /*hidden argument*/NULL); } IL_00e9: { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)93))))) { goto IL_0117; } } { bool L_21 = V_1; if (!L_21) { goto IL_0110; } } { int32_t L_22 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)62))))) { goto IL_0110; } } { XmlException_t1761730631 * L_23 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2337443257, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,XmlTextReader_ReadText_m1357245559_RuntimeMethod_var); } IL_0110: { V_1 = (bool)1; goto IL_011f; } IL_0117: { bool L_24 = V_1; if (!L_24) { goto IL_011f; } } { V_1 = (bool)0; } IL_011f: { int32_t L_25 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_25; ___notWhitespace0 = (bool)1; } IL_0129: { int32_t L_26 = V_0; if ((((int32_t)L_26) == ((int32_t)((int32_t)60)))) { goto IL_0138; } } { int32_t L_27 = V_0; if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_0039; } } IL_0138: { bool L_28 = __this->get_returnEntityReference_24(); if (!L_28) { goto IL_015e; } } { StringBuilder_t * L_29 = __this->get_valueBuffer_26(); NullCheck(L_29); int32_t L_30 = StringBuilder_get_Length_m3238060835(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_015e; } } { XmlTextReader_SetEntityReferenceProperties_m114524253(__this, /*hidden argument*/NULL); goto IL_0199; } IL_015e: { bool L_31 = ___notWhitespace0; if (!L_31) { goto IL_016a; } } { G_B39_0 = 3; goto IL_017f; } IL_016a: { int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace Mono.Xml2.XmlTextReader::get_XmlSpace() */, __this); if ((!(((uint32_t)L_32) == ((uint32_t)2)))) { goto IL_017d; } } { G_B39_0 = ((int32_t)14); goto IL_017f; } IL_017d: { G_B39_0 = ((int32_t)13); } IL_017f: { V_2 = G_B39_0; int32_t L_33 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlTextReader_SetProperties_m1944983866(__this, L_33, L_34, L_35, L_36, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); } IL_0199: { return; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadReference(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadReference_m1956832614 (XmlTextReader_t3455035481 * __this, bool ___ignoreEntityReferences0, const RuntimeMethod* method) { { int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35))))) { goto IL_001c; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)35), /*hidden argument*/NULL); int32_t L_1 = XmlTextReader_ReadCharacterReference_m424712447(__this, /*hidden argument*/NULL); return L_1; } IL_001c: { bool L_2 = ___ignoreEntityReferences0; int32_t L_3 = XmlTextReader_ReadEntityReference_m1806493727(__this, L_2, /*hidden argument*/NULL); return L_3; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadCharacterReference() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadCharacterReference_m424712447 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadCharacterReference_m424712447_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)120))))) { goto IL_00cd; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)120), /*hidden argument*/NULL); goto IL_00b2; } IL_001c: { int32_t L_1 = V_1; XmlTextReader_Advance_m3489997309(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = V_1; if ((((int32_t)L_2) < ((int32_t)((int32_t)48)))) { goto IL_0041; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) > ((int32_t)((int32_t)57)))) { goto IL_0041; } } { int32_t L_4 = V_0; int32_t L_5 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_4<<(int32_t)4)), (int32_t)L_5)), (int32_t)((int32_t)48))); goto IL_00b2; } IL_0041: { int32_t L_6 = V_1; if ((((int32_t)L_6) < ((int32_t)((int32_t)65)))) { goto IL_0062; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)((int32_t)70)))) { goto IL_0062; } } { int32_t L_8 = V_0; int32_t L_9 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_8<<(int32_t)4)), (int32_t)L_9)), (int32_t)((int32_t)65))), (int32_t)((int32_t)10))); goto IL_00b2; } IL_0062: { int32_t L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)((int32_t)97)))) { goto IL_0083; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)102)))) { goto IL_0083; } } { int32_t L_12 = V_0; int32_t L_13 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)4)), (int32_t)L_13)), (int32_t)((int32_t)97))), (int32_t)((int32_t)10))); goto IL_00b2; } IL_0083: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_15 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_16 = V_1; Il2CppChar L_17 = ((Il2CppChar)(((int32_t)((uint16_t)L_16)))); RuntimeObject * L_18 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(0), (RuntimeObject *)L_18); ObjectU5BU5D_t2843939325* L_19 = L_15; int32_t L_20 = V_1; int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(1), (RuntimeObject *)L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Format_m1881875187(NULL /*static, unused*/, L_14, _stringLiteral242357068, L_19, /*hidden argument*/NULL); XmlException_t1761730631 * L_24 = XmlTextReader_NotWFError_m2000394543(__this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,XmlTextReader_ReadCharacterReference_m424712447_RuntimeMethod_var); } IL_00b2: { int32_t L_25 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_26 = L_25; V_1 = L_26; if ((((int32_t)L_26) == ((int32_t)((int32_t)59)))) { goto IL_00c8; } } { int32_t L_27 = V_1; if ((!(((uint32_t)L_27) == ((uint32_t)(-1))))) { goto IL_001c; } } IL_00c8: { goto IL_013d; } IL_00cd: { goto IL_0127; } IL_00d2: { int32_t L_28 = V_1; XmlTextReader_Advance_m3489997309(__this, L_28, /*hidden argument*/NULL); int32_t L_29 = V_1; if ((((int32_t)L_29) < ((int32_t)((int32_t)48)))) { goto IL_00f8; } } { int32_t L_30 = V_1; if ((((int32_t)L_30) > ((int32_t)((int32_t)57)))) { goto IL_00f8; } } { int32_t L_31 = V_0; int32_t L_32 = V_1; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_31, (int32_t)((int32_t)10))), (int32_t)L_32)), (int32_t)((int32_t)48))); goto IL_0127; } IL_00f8: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_33 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_34 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_35 = V_1; Il2CppChar L_36 = ((Il2CppChar)(((int32_t)((uint16_t)L_35)))); RuntimeObject * L_37 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_36); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_37); ObjectU5BU5D_t2843939325* L_38 = L_34; int32_t L_39 = V_1; int32_t L_40 = L_39; RuntimeObject * L_41 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(1), (RuntimeObject *)L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m1881875187(NULL /*static, unused*/, L_33, _stringLiteral2399168977, L_38, /*hidden argument*/NULL); XmlException_t1761730631 * L_43 = XmlTextReader_NotWFError_m2000394543(__this, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XmlTextReader_ReadCharacterReference_m424712447_RuntimeMethod_var); } IL_0127: { int32_t L_44 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_45 = L_44; V_1 = L_45; if ((((int32_t)L_45) == ((int32_t)((int32_t)59)))) { goto IL_013d; } } { int32_t L_46 = V_1; if ((!(((uint32_t)L_46) == ((uint32_t)(-1))))) { goto IL_00d2; } } IL_013d: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); bool L_47 = XmlTextReader_get_CharacterChecking_m322676875(__this, /*hidden argument*/NULL); if (!L_47) { goto IL_01a3; } } { bool L_48 = XmlTextReader_get_Normalization_m1218533950(__this, /*hidden argument*/NULL); if (!L_48) { goto IL_01a3; } } { int32_t L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_50 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_01a3; } } { ObjectU5BU5D_t2843939325* L_51 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral3098805700); (L_51)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral3098805700); ObjectU5BU5D_t2843939325* L_52 = L_51; bool L_53 = __this->get_normalization_46(); bool L_54 = L_53; RuntimeObject * L_55 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_54); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_55); (L_52)->SetAt(static_cast(1), (RuntimeObject *)L_55); ObjectU5BU5D_t2843939325* L_56 = L_52; NullCheck(L_56); ArrayElementTypeCheck (L_56, _stringLiteral807526189); (L_56)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral807526189); ObjectU5BU5D_t2843939325* L_57 = L_56; bool L_58 = __this->get_checkCharacters_47(); bool L_59 = L_58; RuntimeObject * L_60 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_59); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_60); (L_57)->SetAt(static_cast(3), (RuntimeObject *)L_60); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Concat_m2971454694(NULL /*static, unused*/, L_57, /*hidden argument*/NULL); XmlException_t1761730631 * L_62 = XmlTextReader_NotWFError_m2000394543(__this, L_61, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_62,XmlTextReader_ReadCharacterReference_m424712447_RuntimeMethod_var); } IL_01a3: { int32_t L_63 = V_0; return L_63; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadEntityReference(System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadEntityReference_m1806493727 (XmlTextReader_t3455035481 * __this, bool ___ignoreEntityReferences0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadEntityReference_m1806493727_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { String_t* L_0 = XmlTextReader_ReadName_m497761603(__this, /*hidden argument*/NULL); V_0 = L_0; XmlTextReader_Expect_m4011935953(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_2 = XmlChar_GetPredefinedEntity_m872927676(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_001f; } } { int32_t L_4 = V_1; return L_4; } IL_001f: { bool L_5 = ___ignoreEntityReferences0; if (!L_5) { goto IL_005e; } } { XmlTextReader_AppendValueChar_m2174950783(__this, ((int32_t)38), /*hidden argument*/NULL); V_2 = 0; goto IL_0045; } IL_0034: { String_t* L_6 = V_0; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, L_7, /*hidden argument*/NULL); XmlTextReader_AppendValueChar_m2174950783(__this, L_8, /*hidden argument*/NULL); int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0045: { int32_t L_10 = V_2; String_t* L_11 = V_0; 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_0034; } } { XmlTextReader_AppendValueChar_m2174950783(__this, ((int32_t)59), /*hidden argument*/NULL); goto IL_006c; } IL_005e: { __this->set_returnEntityReference_24((bool)1); String_t* L_13 = V_0; __this->set_entityReferenceName_25(L_13); } IL_006c: { return (-1); } } // System.Void Mono.Xml2.XmlTextReader::ReadAttributes(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadAttributes_m3060166399 (XmlTextReader_t3455035481 * __this, bool ___isXmlDecl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadAttributes_m3060166399_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { V_0 = (-1); V_1 = (bool)0; __this->set_currentAttribute_8((-1)); __this->set_currentAttributeValue_9((-1)); } IL_0012: { bool L_0 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_0) { goto IL_002f; } } { bool L_1 = V_1; if (!L_1) { goto IL_002f; } } { XmlException_t1761730631 * L_2 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3159593048, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextReader_ReadAttributes_m3060166399_RuntimeMethod_var); } IL_002f: { XmlTextReader_IncrementAttributeToken_m1983457952(__this, /*hidden argument*/NULL); XmlAttributeTokenInfo_t384315108 * L_3 = __this->get_currentAttributeToken_4(); int32_t L_4 = __this->get_line_33(); NullCheck(L_3); ((XmlTokenInfo_t2519673037 *)L_3)->set_LineNumber_8(L_4); XmlAttributeTokenInfo_t384315108 * L_5 = __this->get_currentAttributeToken_4(); int32_t L_6 = __this->get_column_34(); NullCheck(L_5); ((XmlTokenInfo_t2519673037 *)L_5)->set_LinePosition_9(L_6); XmlAttributeTokenInfo_t384315108 * L_7 = __this->get_currentAttributeToken_4(); String_t* L_8 = XmlTextReader_ReadName_m1541353199(__this, (&V_2), (&V_3), /*hidden argument*/NULL); NullCheck(L_7); ((XmlTokenInfo_t2519673037 *)L_7)->set_Name_2(L_8); XmlAttributeTokenInfo_t384315108 * L_9 = __this->get_currentAttributeToken_4(); String_t* L_10 = V_2; NullCheck(L_9); ((XmlTokenInfo_t2519673037 *)L_9)->set_Prefix_4(L_10); XmlAttributeTokenInfo_t384315108 * L_11 = __this->get_currentAttributeToken_4(); String_t* L_12 = V_3; NullCheck(L_11); ((XmlTokenInfo_t2519673037 *)L_11)->set_LocalName_3(L_12); XmlTextReader_ExpectAfterWhitespace_m1519109733(__this, ((int32_t)61), /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); XmlTextReader_ReadAttributeValueTokens_m3597159985(__this, (-1), /*hidden argument*/NULL); bool L_13 = ___isXmlDecl0; if (!L_13) { goto IL_00ad; } } { XmlAttributeTokenInfo_t384315108 * L_14 = __this->get_currentAttributeToken_4(); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, L_14); V_4 = L_15; } IL_00ad: { int32_t L_16 = __this->get_attributeCount_10(); __this->set_attributeCount_10(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); bool L_17 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_17) { goto IL_00c8; } } { V_1 = (bool)1; } IL_00c8: { int32_t L_18 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_18; bool L_19 = ___isXmlDecl0; if (!L_19) { goto IL_00e7; } } { int32_t L_20 = V_0; if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)63))))) { goto IL_00e2; } } { goto IL_0103; } IL_00e2: { goto IL_00fc; } IL_00e7: { int32_t L_21 = V_0; if ((((int32_t)L_21) == ((int32_t)((int32_t)47)))) { goto IL_00f7; } } { int32_t L_22 = V_0; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)62))))) { goto IL_00fc; } } IL_00f7: { goto IL_0103; } IL_00fc: { int32_t L_23 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)(-1))))) { goto IL_0012; } } IL_0103: { __this->set_currentAttribute_8((-1)); __this->set_currentAttributeValue_9((-1)); return; } } // System.Void Mono.Xml2.XmlTextReader::AddAttributeWithValue(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_AddAttributeWithValue_m1855834060 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_AddAttributeWithValue_m1855834060_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttributeTokenInfo_t384315108 * V_0 = NULL; XmlTokenInfo_t2519673037 * V_1 = NULL; { XmlTextReader_IncrementAttributeToken_m1983457952(__this, /*hidden argument*/NULL); XmlAttributeTokenInfoU5BU5D_t1089758477* L_0 = __this->get_attributeTokens_6(); int32_t L_1 = __this->get_currentAttribute_8(); NullCheck(L_0); int32_t L_2 = L_1; XmlAttributeTokenInfo_t384315108 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; XmlAttributeTokenInfo_t384315108 * L_4 = V_0; XmlNameTable_t71772148 * L_5 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() */, __this); String_t* L_6 = ___name0; NullCheck(L_5); String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6); NullCheck(L_4); ((XmlTokenInfo_t2519673037 *)L_4)->set_Name_2(L_7); XmlAttributeTokenInfo_t384315108 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_8); ((XmlTokenInfo_t2519673037 *)L_8)->set_Prefix_4(L_9); XmlAttributeTokenInfo_t384315108 * L_10 = V_0; String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_10); ((XmlTokenInfo_t2519673037 *)L_10)->set_NamespaceURI_5(L_11); XmlTextReader_IncrementAttributeValueToken_m2379248428(__this, /*hidden argument*/NULL); XmlTokenInfoU5BU5D_t2522587488* L_12 = __this->get_attributeValueTokens_7(); int32_t L_13 = __this->get_currentAttributeValue_9(); NullCheck(L_12); int32_t L_14 = L_13; XmlTokenInfo_t2519673037 * L_15 = (L_12)->GetAt(static_cast(L_14)); V_1 = L_15; XmlTokenInfo_t2519673037 * L_16 = V_1; String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_20 = ___value1; XmlTextReader_SetTokenProperties_m3990861784(__this, L_16, 3, L_17, L_18, L_19, (bool)0, L_20, (bool)0, /*hidden argument*/NULL); XmlAttributeTokenInfo_t384315108 * L_21 = V_0; String_t* L_22 = ___value1; NullCheck(L_21); VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::set_Value(System.String) */, L_21, L_22); int32_t L_23 = __this->get_attributeCount_10(); __this->set_attributeCount_10(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1))); return; } } // System.Void Mono.Xml2.XmlTextReader::IncrementAttributeToken() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_IncrementAttributeToken_m1983457952 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_IncrementAttributeToken_m1983457952_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttributeTokenInfoU5BU5D_t1089758477* V_0 = NULL; { int32_t L_0 = __this->get_currentAttribute_8(); __this->set_currentAttribute_8(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XmlAttributeTokenInfoU5BU5D_t1089758477* L_1 = __this->get_attributeTokens_6(); NullCheck(L_1); int32_t L_2 = __this->get_currentAttribute_8(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((uint32_t)L_2)))) { goto IL_0045; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_3 = __this->get_attributeTokens_6(); NullCheck(L_3); V_0 = ((XmlAttributeTokenInfoU5BU5D_t1089758477*)SZArrayNew(XmlAttributeTokenInfoU5BU5D_t1089758477_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); XmlAttributeTokenInfoU5BU5D_t1089758477* L_4 = __this->get_attributeTokens_6(); XmlAttributeTokenInfoU5BU5D_t1089758477* L_5 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL); XmlAttributeTokenInfoU5BU5D_t1089758477* L_6 = V_0; __this->set_attributeTokens_6(L_6); } IL_0045: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_7 = __this->get_attributeTokens_6(); int32_t L_8 = __this->get_currentAttribute_8(); NullCheck(L_7); int32_t L_9 = L_8; XmlAttributeTokenInfo_t384315108 * L_10 = (L_7)->GetAt(static_cast(L_9)); if (L_10) { goto IL_006a; } } { XmlAttributeTokenInfoU5BU5D_t1089758477* L_11 = __this->get_attributeTokens_6(); int32_t L_12 = __this->get_currentAttribute_8(); XmlAttributeTokenInfo_t384315108 * L_13 = (XmlAttributeTokenInfo_t384315108 *)il2cpp_codegen_object_new(XmlAttributeTokenInfo_t384315108_il2cpp_TypeInfo_var); XmlAttributeTokenInfo__ctor_m482019829(L_13, __this, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (XmlAttributeTokenInfo_t384315108 *)L_13); } IL_006a: { XmlAttributeTokenInfoU5BU5D_t1089758477* L_14 = __this->get_attributeTokens_6(); int32_t L_15 = __this->get_currentAttribute_8(); NullCheck(L_14); int32_t L_16 = L_15; XmlAttributeTokenInfo_t384315108 * L_17 = (L_14)->GetAt(static_cast(L_16)); __this->set_currentAttributeToken_4(L_17); XmlAttributeTokenInfo_t384315108 * L_18 = __this->get_currentAttributeToken_4(); NullCheck(L_18); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::Clear() */, L_18); return; } } // System.Void Mono.Xml2.XmlTextReader::IncrementAttributeValueToken() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_IncrementAttributeValueToken_m2379248428 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_IncrementAttributeValueToken_m2379248428_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTokenInfoU5BU5D_t2522587488* V_0 = NULL; { int32_t L_0 = __this->get_currentAttributeValue_9(); __this->set_currentAttributeValue_9(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); XmlTokenInfoU5BU5D_t2522587488* L_1 = __this->get_attributeValueTokens_7(); NullCheck(L_1); int32_t L_2 = __this->get_currentAttributeValue_9(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length))))) == ((uint32_t)L_2)))) { goto IL_0045; } } { XmlTokenInfoU5BU5D_t2522587488* L_3 = __this->get_attributeValueTokens_7(); NullCheck(L_3); V_0 = ((XmlTokenInfoU5BU5D_t2522587488*)SZArrayNew(XmlTokenInfoU5BU5D_t2522587488_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)2)))); XmlTokenInfoU5BU5D_t2522587488* L_4 = __this->get_attributeValueTokens_7(); XmlTokenInfoU5BU5D_t2522587488* L_5 = V_0; NullCheck((RuntimeArray *)(RuntimeArray *)L_4); Array_CopyTo_m225704097((RuntimeArray *)(RuntimeArray *)L_4, (RuntimeArray *)(RuntimeArray *)L_5, 0, /*hidden argument*/NULL); XmlTokenInfoU5BU5D_t2522587488* L_6 = V_0; __this->set_attributeValueTokens_7(L_6); } IL_0045: { XmlTokenInfoU5BU5D_t2522587488* L_7 = __this->get_attributeValueTokens_7(); int32_t L_8 = __this->get_currentAttributeValue_9(); NullCheck(L_7); int32_t L_9 = L_8; XmlTokenInfo_t2519673037 * L_10 = (L_7)->GetAt(static_cast(L_9)); if (L_10) { goto IL_006a; } } { XmlTokenInfoU5BU5D_t2522587488* L_11 = __this->get_attributeValueTokens_7(); int32_t L_12 = __this->get_currentAttributeValue_9(); XmlTokenInfo_t2519673037 * L_13 = (XmlTokenInfo_t2519673037 *)il2cpp_codegen_object_new(XmlTokenInfo_t2519673037_il2cpp_TypeInfo_var); XmlTokenInfo__ctor_m3168572862(L_13, __this, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (XmlTokenInfo_t2519673037 *)L_13); } IL_006a: { XmlTokenInfoU5BU5D_t2522587488* L_14 = __this->get_attributeValueTokens_7(); int32_t L_15 = __this->get_currentAttributeValue_9(); NullCheck(L_14); int32_t L_16 = L_15; XmlTokenInfo_t2519673037 * L_17 = (L_14)->GetAt(static_cast(L_16)); __this->set_currentAttributeValueToken_5(L_17); XmlTokenInfo_t2519673037 * L_18 = __this->get_currentAttributeValueToken_5(); NullCheck(L_18); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() */, L_18); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadAttributeValueTokens(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadAttributeValueTokens_m3597159985 (XmlTextReader_t3455035481 * __this, int32_t ___dummyQuoteChar0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadAttributeValueTokens_m3597159985_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; bool V_2 = false; bool V_3 = false; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; String_t* V_7 = NULL; Il2CppChar V_8 = 0x0; RuntimeObject* V_9 = NULL; int32_t V_10 = 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); int32_t G_B3_0 = 0; { int32_t L_0 = ___dummyQuoteChar0; if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0012; } } { int32_t L_1 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); G_B3_0 = L_1; goto IL_0013; } IL_0012: { int32_t L_2 = ___dummyQuoteChar0; G_B3_0 = L_2; } IL_0013: { V_0 = G_B3_0; int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)39)))) { goto IL_0030; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)34)))) { goto IL_0030; } } { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral109515691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadAttributeValueTokens_m3597159985_RuntimeMethod_var); } IL_0030: { XmlAttributeTokenInfo_t384315108 * L_6 = __this->get_currentAttributeToken_4(); int32_t L_7 = V_0; NullCheck(L_6); ((XmlTokenInfo_t2519673037 *)L_6)->set_QuoteChar_7((((int32_t)((uint16_t)L_7)))); XmlTextReader_IncrementAttributeValueToken_m2379248428(__this, /*hidden argument*/NULL); XmlAttributeTokenInfo_t384315108 * L_8 = __this->get_currentAttributeToken_4(); int32_t L_9 = __this->get_currentAttributeValue_9(); NullCheck(L_8); L_8->set_ValueTokenStartIndex_13(L_9); XmlTokenInfo_t2519673037 * L_10 = __this->get_currentAttributeValueToken_5(); int32_t L_11 = __this->get_line_33(); NullCheck(L_10); L_10->set_LineNumber_8(L_11); XmlTokenInfo_t2519673037 * L_12 = __this->get_currentAttributeValueToken_5(); int32_t L_13 = __this->get_column_34(); NullCheck(L_12); L_12->set_LinePosition_9(L_13); V_1 = (bool)0; V_2 = (bool)1; V_3 = (bool)1; V_4 = 0; XmlTokenInfo_t2519673037 * L_14 = __this->get_currentAttributeValueToken_5(); StringBuilder_t * L_15 = __this->get_valueBuffer_26(); NullCheck(L_15); int32_t L_16 = StringBuilder_get_Length_m3238060835(L_15, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_ValueBufferStart_10(L_16); goto IL_031f; } IL_009a: { int32_t L_17 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_4 = L_17; int32_t L_18 = V_4; int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_00af; } } { goto IL_0325; } IL_00af: { bool L_20 = V_1; if (!L_20) { goto IL_00f7; } } { XmlTextReader_IncrementAttributeValueToken_m2379248428(__this, /*hidden argument*/NULL); XmlTokenInfo_t2519673037 * L_21 = __this->get_currentAttributeValueToken_5(); StringBuilder_t * L_22 = __this->get_valueBuffer_26(); NullCheck(L_22); int32_t L_23 = StringBuilder_get_Length_m3238060835(L_22, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_ValueBufferStart_10(L_23); XmlTokenInfo_t2519673037 * L_24 = __this->get_currentAttributeValueToken_5(); int32_t L_25 = __this->get_line_33(); NullCheck(L_24); L_24->set_LineNumber_8(L_25); XmlTokenInfo_t2519673037 * L_26 = __this->get_currentAttributeValueToken_5(); int32_t L_27 = __this->get_column_34(); NullCheck(L_26); L_26->set_LinePosition_9(L_27); V_1 = (bool)0; V_2 = (bool)1; } IL_00f7: { int32_t L_28 = V_4; V_10 = L_28; int32_t L_29 = V_10; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)9)))) { case 0: { goto IL_0199; } case 1: { goto IL_0199; } case 2: { goto IL_0119; } case 3: { goto IL_0119; } case 4: { goto IL_015e; } } } IL_0119: { int32_t L_30 = V_10; if ((((int32_t)L_30) == ((int32_t)(-1)))) { goto IL_0144; } } { int32_t L_31 = V_10; if ((((int32_t)L_31) == ((int32_t)((int32_t)38)))) { goto IL_01b2; } } { int32_t L_32 = V_10; if ((((int32_t)L_32) == ((int32_t)((int32_t)60)))) { goto IL_0138; } } { goto IL_02cd; } IL_0138: { XmlException_t1761730631 * L_33 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral316156798, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,XmlTextReader_ReadAttributeValueTokens_m3597159985_RuntimeMethod_var); } IL_0144: { int32_t L_34 = ___dummyQuoteChar0; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_0157; } } { XmlException_t1761730631 * L_35 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1840280891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,XmlTextReader_ReadAttributeValueTokens_m3597159985_RuntimeMethod_var); } IL_0157: { V_3 = (bool)0; goto IL_031d; } IL_015e: { bool L_36 = __this->get_normalization_46(); if (L_36) { goto IL_016e; } } { goto IL_02cd; } IL_016e: { int32_t L_37 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_37) == ((uint32_t)((int32_t)10))))) { goto IL_0180; } } { goto IL_031f; } IL_0180: { bool L_38 = __this->get_normalization_46(); if (L_38) { goto IL_0190; } } { goto IL_02cd; } IL_0190: { V_4 = ((int32_t)32); goto IL_02cd; } IL_0199: { bool L_39 = __this->get_normalization_46(); if (L_39) { goto IL_01a9; } } { goto IL_02cd; } IL_01a9: { V_4 = ((int32_t)32); goto IL_02cd; } IL_01b2: { int32_t L_40 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)35))))) { goto IL_01dc; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)35), /*hidden argument*/NULL); int32_t L_41 = XmlTextReader_ReadCharacterReference_m424712447(__this, /*hidden argument*/NULL); V_4 = L_41; int32_t L_42 = V_4; XmlTextReader_AppendValueChar_m2174950783(__this, L_42, /*hidden argument*/NULL); goto IL_031d; } IL_01dc: { String_t* L_43 = XmlTextReader_ReadName_m497761603(__this, /*hidden argument*/NULL); V_5 = L_43; XmlTextReader_Expect_m4011935953(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_44 = V_5; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_45 = XmlChar_GetPredefinedEntity_m872927676(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); V_6 = L_45; int32_t L_46 = V_6; if ((((int32_t)L_46) >= ((int32_t)0))) { goto IL_02c0; } } { String_t* L_47 = V_5; XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471(__this, L_47, /*hidden argument*/NULL); int32_t L_48 = __this->get_entityHandling_50(); if ((!(((uint32_t)L_48) == ((uint32_t)1)))) { goto IL_0262; } } { DTDObjectModel_t1729680289 * L_49 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_50 = V_5; NullCheck(L_49); String_t* L_51 = DTDObjectModel_GenerateEntityAttributeText_m775344041(L_49, L_50, /*hidden argument*/NULL); V_7 = L_51; String_t* L_52 = V_7; NullCheck(L_52); RuntimeObject* L_53 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t2614313359_il2cpp_TypeInfo_var, L_52); V_9 = L_53; } IL_0229: try { // begin try (depth: 1) { goto IL_023f; } IL_022e: { RuntimeObject* L_54 = V_9; NullCheck(L_54); Il2CppChar L_55 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t4067030938_il2cpp_TypeInfo_var, L_54); V_8 = L_55; Il2CppChar L_56 = V_8; XmlTextReader_AppendValueChar_m2174950783(__this, L_56, /*hidden argument*/NULL); } IL_023f: { RuntimeObject* L_57 = V_9; NullCheck(L_57); bool L_58 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_57); if (L_58) { goto IL_022e; } } IL_024b: { IL2CPP_LEAVE(0x25D, FINALLY_0250); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0250; } FINALLY_0250: { // begin finally (depth: 1) { RuntimeObject* L_59 = V_9; if (L_59) { goto IL_0255; } } IL_0254: { IL2CPP_END_FINALLY(592) } IL_0255: { RuntimeObject* L_60 = V_9; NullCheck(L_60); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_60); IL2CPP_END_FINALLY(592) } } // end finally (depth: 1) IL2CPP_CLEANUP(592) { IL2CPP_JUMP_TBL(0x25D, IL_025d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_025d: { goto IL_02bb; } IL_0262: { XmlTokenInfo_t2519673037 * L_61 = __this->get_currentAttributeValueToken_5(); StringBuilder_t * L_62 = __this->get_valueBuffer_26(); NullCheck(L_62); int32_t L_63 = StringBuilder_get_Length_m3238060835(L_62, /*hidden argument*/NULL); NullCheck(L_61); L_61->set_ValueBufferEnd_11(L_63); XmlTokenInfo_t2519673037 * L_64 = __this->get_currentAttributeValueToken_5(); NullCheck(L_64); L_64->set_NodeType_12(3); bool L_65 = V_2; if (L_65) { goto IL_0290; } } { XmlTextReader_IncrementAttributeValueToken_m2379248428(__this, /*hidden argument*/NULL); } IL_0290: { XmlTokenInfo_t2519673037 * L_66 = __this->get_currentAttributeValueToken_5(); String_t* L_67 = V_5; NullCheck(L_66); L_66->set_Name_2(L_67); XmlTokenInfo_t2519673037 * L_68 = __this->get_currentAttributeValueToken_5(); 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(); NullCheck(L_68); VirtActionInvoker1< String_t* >::Invoke(5 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::set_Value(System.String) */, L_68, L_69); XmlTokenInfo_t2519673037 * L_70 = __this->get_currentAttributeValueToken_5(); NullCheck(L_70); L_70->set_NodeType_12(5); V_1 = (bool)1; } IL_02bb: { goto IL_02c8; } IL_02c0: { int32_t L_71 = V_6; XmlTextReader_AppendValueChar_m2174950783(__this, L_71, /*hidden argument*/NULL); } IL_02c8: { goto IL_031d; } IL_02cd: { bool L_72 = XmlTextReader_get_CharacterChecking_m322676875(__this, /*hidden argument*/NULL); if (!L_72) { goto IL_02f0; } } { int32_t L_73 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_74 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_02f0; } } { XmlException_t1761730631 * L_75 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2231894808, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_75,XmlTextReader_ReadAttributeValueTokens_m3597159985_RuntimeMethod_var); } IL_02f0: { int32_t L_76 = V_4; if ((((int32_t)L_76) >= ((int32_t)((int32_t)65535)))) { goto IL_0310; } } { StringBuilder_t * L_77 = __this->get_valueBuffer_26(); int32_t L_78 = V_4; NullCheck(L_77); StringBuilder_Append_m2383614642(L_77, (((int32_t)((uint16_t)L_78))), /*hidden argument*/NULL); goto IL_0318; } IL_0310: { int32_t L_79 = V_4; XmlTextReader_AppendSurrogatePairValueChar_m85381951(__this, L_79, /*hidden argument*/NULL); } IL_0318: { goto IL_031d; } IL_031d: { V_2 = (bool)0; } IL_031f: { bool L_80 = V_3; if (L_80) { goto IL_009a; } } IL_0325: { bool L_81 = V_1; if (L_81) { goto IL_034d; } } { XmlTokenInfo_t2519673037 * L_82 = __this->get_currentAttributeValueToken_5(); StringBuilder_t * L_83 = __this->get_valueBuffer_26(); NullCheck(L_83); int32_t L_84 = StringBuilder_get_Length_m3238060835(L_83, /*hidden argument*/NULL); NullCheck(L_82); L_82->set_ValueBufferEnd_11(L_84); XmlTokenInfo_t2519673037 * L_85 = __this->get_currentAttributeValueToken_5(); NullCheck(L_85); L_85->set_NodeType_12(3); } IL_034d: { XmlAttributeTokenInfo_t384315108 * L_86 = __this->get_currentAttributeToken_4(); int32_t L_87 = __this->get_currentAttributeValue_9(); NullCheck(L_86); L_86->set_ValueTokenEndIndex_14(L_87); return; } } // System.Void Mono.Xml2.XmlTextReader::CheckAttributeEntityReferenceWFC(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471 (XmlTextReader_t3455035481 * __this, String_t* ___entName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; DTDEntityDeclaration_t811637416 * G_B3_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0011; } } { G_B3_0 = ((DTDEntityDeclaration_t811637416 *)(NULL)); goto IL_0022; } IL_0011: { DTDObjectModel_t1729680289 * L_1 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); NullCheck(L_1); DTDEntityDeclarationCollection_t2250844513 * L_2 = DTDObjectModel_get_EntityDecls_m2343264842(L_1, /*hidden argument*/NULL); String_t* L_3 = ___entName0; NullCheck(L_2); DTDEntityDeclaration_t811637416 * L_4 = DTDEntityDeclarationCollection_get_Item_m883323424(L_2, L_3, /*hidden argument*/NULL); G_B3_0 = L_4; } IL_0022: { V_0 = G_B3_0; DTDEntityDeclaration_t811637416 * L_5 = V_0; if (L_5) { goto IL_0064; } } { int32_t L_6 = __this->get_entityHandling_50(); if ((((int32_t)L_6) == ((int32_t)1))) { goto IL_0051; } } { DTDObjectModel_t1729680289 * L_7 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0063; } } { XmlResolver_t626023767 * L_8 = __this->get_resolver_45(); if (!L_8) { goto IL_0063; } } { DTDEntityDeclaration_t811637416 * L_9 = V_0; if (L_9) { goto IL_0063; } } IL_0051: { String_t* L_10 = ___entName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4194992994, L_10, /*hidden argument*/NULL); XmlException_t1761730631 * L_12 = XmlTextReader_NotWFError_m2000394543(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_RuntimeMethod_var); } IL_0063: { return; } IL_0064: { DTDEntityDeclaration_t811637416 * L_13 = V_0; NullCheck(L_13); bool L_14 = DTDEntityDeclaration_get_HasExternalReference_m2445477146(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_007b; } } { XmlException_t1761730631 * L_15 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3577597680, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_RuntimeMethod_var); } IL_007b: { bool L_16 = __this->get_isStandalone_23(); if (!L_16) { goto IL_009d; } } { DTDEntityDeclaration_t811637416 * L_17 = V_0; NullCheck(L_17); bool L_18 = DTDNode_get_IsInternalSubset_m279305321(L_17, /*hidden argument*/NULL); if (L_18) { goto IL_009d; } } { XmlException_t1761730631 * L_19 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral80977401, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_RuntimeMethod_var); } IL_009d: { DTDEntityDeclaration_t811637416 * L_20 = V_0; NullCheck(L_20); String_t* L_21 = DTDEntityDeclaration_get_EntityValue_m498441691(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = String_IndexOf_m363431711(L_21, ((int32_t)60), /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)0))) { goto IL_00bc; } } { XmlException_t1761730631 * L_23 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral4152535119, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,XmlTextReader_CheckAttributeEntityReferenceWFC_m2457931471_RuntimeMethod_var); } IL_00bc: { return; } } // System.Void Mono.Xml2.XmlTextReader::ReadProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadProcessingInstruction_m1262082069 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadProcessingInstruction_m1262082069_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = XmlTextReader_ReadName_m497761603(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_2) { goto IL_003d; } } { String_t* L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_5 = String_ToLower_m3490221821(L_3, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_6) { goto IL_003d; } } { XmlException_t1761730631 * L_7 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1346842335, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlTextReader_ReadProcessingInstruction_m1262082069_RuntimeMethod_var); } IL_003d: { bool L_8 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0061; } } { int32_t L_9 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)63)))) { goto IL_0061; } } { XmlException_t1761730631 * L_10 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral763089245, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,XmlTextReader_ReadProcessingInstruction_m1262082069_RuntimeMethod_var); } IL_0061: { XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); goto IL_00be; } IL_006c: { int32_t L_11 = V_1; XmlTextReader_Advance_m3489997309(__this, L_11, /*hidden argument*/NULL); int32_t L_12 = V_1; if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)63))))) { goto IL_0095; } } { int32_t L_13 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)62))))) { goto IL_0095; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)62), /*hidden argument*/NULL); goto IL_00cc; } IL_0095: { bool L_14 = XmlTextReader_get_CharacterChecking_m322676875(__this, /*hidden argument*/NULL); if (!L_14) { goto IL_00b7; } } { int32_t L_15 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_16 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00b7; } } { XmlException_t1761730631 * L_17 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2231894808, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,XmlTextReader_ReadProcessingInstruction_m1262082069_RuntimeMethod_var); } IL_00b7: { int32_t L_18 = V_1; XmlTextReader_AppendValueChar_m2174950783(__this, L_18, /*hidden argument*/NULL); } IL_00be: { int32_t L_19 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_20 = L_19; V_1 = L_20; if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_006c; } } IL_00cc: { String_t* L_21 = V_0; bool L_22 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_21, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_22) { goto IL_00e7; } } { XmlTextReader_VerifyXmlDeclaration_m3715519337(__this, /*hidden argument*/NULL); goto IL_010b; } IL_00e7: { int32_t L_23 = __this->get_currentState_39(); if (L_23) { goto IL_00fa; } } { __this->set_currentState_39(((int32_t)17)); } IL_00fa: { String_t* L_24 = V_0; 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(); String_t* L_26 = V_0; XmlTextReader_SetProperties_m1944983866(__this, 7, L_24, L_25, L_26, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); } IL_010b: { return; } } // System.Void Mono.Xml2.XmlTextReader::VerifyXmlDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_VerifyXmlDeclaration_m3715519337 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_VerifyXmlDeclaration_m3715519337_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; String_t* V_5 = NULL; int32_t V_6 = 0; { bool L_0 = __this->get_allowMultipleRoot_22(); if (L_0) { goto IL_0022; } } { int32_t L_1 = __this->get_currentState_39(); if (!L_1) { goto IL_0022; } } { XmlException_t1761730631 * L_2 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3228481126, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_0022: { __this->set_currentState_39(((int32_t)17)); String_t* L_3 = XmlTextReader_CreateValueString_m2043680139(__this, /*hidden argument*/NULL); V_0 = L_3; XmlTextReader_ClearAttributes_m4013416704(__this, /*hidden argument*/NULL); V_1 = 0; V_2 = (String_t*)NULL; V_3 = (String_t*)NULL; String_t* L_4 = V_0; XmlTextReader_ParseAttributeFromString_m4180485644(__this, L_4, (&V_1), (&V_4), (&V_5), /*hidden argument*/NULL); String_t* L_5 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, _stringLiteral1902401671, /*hidden argument*/NULL); if (L_6) { goto IL_006c; } } { String_t* L_7 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, _stringLiteral3073726249, /*hidden argument*/NULL); if (!L_8) { goto IL_0078; } } IL_006c: { XmlException_t1761730631 * L_9 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2321515209, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_0078: { 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(); V_4 = L_10; String_t* L_11 = V_0; bool L_12 = XmlTextReader_SkipWhitespaceInString_m2492604174(__this, L_11, (&V_1), /*hidden argument*/NULL); if (!L_12) { goto IL_00a6; } } { int32_t L_13 = V_1; String_t* L_14 = V_0; NullCheck(L_14); int32_t L_15 = String_get_Length_m3847582255(L_14, /*hidden argument*/NULL); if ((((int32_t)L_13) >= ((int32_t)L_15))) { goto IL_00a6; } } { String_t* L_16 = V_0; XmlTextReader_ParseAttributeFromString_m4180485644(__this, L_16, (&V_1), (&V_4), (&V_5), /*hidden argument*/NULL); } IL_00a6: { String_t* L_17 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, _stringLiteral3002372288, /*hidden argument*/NULL); if (!L_18) { goto IL_0140; } } { String_t* L_19 = V_5; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_20 = XmlChar_IsValidIANAEncoding_m3868492798(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00cf; } } { XmlException_t1761730631 * L_21 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3805817262, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_00cf: { TextReader_t283511965 * L_22 = __this->get_reader_27(); if (!((XmlStreamReader_t727818754 *)IsInstClass((RuntimeObject*)L_22, XmlStreamReader_t727818754_il2cpp_TypeInfo_var))) { goto IL_00ff; } } { XmlParserContext_t2544895291 * L_23 = __this->get_parserContext_11(); TextReader_t283511965 * L_24 = __this->get_reader_27(); NullCheck(((XmlStreamReader_t727818754 *)CastclassClass((RuntimeObject*)L_24, XmlStreamReader_t727818754_il2cpp_TypeInfo_var))); Encoding_t1523322056 * L_25 = NonBlockingStreamReader_get_Encoding_m4190945239(((XmlStreamReader_t727818754 *)CastclassClass((RuntimeObject*)L_24, XmlStreamReader_t727818754_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_23); XmlParserContext_set_Encoding_m532670954(L_23, L_25, /*hidden argument*/NULL); goto IL_010f; } IL_00ff: { XmlParserContext_t2544895291 * L_26 = __this->get_parserContext_11(); IL2CPP_RUNTIME_CLASS_INIT(Encoding_t1523322056_il2cpp_TypeInfo_var); Encoding_t1523322056 * L_27 = Encoding_get_Unicode_m811213576(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_26); XmlParserContext_set_Encoding_m532670954(L_26, L_27, /*hidden argument*/NULL); } IL_010f: { String_t* L_28 = V_5; V_2 = L_28; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_4 = L_29; String_t* L_30 = V_0; bool L_31 = XmlTextReader_SkipWhitespaceInString_m2492604174(__this, L_30, (&V_1), /*hidden argument*/NULL); if (!L_31) { goto IL_0140; } } { int32_t L_32 = V_1; String_t* L_33 = V_0; NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); if ((((int32_t)L_32) >= ((int32_t)L_34))) { goto IL_0140; } } { String_t* L_35 = V_0; XmlTextReader_ParseAttributeFromString_m4180485644(__this, L_35, (&V_1), (&V_4), (&V_5), /*hidden argument*/NULL); } IL_0140: { String_t* L_36 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, _stringLiteral2469761506, /*hidden argument*/NULL); if (!L_37) { goto IL_01a3; } } { String_t* L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_39 = String_op_Equality_m920492651(NULL /*static, unused*/, L_38, _stringLiteral4119301762, /*hidden argument*/NULL); __this->set_isStandalone_23(L_39); String_t* L_40 = V_5; bool L_41 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_40, _stringLiteral4119301762, /*hidden argument*/NULL); if (!L_41) { goto IL_0191; } } { String_t* L_42 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_42, _stringLiteral3454777282, /*hidden argument*/NULL); if (!L_43) { goto IL_0191; } } { XmlException_t1761730631 * L_44 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1317987723, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_0191: { String_t* L_45 = V_5; V_3 = L_45; String_t* L_46 = V_0; XmlTextReader_SkipWhitespaceInString_m2492604174(__this, L_46, (&V_1), /*hidden argument*/NULL); goto IL_01c2; } IL_01a3: { String_t* L_47 = V_4; NullCheck(L_47); int32_t L_48 = String_get_Length_m3847582255(L_47, /*hidden argument*/NULL); if (!L_48) { goto IL_01c2; } } { String_t* L_49 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral495382458, L_49, /*hidden argument*/NULL); XmlException_t1761730631 * L_51 = XmlTextReader_NotWFError_m2000394543(__this, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_01c2: { int32_t L_52 = V_1; String_t* L_53 = V_0; NullCheck(L_53); int32_t L_54 = String_get_Length_m3847582255(L_53, /*hidden argument*/NULL); if ((((int32_t)L_52) >= ((int32_t)L_54))) { goto IL_01da; } } { XmlException_t1761730631 * L_55 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2029144312, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55,XmlTextReader_VerifyXmlDeclaration_m3715519337_RuntimeMethod_var); } IL_01da: { XmlTextReader_AddAttributeWithValue_m1855834060(__this, _stringLiteral1902401671, _stringLiteral3073726249, /*hidden argument*/NULL); String_t* L_56 = V_2; if (!L_56) { goto IL_01fc; } } { String_t* L_57 = V_2; XmlTextReader_AddAttributeWithValue_m1855834060(__this, _stringLiteral3002372288, L_57, /*hidden argument*/NULL); } IL_01fc: { String_t* L_58 = V_3; if (!L_58) { goto IL_020e; } } { String_t* L_59 = V_3; XmlTextReader_AddAttributeWithValue_m1855834060(__this, _stringLiteral2469761506, L_59, /*hidden argument*/NULL); } IL_020e: { int32_t L_60 = (-1); V_6 = L_60; __this->set_currentAttributeValue_9(L_60); int32_t L_61 = V_6; __this->set_currentAttribute_8(L_61); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_62 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_63 = V_0; XmlTextReader_SetProperties_m1944983866(__this, ((int32_t)17), _stringLiteral2909972470, L_62, _stringLiteral2909972470, (bool)0, L_63, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml2.XmlTextReader::SkipWhitespaceInString(System.String,System.Int32&) extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_SkipWhitespaceInString_m2492604174 (XmlTextReader_t3455035481 * __this, String_t* ___text0, int32_t* ___idx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_SkipWhitespaceInString_m2492604174_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t* L_0 = ___idx1; V_0 = (*((int32_t*)L_0)); goto IL_000e; } IL_0008: { int32_t* L_1 = ___idx1; int32_t* L_2 = ___idx1; *((int32_t*)(L_1)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_2)), (int32_t)1)); } IL_000e: { int32_t* L_3 = ___idx1; String_t* L_4 = ___text0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_3))) >= ((int32_t)L_5))) { goto IL_002d; } } { String_t* L_6 = ___text0; int32_t* L_7 = ___idx1; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, (*((int32_t*)L_7)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_9 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0008; } } IL_002d: { int32_t* L_10 = ___idx1; int32_t L_11 = V_0; return (bool)((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_10)), (int32_t)L_11))) > ((int32_t)0))? 1 : 0); } } // System.Void Mono.Xml2.XmlTextReader::ParseAttributeFromString(System.String,System.Int32&,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ParseAttributeFromString_m4180485644 (XmlTextReader_t3455035481 * __this, String_t* ___src0, int32_t* ___idx1, String_t** ___name2, String_t** ___value3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ParseAttributeFromString_m4180485644_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar V_1 = 0x0; { goto IL_000b; } IL_0005: { int32_t* L_0 = ___idx1; int32_t* L_1 = ___idx1; *((int32_t*)(L_0)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_1)), (int32_t)1)); } IL_000b: { int32_t* L_2 = ___idx1; String_t* L_3 = ___src0; NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_2))) >= ((int32_t)L_4))) { goto IL_002a; } } { String_t* L_5 = ___src0; int32_t* L_6 = ___idx1; NullCheck(L_5); Il2CppChar L_7 = String_get_Chars_m2986988803(L_5, (*((int32_t*)L_6)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_8 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0005; } } IL_002a: { int32_t* L_9 = ___idx1; V_0 = (*((int32_t*)L_9)); goto IL_0038; } IL_0032: { int32_t* L_10 = ___idx1; int32_t* L_11 = ___idx1; *((int32_t*)(L_10)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_11)), (int32_t)1)); } IL_0038: { int32_t* L_12 = ___idx1; String_t* L_13 = ___src0; NullCheck(L_13); int32_t L_14 = String_get_Length_m3847582255(L_13, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_12))) >= ((int32_t)L_14))) { goto IL_0057; } } { String_t* L_15 = ___src0; int32_t* L_16 = ___idx1; NullCheck(L_15); Il2CppChar L_17 = String_get_Chars_m2986988803(L_15, (*((int32_t*)L_16)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_18 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); if (L_18) { goto IL_0032; } } IL_0057: { String_t** L_19 = ___name2; String_t* L_20 = ___src0; int32_t L_21 = V_0; int32_t* L_22 = ___idx1; int32_t L_23 = V_0; NullCheck(L_20); String_t* L_24 = String_Substring_m1610150815(L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_22)), (int32_t)L_23)), /*hidden argument*/NULL); *((RuntimeObject **)(L_19)) = (RuntimeObject *)L_24; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_19), (RuntimeObject *)L_24); goto IL_006f; } IL_0069: { int32_t* L_25 = ___idx1; int32_t* L_26 = ___idx1; *((int32_t*)(L_25)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_26)), (int32_t)1)); } IL_006f: { int32_t* L_27 = ___idx1; String_t* L_28 = ___src0; NullCheck(L_28); int32_t L_29 = String_get_Length_m3847582255(L_28, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_27))) >= ((int32_t)L_29))) { goto IL_008e; } } { String_t* L_30 = ___src0; int32_t* L_31 = ___idx1; NullCheck(L_30); Il2CppChar L_32 = String_get_Chars_m2986988803(L_30, (*((int32_t*)L_31)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_33 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0069; } } IL_008e: { int32_t* L_34 = ___idx1; String_t* L_35 = ___src0; NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_34))) == ((int32_t)L_36))) { goto IL_00aa; } } { String_t* L_37 = ___src0; int32_t* L_38 = ___idx1; NullCheck(L_37); Il2CppChar L_39 = String_get_Chars_m2986988803(L_37, (*((int32_t*)L_38)), /*hidden argument*/NULL); if ((((int32_t)L_39) == ((int32_t)((int32_t)61)))) { goto IL_00bd; } } IL_00aa: { String_t** L_40 = ___name2; String_t* L_41 = *((String_t**)L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral261403434, L_41, /*hidden argument*/NULL); XmlException_t1761730631 * L_43 = XmlTextReader_NotWFError_m2000394543(__this, L_42, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XmlTextReader_ParseAttributeFromString_m4180485644_RuntimeMethod_var); } IL_00bd: { int32_t* L_44 = ___idx1; int32_t* L_45 = ___idx1; *((int32_t*)(L_44)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_45)), (int32_t)1)); goto IL_00ce; } IL_00c8: { int32_t* L_46 = ___idx1; int32_t* L_47 = ___idx1; *((int32_t*)(L_46)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_47)), (int32_t)1)); } IL_00ce: { int32_t* L_48 = ___idx1; String_t* L_49 = ___src0; NullCheck(L_49); int32_t L_50 = String_get_Length_m3847582255(L_49, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_48))) >= ((int32_t)L_50))) { goto IL_00ed; } } { String_t* L_51 = ___src0; int32_t* L_52 = ___idx1; NullCheck(L_51); Il2CppChar L_53 = String_get_Chars_m2986988803(L_51, (*((int32_t*)L_52)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_54 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_53, /*hidden argument*/NULL); if (L_54) { goto IL_00c8; } } IL_00ed: { int32_t* L_55 = ___idx1; String_t* L_56 = ___src0; NullCheck(L_56); int32_t L_57 = String_get_Length_m3847582255(L_56, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_55))) == ((int32_t)L_57))) { goto IL_0118; } } { String_t* L_58 = ___src0; int32_t* L_59 = ___idx1; NullCheck(L_58); Il2CppChar L_60 = String_get_Chars_m2986988803(L_58, (*((int32_t*)L_59)), /*hidden argument*/NULL); if ((((int32_t)L_60) == ((int32_t)((int32_t)34)))) { goto IL_0124; } } { String_t* L_61 = ___src0; int32_t* L_62 = ___idx1; NullCheck(L_61); Il2CppChar L_63 = String_get_Chars_m2986988803(L_61, (*((int32_t*)L_62)), /*hidden argument*/NULL); if ((((int32_t)L_63) == ((int32_t)((int32_t)39)))) { goto IL_0124; } } IL_0118: { XmlException_t1761730631 * L_64 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1101314890, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,XmlTextReader_ParseAttributeFromString_m4180485644_RuntimeMethod_var); } IL_0124: { String_t* L_65 = ___src0; int32_t* L_66 = ___idx1; NullCheck(L_65); Il2CppChar L_67 = String_get_Chars_m2986988803(L_65, (*((int32_t*)L_66)), /*hidden argument*/NULL); V_1 = L_67; int32_t* L_68 = ___idx1; int32_t* L_69 = ___idx1; *((int32_t*)(L_68)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_69)), (int32_t)1)); int32_t* L_70 = ___idx1; V_0 = (*((int32_t*)L_70)); goto IL_0141; } IL_013b: { int32_t* L_71 = ___idx1; int32_t* L_72 = ___idx1; *((int32_t*)(L_71)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_72)), (int32_t)1)); } IL_0141: { int32_t* L_73 = ___idx1; String_t* L_74 = ___src0; NullCheck(L_74); int32_t L_75 = String_get_Length_m3847582255(L_74, /*hidden argument*/NULL); if ((((int32_t)(*((int32_t*)L_73))) >= ((int32_t)L_75))) { goto IL_015c; } } { String_t* L_76 = ___src0; int32_t* L_77 = ___idx1; NullCheck(L_76); Il2CppChar L_78 = String_get_Chars_m2986988803(L_76, (*((int32_t*)L_77)), /*hidden argument*/NULL); Il2CppChar L_79 = V_1; if ((!(((uint32_t)L_78) == ((uint32_t)L_79)))) { goto IL_013b; } } IL_015c: { int32_t* L_80 = ___idx1; int32_t* L_81 = ___idx1; *((int32_t*)(L_80)) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_81)), (int32_t)1)); String_t** L_82 = ___value3; String_t* L_83 = ___src0; int32_t L_84 = V_0; int32_t* L_85 = ___idx1; int32_t L_86 = V_0; NullCheck(L_83); String_t* L_87 = String_Substring_m1610150815(L_83, L_84, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(*((int32_t*)L_85)), (int32_t)L_86)), (int32_t)1)), /*hidden argument*/NULL); *((RuntimeObject **)(L_82)) = (RuntimeObject *)L_87; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_82), (RuntimeObject *)L_87); return; } } // System.Void Mono.Xml2.XmlTextReader::SkipTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_SkipTextDeclaration_m484952237 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_SkipTextDeclaration_m484952237_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t3528271667* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)60)))) { goto IL_000e; } } { return; } IL_000e: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); int32_t L_1 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)63)))) { goto IL_002a; } } { __this->set_peekCharsIndex_29(0); return; } IL_002a: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); goto IL_004e; } IL_0036: { int32_t L_2 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0047; } } { goto IL_005a; } IL_0047: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); } IL_004e: { int32_t L_3 = __this->get_peekCharsIndex_29(); if ((((int32_t)L_3) < ((int32_t)6))) { goto IL_0036; } } IL_005a: { CharU5BU5D_t3528271667* L_4 = __this->get_peekChars_28(); String_t* L_5 = String_CreateString_m860434552(NULL, L_4, 2, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, _stringLiteral1087547382, /*hidden argument*/NULL); if (!L_6) { goto IL_00b0; } } { CharU5BU5D_t3528271667* L_7 = __this->get_peekChars_28(); String_t* L_8 = String_CreateString_m860434552(NULL, L_7, 2, 4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_9 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_10 = String_ToLower_m3490221821(L_8, L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral1087547382, /*hidden argument*/NULL); if (!L_11) { goto IL_00a8; } } { XmlException_t1761730631 * L_12 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral651234578, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_00a8: { __this->set_peekCharsIndex_29(0); return; } IL_00b0: { XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_13 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)118))))) { goto IL_0199; } } { XmlTextReader_Expect_m4157068380(__this, _stringLiteral1902401671, /*hidden argument*/NULL); XmlTextReader_ExpectAfterWhitespace_m1519109733(__this, ((int32_t)61), /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_14 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_14; V_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); V_2 = 0; int32_t L_15 = V_0; V_4 = L_15; int32_t L_16 = V_4; if ((((int32_t)L_16) == ((int32_t)((int32_t)34)))) { goto IL_0108; } } { int32_t L_17 = V_4; if ((((int32_t)L_17) == ((int32_t)((int32_t)39)))) { goto IL_0108; } } { goto IL_018d; } IL_0108: { goto IL_016e; } IL_010d: { int32_t L_18 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_0125; } } { XmlException_t1761730631 * L_19 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3391666464, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_0125: { int32_t L_20 = V_2; if ((!(((uint32_t)L_20) == ((uint32_t)3)))) { goto IL_0138; } } { XmlException_t1761730631 * L_21 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1542905477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_0138: { CharU5BU5D_t3528271667* L_22 = V_1; int32_t L_23 = V_2; int32_t L_24 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); NullCheck(L_22); (L_22)->SetAt(static_cast(L_23), (Il2CppChar)(((int32_t)((uint16_t)L_24)))); int32_t L_25 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); int32_t L_26 = V_2; if ((!(((uint32_t)L_26) == ((uint32_t)3)))) { goto IL_016e; } } { CharU5BU5D_t3528271667* L_27 = V_1; String_t* L_28 = String_CreateString_m2818852475(NULL, L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_29 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_28, _stringLiteral3073726249, /*hidden argument*/NULL); if (!L_29) { goto IL_016e; } } { XmlException_t1761730631 * L_30 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1542905477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_016e: { int32_t L_31 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_32 = V_0; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_010d; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); goto IL_0199; } IL_018d: { XmlException_t1761730631 * L_33 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3391666464, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_0199: { int32_t L_34 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)((int32_t)101))))) { goto IL_022e; } } { XmlTextReader_Expect_m4157068380(__this, _stringLiteral3002372288, /*hidden argument*/NULL); XmlTextReader_ExpectAfterWhitespace_m1519109733(__this, ((int32_t)61), /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_35 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_3 = L_35; int32_t L_36 = V_3; V_4 = L_36; int32_t L_37 = V_4; if ((((int32_t)L_37) == ((int32_t)((int32_t)34)))) { goto IL_01e1; } } { int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)((int32_t)39)))) { goto IL_01e1; } } { goto IL_021d; } IL_01e1: { goto IL_01fe; } IL_01e6: { int32_t L_39 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_01fe; } } { XmlException_t1761730631 * L_40 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2681585976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_01fe: { int32_t L_41 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_42 = V_3; if ((!(((uint32_t)L_41) == ((uint32_t)L_42)))) { goto IL_01e6; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); goto IL_0229; } IL_021d: { XmlException_t1761730631 * L_43 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2681585976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_0229: { goto IL_0245; } IL_022e: { int32_t L_44 = XmlTextReader_get_Conformance_m1085403856(__this, /*hidden argument*/NULL); if (L_44) { goto IL_0245; } } { XmlException_t1761730631 * L_45 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1133395641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,XmlTextReader_SkipTextDeclaration_m484952237_RuntimeMethod_var); } IL_0245: { XmlTextReader_Expect_m4157068380(__this, _stringLiteral3451697041, /*hidden argument*/NULL); int32_t L_46 = __this->get_peekCharsIndex_29(); __this->set_curNodePeekIndex_31(L_46); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadDeclaration() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadDeclaration_m3647026478 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadDeclaration_m3647026478_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)45)))) { goto IL_0026; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)68)))) { goto IL_0059; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)91)))) { goto IL_003c; } } { goto IL_006f; } IL_0026: { XmlTextReader_Expect_m4157068380(__this, _stringLiteral3450713987, /*hidden argument*/NULL); XmlTextReader_ReadComment_m951405007(__this, /*hidden argument*/NULL); goto IL_007b; } IL_003c: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); XmlTextReader_Expect_m4157068380(__this, _stringLiteral2751207385, /*hidden argument*/NULL); XmlTextReader_ReadCDATA_m610664339(__this, /*hidden argument*/NULL); goto IL_007b; } IL_0059: { XmlTextReader_Expect_m4157068380(__this, _stringLiteral2857192859, /*hidden argument*/NULL); XmlTextReader_ReadDoctypeDecl_m2417141237(__this, /*hidden argument*/NULL); goto IL_007b; } IL_006f: { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2576722118, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadDeclaration_m3647026478_RuntimeMethod_var); } IL_007b: { return; } } // System.Void Mono.Xml2.XmlTextReader::ReadComment() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadComment_m951405007 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadComment_m951405007_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_currentState_39(); if (L_0) { goto IL_0013; } } { __this->set_currentState_39(((int32_t)17)); } IL_0013: { __this->set_preserveCurrentTag_32((bool)0); XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); goto IL_008d; } IL_0025: { int32_t L_1 = V_0; XmlTextReader_Advance_m3489997309(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)45))))) { goto IL_006f; } } { int32_t L_3 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)45))))) { goto IL_006f; } } { XmlTextReader_Advance_m3489997309(__this, ((int32_t)45), /*hidden argument*/NULL); int32_t L_4 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)62)))) { goto IL_0062; } } { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral440082293, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadComment_m951405007_RuntimeMethod_var); } IL_0062: { XmlTextReader_Advance_m3489997309(__this, ((int32_t)62), /*hidden argument*/NULL); goto IL_009b; } IL_006f: { int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_7 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0086; } } { XmlException_t1761730631 * L_8 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2783505721, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlTextReader_ReadComment_m951405007_RuntimeMethod_var); } IL_0086: { int32_t L_9 = V_0; XmlTextReader_AppendValueChar_m2174950783(__this, L_9, /*hidden argument*/NULL); } IL_008d: { int32_t L_10 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_11 = L_10; V_0 = L_11; if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0025; } } IL_009b: { 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(); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlTextReader_SetProperties_m1944983866(__this, 8, L_12, L_13, L_14, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadCDATA() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadCDATA_m610664339 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadCDATA_m610664339_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { int32_t L_0 = __this->get_currentState_39(); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0018; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral453850713, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadCDATA_m610664339_RuntimeMethod_var); } IL_0018: { __this->set_preserveCurrentTag_32((bool)0); XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); V_0 = (bool)0; V_1 = 0; goto IL_00ea; } IL_002e: { bool L_2 = V_0; if (L_2) { goto IL_003b; } } { int32_t L_3 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_1 = L_3; } IL_003b: { V_0 = (bool)0; int32_t L_4 = V_1; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)93))))) { goto IL_0074; } } { int32_t L_5 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)93))))) { goto IL_0074; } } { int32_t L_6 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)62))))) { goto IL_0072; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); goto IL_00f6; } IL_0072: { V_0 = (bool)1; } IL_0074: { bool L_8 = __this->get_normalization_46(); if (!L_8) { goto IL_00a3; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)13))))) { goto IL_00a3; } } { int32_t L_10 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_1 = L_10; int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)10)))) { goto IL_009e; } } { XmlTextReader_AppendValueChar_m2174950783(__this, ((int32_t)10), /*hidden argument*/NULL); } IL_009e: { goto IL_00ea; } IL_00a3: { bool L_12 = XmlTextReader_get_CharacterChecking_m322676875(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_00c5; } } { int32_t L_13 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_14 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00c5; } } { XmlException_t1761730631 * L_15 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2231894808, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,XmlTextReader_ReadCDATA_m610664339_RuntimeMethod_var); } IL_00c5: { int32_t L_16 = V_1; if ((((int32_t)L_16) >= ((int32_t)((int32_t)65535)))) { goto IL_00e3; } } { StringBuilder_t * L_17 = __this->get_valueBuffer_26(); int32_t L_18 = V_1; NullCheck(L_17); StringBuilder_Append_m2383614642(L_17, (((int32_t)((uint16_t)L_18))), /*hidden argument*/NULL); goto IL_00ea; } IL_00e3: { int32_t L_19 = V_1; XmlTextReader_AppendSurrogatePairValueChar_m85381951(__this, L_19, /*hidden argument*/NULL); } IL_00ea: { int32_t L_20 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_002e; } } IL_00f6: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlTextReader_SetProperties_m1944983866(__this, 4, L_21, L_22, L_23, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadDoctypeDecl() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadDoctypeDecl_m2417141237 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadDoctypeDecl_m2417141237_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { bool L_0 = __this->get_prohibitDtd_48(); if (!L_0) { goto IL_0017; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1980548999, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadDoctypeDecl_m2417141237_RuntimeMethod_var); } IL_0017: { int32_t L_2 = __this->get_currentState_39(); V_5 = L_2; int32_t L_3 = V_5; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_003e; } } { int32_t L_4 = V_5; if ((((int32_t)L_4) == ((int32_t)((int32_t)10)))) { goto IL_003e; } } { int32_t L_5 = V_5; if ((((int32_t)L_5) == ((int32_t)((int32_t)15)))) { goto IL_003e; } } { goto IL_004a; } IL_003e: { XmlException_t1761730631 * L_6 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral677195395, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlTextReader_ReadDoctypeDecl_m2417141237_RuntimeMethod_var); } IL_004a: { __this->set_currentState_39(((int32_t)10)); V_0 = (String_t*)NULL; V_1 = (String_t*)NULL; V_2 = (String_t*)NULL; V_3 = 0; V_4 = 0; XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); String_t* L_7 = XmlTextReader_ReadName_m497761603(__this, /*hidden argument*/NULL); V_0 = L_7; XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_8 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_6 = L_8; int32_t L_9 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)80)))) { case 0: { goto IL_00a6; } case 1: { goto IL_00d1; } case 2: { goto IL_00d1; } case 3: { goto IL_0099; } } } { goto IL_00d1; } IL_0099: { String_t* L_10 = XmlTextReader_ReadSystemLiteral_m2730602651(__this, (bool)1, /*hidden argument*/NULL); V_2 = L_10; goto IL_00d1; } IL_00a6: { String_t* L_11 = XmlTextReader_ReadPubidLiteral_m2439871888(__this, /*hidden argument*/NULL); V_1 = L_11; bool L_12 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_12) { goto IL_00c4; } } { XmlException_t1761730631 * L_13 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral138866814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,XmlTextReader_ReadDoctypeDecl_m2417141237_RuntimeMethod_var); } IL_00c4: { String_t* L_14 = XmlTextReader_ReadSystemLiteral_m2730602651(__this, (bool)0, /*hidden argument*/NULL); V_2 = L_14; goto IL_00d1; } IL_00d1: { XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); int32_t L_15 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)91))))) { goto IL_0118; } } { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); int32_t L_16 = XmlTextReader_get_LineNumber_m718766076(__this, /*hidden argument*/NULL); V_3 = L_16; int32_t L_17 = XmlTextReader_get_LinePosition_m3838196996(__this, /*hidden argument*/NULL); V_4 = L_17; XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); XmlTextReader_ReadInternalSubset_m4251807782(__this, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_18 = __this->get_parserContext_11(); String_t* L_19 = XmlTextReader_CreateValueString_m2043680139(__this, /*hidden argument*/NULL); NullCheck(L_18); XmlParserContext_set_InternalSubset_m2419608887(L_18, L_19, /*hidden argument*/NULL); } IL_0118: { XmlTextReader_ExpectAfterWhitespace_m1519109733(__this, ((int32_t)62), /*hidden argument*/NULL); String_t* L_20 = V_0; String_t* L_21 = V_1; String_t* L_22 = V_2; XmlParserContext_t2544895291 * L_23 = __this->get_parserContext_11(); NullCheck(L_23); String_t* L_24 = XmlParserContext_get_InternalSubset_m850815881(L_23, /*hidden argument*/NULL); int32_t L_25 = V_3; int32_t L_26 = V_4; XmlTextReader_GenerateDTDObjectModel_m3252190079(__this, L_20, L_21, L_22, L_24, L_25, L_26, /*hidden argument*/NULL); String_t* L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = V_0; XmlParserContext_t2544895291 * L_30 = __this->get_parserContext_11(); NullCheck(L_30); String_t* L_31 = XmlParserContext_get_InternalSubset_m850815881(L_30, /*hidden argument*/NULL); XmlTextReader_SetProperties_m1944983866(__this, ((int32_t)10), L_27, L_28, L_29, (bool)0, L_31, (bool)1, /*hidden argument*/NULL); String_t* L_32 = V_1; if (!L_32) { goto IL_0166; } } { String_t* L_33 = V_1; XmlTextReader_AddAttributeWithValue_m1855834060(__this, _stringLiteral3984887517, L_33, /*hidden argument*/NULL); } IL_0166: { String_t* L_34 = V_2; if (!L_34) { goto IL_0178; } } { String_t* L_35 = V_2; XmlTextReader_AddAttributeWithValue_m1855834060(__this, _stringLiteral3261774195, L_35, /*hidden argument*/NULL); } IL_0178: { int32_t L_36 = (-1); V_6 = L_36; __this->set_currentAttributeValue_9(L_36); int32_t L_37 = V_6; __this->set_currentAttribute_8(L_37); return; } } // 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) { { String_t* L_0 = ___name0; String_t* L_1 = ___publicId1; String_t* L_2 = ___systemId2; String_t* L_3 = ___internalSubset3; DTDObjectModel_t1729680289 * L_4 = XmlTextReader_GenerateDTDObjectModel_m3252190079(__this, L_0, L_1, L_2, L_3, 0, 0, /*hidden argument*/NULL); return L_4; } } // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::GenerateDTDObjectModel(System.String,System.String,System.String,System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_GenerateDTDObjectModel_m3252190079 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, int32_t ___intSubsetStartLine4, int32_t ___intSubsetStartColumn5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_GenerateDTDObjectModel_m3252190079_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDReader_t386081180 * V_0 = NULL; { XmlParserContext_t2544895291 * L_0 = __this->get_parserContext_11(); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() */, __this); DTDObjectModel_t1729680289 * L_2 = (DTDObjectModel_t1729680289 *)il2cpp_codegen_object_new(DTDObjectModel_t1729680289_il2cpp_TypeInfo_var); DTDObjectModel__ctor_m375820113(L_2, L_1, /*hidden argument*/NULL); NullCheck(L_0); XmlParserContext_set_Dtd_m1723887828(L_0, L_2, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_3 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml2.XmlTextReader::get_BaseURI() */, __this); NullCheck(L_3); DTDObjectModel_set_BaseURI_m3872179626(L_3, L_4, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_5 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_6 = ___name0; NullCheck(L_5); DTDObjectModel_set_Name_m184868138(L_5, L_6, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_7 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_8 = ___publicId1; NullCheck(L_7); DTDObjectModel_set_PublicId_m3275027996(L_7, L_8, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_9 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_10 = ___systemId2; NullCheck(L_9); DTDObjectModel_set_SystemId_m2091360037(L_9, L_10, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_11 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); String_t* L_12 = ___internalSubset3; NullCheck(L_11); DTDObjectModel_set_InternalSubset_m1662468053(L_11, L_12, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_13 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); XmlResolver_t626023767 * L_14 = __this->get_resolver_45(); NullCheck(L_13); DTDObjectModel_set_XmlResolver_m2430352424(L_13, L_14, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_15 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); bool L_16 = __this->get_isStandalone_23(); NullCheck(L_15); DTDObjectModel_set_IsStandalone_m3249616546(L_15, L_16, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_17 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); int32_t L_18 = __this->get_line_33(); NullCheck(L_17); DTDObjectModel_set_LineNumber_m514999838(L_17, L_18, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_19 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); int32_t L_20 = __this->get_column_34(); NullCheck(L_19); DTDObjectModel_set_LinePosition_m3744796655(L_19, L_20, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_21 = XmlTextReader_get_DTD_m2116886483(__this, /*hidden argument*/NULL); int32_t L_22 = ___intSubsetStartLine4; int32_t L_23 = ___intSubsetStartColumn5; DTDReader_t386081180 * L_24 = (DTDReader_t386081180 *)il2cpp_codegen_object_new(DTDReader_t386081180_il2cpp_TypeInfo_var); DTDReader__ctor_m1643839087(L_24, L_21, L_22, L_23, /*hidden argument*/NULL); V_0 = L_24; DTDReader_t386081180 * L_25 = V_0; bool L_26 = __this->get_normalization_46(); NullCheck(L_25); DTDReader_set_Normalization_m265650635(L_25, L_26, /*hidden argument*/NULL); DTDReader_t386081180 * L_27 = V_0; NullCheck(L_27); DTDObjectModel_t1729680289 * L_28 = DTDReader_GenerateDTDObjectModel_m1793782479(L_27, /*hidden argument*/NULL); return L_28; } } // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader::get_State() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_State_m1728015442 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { { DtdInputStateStack_t339956957 * L_0 = __this->get_stateStack_53(); NullCheck(L_0); int32_t L_1 = DtdInputStateStack_Peek_m3900420977(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadValueChar() extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadValueChar_m1699051674 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; XmlTextReader_AppendValueChar_m2174950783(__this, L_1, /*hidden argument*/NULL); int32_t L_2 = V_0; return L_2; } } // System.Void Mono.Xml2.XmlTextReader::ExpectAndAppend(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ExpectAndAppend_m1030763166 (XmlTextReader_t3455035481 * __this, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlTextReader_Expect_m4157068380(__this, L_0, /*hidden argument*/NULL); StringBuilder_t * L_1 = __this->get_valueBuffer_26(); String_t* L_2 = ___s0; NullCheck(L_1); StringBuilder_Append_m1965104174(L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml2.XmlTextReader::ReadInternalSubset() extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ReadInternalSubset_m4251807782 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadInternalSubset_m4251807782_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; { V_0 = (bool)1; goto IL_03e5; } IL_0007: { int32_t L_0 = XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); V_2 = L_0; int32_t L_1 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)34)))) { case 0: { goto IL_027f; } case 1: { goto IL_002f; } case 2: { goto IL_002f; } case 3: { goto IL_0397; } case 4: { goto IL_002f; } case 5: { goto IL_0238; } } } IL_002f: { int32_t L_2 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)60)))) { case 0: { goto IL_00ce; } case 1: { goto IL_0048; } case 2: { goto IL_02c7; } case 3: { goto IL_0331; } } } IL_0048: { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_00c2; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)45)))) { goto IL_035b; } } { int32_t L_5 = V_2; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_0064; } } { goto IL_03e5; } IL_0064: { int32_t L_6 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)7))) { case 0: { goto IL_00ac; } case 1: { goto IL_00ac; } case 2: { goto IL_00ac; } } } { int32_t L_8 = V_3; if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_008b; } } { goto IL_00b1; } IL_008b: { StringBuilder_t * L_9 = __this->get_valueBuffer_26(); StringBuilder_t * L_10 = __this->get_valueBuffer_26(); NullCheck(L_10); int32_t L_11 = StringBuilder_get_Length_m3238060835(L_10, /*hidden argument*/NULL); NullCheck(L_9); StringBuilder_Remove_m940064945(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), 1, /*hidden argument*/NULL); V_0 = (bool)0; goto IL_00bd; } IL_00ac: { goto IL_03e5; } IL_00b1: { XmlException_t1761730631 * L_12 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2685203845, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_00bd: { goto IL_03e5; } IL_00c2: { XmlException_t1761730631 * L_13 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2685203845, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_00ce: { int32_t L_14 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); V_3 = L_14; int32_t L_15 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)7))) { case 0: { goto IL_00ee; } case 1: { goto IL_00ee; } case 2: { goto IL_00ee; } } } { goto IL_00f3; } IL_00ee: { goto IL_03e5; } IL_00f3: { int32_t L_16 = XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); V_1 = L_16; int32_t L_17 = V_1; V_4 = L_17; int32_t L_18 = V_4; if ((((int32_t)L_18) == ((int32_t)((int32_t)33)))) { goto IL_0125; } } { int32_t L_19 = V_4; if ((((int32_t)L_19) == ((int32_t)((int32_t)63)))) { goto IL_0114; } } { goto IL_021b; } IL_0114: { DtdInputStateStack_t339956957 * L_20 = __this->get_stateStack_53(); NullCheck(L_20); DtdInputStateStack_Push_m2739177529(L_20, 6, /*hidden argument*/NULL); goto IL_0233; } IL_0125: { int32_t L_21 = XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); V_5 = L_21; int32_t L_22 = V_5; if ((((int32_t)L_22) == ((int32_t)((int32_t)45)))) { goto IL_01fa; } } { int32_t L_23 = V_5; if ((((int32_t)L_23) == ((int32_t)((int32_t)65)))) { goto IL_01c2; } } { int32_t L_24 = V_5; if ((((int32_t)L_24) == ((int32_t)((int32_t)69)))) { goto IL_0156; } } { int32_t L_25 = V_5; if ((((int32_t)L_25) == ((int32_t)((int32_t)78)))) { goto IL_01de; } } { goto IL_0216; } IL_0156: { int32_t L_26 = XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); V_6 = L_26; int32_t L_27 = V_6; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)((int32_t)76)))) { case 0: { goto IL_0179; } case 1: { goto IL_01b1; } case 2: { goto IL_0195; } } } { goto IL_01b1; } IL_0179: { XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral3186092662, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_28 = __this->get_stateStack_53(); NullCheck(L_28); DtdInputStateStack_Push_m2739177529(L_28, 2, /*hidden argument*/NULL); goto IL_01bd; } IL_0195: { XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral2730454994, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_29 = __this->get_stateStack_53(); NullCheck(L_29); DtdInputStateStack_Push_m2739177529(L_29, 4, /*hidden argument*/NULL); goto IL_01bd; } IL_01b1: { XmlException_t1761730631 * L_30 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3018525131, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_01bd: { goto IL_0216; } IL_01c2: { XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral3220886225, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_31 = __this->get_stateStack_53(); NullCheck(L_31); DtdInputStateStack_Push_m2739177529(L_31, 3, /*hidden argument*/NULL); goto IL_0216; } IL_01de: { XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral4037854577, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_32 = __this->get_stateStack_53(); NullCheck(L_32); DtdInputStateStack_Push_m2739177529(L_32, 5, /*hidden argument*/NULL); goto IL_0216; } IL_01fa: { XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral3452614531, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_33 = __this->get_stateStack_53(); NullCheck(L_33); DtdInputStateStack_Push_m2739177529(L_33, 7, /*hidden argument*/NULL); goto IL_0216; } IL_0216: { goto IL_0233; } IL_021b: { int32_t L_34 = V_1; Il2CppChar L_35 = ((Il2CppChar)(((int32_t)((uint16_t)L_34)))); RuntimeObject * L_36 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4064323764, L_36, /*hidden argument*/NULL); XmlException_t1761730631 * L_38 = XmlTextReader_NotWFError_m2000394543(__this, L_37, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_0233: { goto IL_03e5; } IL_0238: { int32_t L_39 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)8)))) { goto IL_0255; } } { DtdInputStateStack_t339956957 * L_40 = __this->get_stateStack_53(); NullCheck(L_40); DtdInputStateStack_Pop_m3009074081(L_40, /*hidden argument*/NULL); goto IL_027a; } IL_0255: { int32_t L_41 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)9)))) { goto IL_027a; } } { int32_t L_42 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_42) == ((int32_t)7))) { goto IL_027a; } } { DtdInputStateStack_t339956957 * L_43 = __this->get_stateStack_53(); NullCheck(L_43); DtdInputStateStack_Push_m2739177529(L_43, 8, /*hidden argument*/NULL); } IL_027a: { goto IL_03e5; } IL_027f: { int32_t L_44 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)9))))) { goto IL_029d; } } { DtdInputStateStack_t339956957 * L_45 = __this->get_stateStack_53(); NullCheck(L_45); DtdInputStateStack_Pop_m3009074081(L_45, /*hidden argument*/NULL); goto IL_02c2; } IL_029d: { int32_t L_46 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_46) == ((int32_t)8))) { goto IL_02c2; } } { int32_t L_47 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_47) == ((int32_t)7))) { goto IL_02c2; } } { DtdInputStateStack_t339956957 * L_48 = __this->get_stateStack_53(); NullCheck(L_48); DtdInputStateStack_Push_m2739177529(L_48, ((int32_t)9), /*hidden argument*/NULL); } IL_02c2: { goto IL_03e5; } IL_02c7: { int32_t L_49 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); V_3 = L_49; int32_t L_50 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)2))) { case 0: { goto IL_02fb; } case 1: { goto IL_0300; } case 2: { goto IL_0305; } case 3: { goto IL_030a; } case 4: { goto IL_0320; } case 5: { goto IL_031b; } case 6: { goto IL_031b; } case 7: { goto IL_031b; } } } { goto IL_0320; } IL_02fb: { goto IL_030a; } IL_0300: { goto IL_030a; } IL_0305: { goto IL_030a; } IL_030a: { DtdInputStateStack_t339956957 * L_51 = __this->get_stateStack_53(); NullCheck(L_51); DtdInputStateStack_Pop_m3009074081(L_51, /*hidden argument*/NULL); goto IL_032c; } IL_031b: { goto IL_03e5; } IL_0320: { XmlException_t1761730631 * L_52 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3824728429, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_52,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_032c: { goto IL_03e5; } IL_0331: { int32_t L_53 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_53) == ((uint32_t)6)))) { goto IL_0356; } } { int32_t L_54 = XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)62))))) { goto IL_0356; } } { DtdInputStateStack_t339956957 * L_55 = __this->get_stateStack_53(); NullCheck(L_55); DtdInputStateStack_Pop_m3009074081(L_55, /*hidden argument*/NULL); } IL_0356: { goto IL_03e5; } IL_035b: { int32_t L_56 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_56) == ((uint32_t)7)))) { goto IL_0392; } } { int32_t L_57 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)45))))) { goto IL_0392; } } { XmlTextReader_ReadValueChar_m1699051674(__this, /*hidden argument*/NULL); XmlTextReader_ExpectAndAppend_m1030763166(__this, _stringLiteral3452614546, /*hidden argument*/NULL); DtdInputStateStack_t339956957 * L_58 = __this->get_stateStack_53(); NullCheck(L_58); DtdInputStateStack_Pop_m3009074081(L_58, /*hidden argument*/NULL); } IL_0392: { goto IL_03e5; } IL_0397: { int32_t L_59 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_59) == ((int32_t)1))) { goto IL_03e0; } } { int32_t L_60 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_60) == ((int32_t)4))) { goto IL_03e0; } } { int32_t L_61 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_61) == ((int32_t)7))) { goto IL_03e0; } } { int32_t L_62 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)((int32_t)9)))) { goto IL_03e0; } } { int32_t L_63 = XmlTextReader_get_State_m1728015442(__this, /*hidden argument*/NULL); if ((((int32_t)L_63) == ((int32_t)8))) { goto IL_03e0; } } { XmlException_t1761730631 * L_64 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral3406574808, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,XmlTextReader_ReadInternalSubset_m4251807782_RuntimeMethod_var); } IL_03e0: { goto IL_03e5; } IL_03e5: { bool L_65 = V_0; if (L_65) { goto IL_0007; } } { return; } } // System.String Mono.Xml2.XmlTextReader::ReadSystemLiteral(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadSystemLiteral_m2730602651 (XmlTextReader_t3455035481 * __this, bool ___expectSYSTEM0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadSystemLiteral_m2730602651_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___expectSYSTEM0; if (!L_0) { goto IL_002d; } } { XmlTextReader_Expect_m4157068380(__this, _stringLiteral3261774195, /*hidden argument*/NULL); bool L_1 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0028; } } { XmlException_t1761730631 * L_2 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2077892223, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XmlTextReader_ReadSystemLiteral_m2730602651_RuntimeMethod_var); } IL_0028: { goto IL_0034; } IL_002d: { XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); } IL_0034: { int32_t L_3 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); goto IL_0070; } IL_0048: { int32_t L_4 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0062; } } { XmlException_t1761730631 * L_6 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2990116001, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlTextReader_ReadSystemLiteral_m2730602651_RuntimeMethod_var); } IL_0062: { int32_t L_7 = V_1; int32_t L_8 = V_0; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0070; } } { int32_t L_9 = V_1; XmlTextReader_AppendValueChar_m2174950783(__this, L_9, /*hidden argument*/NULL); } IL_0070: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0048; } } { String_t* L_12 = XmlTextReader_CreateValueString_m2043680139(__this, /*hidden argument*/NULL); return L_12; } } // System.String Mono.Xml2.XmlTextReader::ReadPubidLiteral() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadPubidLiteral_m2439871888 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadPubidLiteral_m2439871888_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlTextReader_Expect_m4157068380(__this, _stringLiteral3984887517, /*hidden argument*/NULL); bool L_0 = XmlTextReader_SkipWhitespace_m2637797352(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0022; } } { XmlException_t1761730631 * L_1 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral366888235, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlTextReader_ReadPubidLiteral_m2439871888_RuntimeMethod_var); } IL_0022: { int32_t L_2 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); goto IL_0088; } IL_0036: { int32_t L_3 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0050; } } { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral2990116001, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadPubidLiteral_m2439871888_RuntimeMethod_var); } IL_0050: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_007a; } } { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_9 = XmlChar_IsPubidChar_m3972427101(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_007a; } } { int32_t L_10 = V_1; Il2CppChar L_11 = ((Il2CppChar)(((int32_t)((uint16_t)L_10)))); RuntimeObject * L_12 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4226833997, L_12, /*hidden argument*/NULL); XmlException_t1761730631 * L_14 = XmlTextReader_NotWFError_m2000394543(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlTextReader_ReadPubidLiteral_m2439871888_RuntimeMethod_var); } IL_007a: { int32_t L_15 = V_1; int32_t L_16 = V_0; if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_0088; } } { int32_t L_17 = V_1; XmlTextReader_AppendValueChar_m2174950783(__this, L_17, /*hidden argument*/NULL); } IL_0088: { int32_t L_18 = V_1; int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_0036; } } { String_t* L_20 = XmlTextReader_CreateValueString_m2043680139(__this, /*hidden argument*/NULL); return L_20; } } // System.String Mono.Xml2.XmlTextReader::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadName_m497761603 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = XmlTextReader_ReadName_m1541353199(__this, (&V_0), (&V_1), /*hidden argument*/NULL); return L_0; } } // System.String Mono.Xml2.XmlTextReader::ReadName(System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR String_t* XmlTextReader_ReadName_m1541353199 (XmlTextReader_t3455035481 * __this, String_t** ___prefix0, String_t** ___localName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadName_m1541353199_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; { bool L_0 = __this->get_preserveCurrentTag_32(); V_0 = L_0; __this->set_preserveCurrentTag_32((bool)1); int32_t L_1 = __this->get_peekCharsIndex_29(); int32_t L_2 = __this->get_curNodePeekIndex_31(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)); int32_t L_3 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_2 = L_3; int32_t L_4 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_5 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_005d; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); int32_t L_8 = V_2; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; int32_t L_12 = V_2; Il2CppChar L_13 = ((Il2CppChar)(((int32_t)((uint16_t)L_12)))); RuntimeObject * L_14 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(1), (RuntimeObject *)L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Format_m1881875187(NULL /*static, unused*/, L_6, _stringLiteral1168560011, L_11, /*hidden argument*/NULL); XmlException_t1761730631 * L_16 = XmlTextReader_NotWFError_m2000394543(__this, L_15, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,XmlTextReader_ReadName_m1541353199_RuntimeMethod_var); } IL_005d: { int32_t L_17 = V_2; XmlTextReader_Advance_m3489997309(__this, L_17, /*hidden argument*/NULL); V_3 = 1; V_4 = (-1); goto IL_0097; } IL_006e: { int32_t L_18 = V_2; XmlTextReader_Advance_m3489997309(__this, L_18, /*hidden argument*/NULL); int32_t L_19 = V_2; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)58))))) { goto IL_0093; } } { bool L_20 = __this->get_namespaces_43(); if (!L_20) { goto IL_0093; } } { int32_t L_21 = V_4; if ((((int32_t)L_21) >= ((int32_t)0))) { goto IL_0093; } } { int32_t L_22 = V_3; V_4 = L_22; } IL_0093: { int32_t L_23 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0097: { int32_t L_24 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_25 = L_24; V_2 = L_25; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_26 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_25, /*hidden argument*/NULL); if (L_26) { goto IL_006e; } } { int32_t L_27 = __this->get_curNodePeekIndex_31(); int32_t L_28 = V_1; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)); XmlNameTable_t71772148 * L_29 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() */, __this); CharU5BU5D_t3528271667* L_30 = __this->get_peekChars_28(); int32_t L_31 = V_5; int32_t L_32 = V_3; NullCheck(L_29); String_t* L_33 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_29, L_30, L_31, L_32); V_6 = L_33; int32_t L_34 = V_4; if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_010d; } } { String_t** L_35 = ___prefix0; XmlNameTable_t71772148 * L_36 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() */, __this); CharU5BU5D_t3528271667* L_37 = __this->get_peekChars_28(); int32_t L_38 = V_5; int32_t L_39 = V_4; NullCheck(L_36); String_t* L_40 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_36, L_37, L_38, L_39); *((RuntimeObject **)(L_35)) = (RuntimeObject *)L_40; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_35), (RuntimeObject *)L_40); String_t** L_41 = ___localName1; XmlNameTable_t71772148 * L_42 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml2.XmlTextReader::get_NameTable() */, __this); CharU5BU5D_t3528271667* L_43 = __this->get_peekChars_28(); int32_t L_44 = V_5; int32_t L_45 = V_4; int32_t L_46 = V_3; int32_t L_47 = V_4; NullCheck(L_42); String_t* L_48 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_42, L_43, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_45)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47)), (int32_t)1))); *((RuntimeObject **)(L_41)) = (RuntimeObject *)L_48; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_41), (RuntimeObject *)L_48); goto IL_0118; } IL_010d: { String_t** L_49 = ___prefix0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_50 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); *((RuntimeObject **)(L_49)) = (RuntimeObject *)L_50; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_49), (RuntimeObject *)L_50); String_t** L_51 = ___localName1; String_t* L_52 = V_6; *((RuntimeObject **)(L_51)) = (RuntimeObject *)L_52; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_51), (RuntimeObject *)L_52); } IL_0118: { bool L_53 = V_0; __this->set_preserveCurrentTag_32(L_53); String_t* L_54 = V_6; return L_54; } } // System.Void Mono.Xml2.XmlTextReader::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Expect_m4011935953 (XmlTextReader_t3455035481 * __this, int32_t ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_Expect_m4011935953_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; ObjectU5BU5D_t2843939325* G_B3_1 = NULL; ObjectU5BU5D_t2843939325* G_B3_2 = NULL; String_t* G_B3_3 = NULL; CultureInfo_t4157843068 * G_B3_4 = NULL; XmlTextReader_t3455035481 * G_B3_5 = NULL; int32_t G_B2_0 = 0; ObjectU5BU5D_t2843939325* G_B2_1 = NULL; ObjectU5BU5D_t2843939325* G_B2_2 = NULL; String_t* G_B2_3 = NULL; CultureInfo_t4157843068 * G_B2_4 = NULL; XmlTextReader_t3455035481 * G_B2_5 = NULL; RuntimeObject * G_B4_0 = NULL; int32_t G_B4_1 = 0; ObjectU5BU5D_t2843939325* G_B4_2 = NULL; ObjectU5BU5D_t2843939325* G_B4_3 = NULL; String_t* G_B4_4 = NULL; CultureInfo_t4157843068 * G_B4_5 = NULL; XmlTextReader_t3455035481 * G_B4_6 = NULL; { int32_t L_0 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ___expected0; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0061; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_5 = ___expected0; Il2CppChar L_6 = ((Il2CppChar)(((int32_t)((uint16_t)L_5)))); RuntimeObject * L_7 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_4; int32_t L_9 = ___expected0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; int32_t L_13 = V_0; G_B2_0 = 2; G_B2_1 = L_12; G_B2_2 = L_12; G_B2_3 = _stringLiteral976856744; G_B2_4 = L_3; G_B2_5 = __this; if ((((int32_t)L_13) >= ((int32_t)0))) { G_B3_0 = 2; G_B3_1 = L_12; G_B3_2 = L_12; G_B3_3 = _stringLiteral976856744; G_B3_4 = L_3; G_B3_5 = __this; goto IL_0045; } } { G_B4_0 = ((RuntimeObject *)(_stringLiteral3006046887)); G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; G_B4_3 = G_B2_2; G_B4_4 = G_B2_3; G_B4_5 = G_B2_4; G_B4_6 = G_B2_5; goto IL_004c; } IL_0045: { int32_t L_14 = V_0; Il2CppChar L_15 = ((Il2CppChar)(((int32_t)((uint16_t)L_14)))); RuntimeObject * L_16 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_15); G_B4_0 = L_16; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; G_B4_3 = G_B3_2; G_B4_4 = G_B3_3; G_B4_5 = G_B3_4; G_B4_6 = G_B3_5; } IL_004c: { NullCheck(G_B4_2); ArrayElementTypeCheck (G_B4_2, G_B4_0); (G_B4_2)->SetAt(static_cast(G_B4_1), (RuntimeObject *)G_B4_0); ObjectU5BU5D_t2843939325* L_17 = G_B4_3; int32_t L_18 = V_0; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_19); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(3), (RuntimeObject *)L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Format_m1881875187(NULL /*static, unused*/, G_B4_5, G_B4_4, L_17, /*hidden argument*/NULL); NullCheck(G_B4_6); XmlException_t1761730631 * L_22 = XmlTextReader_NotWFError_m2000394543(G_B4_6, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,XmlTextReader_Expect_m4011935953_RuntimeMethod_var); } IL_0061: { return; } } // System.Void Mono.Xml2.XmlTextReader::Expect(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_Expect_m4157068380 (XmlTextReader_t3455035481 * __this, String_t* ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_Expect_m4157068380_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_003d; } IL_0007: { int32_t L_0 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); String_t* L_1 = ___expected0; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3 = String_get_Chars_m2986988803(L_1, L_2, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)L_3))) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_5 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_6 = ___expected0; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject *)L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m1881875187(NULL /*static, unused*/, L_4, _stringLiteral3980030154, L_5, /*hidden argument*/NULL); XmlException_t1761730631 * L_8 = XmlTextReader_NotWFError_m2000394543(__this, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XmlTextReader_Expect_m4157068380_RuntimeMethod_var); } 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; String_t* L_11 = ___expected0; 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_0007; } } { return; } } // System.Void Mono.Xml2.XmlTextReader::ExpectAfterWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_ExpectAfterWhitespace_m1519109733 (XmlTextReader_t3455035481 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ExpectAfterWhitespace_m1519109733_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B6_0 = 0; ObjectU5BU5D_t2843939325* G_B6_1 = NULL; ObjectU5BU5D_t2843939325* G_B6_2 = NULL; String_t* G_B6_3 = NULL; CultureInfo_t4157843068 * G_B6_4 = NULL; XmlTextReader_t3455035481 * G_B6_5 = NULL; int32_t G_B5_0 = 0; ObjectU5BU5D_t2843939325* G_B5_1 = NULL; ObjectU5BU5D_t2843939325* G_B5_2 = NULL; String_t* G_B5_3 = NULL; CultureInfo_t4157843068 * G_B5_4 = NULL; XmlTextReader_t3455035481 * G_B5_5 = NULL; RuntimeObject * G_B7_0 = NULL; int32_t G_B7_1 = 0; ObjectU5BU5D_t2843939325* G_B7_2 = NULL; ObjectU5BU5D_t2843939325* G_B7_3 = NULL; String_t* G_B7_4 = NULL; CultureInfo_t4157843068 * G_B7_5 = NULL; XmlTextReader_t3455035481 * G_B7_6 = NULL; IL_0000: { int32_t L_0 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)((int32_t)33)))) { goto IL_001f; } } { int32_t L_2 = V_0; 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_001f; } } { goto IL_0000; } IL_001f: { Il2CppChar L_4 = ___c0; int32_t L_5 = V_0; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_006f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_6 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_7 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); Il2CppChar L_8 = ___c0; Il2CppChar L_9 = L_8; RuntimeObject * L_10 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject *)L_10); ObjectU5BU5D_t2843939325* L_11 = L_7; int32_t L_12 = V_0; G_B5_0 = 1; G_B5_1 = L_11; G_B5_2 = L_11; G_B5_3 = _stringLiteral3165781281; G_B5_4 = L_6; G_B5_5 = __this; if ((((int32_t)L_12) >= ((int32_t)0))) { G_B6_0 = 1; G_B6_1 = L_11; G_B6_2 = L_11; G_B6_3 = _stringLiteral3165781281; G_B6_4 = L_6; G_B6_5 = __this; goto IL_0053; } } { G_B7_0 = ((RuntimeObject *)(_stringLiteral3006046887)); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; G_B7_3 = G_B5_2; G_B7_4 = G_B5_3; G_B7_5 = G_B5_4; G_B7_6 = G_B5_5; goto IL_005a; } IL_0053: { int32_t L_13 = V_0; Il2CppChar L_14 = ((Il2CppChar)(((int32_t)((uint16_t)L_13)))); RuntimeObject * L_15 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_14); G_B7_0 = L_15; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; G_B7_3 = G_B6_2; G_B7_4 = G_B6_3; G_B7_5 = G_B6_4; G_B7_6 = G_B6_5; } IL_005a: { NullCheck(G_B7_2); ArrayElementTypeCheck (G_B7_2, G_B7_0); (G_B7_2)->SetAt(static_cast(G_B7_1), (RuntimeObject *)G_B7_0); ObjectU5BU5D_t2843939325* L_16 = G_B7_3; int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(2), (RuntimeObject *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m1881875187(NULL /*static, unused*/, G_B7_5, G_B7_4, L_16, /*hidden argument*/NULL); NullCheck(G_B7_6); XmlException_t1761730631 * L_21 = XmlTextReader_NotWFError_m2000394543(G_B7_6, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,XmlTextReader_ExpectAfterWhitespace_m1519109733_RuntimeMethod_var); } IL_006f: { goto IL_0079; } // Dead block : IL_0074: br IL_0000 IL_0079: { return; } } // System.Boolean Mono.Xml2.XmlTextReader::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_SkipWhitespace_m2637797352 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t G_B5_0 = 0; { int32_t L_0 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)32)))) { goto IL_0026; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)9)))) { goto IL_0026; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)10)))) { goto IL_0026; } } { int32_t L_4 = V_0; G_B5_0 = ((((int32_t)L_4) == ((int32_t)((int32_t)13)))? 1 : 0); goto IL_0027; } IL_0026: { G_B5_0 = 1; } IL_0027: { V_1 = (bool)G_B5_0; bool L_5 = V_1; if (L_5) { goto IL_0030; } } { return (bool)0; } IL_0030: { int32_t L_6 = V_0; XmlTextReader_Advance_m3489997309(__this, L_6, /*hidden argument*/NULL); goto IL_0043; } IL_003c: { int32_t L_7 = V_0; XmlTextReader_Advance_m3489997309(__this, L_7, /*hidden argument*/NULL); } IL_0043: { int32_t L_8 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); int32_t L_9 = L_8; V_0 = L_9; if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_003c; } } { int32_t L_10 = V_0; if ((((int32_t)L_10) == ((int32_t)((int32_t)9)))) { goto IL_003c; } } { int32_t L_11 = V_0; if ((((int32_t)L_11) == ((int32_t)((int32_t)10)))) { goto IL_003c; } } { int32_t L_12 = V_0; if ((((int32_t)L_12) == ((int32_t)((int32_t)13)))) { goto IL_003c; } } { bool L_13 = V_1; return L_13; } } // System.Boolean Mono.Xml2.XmlTextReader::ReadWhitespace() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadWhitespace_m973040877 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadWhitespace_m973040877_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t G_B11_0 = 0; int32_t G_B21_0 = 0; { int32_t L_0 = __this->get_currentState_39(); if (L_0) { goto IL_0013; } } { __this->set_currentState_39(((int32_t)17)); } IL_0013: { bool L_1 = __this->get_preserveCurrentTag_32(); V_0 = L_1; __this->set_preserveCurrentTag_32((bool)1); int32_t L_2 = __this->get_peekCharsIndex_29(); int32_t L_3 = __this->get_curNodePeekIndex_31(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)); int32_t L_4 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_2 = L_4; } IL_0036: { int32_t L_5 = V_2; XmlTextReader_Advance_m3489997309(__this, L_5, /*hidden argument*/NULL); int32_t L_6 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_2 = L_6; int32_t L_7 = V_2; if ((((int32_t)L_7) == ((int32_t)((int32_t)32)))) { goto IL_0036; } } { int32_t L_8 = V_2; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0036; } } { int32_t L_9 = V_2; if ((((int32_t)L_9) == ((int32_t)((int32_t)10)))) { goto IL_0036; } } { int32_t L_10 = V_2; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_0036; } } { int32_t L_11 = __this->get_currentState_39(); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_0081; } } { int32_t L_12 = V_2; if ((((int32_t)L_12) == ((int32_t)(-1)))) { goto IL_0081; } } { int32_t L_13 = V_2; G_B11_0 = ((((int32_t)((((int32_t)L_13) == ((int32_t)((int32_t)60)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0082; } IL_0081: { G_B11_0 = 0; } IL_0082: { V_3 = (bool)G_B11_0; bool L_14 = V_3; if (L_14) { goto IL_00af; } } { int32_t L_15 = __this->get_whitespaceHandling_44(); if ((((int32_t)L_15) == ((int32_t)2))) { goto IL_00ad; } } { int32_t L_16 = __this->get_whitespaceHandling_44(); if ((!(((uint32_t)L_16) == ((uint32_t)1)))) { goto IL_00af; } } { int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace Mono.Xml2.XmlTextReader::get_XmlSpace() */, __this); if ((((int32_t)L_17) == ((int32_t)2))) { goto IL_00af; } } IL_00ad: { return (bool)0; } IL_00af: { XmlTextReader_ClearValueBuffer_m2824229631(__this, /*hidden argument*/NULL); StringBuilder_t * L_18 = __this->get_valueBuffer_26(); CharU5BU5D_t3528271667* L_19 = __this->get_peekChars_28(); int32_t L_20 = __this->get_curNodePeekIndex_31(); int32_t L_21 = __this->get_peekCharsIndex_29(); int32_t L_22 = __this->get_curNodePeekIndex_31(); int32_t L_23 = V_1; NullCheck(L_18); StringBuilder_Append_m4089665817(L_18, L_19, L_20, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)L_22)), (int32_t)L_23)), /*hidden argument*/NULL); bool L_24 = V_0; __this->set_preserveCurrentTag_32(L_24); bool L_25 = V_3; if (!L_25) { goto IL_00f5; } } { XmlTextReader_ReadText_m1357245559(__this, (bool)0, /*hidden argument*/NULL); goto IL_0126; } IL_00f5: { int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace Mono.Xml2.XmlTextReader::get_XmlSpace() */, __this); if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_0108; } } { G_B21_0 = ((int32_t)14); goto IL_010a; } IL_0108: { G_B21_0 = ((int32_t)13); } IL_010a: { V_4 = G_B21_0; int32_t L_27 = V_4; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlTextReader_SetProperties_m1944983866(__this, L_27, L_28, L_29, L_30, (bool)0, (String_t*)NULL, (bool)1, /*hidden argument*/NULL); } IL_0126: { return (bool)1; } } // System.Int32 Mono.Xml2.XmlTextReader::ReadCharsInternal(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t XmlTextReader_ReadCharsInternal_m190300142 (XmlTextReader_t3455035481 * __this, CharU5BU5D_t3528271667* ___buffer0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadCharsInternal_m190300142_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { int32_t L_0 = ___offset1; V_0 = L_0; V_1 = 0; goto IL_0131; } IL_0009: { int32_t L_1 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); V_2 = L_1; int32_t L_2 = V_2; V_3 = L_2; int32_t L_3 = V_3; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0026; } } { int32_t L_4 = V_3; if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_0032; } } { goto IL_00d2; } IL_0026: { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1866971889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadCharsInternal_m190300142_RuntimeMethod_var); } IL_0032: { int32_t L_6 = V_1; int32_t L_7 = ___length2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) == ((uint32_t)L_7)))) { goto IL_003d; } } { int32_t L_8 = V_1; return L_8; } IL_003d: { int32_t L_9 = V_2; XmlTextReader_Advance_m3489997309(__this, L_9, /*hidden argument*/NULL); int32_t L_10 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)((int32_t)47)))) { goto IL_006d; } } { int32_t L_11 = __this->get_nestLevel_40(); __this->set_nestLevel_40(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); CharU5BU5D_t3528271667* L_12 = ___buffer0; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); NullCheck(L_12); (L_12)->SetAt(static_cast(L_14), (Il2CppChar)((int32_t)60)); goto IL_012d; } IL_006d: { int32_t L_15 = __this->get_nestLevel_40(); int32_t L_16 = L_15; V_4 = L_16; __this->set_nestLevel_40(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1))); int32_t L_17 = V_4; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0094; } } { CharU5BU5D_t3528271667* L_18 = ___buffer0; int32_t L_19 = V_0; int32_t L_20 = L_19; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); NullCheck(L_18); (L_18)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)60)); goto IL_012d; } IL_0094: { XmlTextReader_Expect_m4011935953(__this, ((int32_t)47), /*hidden argument*/NULL); bool L_21 = __this->get_depthUp_18(); if (!L_21) { goto IL_00bc; } } { int32_t L_22 = __this->get_depth_16(); __this->set_depth_16(((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1))); __this->set_depthUp_18((bool)0); } IL_00bc: { XmlTextReader_ReadEndTag_m798395877(__this, /*hidden argument*/NULL); __this->set_readCharsInProgress_41((bool)0); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml2.XmlTextReader::Read() */, __this); int32_t L_23 = V_1; return L_23; } IL_00d2: { int32_t L_24 = V_2; XmlTextReader_Advance_m3489997309(__this, L_24, /*hidden argument*/NULL); int32_t L_25 = V_2; if ((((int32_t)L_25) >= ((int32_t)((int32_t)65535)))) { goto IL_00f2; } } { CharU5BU5D_t3528271667* L_26 = ___buffer0; int32_t L_27 = V_0; int32_t L_28 = L_27; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); int32_t L_29 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(L_28), (Il2CppChar)(((int32_t)((uint16_t)L_29)))); goto IL_0128; } IL_00f2: { CharU5BU5D_t3528271667* L_30 = ___buffer0; int32_t L_31 = V_0; int32_t L_32 = L_31; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); int32_t L_33 = V_2; NullCheck(L_30); (L_30)->SetAt(static_cast(L_32), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)65536)))/(int32_t)((int32_t)1024))), (int32_t)((int32_t)55296))))))); CharU5BU5D_t3528271667* L_34 = ___buffer0; int32_t L_35 = V_0; int32_t L_36 = L_35; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); int32_t L_37 = V_2; NullCheck(L_34); (L_34)->SetAt(static_cast(L_36), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)((int32_t)65536)))%(int32_t)((int32_t)1024))), (int32_t)((int32_t)56320))))))); } IL_0128: { goto IL_012d; } IL_012d: { int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_0131: { int32_t L_39 = V_1; int32_t L_40 = ___length2; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0009; } } { int32_t L_41 = ___length2; return L_41; } } // System.Boolean Mono.Xml2.XmlTextReader::ReadUntilEndTag() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_ReadUntilEndTag_m2167355391 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTextReader_ReadUntilEndTag_m2167355391_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml2.XmlTextReader::get_Depth() */, __this); if (L_0) { goto IL_0013; } } { __this->set_currentState_39(((int32_t)15)); } IL_0013: { int32_t L_1 = XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; V_2 = L_2; int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)(-1)))) { goto IL_0030; } } { int32_t L_4 = V_2; if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_003c; } } { goto IL_00cb; } IL_0030: { XmlException_t1761730631 * L_5 = XmlTextReader_NotWFError_m2000394543(__this, _stringLiteral1866971889, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,XmlTextReader_ReadUntilEndTag_m2167355391_RuntimeMethod_var); } IL_003c: { int32_t L_6 = XmlTextReader_PeekChar_m1912018917(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)((int32_t)47)))) { goto IL_005c; } } { int32_t L_7 = __this->get_nestLevel_40(); __this->set_nestLevel_40(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); goto IL_00cb; } IL_005c: { int32_t L_8 = __this->get_nestLevel_40(); int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); V_3 = L_9; __this->set_nestLevel_40(L_9); int32_t L_10 = V_3; if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0078; } } { goto IL_00cb; } IL_0078: { XmlTextReader_ReadChar_m986519882(__this, /*hidden argument*/NULL); String_t* L_11 = XmlTextReader_ReadName_m497761603(__this, /*hidden argument*/NULL); V_1 = L_11; String_t* L_12 = V_1; TagNameU5BU5D_t2055670886* L_13 = __this->get_elementNames_20(); int32_t L_14 = __this->get_elementNameStackPos_21(); NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)))))->get_Name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_12, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00ae; } } { goto IL_00cb; } IL_00ae: { XmlTextReader_Expect_m4011935953(__this, ((int32_t)62), /*hidden argument*/NULL); int32_t L_17 = __this->get_depth_16(); __this->set_depth_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1))); bool L_18 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml2.XmlTextReader::Read() */, __this); return L_18; } IL_00cb: { goto IL_0013; } } #ifdef __clang__ #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 Mono.Xml2.XmlTextReader/DtdInputStateStack::.ctor() extern "C" IL2CPP_METHOD_ATTR void DtdInputStateStack__ctor_m3167863153 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DtdInputStateStack__ctor_m3167863153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_intern_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DtdInputStateStack_Push_m2739177529(__this, 1, /*hidden argument*/NULL); return; } } // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader/DtdInputStateStack::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t DtdInputStateStack_Peek_m3900420977 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DtdInputStateStack_Peek_m3900420977_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_intern_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_0); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // Mono.Xml2.XmlTextReader/DtdInputState Mono.Xml2.XmlTextReader/DtdInputStateStack::Pop() extern "C" IL2CPP_METHOD_ATTR int32_t DtdInputStateStack_Pop_m3009074081 (DtdInputStateStack_t339956957 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DtdInputStateStack_Pop_m3009074081_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_intern_0(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void Mono.Xml2.XmlTextReader/DtdInputStateStack::Push(Mono.Xml2.XmlTextReader/DtdInputState) extern "C" IL2CPP_METHOD_ATTR void DtdInputStateStack_Push_m2739177529 (DtdInputStateStack_t339956957 * __this, int32_t ___val0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DtdInputStateStack_Push_m2739177529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_intern_0(); int32_t L_1 = ___val0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(DtdInputState_t1766821130_il2cpp_TypeInfo_var, &L_2); NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, L_3); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Mono.Xml2.XmlTextReader/TagName extern "C" void TagName_t2891256255_marshal_pinvoke(const TagName_t2891256255& unmarshaled, TagName_t2891256255_marshaled_pinvoke& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_Name_0()); marshaled.___LocalName_1 = il2cpp_codegen_marshal_string(unmarshaled.get_LocalName_1()); marshaled.___Prefix_2 = il2cpp_codegen_marshal_string(unmarshaled.get_Prefix_2()); } extern "C" void TagName_t2891256255_marshal_pinvoke_back(const TagName_t2891256255_marshaled_pinvoke& marshaled, TagName_t2891256255& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_string_result(marshaled.___Name_0)); unmarshaled.set_LocalName_1(il2cpp_codegen_marshal_string_result(marshaled.___LocalName_1)); unmarshaled.set_Prefix_2(il2cpp_codegen_marshal_string_result(marshaled.___Prefix_2)); } // Conversion method for clean up from marshalling of: Mono.Xml2.XmlTextReader/TagName extern "C" void TagName_t2891256255_marshal_pinvoke_cleanup(TagName_t2891256255_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Name_0); marshaled.___Name_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___LocalName_1); marshaled.___LocalName_1 = NULL; il2cpp_codegen_marshal_free(marshaled.___Prefix_2); marshaled.___Prefix_2 = NULL; } // Conversion methods for marshalling of: Mono.Xml2.XmlTextReader/TagName extern "C" void TagName_t2891256255_marshal_com(const TagName_t2891256255& unmarshaled, TagName_t2891256255_marshaled_com& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Name_0()); marshaled.___LocalName_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_LocalName_1()); marshaled.___Prefix_2 = il2cpp_codegen_marshal_bstring(unmarshaled.get_Prefix_2()); } extern "C" void TagName_t2891256255_marshal_com_back(const TagName_t2891256255_marshaled_com& marshaled, TagName_t2891256255& unmarshaled) { unmarshaled.set_Name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___Name_0)); unmarshaled.set_LocalName_1(il2cpp_codegen_marshal_bstring_result(marshaled.___LocalName_1)); unmarshaled.set_Prefix_2(il2cpp_codegen_marshal_bstring_result(marshaled.___Prefix_2)); } // Conversion method for clean up from marshalling of: Mono.Xml2.XmlTextReader/TagName extern "C" void TagName_t2891256255_marshal_com_cleanup(TagName_t2891256255_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Name_0); marshaled.___Name_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___LocalName_1); marshaled.___LocalName_1 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___Prefix_2); marshaled.___Prefix_2 = NULL; } // System.Void Mono.Xml2.XmlTextReader/TagName::.ctor(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void TagName__ctor_m4210861040 (TagName_t2891256255 * __this, String_t* ___n0, String_t* ___l1, String_t* ___p2, const RuntimeMethod* method) { { String_t* L_0 = ___n0; __this->set_Name_0(L_0); String_t* L_1 = ___l1; __this->set_LocalName_1(L_1); String_t* L_2 = ___p2; __this->set_Prefix_2(L_2); return; } } extern "C" void TagName__ctor_m4210861040_AdjustorThunk (RuntimeObject * __this, String_t* ___n0, String_t* ___l1, String_t* ___p2, const RuntimeMethod* method) { TagName_t2891256255 * _thisAdjusted = reinterpret_cast(__this + 1); TagName__ctor_m4210861040(_thisAdjusted, ___n0, ___l1, ___p2, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::.ctor(Mono.Xml2.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo__ctor_m482019829 (XmlAttributeTokenInfo_t384315108 * __this, XmlTextReader_t3455035481 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeTokenInfo__ctor_m482019829_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_0, /*hidden argument*/NULL); __this->set_tmpBuilder_16(L_0); XmlTextReader_t3455035481 * L_1 = ___reader0; XmlTokenInfo__ctor_m3168572862(__this, L_1, /*hidden argument*/NULL); ((XmlTokenInfo_t2519673037 *)__this)->set_NodeType_12(2); return; } } // System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAttributeTokenInfo_get_Value_m3359513343 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeTokenInfo_get_Value_m3359513343_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTokenInfo_t2519673037 * V_0 = NULL; int32_t V_1 = 0; XmlTokenInfo_t2519673037 * V_2 = NULL; { String_t* L_0 = __this->get_valueCache_15(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_valueCache_15(); return L_1; } IL_0012: { int32_t L_2 = __this->get_ValueTokenStartIndex_13(); int32_t L_3 = __this->get_ValueTokenEndIndex_14(); if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0075; } } { XmlTextReader_t3455035481 * L_4 = ((XmlTokenInfo_t2519673037 *)__this)->get_Reader_1(); NullCheck(L_4); XmlTokenInfoU5BU5D_t2522587488* L_5 = L_4->get_attributeValueTokens_7(); int32_t L_6 = __this->get_ValueTokenStartIndex_13(); NullCheck(L_5); int32_t L_7 = L_6; XmlTokenInfo_t2519673037 * L_8 = (L_5)->GetAt(static_cast(L_7)); V_0 = L_8; XmlTokenInfo_t2519673037 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->get_NodeType_12(); if ((!(((uint32_t)L_10) == ((uint32_t)5)))) { goto IL_0062; } } { XmlTokenInfo_t2519673037 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = L_11->get_Name_2(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614522, L_12, _stringLiteral3452614549, /*hidden argument*/NULL); __this->set_valueCache_15(L_13); goto IL_006e; } IL_0062: { XmlTokenInfo_t2519673037 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() */, L_14); __this->set_valueCache_15(L_15); } IL_006e: { String_t* L_16 = __this->get_valueCache_15(); return L_16; } IL_0075: { StringBuilder_t * L_17 = __this->get_tmpBuilder_16(); NullCheck(L_17); StringBuilder_set_Length_m1410065908(L_17, 0, /*hidden argument*/NULL); int32_t L_18 = __this->get_ValueTokenStartIndex_13(); V_1 = L_18; goto IL_00f0; } IL_008d: { XmlTextReader_t3455035481 * L_19 = ((XmlTokenInfo_t2519673037 *)__this)->get_Reader_1(); NullCheck(L_19); XmlTokenInfoU5BU5D_t2522587488* L_20 = L_19->get_attributeValueTokens_7(); int32_t L_21 = V_1; NullCheck(L_20); int32_t L_22 = L_21; XmlTokenInfo_t2519673037 * L_23 = (L_20)->GetAt(static_cast(L_22)); V_2 = L_23; XmlTokenInfo_t2519673037 * L_24 = V_2; NullCheck(L_24); int32_t L_25 = L_24->get_NodeType_12(); if ((!(((uint32_t)L_25) == ((uint32_t)3)))) { goto IL_00be; } } { StringBuilder_t * L_26 = __this->get_tmpBuilder_16(); XmlTokenInfo_t2519673037 * L_27 = V_2; NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() */, L_27); NullCheck(L_26); StringBuilder_Append_m1965104174(L_26, L_28, /*hidden argument*/NULL); goto IL_00ec; } IL_00be: { StringBuilder_t * L_29 = __this->get_tmpBuilder_16(); NullCheck(L_29); StringBuilder_Append_m2383614642(L_29, ((int32_t)38), /*hidden argument*/NULL); StringBuilder_t * L_30 = __this->get_tmpBuilder_16(); XmlTokenInfo_t2519673037 * L_31 = V_2; NullCheck(L_31); String_t* L_32 = L_31->get_Name_2(); NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, L_32, /*hidden argument*/NULL); StringBuilder_t * L_33 = __this->get_tmpBuilder_16(); NullCheck(L_33); StringBuilder_Append_m2383614642(L_33, ((int32_t)59), /*hidden argument*/NULL); } IL_00ec: { int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00f0: { int32_t L_35 = V_1; int32_t L_36 = __this->get_ValueTokenEndIndex_14(); if ((((int32_t)L_35) <= ((int32_t)L_36))) { goto IL_008d; } } { StringBuilder_t * L_37 = __this->get_tmpBuilder_16(); StringBuilder_t * L_38 = __this->get_tmpBuilder_16(); NullCheck(L_38); int32_t L_39 = StringBuilder_get_Length_m3238060835(L_38, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_40 = StringBuilder_ToString_m774364392(L_37, 0, L_39, /*hidden argument*/NULL); __this->set_valueCache_15(L_40); String_t* L_41 = __this->get_valueCache_15(); return L_41; } } // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_set_Value_m2060146212 (XmlAttributeTokenInfo_t384315108 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_valueCache_15(L_0); return; } } // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_Clear_m3092339393 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlTokenInfo_Clear_m3073025998(__this, /*hidden argument*/NULL); __this->set_valueCache_15((String_t*)NULL); ((XmlTokenInfo_t2519673037 *)__this)->set_NodeType_12(2); int32_t L_0 = 0; V_0 = L_0; __this->set_ValueTokenEndIndex_14(L_0); int32_t L_1 = V_0; __this->set_ValueTokenStartIndex_13(L_1); return; } } // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::FillXmlns() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_FillXmlns_m3484823652 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeTokenInfo_FillXmlns_m3484823652_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((XmlTokenInfo_t2519673037 *)__this)->get_Prefix_4(); bool L_1 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_0, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_1) { goto IL_0036; } } { XmlTextReader_t3455035481 * L_2 = ((XmlTokenInfo_t2519673037 *)__this)->get_Reader_1(); NullCheck(L_2); XmlNamespaceManager_t418790500 * L_3 = L_2->get_nsmgr_13(); String_t* L_4 = ((XmlTokenInfo_t2519673037 *)__this)->get_LocalName_3(); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, __this); NullCheck(L_3); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_3, L_4, L_5); goto IL_0066; } IL_0036: { String_t* L_6 = ((XmlTokenInfo_t2519673037 *)__this)->get_Name_2(); bool L_7 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_6, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_7) { goto IL_0066; } } { XmlTextReader_t3455035481 * L_8 = ((XmlTokenInfo_t2519673037 *)__this)->get_Reader_1(); NullCheck(L_8); XmlNamespaceManager_t418790500 * L_9 = L_8->get_nsmgr_13(); 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(); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::get_Value() */, __this); NullCheck(L_9); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, L_9, L_10, L_11); } IL_0066: { return; } } // System.Void Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo::FillNamespace() extern "C" IL2CPP_METHOD_ATTR void XmlAttributeTokenInfo_FillNamespace_m1979530757 (XmlAttributeTokenInfo_t384315108 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAttributeTokenInfo_FillNamespace_m1979530757_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ((XmlTokenInfo_t2519673037 *)__this)->get_Prefix_4(); bool L_1 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_0, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_1) { goto IL_002a; } } { String_t* L_2 = ((XmlTokenInfo_t2519673037 *)__this)->get_Name_2(); bool L_3 = Object_ReferenceEquals_m610702577(NULL /*static, unused*/, L_2, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_3) { goto IL_003a; } } IL_002a: { ((XmlTokenInfo_t2519673037 *)__this)->set_NamespaceURI_5(_stringLiteral2829469855); goto IL_0072; } IL_003a: { String_t* L_4 = ((XmlTokenInfo_t2519673037 *)__this)->get_Prefix_4(); NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_005a; } } { 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(); ((XmlTokenInfo_t2519673037 *)__this)->set_NamespaceURI_5(L_6); goto IL_0072; } IL_005a: { XmlTextReader_t3455035481 * L_7 = ((XmlTokenInfo_t2519673037 *)__this)->get_Reader_1(); String_t* L_8 = ((XmlTokenInfo_t2519673037 *)__this)->get_Prefix_4(); NullCheck(L_7); String_t* L_9 = XmlTextReader_LookupNamespace_m2046126088(L_7, L_8, (bool)1, /*hidden argument*/NULL); ((XmlTokenInfo_t2519673037 *)__this)->set_NamespaceURI_5(L_9); } IL_0072: { 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 Mono.Xml2.XmlTextReader/XmlTokenInfo::.ctor(Mono.Xml2.XmlTextReader) extern "C" IL2CPP_METHOD_ATTR void XmlTokenInfo__ctor_m3168572862 (XmlTokenInfo_t2519673037 * __this, XmlTextReader_t3455035481 * ___xtr0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_0 = ___xtr0; __this->set_Reader_1(L_0); VirtActionInvoker0::Invoke(6 /* System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() */, __this); return; } } // System.String Mono.Xml2.XmlTextReader/XmlTokenInfo::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlTokenInfo_get_Value_m2011852824 (XmlTokenInfo_t2519673037 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = __this->get_valueCache_0(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_valueCache_0(); return L_1; } IL_0012: { int32_t L_2 = __this->get_ValueBufferStart_10(); if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_004e; } } { XmlTextReader_t3455035481 * L_3 = __this->get_Reader_1(); NullCheck(L_3); StringBuilder_t * L_4 = L_3->get_valueBuffer_26(); int32_t L_5 = __this->get_ValueBufferStart_10(); int32_t L_6 = __this->get_ValueBufferEnd_11(); int32_t L_7 = __this->get_ValueBufferStart_10(); NullCheck(L_4); String_t* L_8 = StringBuilder_ToString_m774364392(L_4, L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7)), /*hidden argument*/NULL); __this->set_valueCache_0(L_8); String_t* L_9 = __this->get_valueCache_0(); return L_9; } IL_004e: { int32_t L_10 = __this->get_NodeType_12(); V_0 = L_10; int32_t L_11 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)3))) { case 0: { goto IL_0092; } case 1: { goto IL_0092; } case 2: { goto IL_00aa; } case 3: { goto IL_00aa; } case 4: { goto IL_0092; } case 5: { goto IL_0092; } case 6: { goto IL_00aa; } case 7: { goto IL_00aa; } case 8: { goto IL_00aa; } case 9: { goto IL_00aa; } case 10: { goto IL_0092; } case 11: { goto IL_0092; } } } { goto IL_00aa; } IL_0092: { XmlTextReader_t3455035481 * L_12 = __this->get_Reader_1(); NullCheck(L_12); String_t* L_13 = XmlTextReader_CreateValueString_m2043680139(L_12, /*hidden argument*/NULL); __this->set_valueCache_0(L_13); String_t* L_14 = __this->get_valueCache_0(); return L_14; } IL_00aa: { return (String_t*)NULL; } } // System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlTokenInfo_set_Value_m3804424968 (XmlTokenInfo_t2519673037 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_valueCache_0(L_0); return; } } // System.Void Mono.Xml2.XmlTextReader/XmlTokenInfo::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlTokenInfo_Clear_m3073025998 (XmlTokenInfo_t2519673037 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlTokenInfo_Clear_m3073025998_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { __this->set_ValueBufferStart_10((-1)); __this->set_valueCache_0((String_t*)NULL); __this->set_NodeType_12(0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); String_t* L_1 = L_0; V_0 = L_1; __this->set_NamespaceURI_5(L_1); String_t* L_2 = V_0; String_t* L_3 = L_2; V_0 = L_3; __this->set_Prefix_4(L_3); String_t* L_4 = V_0; String_t* L_5 = L_4; V_0 = L_5; __this->set_LocalName_3(L_5); String_t* L_6 = V_0; __this->set_Name_2(L_6); __this->set_IsEmptyElement_6((bool)0); __this->set_QuoteChar_7(((int32_t)34)); int32_t L_7 = 0; V_1 = L_7; __this->set_LinePosition_9(L_7); int32_t L_8 = V_1; __this->set_LineNumber_8(L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.MonoTODOAttribute::.ctor() extern "C" IL2CPP_METHOD_ATTR void MonoTODOAttribute__ctor_m4238667286 (MonoTODOAttribute_t4131080583 * __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 // System.Void System.Xml.DTDReader::.ctor(Mono.Xml.DTDObjectModel,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader__ctor_m1643839087 (DTDReader_t386081180 * __this, DTDObjectModel_t1729680289 * ___dtd0, int32_t ___startLineNumber1, int32_t ___startLinePosition2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___dtd0; __this->set_DTD_13(L_0); int32_t L_1 = ___startLineNumber1; __this->set_currentLinkedNodeLineNumber_6(L_1); int32_t L_2 = ___startLinePosition2; __this->set_currentLinkedNodeLinePosition_7(L_2); DTDReader_Init_m907126756(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.DTDReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_get_BaseURI_m1592238113 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); String_t* L_1 = XmlParserInput_get_BaseURI_m1478609455(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.DTDReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_get_Normalization_m1816081840 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_normalization_9(); return L_0; } } // System.Void System.Xml.DTDReader::set_Normalization(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDReader_set_Normalization_m265650635 (DTDReader_t386081180 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_normalization_9(L_0); return; } } // System.Int32 System.Xml.DTDReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_get_LineNumber_m481654539 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); int32_t L_1 = XmlParserInput_get_LineNumber_m2843176613(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.DTDReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_get_LinePosition_m4162552537 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); int32_t L_1 = XmlParserInput_get_LinePosition_m3993856854(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.DTDReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_HasLineInfo_m1687577416 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Xml.XmlException System.Xml.DTDReader::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * DTDReader_NotWFError_m752434160 (DTDReader_t386081180 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_NotWFError_m752434160_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = DTDReader_get_BaseURI_m1592238113(__this, /*hidden argument*/NULL); String_t* L_1 = ___message0; XmlException_t1761730631 * L_2 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_2, __this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.DTDReader::Init() extern "C" IL2CPP_METHOD_ATTR void DTDReader_Init_m907126756 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_Init_m907126756_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_0, /*hidden argument*/NULL); __this->set_parserInputStack_1(L_0); __this->set_nameBuffer_2(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)))); __this->set_nameLength_3(0); __this->set_nameCapacity_4(((int32_t)256)); StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m2367297767(L_1, ((int32_t)512), /*hidden argument*/NULL); __this->set_valueBuffer_5(L_1); return; } } // Mono.Xml.DTDObjectModel System.Xml.DTDReader::GenerateDTDObjectModel() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDReader_GenerateDTDObjectModel_m1793782479 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_GenerateDTDObjectModel_m1793782479_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; XmlParserInput_t2182411204 * V_2 = NULL; ArrayList_t2718874744 * V_3 = NULL; DTDEntityDeclaration_t811637416 * 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); { Stack_t2329662280 * L_0 = __this->get_parserInputStack_1(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_0); V_0 = L_1; DTDObjectModel_t1729680289 * L_2 = __this->get_DTD_13(); NullCheck(L_2); String_t* L_3 = DTDObjectModel_get_InternalSubset_m3920583053(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00e4; } } { DTDObjectModel_t1729680289 * L_4 = __this->get_DTD_13(); NullCheck(L_4); String_t* L_5 = DTDObjectModel_get_InternalSubset_m3920583053(L_4, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = String_get_Length_m3847582255(L_5, /*hidden argument*/NULL); if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_00e4; } } { __this->set_processingInternalSubset_10((bool)1); XmlParserInput_t2182411204 * L_7 = __this->get_currentInput_0(); V_2 = L_7; DTDObjectModel_t1729680289 * L_8 = __this->get_DTD_13(); NullCheck(L_8); String_t* L_9 = DTDObjectModel_get_InternalSubset_m3920583053(L_8, /*hidden argument*/NULL); StringReader_t3465604688 * L_10 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_10, L_9, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_11 = __this->get_DTD_13(); NullCheck(L_11); String_t* L_12 = DTDObjectModel_get_BaseURI_m4066085242(L_11, /*hidden argument*/NULL); int32_t L_13 = __this->get_currentLinkedNodeLineNumber_6(); int32_t L_14 = __this->get_currentLinkedNodeLinePosition_7(); XmlParserInput_t2182411204 * L_15 = (XmlParserInput_t2182411204 *)il2cpp_codegen_object_new(XmlParserInput_t2182411204_il2cpp_TypeInfo_var); XmlParserInput__ctor_m323061724(L_15, L_10, L_12, L_13, L_14, /*hidden argument*/NULL); __this->set_currentInput_0(L_15); XmlParserInput_t2182411204 * L_16 = __this->get_currentInput_0(); NullCheck(L_16); XmlParserInput_set_AllowTextDecl_m1259857254(L_16, (bool)0, /*hidden argument*/NULL); } IL_007e: { bool L_17 = DTDReader_ProcessDTDSubset_m414122437(__this, /*hidden argument*/NULL); V_1 = L_17; int32_t L_18 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_18) == ((uint32_t)(-1))))) { goto IL_00a8; } } { Stack_t2329662280 * L_19 = __this->get_parserInputStack_1(); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_19); if ((((int32_t)L_20) <= ((int32_t)0))) { goto IL_00a8; } } { DTDReader_PopParserInput_m1066380068(__this, /*hidden argument*/NULL); } IL_00a8: { bool L_21 = V_1; if (L_21) { goto IL_007e; } } { Stack_t2329662280 * L_22 = __this->get_parserInputStack_1(); NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_22); int32_t L_24 = V_0; if ((((int32_t)L_23) > ((int32_t)L_24))) { goto IL_007e; } } { int32_t L_25 = __this->get_dtdIncludeSect_8(); if (!L_25) { goto IL_00d6; } } { XmlException_t1761730631 * L_26 = DTDReader_NotWFError_m752434160(__this, _stringLiteral716376233, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,DTDReader_GenerateDTDObjectModel_m1793782479_RuntimeMethod_var); } IL_00d6: { XmlParserInput_t2182411204 * L_27 = V_2; __this->set_currentInput_0(L_27); __this->set_processingInternalSubset_10((bool)0); } IL_00e4: { DTDObjectModel_t1729680289 * L_28 = __this->get_DTD_13(); NullCheck(L_28); String_t* L_29 = DTDObjectModel_get_SystemId_m2725442049(L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_018f; } } { DTDObjectModel_t1729680289 * L_30 = __this->get_DTD_13(); NullCheck(L_30); String_t* L_31 = DTDObjectModel_get_SystemId_m2725442049(L_30, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_33 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_31, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_018f; } } { DTDObjectModel_t1729680289 * L_34 = __this->get_DTD_13(); NullCheck(L_34); XmlResolver_t626023767 * L_35 = DTDObjectModel_get_Resolver_m175630994(L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_018f; } } { DTDObjectModel_t1729680289 * L_36 = __this->get_DTD_13(); NullCheck(L_36); String_t* L_37 = DTDObjectModel_get_SystemId_m2725442049(L_36, /*hidden argument*/NULL); DTDReader_PushParserInput_m1634614665(__this, L_37, /*hidden argument*/NULL); } IL_012f: { bool L_38 = DTDReader_ProcessDTDSubset_m414122437(__this, /*hidden argument*/NULL); V_1 = L_38; int32_t L_39 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)(-1))))) { goto IL_0159; } } { Stack_t2329662280 * L_40 = __this->get_parserInputStack_1(); NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_40); if ((((int32_t)L_41) <= ((int32_t)1))) { goto IL_0159; } } { DTDReader_PopParserInput_m1066380068(__this, /*hidden argument*/NULL); } IL_0159: { bool L_42 = V_1; if (L_42) { goto IL_012f; } } { Stack_t2329662280 * L_43 = __this->get_parserInputStack_1(); NullCheck(L_43); int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_43); int32_t L_45 = V_0; if ((((int32_t)L_44) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1))))) { goto IL_012f; } } { int32_t L_46 = __this->get_dtdIncludeSect_8(); if (!L_46) { goto IL_0189; } } { XmlException_t1761730631 * L_47 = DTDReader_NotWFError_m752434160(__this, _stringLiteral716376233, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,DTDReader_GenerateDTDObjectModel_m1793782479_RuntimeMethod_var); } IL_0189: { DTDReader_PopParserInput_m1066380068(__this, /*hidden argument*/NULL); } IL_018f: { ArrayList_t2718874744 * L_48 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_48, /*hidden argument*/NULL); V_3 = L_48; DTDObjectModel_t1729680289 * L_49 = __this->get_DTD_13(); NullCheck(L_49); DTDEntityDeclarationCollection_t2250844513 * L_50 = DTDObjectModel_get_EntityDecls_m2343264842(L_49, /*hidden argument*/NULL); NullCheck(L_50); RuntimeObject* L_51 = DictionaryBase_get_Values_m2364603791(L_50, /*hidden argument*/NULL); NullCheck(L_51); RuntimeObject* L_52 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4133380278_il2cpp_TypeInfo_var, L_51); V_5 = L_52; } IL_01ac: try { // begin try (depth: 1) { goto IL_01d9; } IL_01b1: { RuntimeObject* L_53 = V_5; NullCheck(L_53); DTDNode_t858560093 * L_54 = InterfaceFuncInvoker0< DTDNode_t858560093 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1291130561_il2cpp_TypeInfo_var, L_53); V_4 = ((DTDEntityDeclaration_t811637416 *)CastclassClass((RuntimeObject*)L_54, DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var)); DTDEntityDeclaration_t811637416 * L_55 = V_4; NullCheck(L_55); String_t* L_56 = DTDEntityDeclaration_get_NotationName_m675121615(L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_01d9; } } IL_01cb: { DTDEntityDeclaration_t811637416 * L_57 = V_4; ArrayList_t2718874744 * L_58 = V_3; NullCheck(L_57); DTDEntityDeclaration_ScanEntityValue_m289179801(L_57, L_58, /*hidden argument*/NULL); ArrayList_t2718874744 * L_59 = V_3; NullCheck(L_59); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_59); } IL_01d9: { RuntimeObject* L_60 = V_5; NullCheck(L_60); bool L_61 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_60); if (L_61) { goto IL_01b1; } } IL_01e5: { IL2CPP_LEAVE(0x1F7, FINALLY_01ea); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01ea; } FINALLY_01ea: { // begin finally (depth: 1) { RuntimeObject* L_62 = V_5; if (L_62) { goto IL_01ef; } } IL_01ee: { IL2CPP_END_FINALLY(490) } IL_01ef: { RuntimeObject* L_63 = V_5; NullCheck(L_63); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_63); IL2CPP_END_FINALLY(490) } } // end finally (depth: 1) IL2CPP_CLEANUP(490) { IL2CPP_JUMP_TBL(0x1F7, IL_01f7) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f7: { DTDObjectModel_t1729680289 * L_64 = __this->get_DTD_13(); NullCheck(L_64); Hashtable_t1853889766 * L_65 = DTDObjectModel_get_ExternalResources_m865763292(L_64, /*hidden argument*/NULL); NullCheck(L_65); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_65); DTDObjectModel_t1729680289 * L_66 = __this->get_DTD_13(); return L_66; } } // System.Boolean System.Xml.DTDReader::ProcessDTDSubset() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_ProcessDTDSubset_m414122437 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ProcessDTDSubset_m414122437_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; DTDParameterEntityDeclaration_t3796253422 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; V_4 = L_1; int32_t L_2 = V_4; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_0039; } } { int32_t L_3 = V_4; if ((((int32_t)L_3) == ((int32_t)((int32_t)37)))) { goto IL_003b; } } { int32_t L_4 = V_4; if ((((int32_t)L_4) == ((int32_t)((int32_t)60)))) { goto IL_00a8; } } { int32_t L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)93)))) { goto IL_0110; } } { goto IL_014c; } IL_0039: { return (bool)0; } IL_003b: { bool L_6 = __this->get_processingInternalSubset_10(); if (!L_6) { goto IL_0052; } } { DTDObjectModel_t1729680289 * L_7 = __this->get_DTD_13(); NullCheck(L_7); DTDObjectModel_set_InternalSubsetHasPEReference_m2678642332(L_7, (bool)1, /*hidden argument*/NULL); } IL_0052: { String_t* L_8 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_1 = L_8; DTDReader_Expect_m1754265857(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_9 = V_1; DTDParameterEntityDeclaration_t3796253422 * L_10 = DTDReader_GetPEDecl_m418780904(__this, L_9, /*hidden argument*/NULL); V_2 = L_10; DTDParameterEntityDeclaration_t3796253422 * L_11 = V_2; if (L_11) { goto IL_0074; } } { goto IL_016a; } IL_0074: { XmlParserInput_t2182411204 * L_12 = __this->get_currentInput_0(); DTDParameterEntityDeclaration_t3796253422 * L_13 = V_2; NullCheck(L_12); XmlParserInput_PushPEBuffer_m2114889766(L_12, L_13, /*hidden argument*/NULL); goto IL_008c; } IL_0085: { DTDReader_ProcessDTDSubset_m414122437(__this, /*hidden argument*/NULL); } IL_008c: { XmlParserInput_t2182411204 * L_14 = __this->get_currentInput_0(); NullCheck(L_14); bool L_15 = XmlParserInput_get_HasPEBuffer_m4279701287(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0085; } } { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_016a; } IL_00a8: { int32_t L_16 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_3 = L_16; int32_t L_17 = V_3; V_5 = L_17; int32_t L_18 = V_5; if ((((int32_t)L_18) == ((int32_t)(-1)))) { goto IL_00e7; } } { int32_t L_19 = V_5; if ((((int32_t)L_19) == ((int32_t)((int32_t)33)))) { goto IL_00dc; } } { int32_t L_20 = V_5; if ((((int32_t)L_20) == ((int32_t)((int32_t)63)))) { goto IL_00d1; } } { goto IL_00f3; } IL_00d1: { DTDReader_ReadProcessingInstruction_m3636693735(__this, /*hidden argument*/NULL); goto IL_010b; } IL_00dc: { DTDReader_CompileDeclaration_m3829291154(__this, /*hidden argument*/NULL); goto IL_010b; } IL_00e7: { XmlException_t1761730631 * L_21 = DTDReader_NotWFError_m752434160(__this, _stringLiteral964112111, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,DTDReader_ProcessDTDSubset_m414122437_RuntimeMethod_var); } IL_00f3: { int32_t L_22 = V_3; Il2CppChar L_23 = ((Il2CppChar)(((int32_t)((uint16_t)L_22)))); RuntimeObject * L_24 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1131811077, L_24, /*hidden argument*/NULL); XmlException_t1761730631 * L_26 = DTDReader_NotWFError_m752434160(__this, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,DTDReader_ProcessDTDSubset_m414122437_RuntimeMethod_var); } IL_010b: { goto IL_016a; } IL_0110: { int32_t L_27 = __this->get_dtdIncludeSect_8(); if (L_27) { goto IL_0127; } } { XmlException_t1761730631 * L_28 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1668993826, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,DTDReader_ProcessDTDSubset_m414122437_RuntimeMethod_var); } IL_0127: { DTDReader_Expect_m1980664535(__this, _stringLiteral3451697139, /*hidden argument*/NULL); int32_t L_29 = __this->get_dtdIncludeSect_8(); __this->set_dtdIncludeSect_8(((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1))); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_016a; } IL_014c: { int32_t L_30 = V_0; int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_31); int32_t L_33 = V_0; Il2CppChar L_34 = ((Il2CppChar)(((int32_t)((uint16_t)L_33)))); RuntimeObject * L_35 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral591091451, L_32, L_35, /*hidden argument*/NULL); XmlException_t1761730631 * L_37 = DTDReader_NotWFError_m752434160(__this, L_36, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,DTDReader_ProcessDTDSubset_m414122437_RuntimeMethod_var); } IL_016a: { XmlParserInput_t2182411204 * L_38 = __this->get_currentInput_0(); NullCheck(L_38); XmlParserInput_set_AllowTextDecl_m1259857254(L_38, (bool)0, /*hidden argument*/NULL); return (bool)1; } } // System.Void System.Xml.DTDReader::CompileDeclaration() extern "C" IL2CPP_METHOD_ATTR void DTDReader_CompileDeclaration_m3829291154 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_CompileDeclaration_m3829291154_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; DTDElementDeclaration_t1830540991 * V_1 = NULL; DTDAttListDeclaration_t3593159715 * V_2 = NULL; DTDNotationDeclaration_t3702682588 * V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_4 = L_0; int32_t L_1 = V_4; if ((((int32_t)L_1) == ((int32_t)((int32_t)45)))) { goto IL_003a; } } { int32_t L_2 = V_4; if ((((int32_t)L_2) == ((int32_t)((int32_t)65)))) { goto IL_016c; } } { int32_t L_3 = V_4; if ((((int32_t)L_3) == ((int32_t)((int32_t)69)))) { goto IL_004d; } } { int32_t L_4 = V_4; if ((((int32_t)L_4) == ((int32_t)((int32_t)78)))) { goto IL_019a; } } { int32_t L_5 = V_4; if ((((int32_t)L_5) == ((int32_t)((int32_t)91)))) { goto IL_01c8; } } { goto IL_023e; } IL_003a: { DTDReader_Expect_m1754265857(__this, ((int32_t)45), /*hidden argument*/NULL); DTDReader_ReadComment_m299292881(__this, /*hidden argument*/NULL); goto IL_024a; } IL_004d: { int32_t L_6 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_5 = L_6; int32_t L_7 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)76)))) { case 0: { goto IL_012d; } case 1: { goto IL_015b; } case 2: { goto IL_0070; } } } { goto IL_015b; } IL_0070: { DTDReader_Expect_m1980664535(__this, _stringLiteral2730454994, /*hidden argument*/NULL); bool L_8 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0092; } } { XmlException_t1761730631 * L_9 = DTDReader_NotWFError_m752434160(__this, _stringLiteral331087133, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DTDReader_CompileDeclaration_m3829291154_RuntimeMethod_var); } IL_0092: { int32_t L_10 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)37))))) { goto IL_00ef; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); bool L_11 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_11) { goto IL_00bc; } } { DTDReader_ExpandPERef_m1147325533(__this, /*hidden argument*/NULL); goto IL_0092; } IL_00bc: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_12 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_13 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00de; } } { DTDReader_ReadParameterEntityDecl_m4279610181(__this, /*hidden argument*/NULL); goto IL_00ea; } IL_00de: { XmlException_t1761730631 * L_14 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3861516511, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DTDReader_CompileDeclaration_m3829291154_RuntimeMethod_var); } IL_00ea: { goto IL_0167; } IL_00ef: { DTDEntityDeclaration_t811637416 * L_15 = DTDReader_ReadEntityDecl_m855852474(__this, /*hidden argument*/NULL); V_0 = L_15; DTDObjectModel_t1729680289 * L_16 = __this->get_DTD_13(); NullCheck(L_16); DTDEntityDeclarationCollection_t2250844513 * L_17 = DTDObjectModel_get_EntityDecls_m2343264842(L_16, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_18 = V_0; NullCheck(L_18); String_t* L_19 = DTDEntityBase_get_Name_m1482881339(L_18, /*hidden argument*/NULL); NullCheck(L_17); DTDEntityDeclaration_t811637416 * L_20 = DTDEntityDeclarationCollection_get_Item_m883323424(L_17, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0128; } } { DTDObjectModel_t1729680289 * L_21 = __this->get_DTD_13(); NullCheck(L_21); DTDEntityDeclarationCollection_t2250844513 * L_22 = DTDObjectModel_get_EntityDecls_m2343264842(L_21, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_23 = V_0; NullCheck(L_23); String_t* L_24 = DTDEntityBase_get_Name_m1482881339(L_23, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_25 = V_0; NullCheck(L_22); DTDEntityDeclarationCollection_Add_m3564010074(L_22, L_24, L_25, /*hidden argument*/NULL); } IL_0128: { goto IL_0167; } IL_012d: { DTDReader_Expect_m1980664535(__this, _stringLiteral3186092662, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_26 = DTDReader_ReadElementDecl_m1843745535(__this, /*hidden argument*/NULL); V_1 = L_26; DTDObjectModel_t1729680289 * L_27 = __this->get_DTD_13(); NullCheck(L_27); DTDElementDeclarationCollection_t222313714 * L_28 = DTDObjectModel_get_ElementDecls_m2095665786(L_27, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_29 = V_1; NullCheck(L_29); String_t* L_30 = DTDElementDeclaration_get_Name_m3235366997(L_29, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_31 = V_1; NullCheck(L_28); DTDElementDeclarationCollection_Add_m184065781(L_28, L_30, L_31, /*hidden argument*/NULL); goto IL_0167; } IL_015b: { XmlException_t1761730631 * L_32 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3540469314, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,DTDReader_CompileDeclaration_m3829291154_RuntimeMethod_var); } IL_0167: { goto IL_024a; } IL_016c: { DTDReader_Expect_m1980664535(__this, _stringLiteral3220886225, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_33 = DTDReader_ReadAttListDecl_m3127699621(__this, /*hidden argument*/NULL); V_2 = L_33; DTDObjectModel_t1729680289 * L_34 = __this->get_DTD_13(); NullCheck(L_34); DTDAttListDeclarationCollection_t2220366188 * L_35 = DTDObjectModel_get_AttListDecls_m2801359668(L_34, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_36 = V_2; NullCheck(L_36); String_t* L_37 = DTDAttListDeclaration_get_Name_m4265396932(L_36, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_38 = V_2; NullCheck(L_35); DTDAttListDeclarationCollection_Add_m2745516726(L_35, L_37, L_38, /*hidden argument*/NULL); goto IL_024a; } IL_019a: { DTDReader_Expect_m1980664535(__this, _stringLiteral4037854577, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_39 = DTDReader_ReadNotationDecl_m1460616695(__this, /*hidden argument*/NULL); V_3 = L_39; DTDObjectModel_t1729680289 * L_40 = __this->get_DTD_13(); NullCheck(L_40); DTDNotationDeclarationCollection_t959292105 * L_41 = DTDObjectModel_get_NotationDecls_m3855949721(L_40, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_42 = V_3; NullCheck(L_42); String_t* L_43 = DTDNotationDeclaration_get_Name_m2084897025(L_42, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_44 = V_3; NullCheck(L_41); DTDNotationDeclarationCollection_Add_m2041974702(L_41, L_43, L_44, /*hidden argument*/NULL); goto IL_024a; } IL_01c8: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)73), /*hidden argument*/NULL); int32_t L_45 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_5 = L_45; int32_t L_46 = V_5; if ((((int32_t)L_46) == ((int32_t)((int32_t)71)))) { goto IL_0223; } } { int32_t L_47 = V_5; if ((((int32_t)L_47) == ((int32_t)((int32_t)78)))) { goto IL_01fd; } } { goto IL_0239; } IL_01fd: { DTDReader_Expect_m1980664535(__this, _stringLiteral1328783513, /*hidden argument*/NULL); DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)91), /*hidden argument*/NULL); int32_t L_48 = __this->get_dtdIncludeSect_8(); __this->set_dtdIncludeSect_8(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1))); goto IL_0239; } IL_0223: { DTDReader_Expect_m1980664535(__this, _stringLiteral509511314, /*hidden argument*/NULL); DTDReader_ReadIgnoreSect_m3226723269(__this, /*hidden argument*/NULL); goto IL_0239; } IL_0239: { goto IL_024a; } IL_023e: { XmlException_t1761730631 * L_49 = DTDReader_NotWFError_m752434160(__this, _stringLiteral4231141755, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,DTDReader_CompileDeclaration_m3829291154_RuntimeMethod_var); } IL_024a: { return; } } // System.Void System.Xml.DTDReader::ReadIgnoreSect() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadIgnoreSect_m3226723269 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadIgnoreSect_m3226723269_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)91), /*hidden argument*/NULL); V_0 = 1; goto IL_00b4; } IL_000f: { int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_0; int32_t L_1 = V_1; if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0032; } } { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)60)))) { goto IL_003e; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)93)))) { goto IL_0079; } } { goto IL_00b4; } IL_0032: { XmlException_t1761730631 * L_4 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1479097756, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DTDReader_ReadIgnoreSect_m3226723269_RuntimeMethod_var); } IL_003e: { int32_t L_5 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)33)))) { goto IL_0050; } } { goto IL_00b4; } IL_0050: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_6 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_6) == ((int32_t)((int32_t)91)))) { goto IL_0069; } } { goto IL_00b4; } IL_0069: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_00b4; } IL_0079: { int32_t L_8 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)93)))) { goto IL_008b; } } { goto IL_00b4; } IL_008b: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_9 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)62)))) { goto IL_00a4; } } { goto IL_00b4; } IL_00a4: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); goto IL_00b4; } IL_00b4: { int32_t L_11 = V_0; if ((((int32_t)L_11) > ((int32_t)0))) { goto IL_000f; } } { int32_t L_12 = V_0; if (!L_12) { goto IL_00cd; } } { XmlException_t1761730631 * L_13 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3638008624, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,DTDReader_ReadIgnoreSect_m3226723269_RuntimeMethod_var); } IL_00cd: { return; } } // Mono.Xml.DTDElementDeclaration System.Xml.DTDReader::ReadElementDecl() extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDReader_ReadElementDecl_m1843745535 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadElementDecl_m1843745535_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDElementDeclaration_t1830540991 * V_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); DTDElementDeclaration_t1830540991 * L_1 = (DTDElementDeclaration_t1830540991 *)il2cpp_codegen_object_new(DTDElementDeclaration_t1830540991_il2cpp_TypeInfo_var); DTDElementDeclaration__ctor_m758629043(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDElementDeclaration_t1830540991 * L_2 = V_0; bool L_3 = __this->get_processingInternalSubset_10(); NullCheck(L_2); DTDNode_set_IsInternalSubset_m4099696620(L_2, L_3, /*hidden argument*/NULL); bool L_4 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_4) { goto IL_002f; } } { XmlException_t1761730631 * L_5 = DTDReader_NotWFError_m752434160(__this, _stringLiteral707453912, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DTDReader_ReadElementDecl_m1843745535_RuntimeMethod_var); } IL_002f: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_6 = V_0; String_t* L_7 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_6); DTDElementDeclaration_set_Name_m2982832846(L_6, L_7, /*hidden argument*/NULL); bool L_8 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_8) { goto IL_0059; } } { XmlException_t1761730631 * L_9 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3832076876, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DTDReader_ReadElementDecl_m1843745535_RuntimeMethod_var); } IL_0059: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_10 = V_0; DTDReader_ReadContentSpec_m1463355030(__this, L_10, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)62), /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_11 = V_0; return L_11; } } // System.Void System.Xml.DTDReader::ReadContentSpec(Mono.Xml.DTDElementDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadContentSpec_m1463355030 (DTDReader_t386081180 * __this, DTDElementDeclaration_t1830540991 * ___decl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadContentSpec_m1463355030_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDContentModel_t3264596611 * V_0 = NULL; DTDContentModel_t3264596611 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_2 = L_0; int32_t L_1 = V_2; if ((((int32_t)L_1) == ((int32_t)((int32_t)40)))) { goto IL_0059; } } { int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)((int32_t)65)))) { goto IL_0042; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)69)))) { goto IL_002b; } } { goto IL_02cf; } IL_002b: { DTDElementDeclaration_t1830540991 * L_4 = ___decl0; NullCheck(L_4); DTDElementDeclaration_set_IsEmpty_m3628834377(L_4, (bool)1, /*hidden argument*/NULL); DTDReader_Expect_m1980664535(__this, _stringLiteral2731044809, /*hidden argument*/NULL); goto IL_02db; } IL_0042: { DTDElementDeclaration_t1830540991 * L_5 = ___decl0; NullCheck(L_5); DTDElementDeclaration_set_IsAny_m1224379154(L_5, (bool)1, /*hidden argument*/NULL); DTDReader_Expect_m1980664535(__this, _stringLiteral3458316258, /*hidden argument*/NULL); goto IL_02db; } IL_0059: { DTDElementDeclaration_t1830540991 * L_6 = ___decl0; NullCheck(L_6); DTDContentModel_t3264596611 * L_7 = DTDElementDeclaration_get_ContentModel_m2473615350(L_6, /*hidden argument*/NULL); V_0 = L_7; DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_8 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35))))) { goto IL_016a; } } { DTDElementDeclaration_t1830540991 * L_9 = ___decl0; NullCheck(L_9); DTDElementDeclaration_set_IsMixedContent_m998737201(L_9, (bool)1, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_10 = V_0; NullCheck(L_10); DTDContentModel_set_Occurence_m4108520805(L_10, 2, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_11 = V_0; NullCheck(L_11); DTDContentModel_set_OrderType_m1667571152(L_11, 2, /*hidden argument*/NULL); DTDReader_Expect_m1980664535(__this, _stringLiteral3064337250, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_011d; } IL_00ae: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_12 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)37))))) { goto IL_00ce; } } { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_011d; } IL_00ce: { DTDReader_Expect_m1754265857(__this, ((int32_t)124), /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_13 = __this->get_DTD_13(); DTDElementDeclaration_t1830540991 * L_14 = ___decl0; NullCheck(L_14); String_t* L_15 = DTDElementDeclaration_get_Name_m3235366997(L_14, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_16 = (DTDContentModel_t3264596611 *)il2cpp_codegen_object_new(DTDContentModel_t3264596611_il2cpp_TypeInfo_var); DTDContentModel__ctor_m1009718562(L_16, L_13, L_15, /*hidden argument*/NULL); V_1 = L_16; DTDContentModel_t3264596611 * L_17 = V_1; String_t* L_18 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_17); DTDContentModel_set_ElementName_m996801317(L_17, L_18, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_19 = V_0; NullCheck(L_19); DTDContentModelCollection_t2798820000 * L_20 = DTDContentModel_get_ChildModels_m1303332449(L_19, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_21 = V_1; DTDReader_AddContentModel_m3333156252(__this, L_20, L_21, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); } IL_011d: { int32_t L_22 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)41))))) { goto IL_00ae; } } { DTDReader_Expect_m1754265857(__this, ((int32_t)41), /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_23 = V_0; NullCheck(L_23); DTDContentModelCollection_t2798820000 * L_24 = DTDContentModel_get_ChildModels_m1303332449(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = DTDContentModelCollection_get_Count_m3297431626(L_24, /*hidden argument*/NULL); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_0150; } } { DTDReader_Expect_m1754265857(__this, ((int32_t)42), /*hidden argument*/NULL); goto IL_0165; } IL_0150: { int32_t L_26 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)42))))) { goto IL_0165; } } { DTDReader_Expect_m1754265857(__this, ((int32_t)42), /*hidden argument*/NULL); } IL_0165: { goto IL_02c3; } IL_016a: { DTDContentModel_t3264596611 * L_27 = V_0; NullCheck(L_27); DTDContentModelCollection_t2798820000 * L_28 = DTDContentModel_get_ChildModels_m1303332449(L_27, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_29 = ___decl0; DTDContentModel_t3264596611 * L_30 = DTDReader_ReadCP_m1762305439(__this, L_29, /*hidden argument*/NULL); NullCheck(L_28); DTDContentModelCollection_Add_m249959265(L_28, L_30, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_0183: { int32_t L_31 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)37))))) { goto IL_019c; } } { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_0252; } IL_019c: { int32_t L_32 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)124))))) { goto IL_01f5; } } { DTDContentModel_t3264596611 * L_33 = V_0; NullCheck(L_33); int32_t L_34 = DTDContentModel_get_OrderType_m3335859170(L_33, /*hidden argument*/NULL); if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_01c1; } } { XmlException_t1761730631 * L_35 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1921774648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,DTDReader_ReadContentSpec_m1463355030_RuntimeMethod_var); } IL_01c1: { DTDContentModel_t3264596611 * L_36 = V_0; NullCheck(L_36); DTDContentModel_set_OrderType_m1667571152(L_36, 2, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_37 = V_0; NullCheck(L_37); DTDContentModelCollection_t2798820000 * L_38 = DTDContentModel_get_ChildModels_m1303332449(L_37, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_39 = ___decl0; DTDContentModel_t3264596611 * L_40 = DTDReader_ReadCP_m1762305439(__this, L_39, /*hidden argument*/NULL); DTDReader_AddContentModel_m3333156252(__this, L_38, L_40, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_0252; } IL_01f5: { int32_t L_41 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)44))))) { goto IL_024d; } } { DTDContentModel_t3264596611 * L_42 = V_0; NullCheck(L_42); int32_t L_43 = DTDContentModel_get_OrderType_m3335859170(L_42, /*hidden argument*/NULL); if ((!(((uint32_t)L_43) == ((uint32_t)2)))) { goto IL_021a; } } { XmlException_t1761730631 * L_44 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1519503411, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,DTDReader_ReadContentSpec_m1463355030_RuntimeMethod_var); } IL_021a: { DTDContentModel_t3264596611 * L_45 = V_0; NullCheck(L_45); DTDContentModel_set_OrderType_m1667571152(L_45, 1, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_46 = V_0; NullCheck(L_46); DTDContentModelCollection_t2798820000 * L_47 = DTDContentModel_get_ChildModels_m1303332449(L_46, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_48 = ___decl0; DTDContentModel_t3264596611 * L_49 = DTDReader_ReadCP_m1762305439(__this, L_48, /*hidden argument*/NULL); NullCheck(L_47); DTDContentModelCollection_Add_m249959265(L_47, L_49, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_0252; } IL_024d: { goto IL_0257; } IL_0252: { goto IL_0183; } IL_0257: { DTDReader_Expect_m1754265857(__this, ((int32_t)41), /*hidden argument*/NULL); int32_t L_50 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_3 = L_50; int32_t L_51 = V_3; if ((((int32_t)L_51) == ((int32_t)((int32_t)42)))) { goto IL_0296; } } { int32_t L_52 = V_3; if ((((int32_t)L_52) == ((int32_t)((int32_t)43)))) { goto IL_02a9; } } { int32_t L_53 = V_3; if ((((int32_t)L_53) == ((int32_t)((int32_t)63)))) { goto IL_0283; } } { goto IL_02bc; } IL_0283: { DTDContentModel_t3264596611 * L_54 = V_0; NullCheck(L_54); DTDContentModel_set_Occurence_m4108520805(L_54, 1, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_02bc; } IL_0296: { DTDContentModel_t3264596611 * L_55 = V_0; NullCheck(L_55); DTDContentModel_set_Occurence_m4108520805(L_55, 2, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_02bc; } IL_02a9: { DTDContentModel_t3264596611 * L_56 = V_0; NullCheck(L_56); DTDContentModel_set_Occurence_m4108520805(L_56, 3, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_02bc; } IL_02bc: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_02c3: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_02db; } IL_02cf: { XmlException_t1761730631 * L_57 = DTDReader_NotWFError_m752434160(__this, _stringLiteral4103557553, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57,DTDReader_ReadContentSpec_m1463355030_RuntimeMethod_var); } IL_02db: { return; } } // Mono.Xml.DTDContentModel System.Xml.DTDReader::ReadCP(Mono.Xml.DTDElementDeclaration) extern "C" IL2CPP_METHOD_ATTR DTDContentModel_t3264596611 * DTDReader_ReadCP_m1762305439 (DTDReader_t386081180 * __this, DTDElementDeclaration_t1830540991 * ___elem0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadCP_m1762305439_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDContentModel_t3264596611 * V_0 = NULL; int32_t V_1 = 0; { V_0 = (DTDContentModel_t3264596611 *)NULL; DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)40))))) { goto IL_0130; } } { DTDObjectModel_t1729680289 * L_1 = __this->get_DTD_13(); DTDElementDeclaration_t1830540991 * L_2 = ___elem0; NullCheck(L_2); String_t* L_3 = DTDElementDeclaration_get_Name_m3235366997(L_2, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_4 = (DTDContentModel_t3264596611 *)il2cpp_codegen_object_new(DTDContentModel_t3264596611_il2cpp_TypeInfo_var); DTDContentModel__ctor_m1009718562(L_4, L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_5 = V_0; NullCheck(L_5); DTDContentModelCollection_t2798820000 * L_6 = DTDContentModel_get_ChildModels_m1303332449(L_5, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_7 = ___elem0; DTDContentModel_t3264596611 * L_8 = DTDReader_ReadCP_m1762305439(__this, L_7, /*hidden argument*/NULL); NullCheck(L_6); DTDContentModelCollection_Add_m249959265(L_6, L_8, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_004f: { int32_t L_9 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)37))))) { goto IL_0068; } } { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_011e; } IL_0068: { int32_t L_10 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)124))))) { goto IL_00c1; } } { DTDContentModel_t3264596611 * L_11 = V_0; NullCheck(L_11); int32_t L_12 = DTDContentModel_get_OrderType_m3335859170(L_11, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_008d; } } { XmlException_t1761730631 * L_13 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1921774648, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,DTDReader_ReadCP_m1762305439_RuntimeMethod_var); } IL_008d: { DTDContentModel_t3264596611 * L_14 = V_0; NullCheck(L_14); DTDContentModel_set_OrderType_m1667571152(L_14, 2, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_15 = V_0; NullCheck(L_15); DTDContentModelCollection_t2798820000 * L_16 = DTDContentModel_get_ChildModels_m1303332449(L_15, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_17 = ___elem0; DTDContentModel_t3264596611 * L_18 = DTDReader_ReadCP_m1762305439(__this, L_17, /*hidden argument*/NULL); DTDReader_AddContentModel_m3333156252(__this, L_16, L_18, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_011e; } IL_00c1: { int32_t L_19 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)44))))) { goto IL_0119; } } { DTDContentModel_t3264596611 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = DTDContentModel_get_OrderType_m3335859170(L_20, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_00e6; } } { XmlException_t1761730631 * L_22 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1519503411, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,DTDReader_ReadCP_m1762305439_RuntimeMethod_var); } IL_00e6: { DTDContentModel_t3264596611 * L_23 = V_0; NullCheck(L_23); DTDContentModel_set_OrderType_m1667571152(L_23, 1, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_24 = V_0; NullCheck(L_24); DTDContentModelCollection_t2798820000 * L_25 = DTDContentModel_get_ChildModels_m1303332449(L_24, /*hidden argument*/NULL); DTDElementDeclaration_t1830540991 * L_26 = ___elem0; DTDContentModel_t3264596611 * L_27 = DTDReader_ReadCP_m1762305439(__this, L_26, /*hidden argument*/NULL); NullCheck(L_25); DTDContentModelCollection_Add_m249959265(L_25, L_27, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_011e; } IL_0119: { goto IL_0123; } IL_011e: { goto IL_004f; } IL_0123: { DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_0155; } IL_0130: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_28 = __this->get_DTD_13(); DTDElementDeclaration_t1830540991 * L_29 = ___elem0; NullCheck(L_29); String_t* L_30 = DTDElementDeclaration_get_Name_m3235366997(L_29, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_31 = (DTDContentModel_t3264596611 *)il2cpp_codegen_object_new(DTDContentModel_t3264596611_il2cpp_TypeInfo_var); DTDContentModel__ctor_m1009718562(L_31, L_28, L_30, /*hidden argument*/NULL); V_0 = L_31; DTDContentModel_t3264596611 * L_32 = V_0; String_t* L_33 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_32); DTDContentModel_set_ElementName_m996801317(L_32, L_33, /*hidden argument*/NULL); } IL_0155: { int32_t L_34 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_1 = L_34; int32_t L_35 = V_1; if ((((int32_t)L_35) == ((int32_t)((int32_t)42)))) { goto IL_018c; } } { int32_t L_36 = V_1; if ((((int32_t)L_36) == ((int32_t)((int32_t)43)))) { goto IL_019f; } } { int32_t L_37 = V_1; if ((((int32_t)L_37) == ((int32_t)((int32_t)63)))) { goto IL_0179; } } { goto IL_01b2; } IL_0179: { DTDContentModel_t3264596611 * L_38 = V_0; NullCheck(L_38); DTDContentModel_set_Occurence_m4108520805(L_38, 1, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_01b2; } IL_018c: { DTDContentModel_t3264596611 * L_39 = V_0; NullCheck(L_39); DTDContentModel_set_Occurence_m4108520805(L_39, 2, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_01b2; } IL_019f: { DTDContentModel_t3264596611 * L_40 = V_0; NullCheck(L_40); DTDContentModel_set_Occurence_m4108520805(L_40, 3, /*hidden argument*/NULL); DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_01b2; } IL_01b2: { DTDContentModel_t3264596611 * L_41 = V_0; return L_41; } } // System.Void System.Xml.DTDReader::AddContentModel(Mono.Xml.DTDContentModelCollection,Mono.Xml.DTDContentModel) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AddContentModel_m3333156252 (DTDReader_t386081180 * __this, DTDContentModelCollection_t2798820000 * ___cmc0, DTDContentModel_t3264596611 * ___cm1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_AddContentModel_m3333156252_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { DTDContentModel_t3264596611 * L_0 = ___cm1; NullCheck(L_0); String_t* L_1 = DTDContentModel_get_ElementName_m1158922440(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0063; } } { V_0 = 0; goto IL_0057; } IL_0012: { DTDContentModelCollection_t2798820000 * L_2 = ___cmc0; int32_t L_3 = V_0; NullCheck(L_2); DTDContentModel_t3264596611 * L_4 = DTDContentModelCollection_get_Item_m2392527709(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5 = DTDContentModel_get_ElementName_m1158922440(L_4, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_6 = ___cm1; NullCheck(L_6); String_t* L_7 = DTDContentModel_get_ElementName_m1158922440(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0053; } } { int32_t L_9 = DTDReader_get_LineNumber_m481654539(__this, /*hidden argument*/NULL); int32_t L_10 = DTDReader_get_LinePosition_m4162552537(__this, /*hidden argument*/NULL); String_t* L_11 = DTDReader_get_BaseURI_m1592238113(__this, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_12 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_12, _stringLiteral3485774749, L_9, L_10, (XmlSchemaObject_t1315720168 *)NULL, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_12, /*hidden argument*/NULL); return; } IL_0053: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0057: { int32_t L_14 = V_0; DTDContentModelCollection_t2798820000 * L_15 = ___cmc0; NullCheck(L_15); int32_t L_16 = DTDContentModelCollection_get_Count_m3297431626(L_15, /*hidden argument*/NULL); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0012; } } IL_0063: { DTDContentModelCollection_t2798820000 * L_17 = ___cmc0; DTDContentModel_t3264596611 * L_18 = ___cm1; NullCheck(L_17); DTDContentModelCollection_Add_m249959265(L_17, L_18, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DTDReader::ReadParameterEntityDecl() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadParameterEntityDecl_m4279610181 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadParameterEntityDecl_m4279610181_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDParameterEntityDeclaration_t3796253422 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; int32_t V_4 = 0; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); DTDParameterEntityDeclaration_t3796253422 * L_1 = (DTDParameterEntityDeclaration_t3796253422 *)il2cpp_codegen_object_new(DTDParameterEntityDeclaration_t3796253422_il2cpp_TypeInfo_var); DTDParameterEntityDeclaration__ctor_m3216875147(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDParameterEntityDeclaration_t3796253422 * L_2 = V_0; String_t* L_3 = DTDReader_get_BaseURI_m1592238113(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void Mono.Xml.DTDNode::set_BaseURI(System.String) */, L_2, L_3); DTDParameterEntityDeclaration_t3796253422 * L_4 = V_0; DTDObjectModel_t1729680289 * L_5 = __this->get_DTD_13(); NullCheck(L_5); XmlResolver_t626023767 * L_6 = DTDObjectModel_get_Resolver_m175630994(L_5, /*hidden argument*/NULL); NullCheck(L_4); DTDEntityBase_set_XmlResolver_m1322688393(L_4, L_6, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_7 = V_0; String_t* L_8 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDEntityBase_set_Name_m3086400589(L_7, L_8, /*hidden argument*/NULL); bool L_9 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_9) { goto IL_004c; } } { XmlException_t1761730631 * L_10 = DTDReader_NotWFError_m752434160(__this, _stringLiteral4255128345, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,DTDReader_ReadParameterEntityDecl_m4279610181_RuntimeMethod_var); } IL_004c: { int32_t L_11 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)83)))) { goto IL_0066; } } { int32_t L_12 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)80))))) { goto IL_009d; } } IL_0066: { DTDReader_ReadExternalID_m940364478(__this, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_13 = V_0; String_t* L_14 = __this->get_cachedPublicId_11(); NullCheck(L_13); DTDEntityBase_set_PublicId_m3108726799(L_13, L_14, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_15 = V_0; String_t* L_16 = __this->get_cachedSystemId_12(); NullCheck(L_15); DTDEntityBase_set_SystemId_m861179809(L_15, L_16, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_17 = V_0; NullCheck(L_17); DTDEntityBase_Resolve_m3690880264(L_17, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_18 = V_0; DTDReader_ResolveExternalEntityReplacementText_m2444378748(__this, L_18, /*hidden argument*/NULL); goto IL_0183; } IL_009d: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_19 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_19; int32_t L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)39)))) { goto IL_00c7; } } { int32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)34)))) { goto IL_00c7; } } { XmlException_t1761730631 * L_22 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3855749060, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,DTDReader_ReadParameterEntityDecl_m4279610181_RuntimeMethod_var); } IL_00c7: { DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); V_2 = (bool)1; goto IL_0164; } IL_00d4: { int32_t L_23 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_3 = L_23; int32_t L_24 = V_3; V_4 = L_24; int32_t L_25 = V_4; if ((((int32_t)L_25) == ((int32_t)(-1)))) { goto IL_00fd; } } { int32_t L_26 = V_4; if ((((int32_t)L_26) == ((int32_t)((int32_t)34)))) { goto IL_0109; } } { int32_t L_27 = V_4; if ((((int32_t)L_27) == ((int32_t)((int32_t)39)))) { goto IL_0125; } } { goto IL_0141; } IL_00fd: { XmlException_t1761730631 * L_28 = DTDReader_NotWFError_m752434160(__this, _stringLiteral183746010, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,DTDReader_ReadParameterEntityDecl_m4279610181_RuntimeMethod_var); } IL_0109: { int32_t L_29 = V_1; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)34))))) { goto IL_0118; } } { V_2 = (bool)0; goto IL_0120; } IL_0118: { DTDReader_AppendValueChar_m587902524(__this, ((int32_t)34), /*hidden argument*/NULL); } IL_0120: { goto IL_0164; } IL_0125: { int32_t L_30 = V_1; if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)39))))) { goto IL_0134; } } { V_2 = (bool)0; goto IL_013c; } IL_0134: { DTDReader_AppendValueChar_m587902524(__this, ((int32_t)39), /*hidden argument*/NULL); } IL_013c: { goto IL_0164; } IL_0141: { int32_t L_31 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_32 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0158; } } { XmlException_t1761730631 * L_33 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2593132049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33,DTDReader_ReadParameterEntityDecl_m4279610181_RuntimeMethod_var); } IL_0158: { int32_t L_34 = V_3; DTDReader_AppendValueChar_m587902524(__this, L_34, /*hidden argument*/NULL); goto IL_0164; } IL_0164: { bool L_35 = V_2; if (L_35) { goto IL_00d4; } } { DTDParameterEntityDeclaration_t3796253422 * L_36 = V_0; String_t* L_37 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); NullCheck(L_36); DTDEntityBase_set_LiteralEntityValue_m657829660(L_36, L_37, /*hidden argument*/NULL); DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_38 = V_0; DTDReader_ResolveInternalEntityReplacementText_m3627881406(__this, L_38, /*hidden argument*/NULL); } IL_0183: { DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)62), /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_39 = __this->get_DTD_13(); NullCheck(L_39); DTDParameterEntityDeclarationCollection_t2844734410 * L_40 = DTDObjectModel_get_PEDecls_m3929141141(L_39, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_41 = V_0; NullCheck(L_41); String_t* L_42 = DTDEntityBase_get_Name_m1482881339(L_41, /*hidden argument*/NULL); NullCheck(L_40); DTDParameterEntityDeclaration_t3796253422 * L_43 = DTDParameterEntityDeclarationCollection_get_Item_m325522663(L_40, L_42, /*hidden argument*/NULL); if (L_43) { goto IL_01bd; } } { DTDObjectModel_t1729680289 * L_44 = __this->get_DTD_13(); NullCheck(L_44); DTDParameterEntityDeclarationCollection_t2844734410 * L_45 = DTDObjectModel_get_PEDecls_m3929141141(L_44, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_46 = V_0; NullCheck(L_46); String_t* L_47 = DTDEntityBase_get_Name_m1482881339(L_46, /*hidden argument*/NULL); DTDParameterEntityDeclaration_t3796253422 * L_48 = V_0; NullCheck(L_45); DTDParameterEntityDeclarationCollection_Add_m2175761379(L_45, L_47, L_48, /*hidden argument*/NULL); } IL_01bd: { return; } } // System.Void System.Xml.DTDReader::ResolveExternalEntityReplacementText(Mono.Xml.DTDEntityBase) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ResolveExternalEntityReplacementText_m2444378748 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___decl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ResolveExternalEntityReplacementText_m2444378748_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; StringBuilder_t * V_1 = NULL; { DTDEntityBase_t1228162861 * L_0 = ___decl0; NullCheck(L_0); String_t* L_1 = DTDEntityBase_get_SystemId_m548211319(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_00b3; } } { DTDEntityBase_t1228162861 * L_2 = ___decl0; NullCheck(L_2); String_t* L_3 = DTDEntityBase_get_SystemId_m548211319(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_00b3; } } { DTDEntityBase_t1228162861 * L_5 = ___decl0; NullCheck(L_5); String_t* L_6 = DTDEntityBase_get_LiteralEntityValue_m3165688761(L_5, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_7 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_7, L_6, 1, (XmlParserContext_t2544895291 *)NULL, /*hidden argument*/NULL); V_0 = L_7; XmlTextReader_t4233384356 * L_8 = V_0; NullCheck(L_8); XmlTextReader_SkipTextDeclaration_m1501695552(L_8, /*hidden argument*/NULL); DTDEntityBase_t1228162861 * L_9 = ___decl0; if (!((DTDEntityDeclaration_t811637416 *)IsInstClass((RuntimeObject*)L_9, DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var))) { goto IL_009d; } } { DTDObjectModel_t1729680289 * L_10 = __this->get_DTD_13(); NullCheck(L_10); DTDEntityDeclarationCollection_t2250844513 * L_11 = DTDObjectModel_get_EntityDecls_m2343264842(L_10, /*hidden argument*/NULL); DTDEntityBase_t1228162861 * L_12 = ___decl0; NullCheck(L_12); String_t* L_13 = DTDEntityBase_get_Name_m1482881339(L_12, /*hidden argument*/NULL); NullCheck(L_11); DTDEntityDeclaration_t811637416 * L_14 = DTDEntityDeclarationCollection_get_Item_m883323424(L_11, L_13, /*hidden argument*/NULL); if (L_14) { goto IL_009d; } } { StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_15, /*hidden argument*/NULL); V_1 = L_15; XmlTextReader_t4233384356 * L_16 = V_0; bool L_17 = DTDReader_get_Normalization_m1816081840(__this, /*hidden argument*/NULL); NullCheck(L_16); XmlTextReader_set_Normalization_m1302478956(L_16, L_17, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_18 = V_0; NullCheck(L_18); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlTextReader::Read() */, L_18); goto IL_0081; } IL_0074: { StringBuilder_t * L_19 = V_1; XmlTextReader_t4233384356 * L_20 = V_0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(46 /* System.String System.Xml.XmlReader::ReadOuterXml() */, L_20); NullCheck(L_19); StringBuilder_Append_m1965104174(L_19, L_21, /*hidden argument*/NULL); } IL_0081: { XmlTextReader_t4233384356 * L_22 = V_0; NullCheck(L_22); bool L_23 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlTextReader::get_EOF() */, L_22); if (!L_23) { goto IL_0074; } } { DTDEntityBase_t1228162861 * L_24 = ___decl0; StringBuilder_t * L_25 = V_1; NullCheck(L_25); String_t* L_26 = StringBuilder_ToString_m3317489284(L_25, /*hidden argument*/NULL); NullCheck(L_24); DTDEntityBase_set_ReplacementText_m552011804(L_24, L_26, /*hidden argument*/NULL); goto IL_00ae; } IL_009d: { DTDEntityBase_t1228162861 * L_27 = ___decl0; XmlTextReader_t4233384356 * L_28 = V_0; NullCheck(L_28); TextReader_t283511965 * L_29 = XmlTextReader_GetRemainder_m3491863577(L_28, /*hidden argument*/NULL); NullCheck(L_29); String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_29); NullCheck(L_27); DTDEntityBase_set_ReplacementText_m552011804(L_27, L_30, /*hidden argument*/NULL); } IL_00ae: { goto IL_00bf; } IL_00b3: { DTDEntityBase_t1228162861 * L_31 = ___decl0; DTDEntityBase_t1228162861 * L_32 = ___decl0; NullCheck(L_32); String_t* L_33 = DTDEntityBase_get_LiteralEntityValue_m3165688761(L_32, /*hidden argument*/NULL); NullCheck(L_31); DTDEntityBase_set_ReplacementText_m552011804(L_31, L_33, /*hidden argument*/NULL); } IL_00bf: { return; } } // System.Void System.Xml.DTDReader::ResolveInternalEntityReplacementText(Mono.Xml.DTDEntityBase) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ResolveInternalEntityReplacementText_m3627881406 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___decl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ResolveInternalEntityReplacementText_m3627881406_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; String_t* V_5 = NULL; int32_t V_6 = 0; { DTDEntityBase_t1228162861 * L_0 = ___decl0; NullCheck(L_0); String_t* L_1 = DTDEntityBase_get_LiteralEntityValue_m3165688761(L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2 = V_0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_1 = L_3; DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); V_2 = 0; goto IL_0185; } IL_001b: { String_t* L_4 = V_0; int32_t L_5 = V_2; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; V_4 = 0; int32_t L_7 = V_3; V_6 = L_7; int32_t L_8 = V_6; if ((((int32_t)L_8) == ((int32_t)((int32_t)37)))) { goto IL_0121; } } { int32_t L_9 = V_6; if ((((int32_t)L_9) == ((int32_t)((int32_t)38)))) { goto IL_0040; } } { goto IL_0175; } IL_0040: { int32_t L_10 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); String_t* L_11 = V_0; int32_t L_12 = V_2; NullCheck(L_11); int32_t L_13 = String_IndexOf_m2466398549(L_11, ((int32_t)59), L_12, /*hidden argument*/NULL); V_4 = L_13; int32_t L_14 = V_4; int32_t L_15 = V_2; if ((((int32_t)L_14) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1))))) { goto IL_006b; } } { DTDEntityBase_t1228162861 * L_16 = ___decl0; DTDEntityBase_t1228162861 * L_17 = ___decl0; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_17); XmlException_t1761730631 * L_19 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_19, L_16, L_18, _stringLiteral1344408534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var); } IL_006b: { String_t* L_20 = V_0; int32_t L_21 = V_2; NullCheck(L_20); Il2CppChar L_22 = String_get_Chars_m2986988803(L_20, L_21, /*hidden argument*/NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)35))))) { goto IL_00a6; } } { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); DTDEntityBase_t1228162861 * L_24 = ___decl0; String_t* L_25 = V_0; int32_t L_26 = V_4; int32_t L_27 = DTDReader_GetCharacterReference_m3561968287(__this, L_24, L_25, (&V_2), L_26, /*hidden argument*/NULL); V_3 = L_27; int32_t L_28 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_29 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00a1; } } { XmlException_t1761730631 * L_30 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2593132049, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30,DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var); } IL_00a1: { goto IL_00f8; } IL_00a6: { String_t* L_31 = V_0; int32_t L_32 = V_2; int32_t L_33 = V_4; int32_t L_34 = V_2; NullCheck(L_31); String_t* L_35 = String_Substring_m1610150815(L_31, L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)), /*hidden argument*/NULL); V_5 = L_35; String_t* L_36 = V_5; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_37 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_36, /*hidden argument*/NULL); if (L_37) { goto IL_00d2; } } { String_t* L_38 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_39 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3875714516, L_38, /*hidden argument*/NULL); XmlException_t1761730631 * L_40 = DTDReader_NotWFError_m752434160(__this, L_39, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_40,DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var); } IL_00d2: { DTDReader_AppendValueChar_m587902524(__this, ((int32_t)38), /*hidden argument*/NULL); StringBuilder_t * L_41 = __this->get_valueBuffer_5(); String_t* L_42 = V_5; NullCheck(L_41); StringBuilder_Append_m1965104174(L_41, L_42, /*hidden argument*/NULL); DTDReader_AppendValueChar_m587902524(__this, ((int32_t)59), /*hidden argument*/NULL); int32_t L_43 = V_4; V_2 = L_43; goto IL_0181; } IL_00f8: { int32_t L_44 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_45 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); if (!L_45) { goto IL_0115; } } { DTDEntityBase_t1228162861 * L_46 = ___decl0; DTDEntityBase_t1228162861 * L_47 = ___decl0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_47); XmlException_t1761730631 * L_49 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_49, L_46, L_48, _stringLiteral161441745, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49,DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var); } IL_0115: { int32_t L_50 = V_3; DTDReader_AppendValueChar_m587902524(__this, L_50, /*hidden argument*/NULL); goto IL_0181; } IL_0121: { int32_t L_51 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1)); String_t* L_52 = V_0; int32_t L_53 = V_2; NullCheck(L_52); int32_t L_54 = String_IndexOf_m2466398549(L_52, ((int32_t)59), L_53, /*hidden argument*/NULL); V_4 = L_54; int32_t L_55 = V_4; int32_t L_56 = V_2; if ((((int32_t)L_55) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1))))) { goto IL_014c; } } { DTDEntityBase_t1228162861 * L_57 = ___decl0; DTDEntityBase_t1228162861 * L_58 = ___decl0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_58); XmlException_t1761730631 * L_60 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_60, L_57, L_59, _stringLiteral1344408534, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_60,DTDReader_ResolveInternalEntityReplacementText_m3627881406_RuntimeMethod_var); } IL_014c: { String_t* L_61 = V_0; int32_t L_62 = V_2; int32_t L_63 = V_4; int32_t L_64 = V_2; NullCheck(L_61); String_t* L_65 = String_Substring_m1610150815(L_61, L_62, ((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)L_64)), /*hidden argument*/NULL); V_5 = L_65; StringBuilder_t * L_66 = __this->get_valueBuffer_5(); String_t* L_67 = V_5; String_t* L_68 = DTDReader_GetPEValue_m657238975(__this, L_67, /*hidden argument*/NULL); NullCheck(L_66); StringBuilder_Append_m1965104174(L_66, L_68, /*hidden argument*/NULL); int32_t L_69 = V_4; V_2 = L_69; goto IL_0181; } IL_0175: { int32_t L_70 = V_3; DTDReader_AppendValueChar_m587902524(__this, L_70, /*hidden argument*/NULL); goto IL_0181; } IL_0181: { int32_t L_71 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)1)); } IL_0185: { int32_t L_72 = V_2; int32_t L_73 = V_1; if ((((int32_t)L_72) < ((int32_t)L_73))) { goto IL_001b; } } { DTDEntityBase_t1228162861 * L_74 = ___decl0; String_t* L_75 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); NullCheck(L_74); DTDEntityBase_set_ReplacementText_m552011804(L_74, L_75, /*hidden argument*/NULL); DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.DTDReader::GetCharacterReference(Mono.Xml.DTDEntityBase,System.String,System.Int32&,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_GetCharacterReference_m3561968287 (DTDReader_t386081180 * __this, DTDEntityBase_t1228162861 * ___li0, String_t* ___value1, int32_t* ___index2, int32_t ___end3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_GetCharacterReference_m3561968287_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; String_t* L_0 = ___value1; int32_t* L_1 = ___index2; NullCheck(L_0); Il2CppChar L_2 = String_get_Chars_m2986988803(L_0, (*((int32_t*)L_1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)120))))) { goto IL_0054; } } IL_0011: try { // begin try (depth: 1) String_t* L_3 = ___value1; int32_t* L_4 = ___index2; int32_t L_5 = ___end3; int32_t* L_6 = ___index2; NullCheck(L_3); String_t* L_7 = String_Substring_m1610150815(L_3, ((int32_t)il2cpp_codegen_add((int32_t)(*((int32_t*)L_4)), (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)(*((int32_t*)L_6)))), (int32_t)1)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_9 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_7, ((int32_t)515), L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_004f; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0037; throw e; } CATCH_0037: { // begin catch(System.FormatException) { DTDEntityBase_t1228162861 * L_10 = ___li0; DTDEntityBase_t1228162861 * L_11 = ___li0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_11); XmlException_t1761730631 * L_13 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_13, L_10, L_12, _stringLiteral581779361, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,DTDReader_GetCharacterReference_m3561968287_RuntimeMethod_var); } IL_004a: { goto IL_004f; } } // end catch (depth: 1) IL_004f: { goto IL_0089; } IL_0054: try { // begin try (depth: 1) String_t* L_14 = ___value1; int32_t* L_15 = ___index2; int32_t L_16 = ___end3; int32_t* L_17 = ___index2; NullCheck(L_14); String_t* L_18 = String_Substring_m1610150815(L_14, (*((int32_t*)L_15)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)(*((int32_t*)L_17)))), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_19 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_20 = Int32_Parse_m2087562008(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); V_0 = L_20; goto IL_0089; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0071; throw e; } CATCH_0071: { // begin catch(System.FormatException) { DTDEntityBase_t1228162861 * L_21 = ___li0; DTDEntityBase_t1228162861 * L_22 = ___li0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_22); XmlException_t1761730631 * L_24 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_24, L_21, L_23, _stringLiteral581779361, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,DTDReader_GetCharacterReference_m3561968287_RuntimeMethod_var); } IL_0084: { goto IL_0089; } } // end catch (depth: 1) IL_0089: { int32_t* L_25 = ___index2; int32_t L_26 = ___end3; *((int32_t*)(L_25)) = (int32_t)L_26; int32_t L_27 = V_0; return L_27; } } // System.String System.Xml.DTDReader::GetPEValue(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_GetPEValue_m657238975 (DTDReader_t386081180 * __this, String_t* ___peName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_GetPEValue_m657238975_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDParameterEntityDeclaration_t3796253422 * V_0 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = ___peName0; DTDParameterEntityDeclaration_t3796253422 * L_1 = DTDReader_GetPEDecl_m418780904(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDParameterEntityDeclaration_t3796253422 * L_2 = V_0; if (!L_2) { goto IL_0019; } } { DTDParameterEntityDeclaration_t3796253422 * L_3 = V_0; NullCheck(L_3); String_t* L_4 = DTDEntityBase_get_ReplacementText_m2400228330(L_3, /*hidden argument*/NULL); G_B3_0 = L_4; goto IL_001e; } IL_0019: { 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(); G_B3_0 = L_5; } IL_001e: { return G_B3_0; } } // Mono.Xml.DTDParameterEntityDeclaration System.Xml.DTDReader::GetPEDecl(System.String) extern "C" IL2CPP_METHOD_ATTR DTDParameterEntityDeclaration_t3796253422 * DTDReader_GetPEDecl_m418780904 (DTDReader_t386081180 * __this, String_t* ___peName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_GetPEDecl_m418780904_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDParameterEntityDeclaration_t3796253422 * V_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); NullCheck(L_0); DTDParameterEntityDeclarationCollection_t2844734410 * L_1 = DTDObjectModel_get_PEDecls_m3929141141(L_0, /*hidden argument*/NULL); String_t* L_2 = ___peName0; NullCheck(L_1); DTDParameterEntityDeclaration_t3796253422 * L_3 = DTDParameterEntityDeclarationCollection_get_Item_m325522663(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; DTDParameterEntityDeclaration_t3796253422 * L_4 = V_0; if (!L_4) { goto IL_003c; } } { DTDParameterEntityDeclaration_t3796253422 * L_5 = V_0; NullCheck(L_5); bool L_6 = DTDNode_get_IsInternalSubset_m279305321(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_003a; } } { String_t* L_7 = ___peName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral669302562, L_7, _stringLiteral3452614521, /*hidden argument*/NULL); XmlException_t1761730631 * L_9 = DTDReader_NotWFError_m752434160(__this, L_8, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9,DTDReader_GetPEDecl_m418780904_RuntimeMethod_var); } IL_003a: { DTDParameterEntityDeclaration_t3796253422 * L_10 = V_0; return L_10; } IL_003c: { DTDObjectModel_t1729680289 * L_11 = __this->get_DTD_13(); NullCheck(L_11); String_t* L_12 = DTDObjectModel_get_SystemId_m2725442049(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_005c; } } { DTDObjectModel_t1729680289 * L_13 = __this->get_DTD_13(); NullCheck(L_13); bool L_14 = DTDObjectModel_get_InternalSubsetHasPEReference_m3084666918(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_006c; } } IL_005c: { DTDObjectModel_t1729680289 * L_15 = __this->get_DTD_13(); NullCheck(L_15); bool L_16 = DTDObjectModel_get_IsStandalone_m1971931063(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_007e; } } IL_006c: { String_t* L_17 = ___peName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral996244788, L_17, /*hidden argument*/NULL); XmlException_t1761730631 * L_19 = DTDReader_NotWFError_m752434160(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DTDReader_GetPEDecl_m418780904_RuntimeMethod_var); } IL_007e: { String_t* L_20 = ___peName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4230241756, L_20, _stringLiteral1368812473, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_22 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_22, L_21, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_22, /*hidden argument*/NULL); return (DTDParameterEntityDeclaration_t3796253422 *)NULL; } } // System.Boolean System.Xml.DTDReader::TryExpandPERef() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_TryExpandPERef_m4193837321 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)((int32_t)37)))) { goto IL_000f; } } { return (bool)0; } IL_000f: { goto IL_0022; } IL_0014: { DTDReader_TryExpandPERefSpaceKeep_m1914376042(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_0022: { int32_t L_1 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)((int32_t)37)))) { goto IL_0014; } } { return (bool)1; } } // System.Boolean System.Xml.DTDReader::TryExpandPERefSpaceKeep() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_TryExpandPERefSpaceKeep_m1914376042 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_TryExpandPERefSpaceKeep_m1914376042_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)37))))) { goto IL_0033; } } { bool L_1 = __this->get_processingInternalSubset_10(); if (!L_1) { goto IL_0024; } } { XmlException_t1761730631 * L_2 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3049492555, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DTDReader_TryExpandPERefSpaceKeep_m1914376042_RuntimeMethod_var); } IL_0024: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_ExpandPERef_m1147325533(__this, /*hidden argument*/NULL); return (bool)1; } IL_0033: { return (bool)0; } } // System.Void System.Xml.DTDReader::ExpandPERef() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ExpandPERef_m1147325533 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ExpandPERef_m1147325533_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DTDParameterEntityDeclaration_t3796253422 * V_1 = NULL; { String_t* L_0 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_0 = L_0; DTDReader_Expect_m1754265857(__this, ((int32_t)59), /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_1 = __this->get_DTD_13(); NullCheck(L_1); DTDParameterEntityDeclarationCollection_t2844734410 * L_2 = DTDObjectModel_get_PEDecls_m3929141141(L_1, /*hidden argument*/NULL); String_t* L_3 = V_0; NullCheck(L_2); DTDParameterEntityDeclaration_t3796253422 * L_4 = DTDParameterEntityDeclarationCollection_get_Item_m325522663(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; DTDParameterEntityDeclaration_t3796253422 * L_5 = V_1; if (L_5) { goto IL_0044; } } { String_t* L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral4230241756, L_6, _stringLiteral1368812473, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_8 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_8, L_7, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_8, /*hidden argument*/NULL); return; } IL_0044: { XmlParserInput_t2182411204 * L_9 = __this->get_currentInput_0(); DTDParameterEntityDeclaration_t3796253422 * L_10 = V_1; NullCheck(L_9); XmlParserInput_PushPEBuffer_m2114889766(L_9, L_10, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDEntityDeclaration System.Xml.DTDReader::ReadEntityDecl() extern "C" IL2CPP_METHOD_ATTR DTDEntityDeclaration_t811637416 * DTDReader_ReadEntityDecl_m855852474 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadEntityDecl_m855852474_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); DTDEntityDeclaration_t811637416 * L_1 = (DTDEntityDeclaration_t811637416 *)il2cpp_codegen_object_new(DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var); DTDEntityDeclaration__ctor_m807478646(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDEntityDeclaration_t811637416 * L_2 = V_0; String_t* L_3 = DTDReader_get_BaseURI_m1592238113(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void Mono.Xml.DTDNode::set_BaseURI(System.String) */, L_2, L_3); DTDEntityDeclaration_t811637416 * L_4 = V_0; DTDObjectModel_t1729680289 * L_5 = __this->get_DTD_13(); NullCheck(L_5); XmlResolver_t626023767 * L_6 = DTDObjectModel_get_Resolver_m175630994(L_5, /*hidden argument*/NULL); NullCheck(L_4); DTDEntityBase_set_XmlResolver_m1322688393(L_4, L_6, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_7 = V_0; bool L_8 = __this->get_processingInternalSubset_10(); NullCheck(L_7); DTDNode_set_IsInternalSubset_m4099696620(L_7, L_8, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_9 = V_0; String_t* L_10 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_9); DTDEntityBase_set_Name_m3086400589(L_9, L_10, /*hidden argument*/NULL); bool L_11 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_11) { goto IL_005f; } } { XmlException_t1761730631 * L_12 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3887875637, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DTDReader_ReadEntityDecl_m855852474_RuntimeMethod_var); } IL_005f: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_13 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)83)))) { goto IL_0080; } } { int32_t L_14 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)80))))) { goto IL_011c; } } IL_0080: { DTDReader_ReadExternalID_m940364478(__this, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_15 = V_0; String_t* L_16 = __this->get_cachedPublicId_11(); NullCheck(L_15); DTDEntityBase_set_PublicId_m3108726799(L_15, L_16, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_17 = V_0; String_t* L_18 = __this->get_cachedSystemId_12(); NullCheck(L_17); DTDEntityBase_set_SystemId_m861179809(L_17, L_18, /*hidden argument*/NULL); bool L_19 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (!L_19) { goto IL_00e4; } } { int32_t L_20 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)78))))) { goto IL_00e4; } } { DTDReader_Expect_m1980664535(__this, _stringLiteral2757040252, /*hidden argument*/NULL); bool L_21 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_21) { goto IL_00d8; } } { XmlException_t1761730631 * L_22 = DTDReader_NotWFError_m752434160(__this, _stringLiteral4225486631, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22,DTDReader_ReadEntityDecl_m855852474_RuntimeMethod_var); } IL_00d8: { DTDEntityDeclaration_t811637416 * L_23 = V_0; String_t* L_24 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_23); DTDEntityDeclaration_set_NotationName_m1523215586(L_23, L_24, /*hidden argument*/NULL); } IL_00e4: { DTDEntityDeclaration_t811637416 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = DTDEntityDeclaration_get_NotationName_m675121615(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0101; } } { DTDEntityDeclaration_t811637416 * L_27 = V_0; NullCheck(L_27); DTDEntityBase_Resolve_m3690880264(L_27, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_28 = V_0; DTDReader_ResolveExternalEntityReplacementText_m2444378748(__this, L_28, /*hidden argument*/NULL); goto IL_0117; } IL_0101: { DTDEntityDeclaration_t811637416 * L_29 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_29); DTDEntityBase_set_LiteralEntityValue_m657829660(L_29, L_30, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_31 = V_0; String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_31); DTDEntityBase_set_ReplacementText_m552011804(L_31, L_32, /*hidden argument*/NULL); } IL_0117: { goto IL_012a; } IL_011c: { DTDEntityDeclaration_t811637416 * L_33 = V_0; DTDReader_ReadEntityValueDecl_m966993229(__this, L_33, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_34 = V_0; DTDReader_ResolveInternalEntityReplacementText_m3627881406(__this, L_34, /*hidden argument*/NULL); } IL_012a: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)62), /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_35 = V_0; return L_35; } } // System.Void System.Xml.DTDReader::ReadEntityValueDecl(Mono.Xml.DTDEntityDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadEntityValueDecl_m966993229 (DTDReader_t386081180 * __this, DTDEntityDeclaration_t811637416 * ___decl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadEntityValueDecl_m966993229_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)39)))) { goto IL_002a; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)34)))) { goto IL_002a; } } { XmlException_t1761730631 * L_3 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3855749060, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DTDReader_ReadEntityValueDecl_m966993229_RuntimeMethod_var); } IL_002a: { DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); goto IL_00d3; } IL_0035: { int32_t L_4 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; V_4 = L_5; int32_t L_6 = V_4; if ((((int32_t)L_6) == ((int32_t)(-1)))) { goto IL_0099; } } { int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)((int32_t)37)))) { goto IL_0055; } } { goto IL_00a5; } IL_0055: { String_t* L_8 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_2 = L_8; DTDReader_Expect_m1754265857(__this, ((int32_t)59), /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_9 = ___decl0; NullCheck(L_9); bool L_10 = DTDNode_get_IsInternalSubset_m279305321(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0081; } } { String_t* L_11 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral221121906, L_11, /*hidden argument*/NULL); XmlException_t1761730631 * L_13 = DTDReader_NotWFError_m752434160(__this, L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13,DTDReader_ReadEntityValueDecl_m966993229_RuntimeMethod_var); } IL_0081: { StringBuilder_t * L_14 = __this->get_valueBuffer_5(); String_t* L_15 = V_2; String_t* L_16 = DTDReader_GetPEValue_m657238975(__this, L_15, /*hidden argument*/NULL); NullCheck(L_14); StringBuilder_Append_m1965104174(L_14, L_16, /*hidden argument*/NULL); goto IL_00d3; } IL_0099: { XmlException_t1761730631 * L_17 = DTDReader_NotWFError_m752434160(__this, _stringLiteral748932953, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,DTDReader_ReadEntityValueDecl_m966993229_RuntimeMethod_var); } IL_00a5: { bool L_18 = __this->get_normalization_9(); if (!L_18) { goto IL_00c7; } } { int32_t L_19 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_20 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00c7; } } { XmlException_t1761730631 * L_21 = DTDReader_NotWFError_m752434160(__this, _stringLiteral161441745, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,DTDReader_ReadEntityValueDecl_m966993229_RuntimeMethod_var); } IL_00c7: { int32_t L_22 = V_1; DTDReader_AppendValueChar_m587902524(__this, L_22, /*hidden argument*/NULL); goto IL_00d3; } IL_00d3: { int32_t L_23 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); int32_t L_24 = V_0; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_0035; } } { String_t* L_25 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); V_3 = L_25; DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); int32_t L_26 = V_0; DTDReader_Expect_m1754265857(__this, L_26, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_27 = ___decl0; String_t* L_28 = V_3; NullCheck(L_27); DTDEntityBase_set_LiteralEntityValue_m657829660(L_27, L_28, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDAttListDeclaration System.Xml.DTDReader::ReadAttListDecl() extern "C" IL2CPP_METHOD_ATTR DTDAttListDeclaration_t3593159715 * DTDReader_ReadAttListDecl_m3127699621 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadAttListDecl_m3127699621_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; DTDAttListDeclaration_t3593159715 * V_1 = NULL; DTDAttributeDefinition_t3434905422 * V_2 = NULL; int32_t V_3 = 0; DTDAttributeDefinition_t3434905422 * V_4 = NULL; { DTDReader_TryExpandPERefSpaceKeep_m1914376042(__this, /*hidden argument*/NULL); bool L_0 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001e; } } { XmlException_t1761730631 * L_1 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1487794046, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DTDReader_ReadAttListDecl_m3127699621_RuntimeMethod_var); } IL_001e: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); String_t* L_2 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_0 = L_2; DTDObjectModel_t1729680289 * L_3 = __this->get_DTD_13(); NullCheck(L_3); DTDAttListDeclarationCollection_t2220366188 * L_4 = DTDObjectModel_get_AttListDecls_m2801359668(L_3, /*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck(L_4); DTDAttListDeclaration_t3593159715 * L_6 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; DTDAttListDeclaration_t3593159715 * L_7 = V_1; if (L_7) { goto IL_0050; } } { DTDObjectModel_t1729680289 * L_8 = __this->get_DTD_13(); DTDAttListDeclaration_t3593159715 * L_9 = (DTDAttListDeclaration_t3593159715 *)il2cpp_codegen_object_new(DTDAttListDeclaration_t3593159715_il2cpp_TypeInfo_var); DTDAttListDeclaration__ctor_m994004250(L_9, L_8, /*hidden argument*/NULL); V_1 = L_9; } IL_0050: { DTDAttListDeclaration_t3593159715 * L_10 = V_1; bool L_11 = __this->get_processingInternalSubset_10(); NullCheck(L_10); DTDNode_set_IsInternalSubset_m4099696620(L_10, L_11, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_12); DTDAttListDeclaration_set_Name_m1306822816(L_12, L_13, /*hidden argument*/NULL); bool L_14 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_14) { goto IL_0087; } } { int32_t L_15 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)62)))) { goto IL_0087; } } { XmlException_t1761730631 * L_16 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2792096011, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,DTDReader_ReadAttListDecl_m3127699621_RuntimeMethod_var); } IL_0087: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_0131; } IL_0093: { DTDAttributeDefinition_t3434905422 * L_17 = DTDReader_ReadAttributeDefinition_m2557118549(__this, /*hidden argument*/NULL); V_2 = L_17; DTDAttributeDefinition_t3434905422 * L_18 = V_2; NullCheck(L_18); XmlSchemaDatatype_t322714710 * L_19 = DTDAttributeDefinition_get_Datatype_m3025876381(L_18, /*hidden argument*/NULL); NullCheck(L_19); int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_19); if ((!(((uint32_t)L_20) == ((uint32_t)1)))) { goto IL_010b; } } { V_3 = 0; goto IL_00fa; } IL_00b2: { DTDAttListDeclaration_t3593159715 * L_21 = V_1; int32_t L_22 = V_3; NullCheck(L_21); DTDAttributeDefinition_t3434905422 * L_23 = DTDAttListDeclaration_get_Item_m3808678636(L_21, L_22, /*hidden argument*/NULL); V_4 = L_23; DTDAttributeDefinition_t3434905422 * L_24 = V_4; NullCheck(L_24); XmlSchemaDatatype_t322714710 * L_25 = DTDAttributeDefinition_get_Datatype_m3025876381(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_25); if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_00f6; } } { DTDAttributeDefinition_t3434905422 * L_27 = V_2; NullCheck(L_27); int32_t L_28 = DTDNode_get_LineNumber_m711922727(L_27, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_29 = V_2; NullCheck(L_29); int32_t L_30 = DTDNode_get_LinePosition_m855897727(L_29, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_31 = V_2; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_31); XmlSchemaException_t3511258692 * L_33 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_33, _stringLiteral3336341775, L_28, L_30, (XmlSchemaObject_t1315720168 *)NULL, L_32, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_33, /*hidden argument*/NULL); goto IL_010b; } IL_00f6: { int32_t L_34 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00fa: { int32_t L_35 = V_3; DTDAttListDeclaration_t3593159715 * L_36 = V_1; NullCheck(L_36); RuntimeObject* L_37 = DTDAttListDeclaration_get_Definitions_m3556676521(L_36, /*hidden argument*/NULL); NullCheck(L_37); int32_t L_38 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_37); if ((((int32_t)L_35) < ((int32_t)L_38))) { goto IL_00b2; } } IL_010b: { DTDAttListDeclaration_t3593159715 * L_39 = V_1; DTDAttributeDefinition_t3434905422 * L_40 = V_2; NullCheck(L_40); String_t* L_41 = DTDAttributeDefinition_get_Name_m386820002(L_40, /*hidden argument*/NULL); NullCheck(L_39); DTDAttributeDefinition_t3434905422 * L_42 = DTDAttListDeclaration_get_Item_m126874962(L_39, L_41, /*hidden argument*/NULL); if (L_42) { goto IL_0123; } } { DTDAttListDeclaration_t3593159715 * L_43 = V_1; DTDAttributeDefinition_t3434905422 * L_44 = V_2; NullCheck(L_43); DTDAttListDeclaration_Add_m130084984(L_43, L_44, /*hidden argument*/NULL); } IL_0123: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); } IL_0131: { int32_t L_45 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_46 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_0093; } } { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)62), /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_47 = V_1; return L_47; } } // Mono.Xml.DTDAttributeDefinition System.Xml.DTDReader::ReadAttributeDefinition() extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDReader_ReadAttributeDefinition_m2557118549 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadAttributeDefinition_m2557118549_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDAttributeDefinition_t3434905422 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); DTDAttributeDefinition_t3434905422 * L_1 = (DTDAttributeDefinition_t3434905422 *)il2cpp_codegen_object_new(DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var); DTDAttributeDefinition__ctor_m2861320921(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDAttributeDefinition_t3434905422 * L_2 = V_0; bool L_3 = __this->get_processingInternalSubset_10(); NullCheck(L_2); DTDNode_set_IsInternalSubset_m4099696620(L_2, L_3, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_4 = V_0; String_t* L_5 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_4); DTDAttributeDefinition_set_Name_m148669850(L_4, L_5, /*hidden argument*/NULL); bool L_6 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_6) { goto IL_0042; } } { XmlException_t1761730631 * L_7 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2005656408, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DTDReader_ReadAttributeDefinition_m2557118549_RuntimeMethod_var); } IL_0042: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_8 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_1 = L_8; int32_t L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)67)))) { case 0: { goto IL_007a; } case 1: { goto IL_0065; } case 2: { goto IL_0124; } } } IL_0065: { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)73)))) { goto IL_009f; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)78)))) { goto IL_018f; } } { goto IL_02e3; } IL_007a: { DTDReader_Expect_m1980664535(__this, _stringLiteral2757040089, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_13 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3244750353, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_12); DTDAttributeDefinition_set_Datatype_m2741376124(L_12, L_13, /*hidden argument*/NULL); goto IL_0398; } IL_009f: { DTDReader_Expect_m1980664535(__this, _stringLiteral3456546791, /*hidden argument*/NULL); int32_t L_14 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)82))))) { goto IL_010a; } } { DTDReader_Expect_m1980664535(__this, _stringLiteral3005653690, /*hidden argument*/NULL); int32_t L_15 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)83))))) { goto IL_00f0; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_16 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_17 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3665773707, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_16); DTDAttributeDefinition_set_Datatype_m2741376124(L_16, L_17, /*hidden argument*/NULL); goto IL_0105; } IL_00f0: { DTDAttributeDefinition_t3434905422 * L_18 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_19 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3671082123, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_18); DTDAttributeDefinition_set_Datatype_m2741376124(L_18, L_19, /*hidden argument*/NULL); } IL_0105: { goto IL_011f; } IL_010a: { DTDAttributeDefinition_t3434905422 * L_20 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_21 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3456546791, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_20); DTDAttributeDefinition_set_Datatype_m2741376124(L_20, L_21, /*hidden argument*/NULL); } IL_011f: { goto IL_0398; } IL_0124: { DTDReader_Expect_m1980664535(__this, _stringLiteral2845912107, /*hidden argument*/NULL); int32_t L_22 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_2 = L_22; int32_t L_23 = V_2; if ((((int32_t)L_23) == ((int32_t)((int32_t)73)))) { goto IL_0165; } } { int32_t L_24 = V_2; if ((((int32_t)L_24) == ((int32_t)((int32_t)89)))) { goto IL_014b; } } { goto IL_018a; } IL_014b: { DTDAttributeDefinition_t3434905422 * L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_26 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral2851744811, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_25); DTDAttributeDefinition_set_Datatype_m2741376124(L_25, L_26, /*hidden argument*/NULL); goto IL_018a; } IL_0165: { DTDReader_Expect_m1980664535(__this, _stringLiteral3457660891, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_27 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_28 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral4276600584, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_27); DTDAttributeDefinition_set_Datatype_m2741376124(L_27, L_28, /*hidden argument*/NULL); goto IL_018a; } IL_018a: { goto IL_0398; } IL_018f: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_29 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_2 = L_29; int32_t L_30 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)77)))) { case 0: { goto IL_01b7; } case 1: { goto IL_02d2; } case 2: { goto IL_020a; } } } { goto IL_02d2; } IL_01b7: { DTDReader_Expect_m1980664535(__this, _stringLiteral2433560557, /*hidden argument*/NULL); int32_t L_31 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)83))))) { goto IL_01f0; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_33 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3245737591, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_32); DTDAttributeDefinition_set_Datatype_m2741376124(L_32, L_33, /*hidden argument*/NULL); goto IL_0205; } IL_01f0: { DTDAttributeDefinition_t3434905422 * L_34 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_35 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral4080338551, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_34); DTDAttributeDefinition_set_Datatype_m2741376124(L_34, L_35, /*hidden argument*/NULL); } IL_0205: { goto IL_02de; } IL_020a: { DTDReader_Expect_m1980664535(__this, _stringLiteral4037854577, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_36 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_37 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral215120649, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_36); DTDAttributeDefinition_set_Datatype_m2741376124(L_36, L_37, /*hidden argument*/NULL); DTDReader_TryExpandPERefSpaceKeep_m1914376042(__this, /*hidden argument*/NULL); bool L_38 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_38) { goto IL_0248; } } { XmlException_t1761730631 * L_39 = DTDReader_NotWFError_m752434160(__this, _stringLiteral990593076, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_39,DTDReader_ReadAttributeDefinition_m2557118549_RuntimeMethod_var); } IL_0248: { DTDReader_Expect_m1754265857(__this, ((int32_t)40), /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_40 = V_0; NullCheck(L_40); ArrayList_t2718874744 * L_41 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_40, /*hidden argument*/NULL); String_t* L_42 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_41); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_41, L_42); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); goto IL_02b8; } IL_0283: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_43 = V_0; NullCheck(L_43); ArrayList_t2718874744 * L_44 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_43, /*hidden argument*/NULL); String_t* L_45 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_44); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_45); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); } IL_02b8: { int32_t L_46 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_46) == ((int32_t)((int32_t)124)))) { goto IL_0283; } } { DTDReader_Expect_m1754265857(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_02de; } IL_02d2: { XmlException_t1761730631 * L_47 = DTDReader_NotWFError_m752434160(__this, _stringLiteral869701903, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47,DTDReader_ReadAttributeDefinition_m2557118549_RuntimeMethod_var); } IL_02de: { goto IL_0398; } IL_02e3: { DTDAttributeDefinition_t3434905422 * L_48 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_49 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral4080338551, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_48); DTDAttributeDefinition_set_Datatype_m2741376124(L_48, L_49, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)40), /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_50 = V_0; NullCheck(L_50); ArrayList_t2718874744 * L_51 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_50, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_52 = V_0; NullCheck(L_52); XmlSchemaDatatype_t322714710 * L_53 = DTDAttributeDefinition_get_Datatype_m3025876381(L_52, /*hidden argument*/NULL); String_t* L_54 = DTDReader_ReadNmToken_m1738701919(__this, /*hidden argument*/NULL); NullCheck(L_53); String_t* L_55 = XmlSchemaDatatype_Normalize_m2737115427(L_53, L_54, /*hidden argument*/NULL); NullCheck(L_51); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_51, L_55); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_037e; } IL_033e: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_56 = V_0; NullCheck(L_56); ArrayList_t2718874744 * L_57 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_56, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_58 = V_0; NullCheck(L_58); XmlSchemaDatatype_t322714710 * L_59 = DTDAttributeDefinition_get_Datatype_m3025876381(L_58, /*hidden argument*/NULL); String_t* L_60 = DTDReader_ReadNmToken_m1738701919(__this, /*hidden argument*/NULL); NullCheck(L_59); String_t* L_61 = XmlSchemaDatatype_Normalize_m2737115427(L_59, L_60, /*hidden argument*/NULL); NullCheck(L_57); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_57, L_61); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); } IL_037e: { int32_t L_62 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_62) == ((int32_t)((int32_t)124)))) { goto IL_033e; } } { DTDReader_Expect_m1754265857(__this, ((int32_t)41), /*hidden argument*/NULL); goto IL_0398; } IL_0398: { DTDReader_TryExpandPERefSpaceKeep_m1914376042(__this, /*hidden argument*/NULL); bool L_63 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_63) { goto IL_03b6; } } { XmlException_t1761730631 * L_64 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3801067552, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_64,DTDReader_ReadAttributeDefinition_m2557118549_RuntimeMethod_var); } IL_03b6: { DTDAttributeDefinition_t3434905422 * L_65 = V_0; DTDReader_ReadAttributeDefaultValue_m3369915366(__this, L_65, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_66 = V_0; return L_66; } } // System.Void System.Xml.DTDReader::ReadAttributeDefaultValue(Mono.Xml.DTDAttributeDefinition) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadAttributeDefaultValue_m3369915366 (DTDReader_t386081180 * __this, DTDAttributeDefinition_t3434905422 * ___def0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadAttributeDefaultValue_m3369915366_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 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); { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)35))))) { goto IL_00b1; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_1 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_7 = L_1; int32_t L_2 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)70)))) { case 0: { goto IL_0072; } case 1: { goto IL_0036; } case 2: { goto IL_0036; } case 3: { goto IL_005b; } } } IL_0036: { int32_t L_3 = V_7; if ((((int32_t)L_3) == ((int32_t)((int32_t)82)))) { goto IL_0044; } } { goto IL_00ac; } IL_0044: { DTDReader_Expect_m1980664535(__this, _stringLiteral1598887855, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_4 = ___def0; NullCheck(L_4); DTDAttributeDefinition_set_OccurenceType_m1303012252(L_4, 1, /*hidden argument*/NULL); goto IL_00ac; } IL_005b: { DTDReader_Expect_m1980664535(__this, _stringLiteral1111150842, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_5 = ___def0; NullCheck(L_5); DTDAttributeDefinition_set_OccurenceType_m1303012252(L_5, 2, /*hidden argument*/NULL); goto IL_00ac; } IL_0072: { DTDReader_Expect_m1980664535(__this, _stringLiteral2175841358, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_6 = ___def0; NullCheck(L_6); DTDAttributeDefinition_set_OccurenceType_m1303012252(L_6, 3, /*hidden argument*/NULL); bool L_7 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_7) { goto IL_009b; } } { XmlException_t1761730631 * L_8 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3731956232, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DTDReader_ReadAttributeDefaultValue_m3369915366_RuntimeMethod_var); } IL_009b: { DTDAttributeDefinition_t3434905422 * L_9 = ___def0; String_t* L_10 = DTDReader_ReadDefaultAttribute_m3222858293(__this, /*hidden argument*/NULL); NullCheck(L_9); DTDAttributeDefinition_set_UnresolvedDefaultValue_m3926552005(L_9, L_10, /*hidden argument*/NULL); goto IL_00ac; } IL_00ac: { goto IL_00cb; } IL_00b1: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_11 = ___def0; String_t* L_12 = DTDReader_ReadDefaultAttribute_m3222858293(__this, /*hidden argument*/NULL); NullCheck(L_11); DTDAttributeDefinition_set_UnresolvedDefaultValue_m3926552005(L_11, L_12, /*hidden argument*/NULL); } IL_00cb: { DTDAttributeDefinition_t3434905422 * L_13 = ___def0; NullCheck(L_13); String_t* L_14 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_029b; } } { DTDAttributeDefinition_t3434905422 * L_15 = ___def0; NullCheck(L_15); XmlSchemaDatatype_t322714710 * L_16 = DTDAttributeDefinition_get_Datatype_m3025876381(L_15, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_17 = ___def0; NullCheck(L_17); String_t* L_18 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_17, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_19 = XmlSchemaDatatype_Normalize_m2737115427(L_16, L_18, /*hidden argument*/NULL); V_0 = L_19; V_1 = (bool)0; V_2 = NULL; DTDAttributeDefinition_t3434905422 * L_20 = ___def0; NullCheck(L_20); ArrayList_t2718874744 * L_21 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0134; } } { DTDAttributeDefinition_t3434905422 * L_23 = ___def0; NullCheck(L_23); ArrayList_t2718874744 * L_24 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_23, /*hidden argument*/NULL); String_t* L_25 = V_0; NullCheck(L_24); bool L_26 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_24, L_25); if (L_26) { goto IL_0134; } } { DTDAttributeDefinition_t3434905422 * L_27 = ___def0; NullCheck(L_27); int32_t L_28 = DTDNode_get_LineNumber_m711922727(L_27, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_29 = ___def0; NullCheck(L_29); int32_t L_30 = DTDNode_get_LinePosition_m855897727(L_29, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_31 = ___def0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_31); XmlSchemaException_t3511258692 * L_33 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_33, _stringLiteral1915698760, L_28, L_30, (XmlSchemaObject_t1315720168 *)NULL, L_32, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_33, /*hidden argument*/NULL); V_1 = (bool)1; } IL_0134: { DTDAttributeDefinition_t3434905422 * L_34 = ___def0; NullCheck(L_34); ArrayList_t2718874744 * L_35 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_34, /*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_36) <= ((int32_t)0))) { goto IL_017c; } } { DTDAttributeDefinition_t3434905422 * L_37 = ___def0; NullCheck(L_37); ArrayList_t2718874744 * L_38 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_37, /*hidden argument*/NULL); String_t* L_39 = V_0; NullCheck(L_38); bool L_40 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_38, L_39); if (L_40) { goto IL_017c; } } { DTDAttributeDefinition_t3434905422 * L_41 = ___def0; NullCheck(L_41); int32_t L_42 = DTDNode_get_LineNumber_m711922727(L_41, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_43 = ___def0; NullCheck(L_43); int32_t L_44 = DTDNode_get_LinePosition_m855897727(L_43, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_45 = ___def0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_45); XmlSchemaException_t3511258692 * L_47 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_47, _stringLiteral694797726, L_42, L_44, (XmlSchemaObject_t1315720168 *)NULL, L_46, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_47, /*hidden argument*/NULL); V_1 = (bool)1; } IL_017c: { bool L_48 = V_1; if (L_48) { goto IL_01cc; } } IL_0182: try { // begin try (depth: 1) DTDAttributeDefinition_t3434905422 * L_49 = ___def0; NullCheck(L_49); XmlSchemaDatatype_t322714710 * L_50 = DTDAttributeDefinition_get_Datatype_m3025876381(L_49, /*hidden argument*/NULL); String_t* L_51 = V_0; DTDObjectModel_t1729680289 * L_52 = __this->get_DTD_13(); NullCheck(L_52); XmlNameTable_t71772148 * L_53 = DTDObjectModel_get_NameTable_m461383864(L_52, /*hidden argument*/NULL); NullCheck(L_50); RuntimeObject * L_54 = 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_50, L_51, L_53, (RuntimeObject*)NULL); V_2 = L_54; goto IL_01cc; } // 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_01a0; throw e; } CATCH_01a0: { // begin catch(System.Exception) V_3 = ((Exception_t *)__exception_local); DTDAttributeDefinition_t3434905422 * L_55 = ___def0; NullCheck(L_55); int32_t L_56 = DTDNode_get_LineNumber_m711922727(L_55, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_57 = ___def0; NullCheck(L_57); int32_t L_58 = DTDNode_get_LinePosition_m855897727(L_57, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_59 = ___def0; NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_59); Exception_t * L_61 = V_3; XmlSchemaException_t3511258692 * L_62 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_62, _stringLiteral934826410, L_56, L_58, (XmlSchemaObject_t1315720168 *)NULL, L_60, L_61, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_62, /*hidden argument*/NULL); V_1 = (bool)1; goto IL_01cc; } // end catch (depth: 1) IL_01cc: { bool L_63 = V_1; if (L_63) { goto IL_029b; } } { DTDAttributeDefinition_t3434905422 * L_64 = ___def0; NullCheck(L_64); XmlSchemaDatatype_t322714710 * L_65 = DTDAttributeDefinition_get_Datatype_m3025876381(L_64, /*hidden argument*/NULL); NullCheck(L_65); int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_65); V_8 = L_66; int32_t L_67 = V_8; if ((((int32_t)L_67) == ((int32_t)4))) { goto IL_01f4; } } { int32_t L_68 = V_8; if ((((int32_t)L_68) == ((int32_t)5))) { goto IL_0233; } } { goto IL_029b; } IL_01f4: { DTDObjectModel_t1729680289 * L_69 = __this->get_DTD_13(); NullCheck(L_69); DTDEntityDeclarationCollection_t2250844513 * L_70 = DTDObjectModel_get_EntityDecls_m2343264842(L_69, /*hidden argument*/NULL); String_t* L_71 = V_0; NullCheck(L_70); DTDEntityDeclaration_t811637416 * L_72 = DTDEntityDeclarationCollection_get_Item_m883323424(L_70, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_022e; } } { DTDAttributeDefinition_t3434905422 * L_73 = ___def0; NullCheck(L_73); int32_t L_74 = DTDNode_get_LineNumber_m711922727(L_73, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_75 = ___def0; NullCheck(L_75); int32_t L_76 = DTDNode_get_LinePosition_m855897727(L_75, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_77 = ___def0; NullCheck(L_77); String_t* L_78 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_77); XmlSchemaException_t3511258692 * L_79 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_79, _stringLiteral587930418, L_74, L_76, (XmlSchemaObject_t1315720168 *)NULL, L_78, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_79, /*hidden argument*/NULL); } IL_022e: { goto IL_029b; } IL_0233: { RuntimeObject * L_80 = V_2; V_4 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_80, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); V_5 = 0; goto IL_028b; } IL_0243: { StringU5BU5D_t1281789340* L_81 = V_4; int32_t L_82 = V_5; NullCheck(L_81); int32_t L_83 = L_82; String_t* L_84 = (L_81)->GetAt(static_cast(L_83)); V_6 = L_84; DTDObjectModel_t1729680289 * L_85 = __this->get_DTD_13(); NullCheck(L_85); DTDEntityDeclarationCollection_t2250844513 * L_86 = DTDObjectModel_get_EntityDecls_m2343264842(L_85, /*hidden argument*/NULL); String_t* L_87 = V_6; NullCheck(L_86); DTDEntityDeclaration_t811637416 * L_88 = DTDEntityDeclarationCollection_get_Item_m883323424(L_86, L_87, /*hidden argument*/NULL); if (L_88) { goto IL_0285; } } { DTDAttributeDefinition_t3434905422 * L_89 = ___def0; NullCheck(L_89); int32_t L_90 = DTDNode_get_LineNumber_m711922727(L_89, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_91 = ___def0; NullCheck(L_91); int32_t L_92 = DTDNode_get_LinePosition_m855897727(L_91, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_93 = ___def0; NullCheck(L_93); String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_93); XmlSchemaException_t3511258692 * L_95 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_95, _stringLiteral587930418, L_90, L_92, (XmlSchemaObject_t1315720168 *)NULL, L_94, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_95, /*hidden argument*/NULL); } IL_0285: { int32_t L_96 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1)); } IL_028b: { int32_t L_97 = V_5; StringU5BU5D_t1281789340* L_98 = V_4; NullCheck(L_98); if ((((int32_t)L_97) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_98)->max_length))))))) { goto IL_0243; } } { goto IL_029b; } IL_029b: { DTDAttributeDefinition_t3434905422 * L_99 = ___def0; NullCheck(L_99); XmlSchemaDatatype_t322714710 * L_100 = DTDAttributeDefinition_get_Datatype_m3025876381(L_99, /*hidden argument*/NULL); if (!L_100) { goto IL_02e6; } } { DTDAttributeDefinition_t3434905422 * L_101 = ___def0; NullCheck(L_101); XmlSchemaDatatype_t322714710 * L_102 = DTDAttributeDefinition_get_Datatype_m3025876381(L_101, /*hidden argument*/NULL); NullCheck(L_102); int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_102); if ((!(((uint32_t)L_103) == ((uint32_t)1)))) { goto IL_02e6; } } { DTDAttributeDefinition_t3434905422 * L_104 = ___def0; NullCheck(L_104); String_t* L_105 = DTDAttributeDefinition_get_UnresolvedDefaultValue_m2960646495(L_104, /*hidden argument*/NULL); if (!L_105) { goto IL_02e6; } } { DTDAttributeDefinition_t3434905422 * L_106 = ___def0; NullCheck(L_106); int32_t L_107 = DTDNode_get_LineNumber_m711922727(L_106, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_108 = ___def0; NullCheck(L_108); int32_t L_109 = DTDNode_get_LinePosition_m855897727(L_108, /*hidden argument*/NULL); DTDAttributeDefinition_t3434905422 * L_110 = ___def0; NullCheck(L_110); String_t* L_111 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_110); XmlSchemaException_t3511258692 * L_112 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_112, _stringLiteral3811881614, L_107, L_109, (XmlSchemaObject_t1315720168 *)NULL, L_111, (Exception_t *)NULL, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_112, /*hidden argument*/NULL); } IL_02e6: { return; } } // Mono.Xml.DTDNotationDeclaration System.Xml.DTDReader::ReadNotationDecl() extern "C" IL2CPP_METHOD_ATTR DTDNotationDeclaration_t3702682588 * DTDReader_ReadNotationDecl_m1460616695 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadNotationDecl_m1460616695_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDNotationDeclaration_t3702682588 * V_0 = NULL; bool V_1 = false; { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); DTDNotationDeclaration_t3702682588 * L_1 = (DTDNotationDeclaration_t3702682588 *)il2cpp_codegen_object_new(DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var); DTDNotationDeclaration__ctor_m299885585(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0023; } } { XmlException_t1761730631 * L_3 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3622989874, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DTDReader_ReadNotationDecl_m1460616695_RuntimeMethod_var); } IL_0023: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_4 = V_0; String_t* L_5 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); NullCheck(L_4); DTDNotationDeclaration_set_Name_m4249947793(L_4, L_5, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_6); DTDNotationDeclaration_set_Prefix_m2430138352(L_6, L_7, /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_8 = V_0; DTDNotationDeclaration_t3702682588 * L_9 = V_0; NullCheck(L_9); String_t* L_10 = DTDNotationDeclaration_get_Name_m2084897025(L_9, /*hidden argument*/NULL); NullCheck(L_8); DTDNotationDeclaration_set_LocalName_m2404944620(L_8, L_10, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_11 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)80))))) { goto IL_00b9; } } { DTDNotationDeclaration_t3702682588 * L_12 = V_0; String_t* L_13 = DTDReader_ReadPubidLiteral_m957009331(__this, /*hidden argument*/NULL); NullCheck(L_12); DTDNotationDeclaration_set_PublicId_m2180651574(L_12, L_13, /*hidden argument*/NULL); bool L_14 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); V_1 = L_14; int32_t L_15 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)39)))) { goto IL_008e; } } { int32_t L_16 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)34))))) { goto IL_00b4; } } IL_008e: { bool L_17 = V_1; if (L_17) { goto IL_00a0; } } { XmlException_t1761730631 * L_18 = DTDReader_NotWFError_m752434160(__this, _stringLiteral754892563, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18,DTDReader_ReadNotationDecl_m1460616695_RuntimeMethod_var); } IL_00a0: { DTDNotationDeclaration_t3702682588 * L_19 = V_0; String_t* L_20 = DTDReader_ReadSystemLiteral_m275190901(__this, (bool)0, /*hidden argument*/NULL); NullCheck(L_19); DTDNotationDeclaration_set_SystemId_m2871622936(L_19, L_20, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_00b4: { goto IL_00da; } IL_00b9: { int32_t L_21 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)83))))) { goto IL_00da; } } { DTDNotationDeclaration_t3702682588 * L_22 = V_0; String_t* L_23 = DTDReader_ReadSystemLiteral_m275190901(__this, (bool)1, /*hidden argument*/NULL); NullCheck(L_22); DTDNotationDeclaration_set_SystemId_m2871622936(L_22, L_23, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_00da: { DTDNotationDeclaration_t3702682588 * L_24 = V_0; NullCheck(L_24); String_t* L_25 = DTDNotationDeclaration_get_PublicId_m2264571245(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00fc; } } { DTDNotationDeclaration_t3702682588 * L_26 = V_0; NullCheck(L_26); String_t* L_27 = DTDNotationDeclaration_get_SystemId_m3829250027(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00fc; } } { XmlException_t1761730631 * L_28 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1626239561, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28,DTDReader_ReadNotationDecl_m1460616695_RuntimeMethod_var); } IL_00fc: { DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, ((int32_t)62), /*hidden argument*/NULL); DTDNotationDeclaration_t3702682588 * L_29 = V_0; return L_29; } } // System.Void System.Xml.DTDReader::ReadExternalID() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadExternalID_m940364478 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadExternalID_m940364478_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)80)))) { case 0: { goto IL_0037; } case 1: { goto IL_006c; } case 2: { goto IL_006c; } case 3: { goto IL_0025; } } } { goto IL_006c; } IL_0025: { String_t* L_2 = DTDReader_ReadSystemLiteral_m275190901(__this, (bool)1, /*hidden argument*/NULL); __this->set_cachedSystemId_12(L_2); goto IL_006c; } IL_0037: { String_t* L_3 = DTDReader_ReadPubidLiteral_m957009331(__this, /*hidden argument*/NULL); __this->set_cachedPublicId_11(L_3); bool L_4 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_4) { goto IL_005a; } } { XmlException_t1761730631 * L_5 = DTDReader_NotWFError_m752434160(__this, _stringLiteral138866814, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DTDReader_ReadExternalID_m940364478_RuntimeMethod_var); } IL_005a: { String_t* L_6 = DTDReader_ReadSystemLiteral_m275190901(__this, (bool)0, /*hidden argument*/NULL); __this->set_cachedSystemId_12(L_6); goto IL_006c; } IL_006c: { return; } } // System.String System.Xml.DTDReader::ReadSystemLiteral(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadSystemLiteral_m275190901 (DTDReader_t386081180 * __this, bool ___expectSYSTEM0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadSystemLiteral_m275190901_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = ___expectSYSTEM0; if (!L_0) { goto IL_002d; } } { DTDReader_Expect_m1980664535(__this, _stringLiteral3261774195, /*hidden argument*/NULL); bool L_1 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0028; } } { XmlException_t1761730631 * L_2 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2077892223, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DTDReader_ReadSystemLiteral_m275190901_RuntimeMethod_var); } IL_0028: { goto IL_0034; } IL_002d: { DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); } IL_0034: { int32_t L_3 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_3; V_1 = 0; DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); goto IL_0070; } IL_0048: { int32_t L_4 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0062; } } { XmlException_t1761730631 * L_6 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2990116001, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DTDReader_ReadSystemLiteral_m275190901_RuntimeMethod_var); } IL_0062: { int32_t L_7 = V_1; int32_t L_8 = V_0; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_0070; } } { int32_t L_9 = V_1; DTDReader_AppendValueChar_m587902524(__this, L_9, /*hidden argument*/NULL); } IL_0070: { int32_t L_10 = V_1; int32_t L_11 = V_0; if ((!(((uint32_t)L_10) == ((uint32_t)L_11)))) { goto IL_0048; } } { String_t* L_12 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); return L_12; } } // System.String System.Xml.DTDReader::ReadPubidLiteral() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadPubidLiteral_m957009331 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadPubidLiteral_m957009331_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { DTDReader_Expect_m1980664535(__this, _stringLiteral3984887517, /*hidden argument*/NULL); bool L_0 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0022; } } { XmlException_t1761730631 * L_1 = DTDReader_NotWFError_m752434160(__this, _stringLiteral366888235, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DTDReader_ReadPubidLiteral_m957009331_RuntimeMethod_var); } IL_0022: { int32_t L_2 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); goto IL_0088; } IL_0036: { int32_t L_3 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0050; } } { XmlException_t1761730631 * L_5 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2990116001, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DTDReader_ReadPubidLiteral_m957009331_RuntimeMethod_var); } IL_0050: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) == ((int32_t)L_7))) { goto IL_007a; } } { int32_t L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_9 = XmlChar_IsPubidChar_m3972427101(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); if (L_9) { goto IL_007a; } } { int32_t L_10 = V_1; Il2CppChar L_11 = ((Il2CppChar)(((int32_t)((uint16_t)L_10)))); RuntimeObject * L_12 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral4226833997, L_12, /*hidden argument*/NULL); XmlException_t1761730631 * L_14 = DTDReader_NotWFError_m752434160(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,DTDReader_ReadPubidLiteral_m957009331_RuntimeMethod_var); } IL_007a: { int32_t L_15 = V_1; int32_t L_16 = V_0; if ((((int32_t)L_15) == ((int32_t)L_16))) { goto IL_0088; } } { int32_t L_17 = V_1; DTDReader_AppendValueChar_m587902524(__this, L_17, /*hidden argument*/NULL); } IL_0088: { int32_t L_18 = V_1; int32_t L_19 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)L_19)))) { goto IL_0036; } } { String_t* L_20 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); return L_20; } } // System.String System.Xml.DTDReader::ReadName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadName_m3938603916 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { String_t* L_0 = DTDReader_ReadNameOrNmToken_m3118212048(__this, (bool)0, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.DTDReader::ReadNmToken() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadNmToken_m1738701919 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { String_t* L_0 = DTDReader_ReadNameOrNmToken_m3118212048(__this, (bool)1, /*hidden argument*/NULL); return L_0; } } // System.String System.Xml.DTDReader::ReadNameOrNmToken(System.Boolean) extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadNameOrNmToken_m3118212048 (DTDReader_t386081180 * __this, bool ___isNameToken0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadNameOrNmToken_m3118212048_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); V_0 = L_0; bool L_1 = ___isNameToken0; if (!L_1) { goto IL_003b; } } { int32_t L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_3 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0036; } } { int32_t L_4 = V_0; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_5); int32_t L_7 = V_0; Il2CppChar L_8 = ((Il2CppChar)(((int32_t)((uint16_t)L_7)))); RuntimeObject * L_9 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2787380167, L_6, L_9, /*hidden argument*/NULL); XmlException_t1761730631 * L_11 = DTDReader_NotWFError_m752434160(__this, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DTDReader_ReadNameOrNmToken_m3118212048_RuntimeMethod_var); } IL_0036: { goto IL_0064; } IL_003b: { int32_t L_12 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_13 = XmlChar_IsFirstNameChar_m2923332245(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0064; } } { int32_t L_14 = V_0; int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); int32_t L_17 = V_0; Il2CppChar L_18 = ((Il2CppChar)(((int32_t)((uint16_t)L_17)))); RuntimeObject * L_19 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1168560011, L_16, L_19, /*hidden argument*/NULL); XmlException_t1761730631 * L_21 = DTDReader_NotWFError_m752434160(__this, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,DTDReader_ReadNameOrNmToken_m3118212048_RuntimeMethod_var); } IL_0064: { __this->set_nameLength_3(0); int32_t L_22 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_AppendNameChar_m2017862980(__this, L_22, /*hidden argument*/NULL); goto IL_0088; } IL_007c: { int32_t L_23 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_AppendNameChar_m2017862980(__this, L_23, /*hidden argument*/NULL); } IL_0088: { int32_t L_24 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_25 = XmlChar_IsNameChar_m59373048(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_007c; } } { String_t* L_26 = DTDReader_CreateNameString_m1971255704(__this, /*hidden argument*/NULL); return L_26; } } // System.Void System.Xml.DTDReader::Expect(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_Expect_m1754265857 (DTDReader_t386081180 * __this, int32_t ___expected0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_Expect_m1754265857_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; int32_t L_2 = ___expected0; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_0050; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); int32_t L_5 = ___expected0; Il2CppChar L_6 = ((Il2CppChar)(((int32_t)((uint16_t)L_5)))); RuntimeObject * L_7 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); ObjectU5BU5D_t2843939325* L_8 = L_4; int32_t L_9 = ___expected0; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(1), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_8; int32_t L_13 = V_0; Il2CppChar L_14 = ((Il2CppChar)(((int32_t)((uint16_t)L_13)))); RuntimeObject * L_15 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(2), (RuntimeObject *)L_15); ObjectU5BU5D_t2843939325* L_16 = L_12; int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(3), (RuntimeObject *)L_19); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m1881875187(NULL /*static, unused*/, L_3, _stringLiteral976856744, L_16, /*hidden argument*/NULL); XmlException_t1761730631 * L_21 = DTDReader_NotWFError_m752434160(__this, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,DTDReader_Expect_m1754265857_RuntimeMethod_var); } IL_0050: { return; } } // System.Void System.Xml.DTDReader::Expect(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDReader_Expect_m1980664535 (DTDReader_t386081180 * __this, String_t* ___expected0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___expected0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; goto IL_001f; } IL_000e: { String_t* L_2 = ___expected0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); DTDReader_Expect_m1754265857(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001f: { int32_t L_6 = V_1; int32_t L_7 = V_0; if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_000e; } } { return; } } // System.Void System.Xml.DTDReader::ExpectAfterWhitespace(System.Char) extern "C" IL2CPP_METHOD_ATTR void DTDReader_ExpectAfterWhitespace_m295884060 (DTDReader_t386081180 * __this, Il2CppChar ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ExpectAfterWhitespace_m295884060_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; IL_0000: { int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_2 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0017; } } { goto IL_0000; } IL_0017: { Il2CppChar L_3 = ___c0; int32_t L_4 = V_0; if ((((int32_t)L_3) == ((int32_t)L_4))) { goto IL_0056; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_6 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)3)); Il2CppChar L_7 = ___c0; Il2CppChar L_8 = L_7; RuntimeObject * L_9 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_9); ObjectU5BU5D_t2843939325* L_10 = L_6; int32_t L_11 = V_0; Il2CppChar L_12 = ((Il2CppChar)(((int32_t)((uint16_t)L_11)))); RuntimeObject * L_13 = Box(Char_t3634460470_il2cpp_TypeInfo_var, &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(1), (RuntimeObject *)L_13); ObjectU5BU5D_t2843939325* L_14 = L_10; int32_t L_15 = V_0; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(2), (RuntimeObject *)L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Format_m1881875187(NULL /*static, unused*/, L_5, _stringLiteral3973580790, L_14, /*hidden argument*/NULL); XmlException_t1761730631 * L_19 = DTDReader_NotWFError_m752434160(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,DTDReader_ExpectAfterWhitespace_m295884060_RuntimeMethod_var); } IL_0056: { goto IL_0060; } // Dead block : IL_005b: br IL_0000 IL_0060: { return; } } // System.Boolean System.Xml.DTDReader::SkipWhitespace() extern "C" IL2CPP_METHOD_ATTR bool DTDReader_SkipWhitespace_m4062589762 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_SkipWhitespace_m4062589762_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; { int32_t L_0 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsWhitespace_m2823892034(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_0018; } IL_0011: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); } IL_0018: { int32_t L_2 = DTDReader_PeekChar_m404117199(__this, /*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_0011; } } { bool L_4 = V_0; return L_4; } } // System.Int32 System.Xml.DTDReader::PeekChar() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_PeekChar_m404117199 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); int32_t L_1 = XmlParserInput_PeekChar_m2826906097(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 System.Xml.DTDReader::ReadChar() extern "C" IL2CPP_METHOD_ATTR int32_t DTDReader_ReadChar_m3307369433 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); int32_t L_1 = XmlParserInput_ReadChar_m3809194942(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.DTDReader::ReadComment() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadComment_m299292881 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadComment_m299292881_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); XmlParserInput_set_AllowTextDecl_m1259857254(L_0, (bool)0, /*hidden argument*/NULL); goto IL_0070; } IL_0011: { int32_t L_1 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)45))))) { goto IL_0059; } } { int32_t L_3 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)45))))) { goto IL_0059; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_4 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)62)))) { goto IL_004d; } } { XmlException_t1761730631 * L_5 = DTDReader_NotWFError_m752434160(__this, _stringLiteral440082293, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DTDReader_ReadComment_m299292881_RuntimeMethod_var); } IL_004d: { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_007c; } IL_0059: { int32_t L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_7 = XmlChar_IsInvalid_m2652930759(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0070; } } { XmlException_t1761730631 * L_8 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2783505721, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DTDReader_ReadComment_m299292881_RuntimeMethod_var); } IL_0070: { int32_t L_9 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_0011; } } IL_007c: { return; } } // System.Void System.Xml.DTDReader::ReadProcessingInstruction() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadProcessingInstruction_m3636693735 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadProcessingInstruction_m3636693735_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral2909972470, /*hidden argument*/NULL); if (!L_2) { goto IL_001e; } } { DTDReader_ReadTextDeclaration_m1286439257(__this, /*hidden argument*/NULL); return; } IL_001e: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_3); CompareInfo_t1092934962 * L_4 = VirtFuncInvoker0< CompareInfo_t1092934962 * >::Invoke(11 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_3); String_t* L_5 = V_0; NullCheck(L_4); int32_t L_6 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(6 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, _stringLiteral2909972470, 1); if (L_6) { goto IL_0045; } } { XmlException_t1761730631 * L_7 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1346842335, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,DTDReader_ReadProcessingInstruction_m3636693735_RuntimeMethod_var); } IL_0045: { XmlParserInput_t2182411204 * L_8 = __this->get_currentInput_0(); NullCheck(L_8); XmlParserInput_set_AllowTextDecl_m1259857254(L_8, (bool)0, /*hidden argument*/NULL); bool L_9 = DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); if (L_9) { goto IL_0075; } } { int32_t L_10 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)((int32_t)63)))) { goto IL_0075; } } { XmlException_t1761730631 * L_11 = DTDReader_NotWFError_m752434160(__this, _stringLiteral763089245, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DTDReader_ReadProcessingInstruction_m3636693735_RuntimeMethod_var); } IL_0075: { goto IL_00a2; } IL_007a: { int32_t L_12 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_12; int32_t L_13 = V_1; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)63))))) { goto IL_00a2; } } { int32_t L_14 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)62))))) { goto IL_00a2; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); goto IL_00ae; } IL_00a2: { int32_t L_15 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)(-1))))) { goto IL_007a; } } IL_00ae: { return; } } // System.Void System.Xml.DTDReader::ReadTextDeclaration() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ReadTextDeclaration_m1286439257 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadTextDeclaration_m1286439257_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; CharU5BU5D_t3528271667* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); bool L_1 = XmlParserInput_get_AllowTextDecl_m3233152787(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { XmlException_t1761730631 * L_2 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2548843882, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_001c: { XmlParserInput_t2182411204 * L_3 = __this->get_currentInput_0(); NullCheck(L_3); XmlParserInput_set_AllowTextDecl_m1259857254(L_3, (bool)0, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_4 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)118))))) { goto IL_0111; } } { DTDReader_Expect_m1980664535(__this, _stringLiteral1902401671, /*hidden argument*/NULL); DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)61), /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_5 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_5; V_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)3)); V_2 = 0; int32_t L_6 = V_0; V_4 = L_6; int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)((int32_t)34)))) { goto IL_0080; } } { int32_t L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)39)))) { goto IL_0080; } } { goto IL_0105; } IL_0080: { goto IL_00e6; } IL_0085: { int32_t L_9 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_009d; } } { XmlException_t1761730631 * L_10 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3391666464, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_009d: { int32_t L_11 = V_2; if ((!(((uint32_t)L_11) == ((uint32_t)3)))) { goto IL_00b0; } } { XmlException_t1761730631 * L_12 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1542905477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_00b0: { CharU5BU5D_t3528271667* L_13 = V_1; int32_t L_14 = V_2; int32_t L_15 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); NullCheck(L_13); (L_13)->SetAt(static_cast(L_14), (Il2CppChar)(((int32_t)((uint16_t)L_15)))); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); int32_t L_17 = V_2; if ((!(((uint32_t)L_17) == ((uint32_t)3)))) { goto IL_00e6; } } { CharU5BU5D_t3528271667* L_18 = V_1; String_t* L_19 = String_CreateString_m2818852475(NULL, L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_19, _stringLiteral3073726249, /*hidden argument*/NULL); if (!L_20) { goto IL_00e6; } } { XmlException_t1761730631 * L_21 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1542905477, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_00e6: { int32_t L_22 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); int32_t L_23 = V_0; if ((!(((uint32_t)L_22) == ((uint32_t)L_23)))) { goto IL_0085; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_0111; } IL_0105: { XmlException_t1761730631 * L_24 = DTDReader_NotWFError_m752434160(__this, _stringLiteral3391666464, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_0111: { int32_t L_25 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)101))))) { goto IL_01a6; } } { DTDReader_Expect_m1980664535(__this, _stringLiteral3002372288, /*hidden argument*/NULL); DTDReader_ExpectAfterWhitespace_m295884060(__this, ((int32_t)61), /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); int32_t L_26 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_3 = L_26; int32_t L_27 = V_3; V_4 = L_27; int32_t L_28 = V_4; if ((((int32_t)L_28) == ((int32_t)((int32_t)34)))) { goto IL_0159; } } { int32_t L_29 = V_4; if ((((int32_t)L_29) == ((int32_t)((int32_t)39)))) { goto IL_0159; } } { goto IL_0195; } IL_0159: { goto IL_0176; } IL_015e: { int32_t L_30 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)(-1))))) { goto IL_0176; } } { XmlException_t1761730631 * L_31 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2681585976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_0176: { int32_t L_32 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); int32_t L_33 = V_3; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_015e; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); DTDReader_SkipWhitespace_m4062589762(__this, /*hidden argument*/NULL); goto IL_01a1; } IL_0195: { XmlException_t1761730631 * L_34 = DTDReader_NotWFError_m752434160(__this, _stringLiteral2681585976, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_01a1: { goto IL_01b2; } IL_01a6: { XmlException_t1761730631 * L_35 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1133395641, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35,DTDReader_ReadTextDeclaration_m1286439257_RuntimeMethod_var); } IL_01b2: { DTDReader_Expect_m1980664535(__this, _stringLiteral3451697041, /*hidden argument*/NULL); return; } } // System.Void System.Xml.DTDReader::AppendNameChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AppendNameChar_m2017862980 (DTDReader_t386081180 * __this, int32_t ___ch0, const RuntimeMethod* method) { int32_t V_0 = 0; { DTDReader_CheckNameCapacity_m3033842021(__this, /*hidden argument*/NULL); int32_t L_0 = ___ch0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)65535)))) { goto IL_0030; } } { CharU5BU5D_t3528271667* L_1 = __this->get_nameBuffer_2(); int32_t L_2 = __this->get_nameLength_3(); int32_t L_3 = L_2; V_0 = L_3; __this->set_nameLength_3(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); int32_t L_4 = V_0; int32_t L_5 = ___ch0; NullCheck(L_1); (L_1)->SetAt(static_cast(L_4), (Il2CppChar)(((int32_t)((uint16_t)L_5)))); goto IL_0084; } IL_0030: { CharU5BU5D_t3528271667* L_6 = __this->get_nameBuffer_2(); int32_t L_7 = __this->get_nameLength_3(); int32_t L_8 = L_7; V_0 = L_8; __this->set_nameLength_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); int32_t L_9 = V_0; int32_t L_10 = ___ch0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_10/(int32_t)((int32_t)65536))), (int32_t)((int32_t)55296))), (int32_t)1)))))); DTDReader_CheckNameCapacity_m3033842021(__this, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_11 = __this->get_nameBuffer_2(); int32_t L_12 = __this->get_nameLength_3(); int32_t L_13 = L_12; V_0 = L_13; __this->set_nameLength_3(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))); int32_t L_14 = V_0; int32_t L_15 = ___ch0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (Il2CppChar)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_15%(int32_t)((int32_t)65536))), (int32_t)((int32_t)56320))))))); } IL_0084: { return; } } // System.Void System.Xml.DTDReader::CheckNameCapacity() extern "C" IL2CPP_METHOD_ATTR void DTDReader_CheckNameCapacity_m3033842021 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_CheckNameCapacity_m3033842021_MetadataUsageId); s_Il2CppMethodInitialized = true; } CharU5BU5D_t3528271667* V_0 = NULL; { int32_t L_0 = __this->get_nameLength_3(); int32_t L_1 = __this->get_nameCapacity_4(); if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_0049; } } { int32_t L_2 = __this->get_nameCapacity_4(); __this->set_nameCapacity_4(((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2))); CharU5BU5D_t3528271667* L_3 = __this->get_nameBuffer_2(); V_0 = L_3; int32_t L_4 = __this->get_nameCapacity_4(); __this->set_nameBuffer_2(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_4))); CharU5BU5D_t3528271667* L_5 = V_0; CharU5BU5D_t3528271667* L_6 = __this->get_nameBuffer_2(); int32_t L_7 = __this->get_nameLength_3(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_5, (RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL); } IL_0049: { return; } } // System.String System.Xml.DTDReader::CreateNameString() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_CreateNameString_m1971255704 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = DTDObjectModel_get_NameTable_m461383864(L_0, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_2 = __this->get_nameBuffer_2(); int32_t L_3 = __this->get_nameLength_3(); NullCheck(L_1); String_t* L_4 = VirtFuncInvoker3< String_t*, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_1, L_2, 0, L_3); return L_4; } } // System.Void System.Xml.DTDReader::AppendValueChar(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDReader_AppendValueChar_m587902524 (DTDReader_t386081180 * __this, int32_t ___ch0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_AppendValueChar_m587902524_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___ch0; if ((((int32_t)L_0) >= ((int32_t)((int32_t)65536)))) { goto IL_001a; } } { StringBuilder_t * L_1 = __this->get_valueBuffer_5(); int32_t L_2 = ___ch0; NullCheck(L_1); StringBuilder_Append_m2383614642(L_1, (((int32_t)((uint16_t)L_2))), /*hidden argument*/NULL); return; } IL_001a: { int32_t L_3 = ___ch0; if ((((int32_t)L_3) <= ((int32_t)((int32_t)1114111)))) { goto IL_003d; } } { int32_t L_4 = DTDReader_get_LineNumber_m481654539(__this, /*hidden argument*/NULL); int32_t L_5 = DTDReader_get_LinePosition_m4162552537(__this, /*hidden argument*/NULL); XmlException_t1761730631 * L_6 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m1514432650(L_6, _stringLiteral339734938, (Exception_t *)NULL, L_4, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,DTDReader_AppendValueChar_m587902524_RuntimeMethod_var); } IL_003d: { int32_t L_7 = ___ch0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)65536))); StringBuilder_t * L_8 = __this->get_valueBuffer_5(); int32_t L_9 = V_0; NullCheck(L_8); StringBuilder_Append_m2383614642(L_8, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)10))), (int32_t)((int32_t)55296)))))), /*hidden argument*/NULL); StringBuilder_t * L_10 = __this->get_valueBuffer_5(); int32_t L_11 = V_0; NullCheck(L_10); StringBuilder_Append_m2383614642(L_10, (((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_11&(int32_t)((int32_t)1023))), (int32_t)((int32_t)56320)))))), /*hidden argument*/NULL); return; } } // System.String System.Xml.DTDReader::CreateValueString() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_CreateValueString_m454134259 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_valueBuffer_5(); NullCheck(L_0); String_t* L_1 = StringBuilder_ToString_m3317489284(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.DTDReader::ClearValueBuffer() extern "C" IL2CPP_METHOD_ATTR void DTDReader_ClearValueBuffer_m1750929380 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { { StringBuilder_t * L_0 = __this->get_valueBuffer_5(); NullCheck(L_0); StringBuilder_set_Length_m1410065908(L_0, 0, /*hidden argument*/NULL); return; } } // System.String System.Xml.DTDReader::ReadDefaultAttribute() extern "C" IL2CPP_METHOD_ATTR String_t* DTDReader_ReadDefaultAttribute_m3222858293 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_ReadDefaultAttribute_m3222858293_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; DTDEntityDeclaration_t811637416 * V_3 = NULL; int32_t V_4 = 0; DTDEntityDeclaration_t811637416 * G_B16_0 = NULL; { DTDReader_ClearValueBuffer_m1750929380(__this, /*hidden argument*/NULL); DTDReader_TryExpandPERef_m4193837321(__this, /*hidden argument*/NULL); int32_t L_0 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)39)))) { goto IL_0030; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)34)))) { goto IL_0030; } } { XmlException_t1761730631 * L_3 = DTDReader_NotWFError_m752434160(__this, _stringLiteral109515691, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DTDReader_ReadDefaultAttribute_m3222858293_RuntimeMethod_var); } IL_0030: { int32_t L_4 = V_0; DTDReader_AppendValueChar_m587902524(__this, L_4, /*hidden argument*/NULL); goto IL_0147; } IL_003c: { int32_t L_5 = DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); V_1 = L_5; int32_t L_6 = V_1; V_4 = L_6; int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0071; } } { int32_t L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)38)))) { goto IL_007d; } } { int32_t L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)60)))) { goto IL_0065; } } { goto IL_013b; } IL_0065: { XmlException_t1761730631 * L_10 = DTDReader_NotWFError_m752434160(__this, _stringLiteral316156798, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10,DTDReader_ReadDefaultAttribute_m3222858293_RuntimeMethod_var); } IL_0071: { XmlException_t1761730631 * L_11 = DTDReader_NotWFError_m752434160(__this, _stringLiteral1840280891, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DTDReader_ReadDefaultAttribute_m3222858293_RuntimeMethod_var); } IL_007d: { int32_t L_12 = V_1; DTDReader_AppendValueChar_m587902524(__this, L_12, /*hidden argument*/NULL); int32_t L_13 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)35))))) { goto IL_0096; } } { goto IL_0147; } IL_0096: { String_t* L_14 = DTDReader_ReadName_m3938603916(__this, /*hidden argument*/NULL); V_2 = L_14; DTDReader_Expect_m1754265857(__this, ((int32_t)59), /*hidden argument*/NULL); String_t* L_15 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_16 = XmlChar_GetPredefinedEntity_m872927676(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0121; } } { DTDObjectModel_t1729680289 * L_17 = __this->get_DTD_13(); if (L_17) { goto IL_00c2; } } { G_B16_0 = ((DTDEntityDeclaration_t811637416 *)(NULL)); goto IL_00d3; } IL_00c2: { DTDObjectModel_t1729680289 * L_18 = __this->get_DTD_13(); NullCheck(L_18); DTDEntityDeclarationCollection_t2250844513 * L_19 = DTDObjectModel_get_EntityDecls_m2343264842(L_18, /*hidden argument*/NULL); String_t* L_20 = V_2; NullCheck(L_19); DTDEntityDeclaration_t811637416 * L_21 = DTDEntityDeclarationCollection_get_Item_m883323424(L_19, L_20, /*hidden argument*/NULL); G_B16_0 = L_21; } IL_00d3: { V_3 = G_B16_0; DTDEntityDeclaration_t811637416 * L_22 = V_3; if (!L_22) { goto IL_00e5; } } { DTDEntityDeclaration_t811637416 * L_23 = V_3; NullCheck(L_23); String_t* L_24 = DTDEntityBase_get_SystemId_m548211319(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0121; } } IL_00e5: { DTDObjectModel_t1729680289 * L_25 = __this->get_DTD_13(); NullCheck(L_25); bool L_26 = DTDObjectModel_get_IsStandalone_m1971931063(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0115; } } { DTDObjectModel_t1729680289 * L_27 = __this->get_DTD_13(); NullCheck(L_27); String_t* L_28 = DTDObjectModel_get_SystemId_m2725442049(L_27, /*hidden argument*/NULL); if (L_28) { goto IL_0121; } } { DTDObjectModel_t1729680289 * L_29 = __this->get_DTD_13(); NullCheck(L_29); bool L_30 = DTDObjectModel_get_InternalSubsetHasPEReference_m3084666918(L_29, /*hidden argument*/NULL); if (L_30) { goto IL_0121; } } IL_0115: { XmlException_t1761730631 * L_31 = DTDReader_NotWFError_m752434160(__this, _stringLiteral48916229, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_31,DTDReader_ReadDefaultAttribute_m3222858293_RuntimeMethod_var); } IL_0121: { StringBuilder_t * L_32 = __this->get_valueBuffer_5(); String_t* L_33 = V_2; NullCheck(L_32); StringBuilder_Append_m1965104174(L_32, L_33, /*hidden argument*/NULL); DTDReader_AppendValueChar_m587902524(__this, ((int32_t)59), /*hidden argument*/NULL); goto IL_0147; } IL_013b: { int32_t L_34 = V_1; DTDReader_AppendValueChar_m587902524(__this, L_34, /*hidden argument*/NULL); goto IL_0147; } IL_0147: { int32_t L_35 = DTDReader_PeekChar_m404117199(__this, /*hidden argument*/NULL); int32_t L_36 = V_0; if ((!(((uint32_t)L_35) == ((uint32_t)L_36)))) { goto IL_003c; } } { DTDReader_ReadChar_m3307369433(__this, /*hidden argument*/NULL); int32_t L_37 = V_0; DTDReader_AppendValueChar_m587902524(__this, L_37, /*hidden argument*/NULL); String_t* L_38 = DTDReader_CreateValueString_m454134259(__this, /*hidden argument*/NULL); return L_38; } } // System.Void System.Xml.DTDReader::PushParserInput(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDReader_PushParserInput_m1634614665 (DTDReader_t386081180 * __this, String_t* ___url0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_PushParserInput_m1634614665_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; Uri_t100236324 * V_1 = NULL; String_t* V_2 = NULL; XmlParserInput_t2182411204 * V_3 = NULL; ObjectU5BU5D_t2843939325* V_4 = NULL; int32_t V_5 = 0; Stream_t1273022909 * V_6 = NULL; MemoryStream_t94973147 * V_7 = NULL; int32_t V_8 = 0; ByteU5BU5D_t4116647657* V_9 = NULL; Exception_t * V_10 = NULL; int32_t V_11 = 0; int32_t V_12 = 0; String_t* V_13 = 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 * G_B10_0 = NULL; String_t* G_B13_0 = NULL; int32_t G_B27_0 = 0; int32_t G_B30_0 = 0; String_t* G_B33_0 = NULL; { V_0 = (Uri_t100236324 *)NULL; } IL_0002: try { // begin try (depth: 1) { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); NullCheck(L_0); String_t* L_1 = DTDObjectModel_get_BaseURI_m4066085242(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0039; } } IL_0012: { DTDObjectModel_t1729680289 * L_2 = __this->get_DTD_13(); NullCheck(L_2); String_t* L_3 = DTDObjectModel_get_BaseURI_m4066085242(L_2, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0039; } } IL_0028: { DTDObjectModel_t1729680289 * L_5 = __this->get_DTD_13(); NullCheck(L_5); String_t* L_6 = DTDObjectModel_get_BaseURI_m4066085242(L_5, /*hidden argument*/NULL); Uri_t100236324 * L_7 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_7, L_6, /*hidden argument*/NULL); V_0 = L_7; } IL_0039: { goto IL_0044; } } // 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_003e; throw e; } CATCH_003e: { // begin catch(System.UriFormatException) goto IL_0044; } // end catch (depth: 1) IL_0044: { String_t* L_8 = ___url0; if (!L_8) { goto IL_006d; } } { String_t* L_9 = ___url0; NullCheck(L_9); int32_t L_10 = String_get_Length_m3847582255(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_006d; } } { DTDObjectModel_t1729680289 * L_11 = __this->get_DTD_13(); NullCheck(L_11); XmlResolver_t626023767 * L_12 = DTDObjectModel_get_Resolver_m175630994(L_11, /*hidden argument*/NULL); Uri_t100236324 * L_13 = V_0; String_t* L_14 = ___url0; NullCheck(L_12); Uri_t100236324 * L_15 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_12, L_13, L_14); G_B10_0 = L_15; goto IL_006e; } IL_006d: { Uri_t100236324 * L_16 = V_0; G_B10_0 = L_16; } IL_006e: { V_1 = G_B10_0; Uri_t100236324 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_18 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_17, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_18) { goto IL_0086; } } { Uri_t100236324 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_19); G_B13_0 = L_20; goto IL_008b; } IL_0086: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B13_0 = L_21; } IL_008b: { V_2 = G_B13_0; Stack_t2329662280 * L_22 = __this->get_parserInputStack_1(); NullCheck(L_22); ObjectU5BU5D_t2843939325* L_23 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(21 /* System.Object[] System.Collections.Stack::ToArray() */, L_22); V_4 = L_23; V_5 = 0; goto IL_00d5; } IL_00a1: { ObjectU5BU5D_t2843939325* L_24 = V_4; int32_t L_25 = V_5; NullCheck(L_24); int32_t L_26 = L_25; RuntimeObject * L_27 = (L_24)->GetAt(static_cast(L_26)); V_3 = ((XmlParserInput_t2182411204 *)CastclassClass((RuntimeObject*)L_27, XmlParserInput_t2182411204_il2cpp_TypeInfo_var)); XmlParserInput_t2182411204 * L_28 = V_3; NullCheck(L_28); String_t* L_29 = XmlParserInput_get_BaseURI_m1478609455(L_28, /*hidden argument*/NULL); String_t* L_30 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00cf; } } { String_t* L_32 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1893956658, L_32, /*hidden argument*/NULL); XmlException_t1761730631 * L_34 = DTDReader_NotWFError_m752434160(__this, L_33, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34,DTDReader_PushParserInput_m1634614665_RuntimeMethod_var); } IL_00cf: { int32_t L_35 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)1)); } IL_00d5: { int32_t L_36 = V_5; ObjectU5BU5D_t2843939325* L_37 = V_4; NullCheck(L_37); if ((((int32_t)L_36) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))))) { goto IL_00a1; } } { Stack_t2329662280 * L_38 = __this->get_parserInputStack_1(); XmlParserInput_t2182411204 * L_39 = __this->get_currentInput_0(); NullCheck(L_38); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_38, L_39); V_6 = (Stream_t1273022909 *)NULL; MemoryStream_t94973147 * L_40 = (MemoryStream_t94973147 *)il2cpp_codegen_object_new(MemoryStream_t94973147_il2cpp_TypeInfo_var); MemoryStream__ctor_m2678285228(L_40, /*hidden argument*/NULL); V_7 = L_40; } IL_00fb: try { // begin try (depth: 1) { DTDObjectModel_t1729680289 * L_41 = __this->get_DTD_13(); NullCheck(L_41); XmlResolver_t626023767 * L_42 = DTDObjectModel_get_Resolver_m175630994(L_41, /*hidden argument*/NULL); Uri_t100236324 * L_43 = V_1; RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); NullCheck(L_42); RuntimeObject * L_46 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_42, L_43, (String_t*)NULL, L_45); V_6 = ((Stream_t1273022909 *)IsInstClass((RuntimeObject*)L_46, Stream_t1273022909_il2cpp_TypeInfo_var)); V_9 = ((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096))); } IL_012a: { Stream_t1273022909 * L_47 = V_6; ByteU5BU5D_t4116647657* L_48 = V_9; ByteU5BU5D_t4116647657* L_49 = V_9; NullCheck(L_49); NullCheck(L_47); int32_t L_50 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_47, L_48, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_49)->max_length))))); V_8 = L_50; MemoryStream_t94973147 * L_51 = V_7; ByteU5BU5D_t4116647657* L_52 = V_9; int32_t L_53 = V_8; NullCheck(L_51); VirtActionInvoker3< ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(22 /* System.Void System.IO.MemoryStream::Write(System.Byte[],System.Int32,System.Int32) */, L_51, L_52, 0, L_53); int32_t L_54 = V_8; if ((((int32_t)L_54) > ((int32_t)0))) { goto IL_012a; } } IL_014e: { Stream_t1273022909 * L_55 = V_6; NullCheck(L_55); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_55); MemoryStream_t94973147 * L_56 = V_7; NullCheck(L_56); VirtActionInvoker1< int64_t >::Invoke(12 /* System.Void System.IO.MemoryStream::set_Position(System.Int64) */, L_56, (((int64_t)((int64_t)0)))); MemoryStream_t94973147 * L_57 = V_7; XmlStreamReader_t727818754 * L_58 = (XmlStreamReader_t727818754 *)il2cpp_codegen_object_new(XmlStreamReader_t727818754_il2cpp_TypeInfo_var); XmlStreamReader__ctor_m3403779607(L_58, L_57, /*hidden argument*/NULL); String_t* L_59 = V_2; XmlParserInput_t2182411204 * L_60 = (XmlParserInput_t2182411204 *)il2cpp_codegen_object_new(XmlParserInput_t2182411204_il2cpp_TypeInfo_var); XmlParserInput__ctor_m2345243315(L_60, L_58, L_59, /*hidden argument*/NULL); __this->set_currentInput_0(L_60); goto IL_0223; } } // 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_0176; throw e; } CATCH_0176: { // begin catch(System.Exception) { V_10 = ((Exception_t *)__exception_local); Stream_t1273022909 * L_61 = V_6; if (!L_61) { goto IL_0186; } } IL_017f: { Stream_t1273022909 * L_62 = V_6; NullCheck(L_62); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_62); } IL_0186: { XmlParserInput_t2182411204 * L_63 = __this->get_currentInput_0(); if (L_63) { goto IL_0197; } } IL_0191: { G_B27_0 = 0; goto IL_01a2; } IL_0197: { XmlParserInput_t2182411204 * L_64 = __this->get_currentInput_0(); NullCheck(L_64); int32_t L_65 = XmlParserInput_get_LineNumber_m2843176613(L_64, /*hidden argument*/NULL); G_B27_0 = L_65; } IL_01a2: { V_11 = G_B27_0; XmlParserInput_t2182411204 * L_66 = __this->get_currentInput_0(); if (L_66) { goto IL_01b5; } } IL_01af: { G_B30_0 = 0; goto IL_01c0; } IL_01b5: { XmlParserInput_t2182411204 * L_67 = __this->get_currentInput_0(); NullCheck(L_67); int32_t L_68 = XmlParserInput_get_LinePosition_m3993856854(L_67, /*hidden argument*/NULL); G_B30_0 = L_68; } IL_01c0: { V_12 = G_B30_0; XmlParserInput_t2182411204 * L_69 = __this->get_currentInput_0(); if (L_69) { goto IL_01d7; } } IL_01cd: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B33_0 = L_70; goto IL_01e2; } IL_01d7: { XmlParserInput_t2182411204 * L_71 = __this->get_currentInput_0(); NullCheck(L_71); String_t* L_72 = XmlParserInput_get_BaseURI_m1478609455(L_71, /*hidden argument*/NULL); G_B33_0 = L_72; } IL_01e2: { V_13 = G_B33_0; String_t* L_73 = ___url0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2715648319, L_73, _stringLiteral3450648448, /*hidden argument*/NULL); int32_t L_75 = V_11; int32_t L_76 = V_12; String_t* L_77 = V_13; Exception_t * L_78 = V_10; XmlSchemaException_t3511258692 * L_79 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_79, L_74, L_75, L_76, (XmlSchemaObject_t1315720168 *)NULL, L_77, L_78, /*hidden argument*/NULL); DTDReader_HandleError_m2337299655(__this, L_79, /*hidden argument*/NULL); String_t* L_80 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); StringReader_t3465604688 * L_81 = (StringReader_t3465604688 *)il2cpp_codegen_object_new(StringReader_t3465604688_il2cpp_TypeInfo_var); StringReader__ctor_m126993932(L_81, L_80, /*hidden argument*/NULL); String_t* L_82 = V_2; XmlParserInput_t2182411204 * L_83 = (XmlParserInput_t2182411204 *)il2cpp_codegen_object_new(XmlParserInput_t2182411204_il2cpp_TypeInfo_var); XmlParserInput__ctor_m2345243315(L_83, L_81, L_82, /*hidden argument*/NULL); __this->set_currentInput_0(L_83); goto IL_0223; } } // end catch (depth: 1) IL_0223: { return; } } // System.Void System.Xml.DTDReader::PopParserInput() extern "C" IL2CPP_METHOD_ATTR void DTDReader_PopParserInput_m1066380068 (DTDReader_t386081180 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDReader_PopParserInput_m1066380068_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlParserInput_t2182411204 * L_0 = __this->get_currentInput_0(); NullCheck(L_0); XmlParserInput_Close_m3748074016(L_0, /*hidden argument*/NULL); Stack_t2329662280 * L_1 = __this->get_parserInputStack_1(); NullCheck(L_1); RuntimeObject * L_2 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_1); __this->set_currentInput_0(((XmlParserInput_t2182411204 *)IsInstClass((RuntimeObject*)L_2, XmlParserInput_t2182411204_il2cpp_TypeInfo_var))); return; } } // System.Void System.Xml.DTDReader::HandleError(System.Xml.Schema.XmlSchemaException) extern "C" IL2CPP_METHOD_ATTR void DTDReader_HandleError_m2337299655 (DTDReader_t386081180 * __this, XmlSchemaException_t3511258692 * ___ex0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_DTD_13(); XmlSchemaException_t3511258692 * L_1 = ___ex0; NullCheck(L_0); DTDObjectModel_AddError_m663438897(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 #ifdef __clang__ #pragma clang 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.MonoFIXAttribute::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void MonoFIXAttribute__ctor_m3416633083 (MonoFIXAttribute_t630276366 * __this, String_t* ___comment0, const RuntimeMethod* method) { { Attribute__ctor_m1529526131(__this, /*hidden argument*/NULL); String_t* L_0 = ___comment0; __this->set_comment_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_m874080766 (NameTable_t3178203267 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameTable__ctor_m874080766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_count_0(((int32_t)128)); __this->set_buckets_1(((EntryU5BU5D_t491982174*)SZArrayNew(EntryU5BU5D_t491982174_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)))); XmlNameTable__ctor_m1272839507(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.NameTable::Add(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Add_m1752389692 (NameTable_t3178203267 * __this, CharU5BU5D_t3528271667* ___key0, int32_t ___start1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameTable_Add_m1752389692_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_t3052280359 * V_3 = NULL; { int32_t L_0 = ___start1; if ((((int32_t)0) <= ((int32_t)L_0))) { goto IL_0010; } } { int32_t L_1 = ___start1; CharU5BU5D_t3528271667* L_2 = ___key0; NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length))))))) { goto IL_0022; } } IL_0010: { int32_t L_3 = ___len2; if ((((int32_t)0) <= ((int32_t)L_3))) { goto IL_002d; } } { int32_t L_4 = ___len2; CharU5BU5D_t3528271667* L_5 = ___key0; NullCheck(L_5); int32_t L_6 = ___len2; if ((((int32_t)L_4) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))), (int32_t)L_6))))) { goto IL_002d; } } IL_0022: { IndexOutOfRangeException_t1578797820 * L_7 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_7, _stringLiteral4136579868, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,NameTable_Add_m1752389692_RuntimeMethod_var); } IL_002d: { int32_t L_8 = ___len2; if (L_8) { goto IL_0039; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_9; } IL_0039: { V_0 = 0; int32_t L_10 = ___start1; int32_t L_11 = ___len2; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); int32_t L_12 = ___start1; V_2 = L_12; goto IL_0054; } IL_0046: { int32_t L_13 = V_0; int32_t L_14 = V_0; CharU5BU5D_t3528271667* L_15 = ___key0; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; uint16_t L_18 = (L_15)->GetAt(static_cast(L_17)); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_13<<(int32_t)5)), (int32_t)L_14)), (int32_t)L_18)); int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0054: { int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0046; } } { int32_t L_22 = V_0; V_0 = ((int32_t)((int32_t)L_22&(int32_t)((int32_t)2147483647LL))); EntryU5BU5D_t491982174* L_23 = __this->get_buckets_1(); int32_t L_24 = V_0; int32_t L_25 = __this->get_count_0(); NullCheck(L_23); int32_t L_26 = ((int32_t)((int32_t)L_24%(int32_t)L_25)); Entry_t3052280359 * L_27 = (L_23)->GetAt(static_cast(L_26)); V_3 = L_27; goto IL_00b0; } IL_0078: { Entry_t3052280359 * L_28 = V_3; NullCheck(L_28); int32_t L_29 = L_28->get_hash_1(); int32_t L_30 = V_0; if ((!(((uint32_t)L_29) == ((uint32_t)L_30)))) { goto IL_00a9; } } { Entry_t3052280359 * L_31 = V_3; NullCheck(L_31); int32_t L_32 = L_31->get_len_2(); int32_t L_33 = ___len2; if ((!(((uint32_t)L_32) == ((uint32_t)L_33)))) { goto IL_00a9; } } { Entry_t3052280359 * L_34 = V_3; NullCheck(L_34); String_t* L_35 = L_34->get_str_0(); CharU5BU5D_t3528271667* L_36 = ___key0; int32_t L_37 = ___start1; bool L_38 = NameTable_StrEqArray_m3111246454(NULL /*static, unused*/, L_35, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00a9; } } { Entry_t3052280359 * L_39 = V_3; NullCheck(L_39); String_t* L_40 = L_39->get_str_0(); return L_40; } IL_00a9: { Entry_t3052280359 * L_41 = V_3; NullCheck(L_41); Entry_t3052280359 * L_42 = L_41->get_next_3(); V_3 = L_42; } IL_00b0: { Entry_t3052280359 * L_43 = V_3; if (L_43) { goto IL_0078; } } { CharU5BU5D_t3528271667* L_44 = ___key0; int32_t L_45 = ___start1; int32_t L_46 = ___len2; String_t* L_47 = String_CreateString_m860434552(NULL, L_44, L_45, L_46, /*hidden argument*/NULL); int32_t L_48 = V_0; String_t* L_49 = NameTable_AddEntry_m1941115992(__this, L_47, L_48, /*hidden argument*/NULL); return L_49; } } // System.String System.Xml.NameTable::Add(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Add_m3759494371 (NameTable_t3178203267 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameTable_Add_m3759494371_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_t3052280359 * V_3 = NULL; { String_t* L_0 = ___key0; 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, _stringLiteral2600271970, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameTable_Add_m3759494371_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___key0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } IL_0024: { V_1 = 0; V_2 = 0; goto IL_003f; } IL_002d: { int32_t L_6 = V_1; int32_t L_7 = V_1; String_t* L_8 = ___key0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7)), (int32_t)L_10)); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003f: { int32_t L_12 = V_2; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002d; } } { int32_t L_14 = V_1; V_1 = ((int32_t)((int32_t)L_14&(int32_t)((int32_t)2147483647LL))); EntryU5BU5D_t491982174* L_15 = __this->get_buckets_1(); int32_t L_16 = V_1; int32_t L_17 = __this->get_count_0(); NullCheck(L_15); int32_t L_18 = ((int32_t)((int32_t)L_16%(int32_t)L_17)); Entry_t3052280359 * L_19 = (L_15)->GetAt(static_cast(L_18)); V_3 = L_19; goto IL_009f; } IL_0063: { Entry_t3052280359 * L_20 = V_3; NullCheck(L_20); int32_t L_21 = L_20->get_hash_1(); int32_t L_22 = V_1; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0098; } } { Entry_t3052280359 * L_23 = V_3; NullCheck(L_23); int32_t L_24 = L_23->get_len_2(); String_t* L_25 = ___key0; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)L_26)))) { goto IL_0098; } } { Entry_t3052280359 * L_27 = V_3; NullCheck(L_27); String_t* L_28 = L_27->get_str_0(); String_t* L_29 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0098; } } { Entry_t3052280359 * L_31 = V_3; NullCheck(L_31); String_t* L_32 = L_31->get_str_0(); return L_32; } IL_0098: { Entry_t3052280359 * L_33 = V_3; NullCheck(L_33); Entry_t3052280359 * L_34 = L_33->get_next_3(); V_3 = L_34; } IL_009f: { Entry_t3052280359 * L_35 = V_3; if (L_35) { goto IL_0063; } } { String_t* L_36 = ___key0; int32_t L_37 = V_1; String_t* L_38 = NameTable_AddEntry_m1941115992(__this, L_36, L_37, /*hidden argument*/NULL); return L_38; } } // System.String System.Xml.NameTable::Get(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_Get_m2169675105 (NameTable_t3178203267 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameTable_Get_m2169675105_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Entry_t3052280359 * V_3 = NULL; { String_t* L_0 = ___value0; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NameTable_Get_m2169675105_RuntimeMethod_var); } IL_0011: { String_t* L_2 = ___value0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_5; } IL_0024: { V_1 = 0; V_2 = 0; goto IL_003f; } IL_002d: { int32_t L_6 = V_1; int32_t L_7 = V_1; String_t* L_8 = ___value0; int32_t L_9 = V_2; NullCheck(L_8); Il2CppChar L_10 = String_get_Chars_m2986988803(L_8, L_9, /*hidden argument*/NULL); V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7)), (int32_t)L_10)); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003f: { int32_t L_12 = V_2; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002d; } } { int32_t L_14 = V_1; V_1 = ((int32_t)((int32_t)L_14&(int32_t)((int32_t)2147483647LL))); EntryU5BU5D_t491982174* L_15 = __this->get_buckets_1(); int32_t L_16 = V_1; int32_t L_17 = __this->get_count_0(); NullCheck(L_15); int32_t L_18 = ((int32_t)((int32_t)L_16%(int32_t)L_17)); Entry_t3052280359 * L_19 = (L_15)->GetAt(static_cast(L_18)); V_3 = L_19; goto IL_009f; } IL_0063: { Entry_t3052280359 * L_20 = V_3; NullCheck(L_20); int32_t L_21 = L_20->get_hash_1(); int32_t L_22 = V_1; if ((!(((uint32_t)L_21) == ((uint32_t)L_22)))) { goto IL_0098; } } { Entry_t3052280359 * L_23 = V_3; NullCheck(L_23); int32_t L_24 = L_23->get_len_2(); String_t* L_25 = ___value0; NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)L_26)))) { goto IL_0098; } } { Entry_t3052280359 * L_27 = V_3; NullCheck(L_27); String_t* L_28 = L_27->get_str_0(); String_t* L_29 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0098; } } { Entry_t3052280359 * L_31 = V_3; NullCheck(L_31); String_t* L_32 = L_31->get_str_0(); return L_32; } IL_0098: { Entry_t3052280359 * L_33 = V_3; NullCheck(L_33); Entry_t3052280359 * L_34 = L_33->get_next_3(); V_3 = L_34; } IL_009f: { Entry_t3052280359 * L_35 = V_3; if (L_35) { goto IL_0063; } } { return (String_t*)NULL; } } // System.String System.Xml.NameTable::AddEntry(System.String,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* NameTable_AddEntry_m1941115992 (NameTable_t3178203267 * __this, String_t* ___str0, int32_t ___hash1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NameTable_AddEntry_m1941115992_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; EntryU5BU5D_t491982174* V_2 = NULL; int32_t V_3 = 0; Entry_t3052280359 * V_4 = NULL; Entry_t3052280359 * V_5 = NULL; int32_t V_6 = 0; Entry_t3052280359 * V_7 = NULL; int32_t V_8 = 0; { int32_t L_0 = ___hash1; int32_t L_1 = __this->get_count_0(); V_0 = ((int32_t)((int32_t)L_0%(int32_t)L_1)); EntryU5BU5D_t491982174* L_2 = __this->get_buckets_1(); int32_t L_3 = V_0; String_t* L_4 = ___str0; int32_t L_5 = ___hash1; EntryU5BU5D_t491982174* L_6 = __this->get_buckets_1(); int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = L_7; Entry_t3052280359 * L_9 = (L_6)->GetAt(static_cast(L_8)); Entry_t3052280359 * L_10 = (Entry_t3052280359 *)il2cpp_codegen_object_new(Entry_t3052280359_il2cpp_TypeInfo_var); Entry__ctor_m2443387674(L_10, L_4, L_5, L_9, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_10); (L_2)->SetAt(static_cast(L_3), (Entry_t3052280359 *)L_10); int32_t L_11 = __this->get_size_2(); int32_t L_12 = L_11; V_8 = L_12; __this->set_size_2(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); int32_t L_13 = V_8; int32_t L_14 = __this->get_count_0(); if ((!(((uint32_t)L_13) == ((uint32_t)L_14)))) { goto IL_00c4; } } { int32_t L_15 = __this->get_count_0(); __this->set_count_0(((int32_t)((int32_t)L_15<<(int32_t)1))); int32_t L_16 = __this->get_count_0(); V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)); int32_t L_17 = __this->get_count_0(); V_2 = ((EntryU5BU5D_t491982174*)SZArrayNew(EntryU5BU5D_t491982174_il2cpp_TypeInfo_var, (uint32_t)L_17)); V_3 = 0; goto IL_00af; } IL_0068: { EntryU5BU5D_t491982174* L_18 = __this->get_buckets_1(); int32_t L_19 = V_3; NullCheck(L_18); int32_t L_20 = L_19; Entry_t3052280359 * L_21 = (L_18)->GetAt(static_cast(L_20)); V_4 = L_21; Entry_t3052280359 * L_22 = V_4; V_5 = L_22; goto IL_00a4; } IL_007b: { Entry_t3052280359 * L_23 = V_5; NullCheck(L_23); int32_t L_24 = L_23->get_hash_1(); int32_t L_25 = V_1; V_6 = ((int32_t)((int32_t)L_24&(int32_t)L_25)); Entry_t3052280359 * L_26 = V_5; NullCheck(L_26); Entry_t3052280359 * L_27 = L_26->get_next_3(); V_7 = L_27; Entry_t3052280359 * L_28 = V_5; EntryU5BU5D_t491982174* L_29 = V_2; int32_t L_30 = V_6; NullCheck(L_29); int32_t L_31 = L_30; Entry_t3052280359 * L_32 = (L_29)->GetAt(static_cast(L_31)); NullCheck(L_28); L_28->set_next_3(L_32); EntryU5BU5D_t491982174* L_33 = V_2; int32_t L_34 = V_6; Entry_t3052280359 * L_35 = V_5; NullCheck(L_33); ArrayElementTypeCheck (L_33, L_35); (L_33)->SetAt(static_cast(L_34), (Entry_t3052280359 *)L_35); Entry_t3052280359 * L_36 = V_7; V_5 = L_36; } IL_00a4: { Entry_t3052280359 * L_37 = V_5; if (L_37) { goto IL_007b; } } { int32_t L_38 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00af: { int32_t L_39 = V_3; EntryU5BU5D_t491982174* L_40 = __this->get_buckets_1(); NullCheck(L_40); if ((((int32_t)L_39) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length))))))) { goto IL_0068; } } { EntryU5BU5D_t491982174* L_41 = V_2; __this->set_buckets_1(L_41); } IL_00c4: { String_t* L_42 = ___str0; return L_42; } } // System.Boolean System.Xml.NameTable::StrEqArray(System.String,System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR bool NameTable_StrEqArray_m3111246454 (RuntimeObject * __this /* static, unused */, String_t* ___str0, CharU5BU5D_t3528271667* ___str21, int32_t ___start2, const RuntimeMethod* method) { 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); V_0 = L_1; int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)); int32_t L_3 = ___start2; int32_t L_4 = V_0; ___start2 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)); } IL_0010: { 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); CharU5BU5D_t3528271667* L_8 = ___str21; int32_t L_9 = ___start2; NullCheck(L_8); int32_t L_10 = L_9; uint16_t L_11 = (L_8)->GetAt(static_cast(L_10)); if ((((int32_t)L_7) == ((int32_t)L_11))) { goto IL_0021; } } { return (bool)0; } IL_0021: { int32_t L_12 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); int32_t L_13 = ___start2; ___start2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)); int32_t L_14 = V_0; if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0010; } } { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.NameTable/Entry::.ctor(System.String,System.Int32,System.Xml.NameTable/Entry) extern "C" IL2CPP_METHOD_ATTR void Entry__ctor_m2443387674 (Entry_t3052280359 * __this, String_t* ___str0, int32_t ___hash1, Entry_t3052280359 * ___next2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); String_t* L_0 = ___str0; __this->set_str_0(L_0); String_t* L_1 = ___str0; NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); __this->set_len_2(L_2); int32_t L_3 = ___hash1; __this->set_hash_1(L_3); Entry_t3052280359 * L_4 = ___next2; __this->set_next_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 #ifdef __clang__ #pragma clang 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.NonBlockingStreamReader::.ctor(System.IO.Stream,System.Text.Encoding) extern "C" IL2CPP_METHOD_ATTR void NonBlockingStreamReader__ctor_m3980822218 (NonBlockingStreamReader_t2495303928 * __this, Stream_t1273022909 * ___stream0, Encoding_t1523322056 * ___encoding1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader__ctor_m3980822218_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { IL2CPP_RUNTIME_CLASS_INIT(TextReader_t283511965_il2cpp_TypeInfo_var); TextReader__ctor_m605064712(__this, /*hidden argument*/NULL); V_0 = ((int32_t)1024); Stream_t1273022909 * L_0 = ___stream0; __this->set_base_stream_9(L_0); int32_t L_1 = V_0; __this->set_input_buffer_2(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)L_1))); int32_t L_2 = V_0; __this->set_buffer_size_6(L_2); Encoding_t1523322056 * L_3 = ___encoding1; __this->set_encoding_7(L_3); Encoding_t1523322056 * L_4 = ___encoding1; NullCheck(L_4); Decoder_t2204182725 * L_5 = VirtFuncInvoker0< Decoder_t2204182725 * >::Invoke(16 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_4); __this->set_decoder_8(L_5); Encoding_t1523322056 * L_6 = ___encoding1; int32_t L_7 = V_0; NullCheck(L_6); int32_t L_8 = VirtFuncInvoker1< int32_t, int32_t >::Invoke(19 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_6, L_7); __this->set_decoded_buffer_3(((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_8))); __this->set_decoded_count_4(0); __this->set_pos_5(0); return; } } // System.Text.Encoding System.Xml.NonBlockingStreamReader::get_Encoding() extern "C" IL2CPP_METHOD_ATTR Encoding_t1523322056 * NonBlockingStreamReader_get_Encoding_m4190945239 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { { Encoding_t1523322056 * L_0 = __this->get_encoding_7(); return L_0; } } // System.Void System.Xml.NonBlockingStreamReader::Close() extern "C" IL2CPP_METHOD_ATTR void NonBlockingStreamReader_Close_m9359964 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { { VirtActionInvoker1< bool >::Invoke(8 /* System.Void System.Xml.NonBlockingStreamReader::Dispose(System.Boolean) */, __this, (bool)1); return; } } // System.Void System.Xml.NonBlockingStreamReader::Dispose(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void NonBlockingStreamReader_Dispose_m2043563007 (NonBlockingStreamReader_t2495303928 * __this, bool ___disposing0, const RuntimeMethod* method) { { bool L_0 = ___disposing0; if (!L_0) { goto IL_001c; } } { Stream_t1273022909 * L_1 = __this->get_base_stream_9(); if (!L_1) { goto IL_001c; } } { Stream_t1273022909 * L_2 = __this->get_base_stream_9(); NullCheck(L_2); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_2); } IL_001c: { __this->set_input_buffer_2((ByteU5BU5D_t4116647657*)NULL); __this->set_decoded_buffer_3((CharU5BU5D_t3528271667*)NULL); __this->set_encoding_7((Encoding_t1523322056 *)NULL); __this->set_decoder_8((Decoder_t2204182725 *)NULL); __this->set_base_stream_9((Stream_t1273022909 *)NULL); bool L_3 = ___disposing0; TextReader_Dispose_m2059554794(__this, L_3, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.NonBlockingStreamReader::ReadBuffer() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_ReadBuffer_m2514667835 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { __this->set_pos_5(0); V_0 = 0; __this->set_decoded_count_4(0); V_1 = 0; } IL_0012: { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); ByteU5BU5D_t4116647657* L_1 = __this->get_input_buffer_2(); int32_t L_2 = __this->get_buffer_size_6(); NullCheck(L_0); int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t >::Invoke(18 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, 0, L_2); V_0 = L_3; int32_t L_4 = V_0; if (L_4) { goto IL_0033; } } { return 0; } IL_0033: { int32_t L_5 = V_0; int32_t L_6 = __this->get_buffer_size_6(); __this->set_mayBlock_10((bool)((((int32_t)L_5) < ((int32_t)L_6))? 1 : 0)); int32_t L_7 = __this->get_decoded_count_4(); Decoder_t2204182725 * L_8 = __this->get_decoder_8(); ByteU5BU5D_t4116647657* L_9 = __this->get_input_buffer_2(); int32_t L_10 = V_1; int32_t L_11 = V_0; CharU5BU5D_t3528271667* L_12 = __this->get_decoded_buffer_3(); NullCheck(L_8); int32_t L_13 = VirtFuncInvoker5< int32_t, ByteU5BU5D_t4116647657*, int32_t, int32_t, CharU5BU5D_t3528271667*, int32_t >::Invoke(4 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_8, L_9, L_10, L_11, L_12, 0); __this->set_decoded_count_4(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_13))); V_1 = 0; int32_t L_14 = __this->get_decoded_count_4(); if (!L_14) { goto IL_0012; } } { int32_t L_15 = __this->get_decoded_count_4(); return L_15; } } // System.Int32 System.Xml.NonBlockingStreamReader::Peek() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_Peek_m3243154211 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader_Peek_m3243154211_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NonBlockingStreamReader_Peek_m3243154211_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0044; } } { bool L_4 = __this->get_mayBlock_10(); if (L_4) { goto IL_0042; } } { int32_t L_5 = NonBlockingStreamReader_ReadBuffer_m2514667835(__this, /*hidden argument*/NULL); if (L_5) { goto IL_0044; } } IL_0042: { return (-1); } IL_0044: { CharU5BU5D_t3528271667* L_6 = __this->get_decoded_buffer_3(); int32_t L_7 = __this->get_pos_5(); NullCheck(L_6); int32_t L_8 = L_7; uint16_t L_9 = (L_6)->GetAt(static_cast(L_8)); return L_9; } } // System.Int32 System.Xml.NonBlockingStreamReader::Read() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_Read_m3612437969 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader_Read_m3612437969_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NonBlockingStreamReader_Read_m3612437969_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0039; } } { int32_t L_4 = NonBlockingStreamReader_ReadBuffer_m2514667835(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0039; } } { return (-1); } IL_0039: { CharU5BU5D_t3528271667* L_5 = __this->get_decoded_buffer_3(); int32_t L_6 = __this->get_pos_5(); int32_t L_7 = L_6; V_0 = L_7; __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))); int32_t L_8 = V_0; NullCheck(L_5); int32_t L_9 = L_8; uint16_t L_10 = (L_5)->GetAt(static_cast(L_9)); return L_10; } } // System.Int32 System.Xml.NonBlockingStreamReader::Read(System.Char[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_Read_m583787078 (NonBlockingStreamReader_t2495303928 * __this, CharU5BU5D_t3528271667* ___dest_buffer0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader_Read_m583787078_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B15_0 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var); } IL_001b: { CharU5BU5D_t3528271667* L_2 = ___dest_buffer0; if (L_2) { goto IL_002c; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral3542174192, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var); } IL_002c: { int32_t L_4 = ___index1; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0043; } } { ArgumentOutOfRangeException_t777629997 * L_5 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_5, _stringLiteral797640427, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var); } IL_0043: { int32_t L_6 = ___count2; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_005a; } } { ArgumentOutOfRangeException_t777629997 * L_7 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m282481429(L_7, _stringLiteral2002595880, _stringLiteral3073595182, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var); } IL_005a: { int32_t L_8 = ___index1; CharU5BU5D_t3528271667* L_9 = ___dest_buffer0; NullCheck(L_9); int32_t L_10 = ___count2; if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))), (int32_t)L_10))))) { goto IL_0070; } } { ArgumentException_t132251570 * L_11 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_11, _stringLiteral2086592588, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,NonBlockingStreamReader_Read_m583787078_RuntimeMethod_var); } IL_0070: { V_0 = 0; int32_t L_12 = __this->get_pos_5(); int32_t L_13 = __this->get_decoded_count_4(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_009d; } } { int32_t L_14 = NonBlockingStreamReader_ReadBuffer_m2514667835(__this, /*hidden argument*/NULL); if (L_14) { goto IL_009d; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) <= ((int32_t)0))) { goto IL_009b; } } { int32_t L_16 = V_0; G_B15_0 = L_16; goto IL_009c; } IL_009b: { G_B15_0 = 0; } IL_009c: { return G_B15_0; } IL_009d: { int32_t L_17 = __this->get_decoded_count_4(); int32_t L_18 = __this->get_pos_5(); int32_t L_19 = ___count2; int32_t L_20 = Math_Min_m3468062251(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)L_18)), L_19, /*hidden argument*/NULL); V_1 = L_20; CharU5BU5D_t3528271667* L_21 = __this->get_decoded_buffer_3(); int32_t L_22 = __this->get_pos_5(); CharU5BU5D_t3528271667* L_23 = ___dest_buffer0; int32_t L_24 = ___index1; int32_t L_25 = V_1; Array_Copy_m344457298(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_21, L_22, (RuntimeArray *)(RuntimeArray *)L_23, L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = __this->get_pos_5(); int32_t L_27 = V_1; __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))); int32_t L_28 = ___index1; int32_t L_29 = V_1; ___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)); int32_t L_30 = ___count2; int32_t L_31 = V_1; ___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)L_31)); int32_t L_32 = V_0; int32_t L_33 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33)); int32_t L_34 = V_0; return L_34; } } // System.Int32 System.Xml.NonBlockingStreamReader::FindNextEOL() extern "C" IL2CPP_METHOD_ATTR int32_t NonBlockingStreamReader_FindNextEOL_m3802357638 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { Il2CppChar V_0 = 0x0; int32_t V_1 = 0; int32_t G_B5_0 = 0; { V_0 = 0; goto IL_0092; } IL_0007: { CharU5BU5D_t3528271667* L_0 = __this->get_decoded_buffer_3(); int32_t L_1 = __this->get_pos_5(); NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = L_3; Il2CppChar L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10))))) { goto IL_005e; } } { int32_t L_5 = __this->get_pos_5(); __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))); bool L_6 = __this->get_foundCR_12(); if (!L_6) { goto IL_0043; } } { int32_t L_7 = __this->get_pos_5(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2)); goto IL_004b; } IL_0043: { int32_t L_8 = __this->get_pos_5(); G_B5_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)); } IL_004b: { V_1 = G_B5_0; int32_t L_9 = V_1; if ((((int32_t)L_9) >= ((int32_t)0))) { goto IL_0055; } } { V_1 = 0; } IL_0055: { __this->set_foundCR_12((bool)0); int32_t L_10 = V_1; return L_10; } IL_005e: { bool L_11 = __this->get_foundCR_12(); if (!L_11) { goto IL_0079; } } { __this->set_foundCR_12((bool)0); int32_t L_12 = __this->get_pos_5(); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1)); } IL_0079: { Il2CppChar L_13 = V_0; __this->set_foundCR_12((bool)((((int32_t)L_13) == ((int32_t)((int32_t)13)))? 1 : 0)); int32_t L_14 = __this->get_pos_5(); __this->set_pos_5(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))); } IL_0092: { int32_t L_15 = __this->get_pos_5(); int32_t L_16 = __this->get_decoded_count_4(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_0007; } } { return (-1); } } // System.String System.Xml.NonBlockingStreamReader::ReadLine() extern "C" IL2CPP_METHOD_ATTR String_t* NonBlockingStreamReader_ReadLine_m2546294862 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader_ReadLine_m2546294862_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t * V_2 = NULL; StringBuilder_t * V_3 = NULL; { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NonBlockingStreamReader_ReadLine_m2546294862_RuntimeMethod_var); } IL_001b: { int32_t L_2 = __this->get_pos_5(); int32_t L_3 = __this->get_decoded_count_4(); if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_0039; } } { int32_t L_4 = NonBlockingStreamReader_ReadBuffer_m2514667835(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0039; } } { return (String_t*)NULL; } IL_0039: { int32_t L_5 = __this->get_pos_5(); V_0 = L_5; int32_t L_6 = NonBlockingStreamReader_FindNextEOL_m3802357638(__this, /*hidden argument*/NULL); V_1 = L_6; int32_t L_7 = V_1; int32_t L_8 = __this->get_decoded_count_4(); if ((((int32_t)L_7) >= ((int32_t)L_8))) { goto IL_006a; } } { int32_t L_9 = V_1; int32_t L_10 = V_0; if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_006a; } } { CharU5BU5D_t3528271667* L_11 = __this->get_decoded_buffer_3(); int32_t L_12 = V_0; int32_t L_13 = V_1; int32_t L_14 = V_0; String_t* L_15 = String_CreateString_m860434552(NULL, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL); return L_15; } IL_006a: { StringBuilder_t * L_16 = __this->get_line_builder_11(); if (L_16) { goto IL_0085; } } { StringBuilder_t * L_17 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_17, /*hidden argument*/NULL); __this->set_line_builder_11(L_17); goto IL_0091; } IL_0085: { StringBuilder_t * L_18 = __this->get_line_builder_11(); NullCheck(L_18); StringBuilder_set_Length_m1410065908(L_18, 0, /*hidden argument*/NULL); } IL_0091: { bool L_19 = __this->get_foundCR_12(); if (!L_19) { goto IL_00aa; } } { int32_t L_20 = __this->get_decoded_count_4(); __this->set_decoded_count_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)1))); } IL_00aa: { StringBuilder_t * L_21 = __this->get_line_builder_11(); CharU5BU5D_t3528271667* L_22 = __this->get_decoded_buffer_3(); int32_t L_23 = V_0; int32_t L_24 = __this->get_decoded_count_4(); int32_t L_25 = V_0; String_t* L_26 = String_CreateString_m860434552(NULL, L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), /*hidden argument*/NULL); NullCheck(L_21); StringBuilder_Append_m1965104174(L_21, L_26, /*hidden argument*/NULL); int32_t L_27 = NonBlockingStreamReader_ReadBuffer_m2514667835(__this, /*hidden argument*/NULL); if (L_27) { goto IL_011e; } } { StringBuilder_t * L_28 = __this->get_line_builder_11(); NullCheck(L_28); int32_t L_29 = StringBuilder_get_Capacity_m2088663745(L_28, /*hidden argument*/NULL); if ((((int32_t)L_29) <= ((int32_t)((int32_t)32768)))) { goto IL_0106; } } { StringBuilder_t * L_30 = __this->get_line_builder_11(); V_2 = L_30; __this->set_line_builder_11((StringBuilder_t *)NULL); StringBuilder_t * L_31 = V_2; StringBuilder_t * L_32 = V_2; NullCheck(L_32); int32_t L_33 = StringBuilder_get_Length_m3238060835(L_32, /*hidden argument*/NULL); NullCheck(L_31); String_t* L_34 = StringBuilder_ToString_m774364392(L_31, 0, L_33, /*hidden argument*/NULL); return L_34; } IL_0106: { StringBuilder_t * L_35 = __this->get_line_builder_11(); StringBuilder_t * L_36 = __this->get_line_builder_11(); NullCheck(L_36); int32_t L_37 = StringBuilder_get_Length_m3238060835(L_36, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_38 = StringBuilder_ToString_m774364392(L_35, 0, L_37, /*hidden argument*/NULL); return L_38; } IL_011e: { int32_t L_39 = __this->get_pos_5(); V_0 = L_39; int32_t L_40 = NonBlockingStreamReader_FindNextEOL_m3802357638(__this, /*hidden argument*/NULL); V_1 = L_40; int32_t L_41 = V_1; int32_t L_42 = __this->get_decoded_count_4(); if ((((int32_t)L_41) >= ((int32_t)L_42))) { goto IL_01a3; } } { int32_t L_43 = V_1; int32_t L_44 = V_0; if ((((int32_t)L_43) < ((int32_t)L_44))) { goto IL_01a3; } } { StringBuilder_t * L_45 = __this->get_line_builder_11(); CharU5BU5D_t3528271667* L_46 = __this->get_decoded_buffer_3(); int32_t L_47 = V_0; int32_t L_48 = V_1; int32_t L_49 = V_0; String_t* L_50 = String_CreateString_m860434552(NULL, L_46, L_47, ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_49)), /*hidden argument*/NULL); NullCheck(L_45); StringBuilder_Append_m1965104174(L_45, L_50, /*hidden argument*/NULL); StringBuilder_t * L_51 = __this->get_line_builder_11(); NullCheck(L_51); int32_t L_52 = StringBuilder_get_Capacity_m2088663745(L_51, /*hidden argument*/NULL); if ((((int32_t)L_52) <= ((int32_t)((int32_t)32768)))) { goto IL_018b; } } { StringBuilder_t * L_53 = __this->get_line_builder_11(); V_3 = L_53; __this->set_line_builder_11((StringBuilder_t *)NULL); StringBuilder_t * L_54 = V_3; StringBuilder_t * L_55 = V_3; NullCheck(L_55); int32_t L_56 = StringBuilder_get_Length_m3238060835(L_55, /*hidden argument*/NULL); NullCheck(L_54); String_t* L_57 = StringBuilder_ToString_m774364392(L_54, 0, L_56, /*hidden argument*/NULL); return L_57; } IL_018b: { StringBuilder_t * L_58 = __this->get_line_builder_11(); StringBuilder_t * L_59 = __this->get_line_builder_11(); NullCheck(L_59); int32_t L_60 = StringBuilder_get_Length_m3238060835(L_59, /*hidden argument*/NULL); NullCheck(L_58); String_t* L_61 = StringBuilder_ToString_m774364392(L_58, 0, L_60, /*hidden argument*/NULL); return L_61; } IL_01a3: { goto IL_0091; } } // System.String System.Xml.NonBlockingStreamReader::ReadToEnd() extern "C" IL2CPP_METHOD_ATTR String_t* NonBlockingStreamReader_ReadToEnd_m2974115148 (NonBlockingStreamReader_t2495303928 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (NonBlockingStreamReader_ReadToEnd_m2974115148_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; CharU5BU5D_t3528271667* V_2 = NULL; int32_t V_3 = 0; { Stream_t1273022909 * L_0 = __this->get_base_stream_9(); if (L_0) { goto IL_001b; } } { ObjectDisposedException_t21392786 * L_1 = (ObjectDisposedException_t21392786 *)il2cpp_codegen_object_new(ObjectDisposedException_t21392786_il2cpp_TypeInfo_var); ObjectDisposedException__ctor_m1034312941(L_1, _stringLiteral2208270919, _stringLiteral1959350542, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,NonBlockingStreamReader_ReadToEnd_m2974115148_RuntimeMethod_var); } IL_001b: { StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_2, /*hidden argument*/NULL); V_0 = L_2; CharU5BU5D_t3528271667* L_3 = __this->get_decoded_buffer_3(); NullCheck(L_3); V_1 = (((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))); int32_t L_4 = V_1; V_2 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)L_4)); goto IL_0040; } IL_0036: { StringBuilder_t * L_5 = V_0; CharU5BU5D_t3528271667* L_6 = V_2; int32_t L_7 = V_3; NullCheck(L_5); StringBuilder_Append_m4089665817(L_5, L_6, 0, L_7, /*hidden argument*/NULL); } IL_0040: { CharU5BU5D_t3528271667* L_8 = V_2; int32_t L_9 = V_1; int32_t L_10 = VirtFuncInvoker3< int32_t, CharU5BU5D_t3528271667*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Xml.NonBlockingStreamReader::Read(System.Char[],System.Int32,System.Int32) */, __this, L_8, 0, L_9); int32_t L_11 = L_10; V_3 = L_11; if (L_11) { goto IL_0036; } } { StringBuilder_t * L_12 = V_0; NullCheck(L_12); String_t* L_13 = StringBuilder_ToString_m3317489284(L_12, /*hidden argument*/NULL); return L_13; } } #ifdef __clang__ #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 // Conversion methods for marshalling of: System.Xml.Schema.QNameValueType extern "C" void QNameValueType_t615604793_marshal_pinvoke(const QNameValueType_t615604793& unmarshaled, QNameValueType_t615604793_marshaled_pinvoke& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'QNameValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void QNameValueType_t615604793_marshal_pinvoke_back(const QNameValueType_t615604793_marshaled_pinvoke& marshaled, QNameValueType_t615604793& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'QNameValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.QNameValueType extern "C" void QNameValueType_t615604793_marshal_pinvoke_cleanup(QNameValueType_t615604793_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.Schema.QNameValueType extern "C" void QNameValueType_t615604793_marshal_com(const QNameValueType_t615604793& unmarshaled, QNameValueType_t615604793_marshaled_com& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'QNameValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void QNameValueType_t615604793_marshal_com_back(const QNameValueType_t615604793_marshaled_com& marshaled, QNameValueType_t615604793& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'QNameValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.QNameValueType extern "C" void QNameValueType_t615604793_marshal_com_cleanup(QNameValueType_t615604793_marshaled_com& marshaled) { } // System.Void System.Xml.Schema.QNameValueType::.ctor(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR void QNameValueType__ctor_m2709824105 (QNameValueType_t615604793 * __this, XmlQualifiedName_t2760654312 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void QNameValueType__ctor_m2709824105_AdjustorThunk (RuntimeObject * __this, XmlQualifiedName_t2760654312 * ___value0, const RuntimeMethod* method) { QNameValueType_t615604793 * _thisAdjusted = reinterpret_cast(__this + 1); QNameValueType__ctor_m2709824105(_thisAdjusted, ___value0, method); } // System.Xml.XmlQualifiedName System.Xml.Schema.QNameValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * QNameValueType_get_Value_m3758796415 (QNameValueType_t615604793 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_value_0(); return L_0; } } extern "C" XmlQualifiedName_t2760654312 * QNameValueType_get_Value_m3758796415_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { QNameValueType_t615604793 * _thisAdjusted = reinterpret_cast(__this + 1); return QNameValueType_get_Value_m3758796415(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.QNameValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool QNameValueType_Equals_m3273451138 (QNameValueType_t615604793 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QNameValueType_Equals_m3273451138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, QNameValueType_t615604793_il2cpp_TypeInfo_var))) { goto IL_001d; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = QNameValueType_op_Equality_m2844616409(NULL /*static, unused*/, ((*(QNameValueType_t615604793 *)((QNameValueType_t615604793 *)UnBox(L_1, QNameValueType_t615604793_il2cpp_TypeInfo_var)))), (*(QNameValueType_t615604793 *)__this), /*hidden argument*/NULL); return L_2; } IL_001d: { return (bool)0; } } extern "C" bool QNameValueType_Equals_m3273451138_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { QNameValueType_t615604793 * _thisAdjusted = reinterpret_cast(__this + 1); return QNameValueType_Equals_m3273451138(_thisAdjusted, ___obj0, method); } // System.Int32 System.Xml.Schema.QNameValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t QNameValueType_GetHashCode_m1937947744 (QNameValueType_t615604793 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_value_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.XmlQualifiedName::GetHashCode() */, L_0); return L_1; } } extern "C" int32_t QNameValueType_GetHashCode_m1937947744_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { QNameValueType_t615604793 * _thisAdjusted = reinterpret_cast(__this + 1); return QNameValueType_GetHashCode_m1937947744(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.QNameValueType::op_Equality(System.Xml.Schema.QNameValueType,System.Xml.Schema.QNameValueType) extern "C" IL2CPP_METHOD_ATTR bool QNameValueType_op_Equality_m2844616409 (RuntimeObject * __this /* static, unused */, QNameValueType_t615604793 ___v10, QNameValueType_t615604793 ___v21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (QNameValueType_op_Equality_m2844616409_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2760654312 * L_0 = QNameValueType_get_Value_m3758796415((&___v10), /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_1 = QNameValueType_get_Value_m3758796415((&___v21), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_2 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.Schema.StringArrayValueType extern "C" void StringArrayValueType_t3147326440_marshal_pinvoke(const StringArrayValueType_t3147326440& unmarshaled, StringArrayValueType_t3147326440_marshaled_pinvoke& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'StringArrayValueType'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void StringArrayValueType_t3147326440_marshal_pinvoke_back(const StringArrayValueType_t3147326440_marshaled_pinvoke& marshaled, StringArrayValueType_t3147326440& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'StringArrayValueType'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.StringArrayValueType extern "C" void StringArrayValueType_t3147326440_marshal_pinvoke_cleanup(StringArrayValueType_t3147326440_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.Schema.StringArrayValueType extern "C" void StringArrayValueType_t3147326440_marshal_com(const StringArrayValueType_t3147326440& unmarshaled, StringArrayValueType_t3147326440_marshaled_com& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'StringArrayValueType'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void StringArrayValueType_t3147326440_marshal_com_back(const StringArrayValueType_t3147326440_marshaled_com& marshaled, StringArrayValueType_t3147326440& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'StringArrayValueType'."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.StringArrayValueType extern "C" void StringArrayValueType_t3147326440_marshal_com_cleanup(StringArrayValueType_t3147326440_marshaled_com& marshaled) { } // System.Void System.Xml.Schema.StringArrayValueType::.ctor(System.String[]) extern "C" IL2CPP_METHOD_ATTR void StringArrayValueType__ctor_m66542887 (StringArrayValueType_t3147326440 * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void StringArrayValueType__ctor_m66542887_AdjustorThunk (RuntimeObject * __this, StringU5BU5D_t1281789340* ___value0, const RuntimeMethod* method) { StringArrayValueType_t3147326440 * _thisAdjusted = reinterpret_cast(__this + 1); StringArrayValueType__ctor_m66542887(_thisAdjusted, ___value0, method); } // System.String[] System.Xml.Schema.StringArrayValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* StringArrayValueType_get_Value_m1123204570 (StringArrayValueType_t3147326440 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_value_0(); return L_0; } } extern "C" StringU5BU5D_t1281789340* StringArrayValueType_get_Value_m1123204570_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringArrayValueType_t3147326440 * _thisAdjusted = reinterpret_cast(__this + 1); return StringArrayValueType_get_Value_m1123204570(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.StringArrayValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringArrayValueType_Equals_m1303962730 (StringArrayValueType_t3147326440 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringArrayValueType_Equals_m1303962730_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, StringArrayValueType_t3147326440_il2cpp_TypeInfo_var))) { goto IL_001d; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = StringArrayValueType_op_Equality_m3486358820(NULL /*static, unused*/, ((*(StringArrayValueType_t3147326440 *)((StringArrayValueType_t3147326440 *)UnBox(L_1, StringArrayValueType_t3147326440_il2cpp_TypeInfo_var)))), (*(StringArrayValueType_t3147326440 *)__this), /*hidden argument*/NULL); return L_2; } IL_001d: { return (bool)0; } } extern "C" bool StringArrayValueType_Equals_m1303962730_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { StringArrayValueType_t3147326440 * _thisAdjusted = reinterpret_cast(__this + 1); return StringArrayValueType_Equals_m1303962730(_thisAdjusted, ___obj0, method); } // System.Int32 System.Xml.Schema.StringArrayValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StringArrayValueType_GetHashCode_m215774999 (StringArrayValueType_t3147326440 * __this, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = __this->get_value_0(); NullCheck((RuntimeObject *)(RuntimeObject *)L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject *)(RuntimeObject *)L_0); return L_1; } } extern "C" int32_t StringArrayValueType_GetHashCode_m215774999_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringArrayValueType_t3147326440 * _thisAdjusted = reinterpret_cast(__this + 1); return StringArrayValueType_GetHashCode_m215774999(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.StringArrayValueType::op_Equality(System.Xml.Schema.StringArrayValueType,System.Xml.Schema.StringArrayValueType) extern "C" IL2CPP_METHOD_ATTR bool StringArrayValueType_op_Equality_m3486358820 (RuntimeObject * __this /* static, unused */, StringArrayValueType_t3147326440 ___v10, StringArrayValueType_t3147326440 ___v21, const RuntimeMethod* method) { { StringU5BU5D_t1281789340* L_0 = StringArrayValueType_get_Value_m1123204570((&___v10), /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_1 = StringArrayValueType_get_Value_m1123204570((&___v21), /*hidden argument*/NULL); return (bool)((((RuntimeObject*)(StringU5BU5D_t1281789340*)L_0) == ((RuntimeObject*)(StringU5BU5D_t1281789340*)L_1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.Schema.StringValueType extern "C" void StringValueType_t261329552_marshal_pinvoke(const StringValueType_t261329552& unmarshaled, StringValueType_t261329552_marshaled_pinvoke& marshaled) { marshaled.___value_0 = il2cpp_codegen_marshal_string(unmarshaled.get_value_0()); } extern "C" void StringValueType_t261329552_marshal_pinvoke_back(const StringValueType_t261329552_marshaled_pinvoke& marshaled, StringValueType_t261329552& unmarshaled) { unmarshaled.set_value_0(il2cpp_codegen_marshal_string_result(marshaled.___value_0)); } // Conversion method for clean up from marshalling of: System.Xml.Schema.StringValueType extern "C" void StringValueType_t261329552_marshal_pinvoke_cleanup(StringValueType_t261329552_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___value_0); marshaled.___value_0 = NULL; } // Conversion methods for marshalling of: System.Xml.Schema.StringValueType extern "C" void StringValueType_t261329552_marshal_com(const StringValueType_t261329552& unmarshaled, StringValueType_t261329552_marshaled_com& marshaled) { marshaled.___value_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_value_0()); } extern "C" void StringValueType_t261329552_marshal_com_back(const StringValueType_t261329552_marshaled_com& marshaled, StringValueType_t261329552& unmarshaled) { unmarshaled.set_value_0(il2cpp_codegen_marshal_bstring_result(marshaled.___value_0)); } // Conversion method for clean up from marshalling of: System.Xml.Schema.StringValueType extern "C" void StringValueType_t261329552_marshal_com_cleanup(StringValueType_t261329552_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___value_0); marshaled.___value_0 = NULL; } // System.Void System.Xml.Schema.StringValueType::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void StringValueType__ctor_m3173627101 (StringValueType_t261329552 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void StringValueType__ctor_m3173627101_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method) { StringValueType_t261329552 * _thisAdjusted = reinterpret_cast(__this + 1); StringValueType__ctor_m3173627101(_thisAdjusted, ___value0, method); } // System.String System.Xml.Schema.StringValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* StringValueType_get_Value_m89345930 (StringValueType_t261329552 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_0(); return L_0; } } extern "C" String_t* StringValueType_get_Value_m89345930_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringValueType_t261329552 * _thisAdjusted = reinterpret_cast(__this + 1); return StringValueType_get_Value_m89345930(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.StringValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool StringValueType_Equals_m527371794 (StringValueType_t261329552 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringValueType_Equals_m527371794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, StringValueType_t261329552_il2cpp_TypeInfo_var))) { goto IL_001d; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = StringValueType_op_Equality_m1993570089(NULL /*static, unused*/, ((*(StringValueType_t261329552 *)((StringValueType_t261329552 *)UnBox(L_1, StringValueType_t261329552_il2cpp_TypeInfo_var)))), (*(StringValueType_t261329552 *)__this), /*hidden argument*/NULL); return L_2; } IL_001d: { return (bool)0; } } extern "C" bool StringValueType_Equals_m527371794_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { StringValueType_t261329552 * _thisAdjusted = reinterpret_cast(__this + 1); return StringValueType_Equals_m527371794(_thisAdjusted, ___obj0, method); } // System.Int32 System.Xml.Schema.StringValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t StringValueType_GetHashCode_m733229703 (StringValueType_t261329552 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_0(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } extern "C" int32_t StringValueType_GetHashCode_m733229703_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { StringValueType_t261329552 * _thisAdjusted = reinterpret_cast(__this + 1); return StringValueType_GetHashCode_m733229703(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.StringValueType::op_Equality(System.Xml.Schema.StringValueType,System.Xml.Schema.StringValueType) extern "C" IL2CPP_METHOD_ATTR bool StringValueType_op_Equality_m1993570089 (RuntimeObject * __this /* static, unused */, StringValueType_t261329552 ___v10, StringValueType_t261329552 ___v21, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (StringValueType_op_Equality_m1993570089_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = StringValueType_get_Value_m89345930((&___v10), /*hidden argument*/NULL); String_t* L_1 = StringValueType_get_Value_m89345930((&___v21), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.Schema.UriValueType extern "C" void UriValueType_t2866347695_marshal_pinvoke(const UriValueType_t2866347695& unmarshaled, UriValueType_t2866347695_marshaled_pinvoke& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'UriValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void UriValueType_t2866347695_marshal_pinvoke_back(const UriValueType_t2866347695_marshaled_pinvoke& marshaled, UriValueType_t2866347695& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'UriValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.UriValueType extern "C" void UriValueType_t2866347695_marshal_pinvoke_cleanup(UriValueType_t2866347695_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: System.Xml.Schema.UriValueType extern "C" void UriValueType_t2866347695_marshal_com(const UriValueType_t2866347695& unmarshaled, UriValueType_t2866347695_marshaled_com& marshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'UriValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } extern "C" void UriValueType_t2866347695_marshal_com_back(const UriValueType_t2866347695_marshaled_com& marshaled, UriValueType_t2866347695& unmarshaled) { Exception_t* ___value_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'value' of type 'UriValueType': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___value_0Exception,NULL); } // Conversion method for clean up from marshalling of: System.Xml.Schema.UriValueType extern "C" void UriValueType_t2866347695_marshal_com_cleanup(UriValueType_t2866347695_marshaled_com& marshaled) { } // System.Void System.Xml.Schema.UriValueType::.ctor(Mono.Xml.Schema.XmlSchemaUri) extern "C" IL2CPP_METHOD_ATTR void UriValueType__ctor_m1468824155 (UriValueType_t2866347695 * __this, XmlSchemaUri_t3948303260 * ___value0, const RuntimeMethod* method) { { XmlSchemaUri_t3948303260 * L_0 = ___value0; __this->set_value_0(L_0); return; } } extern "C" void UriValueType__ctor_m1468824155_AdjustorThunk (RuntimeObject * __this, XmlSchemaUri_t3948303260 * ___value0, const RuntimeMethod* method) { UriValueType_t2866347695 * _thisAdjusted = reinterpret_cast(__this + 1); UriValueType__ctor_m1468824155(_thisAdjusted, ___value0, method); } // Mono.Xml.Schema.XmlSchemaUri System.Xml.Schema.UriValueType::get_Value() extern "C" IL2CPP_METHOD_ATTR XmlSchemaUri_t3948303260 * UriValueType_get_Value_m3075845684 (UriValueType_t2866347695 * __this, const RuntimeMethod* method) { { XmlSchemaUri_t3948303260 * L_0 = __this->get_value_0(); return L_0; } } extern "C" XmlSchemaUri_t3948303260 * UriValueType_get_Value_m3075845684_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { UriValueType_t2866347695 * _thisAdjusted = reinterpret_cast(__this + 1); return UriValueType_get_Value_m3075845684(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.UriValueType::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool UriValueType_Equals_m813708779 (UriValueType_t2866347695 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (UriValueType_Equals_m813708779_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, UriValueType_t2866347695_il2cpp_TypeInfo_var))) { goto IL_001d; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = UriValueType_op_Equality_m637684779(NULL /*static, unused*/, ((*(UriValueType_t2866347695 *)((UriValueType_t2866347695 *)UnBox(L_1, UriValueType_t2866347695_il2cpp_TypeInfo_var)))), (*(UriValueType_t2866347695 *)__this), /*hidden argument*/NULL); return L_2; } IL_001d: { return (bool)0; } } extern "C" bool UriValueType_Equals_m813708779_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { UriValueType_t2866347695 * _thisAdjusted = reinterpret_cast(__this + 1); return UriValueType_Equals_m813708779(_thisAdjusted, ___obj0, method); } // System.Int32 System.Xml.Schema.UriValueType::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t UriValueType_GetHashCode_m3550352879 (UriValueType_t2866347695 * __this, const RuntimeMethod* method) { { XmlSchemaUri_t3948303260 * L_0 = __this->get_value_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Mono.Xml.Schema.XmlSchemaUri::GetHashCode() */, L_0); return L_1; } } extern "C" int32_t UriValueType_GetHashCode_m3550352879_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { UriValueType_t2866347695 * _thisAdjusted = reinterpret_cast(__this + 1); return UriValueType_GetHashCode_m3550352879(_thisAdjusted, method); } // System.String System.Xml.Schema.UriValueType::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* UriValueType_ToString_m3245271293 (UriValueType_t2866347695 * __this, const RuntimeMethod* method) { { XmlSchemaUri_t3948303260 * L_0 = __this->get_value_0(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String Mono.Xml.Schema.XmlSchemaUri::ToString() */, L_0); return L_1; } } extern "C" String_t* UriValueType_ToString_m3245271293_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { UriValueType_t2866347695 * _thisAdjusted = reinterpret_cast(__this + 1); return UriValueType_ToString_m3245271293(_thisAdjusted, method); } // System.Boolean System.Xml.Schema.UriValueType::op_Equality(System.Xml.Schema.UriValueType,System.Xml.Schema.UriValueType) extern "C" IL2CPP_METHOD_ATTR bool UriValueType_op_Equality_m637684779 (RuntimeObject * __this /* static, unused */, UriValueType_t2866347695 ___v10, UriValueType_t2866347695 ___v21, const RuntimeMethod* method) { { XmlSchemaUri_t3948303260 * L_0 = UriValueType_get_Value_m3075845684((&___v10), /*hidden argument*/NULL); XmlSchemaUri_t3948303260 * L_1 = UriValueType_get_Value_m3075845684((&___v21), /*hidden argument*/NULL); bool L_2 = XmlSchemaUri_op_Equality_m3889789032(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidationEventArgs__ctor_m2303611623_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t3591816995_il2cpp_TypeInfo_var); EventArgs__ctor_m32674013(__this, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_0 = ___ex0; __this->set_exception_1(L_0); String_t* L_1 = ___message1; __this->set_message_2(L_1); int32_t L_2 = ___severity2; __this->set_severity_3(L_2); return; } } // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() extern "C" IL2CPP_METHOD_ATTR XmlSchemaException_t3511258692 * ValidationEventArgs_get_Exception_m2119547120 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method) { { XmlSchemaException_t3511258692 * L_0 = __this->get_exception_1(); return L_0; } } // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() extern "C" IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m1798521934 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_severity_3(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m2945978529 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m3984227947 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method) { if(__this->get_prev_9() != NULL) { ValidationEventHandler_Invoke_m3984227947((ValidationEventHandler_t791314227 *)__this->get_prev_9(), ___sender0, ___e1, method); } Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0(); RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3()); RuntimeObject* targetThis = __this->get_m_target_2(); il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); bool ___methodIsStatic = MethodIsStatic(targetMethod); if (___methodIsStatic) { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // open { typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, ValidationEventArgs_t2784773869 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, ___sender0, ___e1, targetMethod); } } else { // closed { typedef void (*FunctionPointerType) (RuntimeObject *, void*, RuntimeObject *, ValidationEventArgs_t2784773869 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(NULL, targetThis, ___sender0, ___e1, targetMethod); } } } else { if (il2cpp_codegen_method_parameter_count(targetMethod) == 2) { // closed if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t2784773869 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); else GenericVirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t2784773869 * >::Invoke(targetMethod, targetThis, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RuntimeObject *, ValidationEventArgs_t2784773869 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___e1); else VirtActionInvoker2< RuntimeObject *, ValidationEventArgs_t2784773869 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (void*, RuntimeObject *, ValidationEventArgs_t2784773869 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___e1, targetMethod); } } else { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< ValidationEventArgs_t2784773869 * >::Invoke(targetMethod, ___sender0, ___e1); else GenericVirtActionInvoker1< ValidationEventArgs_t2784773869 * >::Invoke(targetMethod, ___sender0, ___e1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< ValidationEventArgs_t2784773869 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___sender0, ___e1); else VirtActionInvoker1< ValidationEventArgs_t2784773869 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___e1); } } else { typedef void (*FunctionPointerType) (RuntimeObject *, ValidationEventArgs_t2784773869 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___sender0, ___e1, targetMethod); } } } } // System.IAsyncResult System.Xml.Schema.ValidationEventHandler::BeginInvoke(System.Object,System.Xml.Schema.ValidationEventArgs,System.AsyncCallback,System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ValidationEventHandler_BeginInvoke_m1348325125 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2784773869 * ___e1, AsyncCallback_t3962456242 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { void *__d_args[3] = {0}; __d_args[0] = ___sender0; __d_args[1] = ___e1; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3); } // System.Void System.Xml.Schema.ValidationEventHandler::EndInvoke(System.IAsyncResult) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_EndInvoke_m1762969948 (ValidationEventHandler_t791314227 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.ValidationHandler::RaiseValidationEvent(System.Xml.Schema.ValidationEventHandler,System.Exception,System.String,System.Xml.Schema.XmlSchemaObject,System.Object,System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void ValidationHandler_RaiseValidationEvent_m2236510583 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, Exception_t * ___innerException1, String_t* ___message2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, String_t* ___sourceUri5, int32_t ___severity6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ValidationHandler_RaiseValidationEvent_m2236510583_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaException_t3511258692 * V_0 = NULL; ValidationEventArgs_t2784773869 * V_1 = NULL; { String_t* L_0 = ___message2; RuntimeObject * L_1 = ___sender4; String_t* L_2 = ___sourceUri5; XmlSchemaObject_t1315720168 * L_3 = ___xsobj3; Exception_t * L_4 = ___innerException1; XmlSchemaException_t3511258692 * L_5 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m198186642(L_5, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; XmlSchemaException_t3511258692 * L_6 = V_0; String_t* L_7 = ___message2; int32_t L_8 = ___severity6; ValidationEventArgs_t2784773869 * L_9 = (ValidationEventArgs_t2784773869 *)il2cpp_codegen_object_new(ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var); ValidationEventArgs__ctor_m2303611623(L_9, L_6, L_7, L_8, /*hidden argument*/NULL); V_1 = L_9; ValidationEventHandler_t791314227 * L_10 = ___handle0; if (L_10) { goto IL_0034; } } { ValidationEventArgs_t2784773869 * L_11 = V_1; NullCheck(L_11); int32_t L_12 = ValidationEventArgs_get_Severity_m1798521934(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_002f; } } { ValidationEventArgs_t2784773869 * L_13 = V_1; NullCheck(L_13); XmlSchemaException_t3511258692 * L_14 = ValidationEventArgs_get_Exception_m2119547120(L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,ValidationHandler_RaiseValidationEvent_m2236510583_RuntimeMethod_var); } IL_002f: { goto IL_003d; } IL_0034: { ValidationEventHandler_t791314227 * L_15 = ___handle0; RuntimeObject * L_16 = ___sender4; ValidationEventArgs_t2784773869 * L_17 = V_1; NullCheck(L_15); ValidationEventHandler_Invoke_m3984227947(L_15, L_16, L_17, /*hidden argument*/NULL); } IL_003d: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.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) { { XPathItem__ctor_m2336527178(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; XmlSchemaType_t2033747345 * L_1 = ___xmlType1; XmlAtomicValue_Init_m4251608656(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Schema.XmlAtomicValue::System.ICloneable.Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlAtomicValue_System_ICloneable_Clone_m3529262507 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { { XmlAtomicValue_t3775050121 * L_0 = XmlAtomicValue_Clone_m1726226064(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Boolean,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1137759340 (XmlAtomicValue_t3775050121 * __this, bool ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m1137759340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m1137759340_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)13)); bool L_2 = ___value0; __this->set_booleanValue_0(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.DateTime,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m4203775403 (XmlAtomicValue_t3775050121 * __this, DateTime_t3738529785 ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m4203775403_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m4203775403_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)18)); DateTime_t3738529785 L_2 = ___value0; __this->set_dateTimeValue_1(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Decimal,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1448251108 (XmlAtomicValue_t3775050121 * __this, Decimal_t2948259380 ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m1448251108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m1448251108_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)14)); Decimal_t2948259380 L_2 = ___value0; __this->set_decimalValue_2(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Double,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1893573241 (XmlAtomicValue_t3775050121 * __this, double ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m1893573241_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m1893573241_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)16)); double L_2 = ___value0; __this->set_doubleValue_3(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Int32,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m425940952 (XmlAtomicValue_t3775050121 * __this, int32_t ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m425940952_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m425940952_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)44)); int32_t L_2 = ___value0; __this->set_intValue_4(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Int64,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m1298397664 (XmlAtomicValue_t3775050121 * __this, int64_t ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m1298397664_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m1298397664_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)43)); int64_t L_2 = ___value0; __this->set_longValue_5(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Single,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m2129618781 (XmlAtomicValue_t3775050121 * __this, float ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m2129618781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m2129618781_RuntimeMethod_var); } IL_0011: { __this->set_xmlTypeCode_10(((int32_t)15)); float L_2 = ___value0; __this->set_floatValue_7(L_2); XmlSchemaType_t2033747345 * L_3 = ___xmlType1; __this->set_schemaType_9(L_3); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.String,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m2302653339 (XmlAtomicValue_t3775050121 * __this, String_t* ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m2302653339_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m2302653339_RuntimeMethod_var); } IL_0011: { XmlSchemaType_t2033747345 * L_2 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlAtomicValue_Init_m2302653339_RuntimeMethod_var); } IL_0022: { __this->set_xmlTypeCode_10(((int32_t)12)); String_t* L_4 = ___value0; __this->set_stringValue_8(L_4); XmlSchemaType_t2033747345 * L_5 = ___xmlType1; __this->set_schemaType_9(L_5); return; } } // System.Void System.Xml.Schema.XmlAtomicValue::Init(System.Object,System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlAtomicValue_Init_m4251608656 (XmlAtomicValue_t3775050121 * __this, RuntimeObject * ___value0, XmlSchemaType_t2033747345 * ___xmlType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Init_m4251608656_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; XmlAtomicValue_t3775050121 * V_2 = NULL; int32_t V_3 = 0; DictionaryEntry_t3123975638 V_4; memset(&V_4, 0, sizeof(V_4)); int32_t V_5 = 0; { RuntimeObject * L_0 = ___value0; 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, _stringLiteral3493618073, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XmlAtomicValue_Init_m4251608656_RuntimeMethod_var); } IL_0011: { XmlSchemaType_t2033747345 * L_2 = ___xmlType1; 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, _stringLiteral454640544, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlAtomicValue_Init_m4251608656_RuntimeMethod_var); } IL_0022: { RuntimeObject * L_4 = ___value0; NullCheck(L_4); Type_t * L_5 = Object_GetType_m88164663(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_6 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); V_3 = L_6; int32_t L_7 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)3))) { case 0: { goto IL_00dd; } case 1: { goto IL_00eb; } case 2: { goto IL_00eb; } case 3: { goto IL_00eb; } case 4: { goto IL_007b; } case 5: { goto IL_007b; } case 6: { goto IL_007b; } case 7: { goto IL_00b3; } case 8: { goto IL_00b3; } case 9: { goto IL_00eb; } case 10: { goto IL_00a5; } case 11: { goto IL_0097; } case 12: { goto IL_0089; } case 13: { goto IL_00cf; } case 14: { goto IL_00eb; } case 15: { goto IL_00c1; } } } { goto IL_00eb; } IL_007b: { RuntimeObject * L_8 = ___value0; XmlSchemaType_t2033747345 * L_9 = ___xmlType1; XmlAtomicValue_Init_m425940952(__this, ((*(int32_t*)((int32_t*)UnBox(L_8, Int32_t2950945753_il2cpp_TypeInfo_var)))), L_9, /*hidden argument*/NULL); return; } IL_0089: { RuntimeObject * L_10 = ___value0; XmlSchemaType_t2033747345 * L_11 = ___xmlType1; XmlAtomicValue_Init_m1448251108(__this, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_10, Decimal_t2948259380_il2cpp_TypeInfo_var)))), L_11, /*hidden argument*/NULL); return; } IL_0097: { RuntimeObject * L_12 = ___value0; XmlSchemaType_t2033747345 * L_13 = ___xmlType1; XmlAtomicValue_Init_m1893573241(__this, ((*(double*)((double*)UnBox(L_12, Double_t594665363_il2cpp_TypeInfo_var)))), L_13, /*hidden argument*/NULL); return; } IL_00a5: { RuntimeObject * L_14 = ___value0; XmlSchemaType_t2033747345 * L_15 = ___xmlType1; XmlAtomicValue_Init_m2129618781(__this, ((*(float*)((float*)UnBox(L_14, Single_t1397266774_il2cpp_TypeInfo_var)))), L_15, /*hidden argument*/NULL); return; } IL_00b3: { RuntimeObject * L_16 = ___value0; XmlSchemaType_t2033747345 * L_17 = ___xmlType1; XmlAtomicValue_Init_m1298397664(__this, ((*(int64_t*)((int64_t*)UnBox(L_16, Int64_t3736567304_il2cpp_TypeInfo_var)))), L_17, /*hidden argument*/NULL); return; } IL_00c1: { RuntimeObject * L_18 = ___value0; XmlSchemaType_t2033747345 * L_19 = ___xmlType1; XmlAtomicValue_Init_m2302653339(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); return; } IL_00cf: { RuntimeObject * L_20 = ___value0; XmlSchemaType_t2033747345 * L_21 = ___xmlType1; XmlAtomicValue_Init_m4203775403(__this, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_20, DateTime_t3738529785_il2cpp_TypeInfo_var)))), L_21, /*hidden argument*/NULL); return; } IL_00dd: { RuntimeObject * L_22 = ___value0; XmlSchemaType_t2033747345 * L_23 = ___xmlType1; XmlAtomicValue_Init_m1137759340(__this, ((*(bool*)((bool*)UnBox(L_22, Boolean_t97287965_il2cpp_TypeInfo_var)))), L_23, /*hidden argument*/NULL); return; } IL_00eb: { RuntimeObject * L_24 = ___value0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, ICollection_t3904884886_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_0; if (!L_25) { goto IL_0178; } } { RuntimeObject* L_26 = V_0; NullCheck(L_26); int32_t L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_26); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_0178; } } { RuntimeObject* L_28 = V_0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_28, IList_t2094931216_il2cpp_TypeInfo_var))) { goto IL_0127; } } { RuntimeObject* L_29 = V_0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_29, IList_t2094931216_il2cpp_TypeInfo_var))); RuntimeObject * L_30 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_29, IList_t2094931216_il2cpp_TypeInfo_var)), 0); XmlSchemaType_t2033747345 * L_31 = ___xmlType1; XmlAtomicValue_Init_m4251608656(__this, L_30, L_31, /*hidden argument*/NULL); goto IL_0177; } IL_0127: { RuntimeObject* L_32 = V_0; NullCheck(L_32); RuntimeObject* L_33 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_32); V_1 = L_33; RuntimeObject* L_34 = V_1; NullCheck(L_34); bool L_35 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_34); if (L_35) { goto IL_013a; } } { return; } IL_013a: { RuntimeObject* L_36 = V_1; NullCheck(L_36); RuntimeObject * L_37 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_36); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_37, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var))) { goto IL_016a; } } { RuntimeObject* L_38 = V_1; NullCheck(L_38); RuntimeObject * L_39 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_38); V_4 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_39, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_40 = DictionaryEntry_get_Value_m618120527((&V_4), /*hidden argument*/NULL); XmlSchemaType_t2033747345 * L_41 = ___xmlType1; XmlAtomicValue_Init_m4251608656(__this, L_40, L_41, /*hidden argument*/NULL); goto IL_0177; } IL_016a: { RuntimeObject* L_42 = V_1; NullCheck(L_42); RuntimeObject * L_43 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_42); XmlSchemaType_t2033747345 * L_44 = ___xmlType1; XmlAtomicValue_Init_m4251608656(__this, L_43, L_44, /*hidden argument*/NULL); } IL_0177: { return; } IL_0178: { RuntimeObject * L_45 = ___value0; V_2 = ((XmlAtomicValue_t3775050121 *)IsInstSealed((RuntimeObject*)L_45, XmlAtomicValue_t3775050121_il2cpp_TypeInfo_var)); XmlAtomicValue_t3775050121 * L_46 = V_2; if (!L_46) { goto IL_024b; } } { XmlAtomicValue_t3775050121 * L_47 = V_2; NullCheck(L_47); int32_t L_48 = L_47->get_xmlTypeCode_10(); V_5 = L_48; int32_t L_49 = V_5; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)12)))) { case 0: { goto IL_022c; } case 1: { goto IL_01ca; } case 2: { goto IL_01e6; } case 3: { goto IL_021e; } case 4: { goto IL_01f4; } case 5: { goto IL_01b3; } case 6: { goto IL_01d8; } } } IL_01b3: { int32_t L_50 = V_5; if ((((int32_t)L_50) == ((int32_t)((int32_t)43)))) { goto IL_0210; } } { int32_t L_51 = V_5; if ((((int32_t)L_51) == ((int32_t)((int32_t)44)))) { goto IL_0202; } } { goto IL_023a; } IL_01ca: { XmlAtomicValue_t3775050121 * L_52 = V_2; NullCheck(L_52); bool L_53 = L_52->get_booleanValue_0(); XmlSchemaType_t2033747345 * L_54 = ___xmlType1; XmlAtomicValue_Init_m1137759340(__this, L_53, L_54, /*hidden argument*/NULL); return; } IL_01d8: { XmlAtomicValue_t3775050121 * L_55 = V_2; NullCheck(L_55); DateTime_t3738529785 L_56 = L_55->get_dateTimeValue_1(); XmlSchemaType_t2033747345 * L_57 = ___xmlType1; XmlAtomicValue_Init_m4203775403(__this, L_56, L_57, /*hidden argument*/NULL); return; } IL_01e6: { XmlAtomicValue_t3775050121 * L_58 = V_2; NullCheck(L_58); Decimal_t2948259380 L_59 = L_58->get_decimalValue_2(); XmlSchemaType_t2033747345 * L_60 = ___xmlType1; XmlAtomicValue_Init_m1448251108(__this, L_59, L_60, /*hidden argument*/NULL); return; } IL_01f4: { XmlAtomicValue_t3775050121 * L_61 = V_2; NullCheck(L_61); double L_62 = L_61->get_doubleValue_3(); XmlSchemaType_t2033747345 * L_63 = ___xmlType1; XmlAtomicValue_Init_m1893573241(__this, L_62, L_63, /*hidden argument*/NULL); return; } IL_0202: { XmlAtomicValue_t3775050121 * L_64 = V_2; NullCheck(L_64); int32_t L_65 = L_64->get_intValue_4(); XmlSchemaType_t2033747345 * L_66 = ___xmlType1; XmlAtomicValue_Init_m425940952(__this, L_65, L_66, /*hidden argument*/NULL); return; } IL_0210: { XmlAtomicValue_t3775050121 * L_67 = V_2; NullCheck(L_67); int64_t L_68 = L_67->get_longValue_5(); XmlSchemaType_t2033747345 * L_69 = ___xmlType1; XmlAtomicValue_Init_m1298397664(__this, L_68, L_69, /*hidden argument*/NULL); return; } IL_021e: { XmlAtomicValue_t3775050121 * L_70 = V_2; NullCheck(L_70); float L_71 = L_70->get_floatValue_7(); XmlSchemaType_t2033747345 * L_72 = ___xmlType1; XmlAtomicValue_Init_m2129618781(__this, L_71, L_72, /*hidden argument*/NULL); return; } IL_022c: { XmlAtomicValue_t3775050121 * L_73 = V_2; NullCheck(L_73); String_t* L_74 = L_73->get_stringValue_8(); XmlSchemaType_t2033747345 * L_75 = ___xmlType1; XmlAtomicValue_Init_m2302653339(__this, L_74, L_75, /*hidden argument*/NULL); return; } IL_023a: { XmlAtomicValue_t3775050121 * L_76 = V_2; NullCheck(L_76); RuntimeObject * L_77 = L_76->get_objectValue_6(); __this->set_objectValue_6(L_77); goto IL_024b; } IL_024b: { RuntimeObject * L_78 = ___value0; __this->set_objectValue_6(L_78); XmlSchemaType_t2033747345 * L_79 = ___xmlType1; __this->set_schemaType_9(L_79); return; } } // System.Xml.Schema.XmlAtomicValue System.Xml.Schema.XmlAtomicValue::Clone() extern "C" IL2CPP_METHOD_ATTR XmlAtomicValue_t3775050121 * XmlAtomicValue_Clone_m1726226064 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_Clone_m1726226064_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = __this->get_schemaType_9(); XmlAtomicValue_t3775050121 * L_1 = (XmlAtomicValue_t3775050121 *)il2cpp_codegen_object_new(XmlAtomicValue_t3775050121_il2cpp_TypeInfo_var); XmlAtomicValue__ctor_m412589367(L_1, __this, L_0, /*hidden argument*/NULL); return L_1; } } // System.String System.Xml.Schema.XmlAtomicValue::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlAtomicValue_ToString_m2643489764 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { { String_t* L_0 = XmlAtomicValue_get_Value_m1006783033(__this, /*hidden argument*/NULL); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlAtomicValue::get_ResolvedTypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ResolvedTypeCode_m715803808 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ResolvedTypeCode_m715803808_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = __this->get_schemaType_9(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_1 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(XmlSchemaType_t2033747345 *)L_0) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_1))) { goto IL_001c; } } { XmlSchemaType_t2033747345 * L_2 = __this->get_schemaType_9(); NullCheck(L_2); int32_t L_3 = XmlSchemaType_get_TypeCode_m3862901656(L_2, /*hidden argument*/NULL); return L_3; } IL_001c: { int32_t L_4 = __this->get_xmlTypeCode_10(); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_Value_m1006783033_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = XmlAtomicValue_get_ResolvedTypeCode_m715803808(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)41)))) { case 0: { goto IL_00c1; } case 1: { goto IL_00c1; } case 2: { goto IL_00c1; } case 3: { goto IL_00d7; } case 4: { goto IL_00d7; } case 5: { goto IL_00d7; } case 6: { goto IL_00c1; } case 7: { goto IL_00c1; } case 8: { goto IL_00d7; } case 9: { goto IL_00d7; } case 10: { goto IL_00d7; } case 11: { goto IL_00c1; } } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)10)))) { case 0: { goto IL_00f4; } case 1: { goto IL_006d; } case 2: { goto IL_00ed; } case 3: { goto IL_007f; } case 4: { goto IL_006d; } case 5: { goto IL_00ab; } case 6: { goto IL_00ab; } case 7: { goto IL_006d; } case 8: { goto IL_0095; } } } IL_006d: { int32_t L_3 = V_0; if (!L_3) { goto IL_00f4; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_00f4; } } { goto IL_0218; } IL_007f: { bool L_5 = XmlAtomicValue_get_ValueAsBoolean_m2288056593(__this, /*hidden argument*/NULL); String_t* L_6 = XQueryConvert_BooleanToString_m1246398600(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); __this->set_stringValue_8(L_6); goto IL_0218; } IL_0095: { DateTime_t3738529785 L_7 = XmlAtomicValue_get_ValueAsDateTime_m3315839567(__this, /*hidden argument*/NULL); String_t* L_8 = XQueryConvert_DateTimeToString_m3419669089(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); __this->set_stringValue_8(L_8); goto IL_0218; } IL_00ab: { double L_9 = XmlAtomicValue_get_ValueAsDouble_m2952724740(__this, /*hidden argument*/NULL); String_t* L_10 = XQueryConvert_DoubleToString_m3397435802(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); __this->set_stringValue_8(L_10); goto IL_0218; } IL_00c1: { int64_t L_11 = XmlAtomicValue_get_ValueAsLong_m3255123800(__this, /*hidden argument*/NULL); String_t* L_12 = XQueryConvert_IntegerToString_m438592566(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); __this->set_stringValue_8(L_12); goto IL_0218; } IL_00d7: { int32_t L_13 = XmlAtomicValue_get_ValueAsInt_m282812974(__this, /*hidden argument*/NULL); String_t* L_14 = XQueryConvert_IntToString_m3128239816(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); __this->set_stringValue_8(L_14); goto IL_0218; } IL_00ed: { String_t* L_15 = __this->get_stringValue_8(); return L_15; } IL_00f4: { RuntimeObject * L_16 = __this->get_objectValue_6(); NullCheck(L_16); Type_t * L_17 = Object_GetType_m88164663(L_16, /*hidden argument*/NULL); int32_t L_18 = XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726(NULL /*static, unused*/, L_17, (bool)0, /*hidden argument*/NULL); V_1 = L_18; int32_t L_19 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)12)))) { case 0: { goto IL_0140; } case 1: { goto IL_0171; } case 2: { goto IL_01c2; } case 3: { goto IL_018c; } case 4: { goto IL_01a7; } case 5: { goto IL_012b; } case 6: { goto IL_0156; } } } IL_012b: { int32_t L_20 = V_1; if ((((int32_t)L_20) == ((int32_t)((int32_t)43)))) { goto IL_01dd; } } { int32_t L_21 = V_1; if ((((int32_t)L_21) == ((int32_t)((int32_t)44)))) { goto IL_01f8; } } { goto IL_0213; } IL_0140: { RuntimeObject * L_22 = __this->get_objectValue_6(); __this->set_stringValue_8(((String_t*)CastclassSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var))); goto IL_0213; } IL_0156: { RuntimeObject * L_23 = __this->get_objectValue_6(); String_t* L_24 = XQueryConvert_DateTimeToString_m3419669089(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_23, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_24); goto IL_0213; } IL_0171: { RuntimeObject * L_25 = __this->get_objectValue_6(); String_t* L_26 = XQueryConvert_BooleanToString_m1246398600(NULL /*static, unused*/, ((*(bool*)((bool*)UnBox(L_25, Boolean_t97287965_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_26); goto IL_0213; } IL_018c: { RuntimeObject * L_27 = __this->get_objectValue_6(); String_t* L_28 = XQueryConvert_FloatToString_m18943831(NULL /*static, unused*/, ((*(float*)((float*)UnBox(L_27, Single_t1397266774_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_28); goto IL_0213; } IL_01a7: { RuntimeObject * L_29 = __this->get_objectValue_6(); String_t* L_30 = XQueryConvert_DoubleToString_m3397435802(NULL /*static, unused*/, ((*(double*)((double*)UnBox(L_29, Double_t594665363_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_30); goto IL_0213; } IL_01c2: { RuntimeObject * L_31 = __this->get_objectValue_6(); String_t* L_32 = XQueryConvert_DecimalToString_m603199621(NULL /*static, unused*/, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_31, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_32); goto IL_0213; } IL_01dd: { RuntimeObject * L_33 = __this->get_objectValue_6(); String_t* L_34 = XQueryConvert_IntegerToString_m438592566(NULL /*static, unused*/, ((*(int64_t*)((int64_t*)UnBox(L_33, Int64_t3736567304_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_34); goto IL_0213; } IL_01f8: { RuntimeObject * L_35 = __this->get_objectValue_6(); String_t* L_36 = XQueryConvert_IntToString_m3128239816(NULL /*static, unused*/, ((*(int32_t*)((int32_t*)UnBox(L_35, Int32_t2950945753_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); __this->set_stringValue_8(L_36); goto IL_0213; } IL_0213: { goto IL_0218; } IL_0218: { String_t* L_37 = __this->get_stringValue_8(); if (!L_37) { goto IL_022a; } } { String_t* L_38 = __this->get_stringValue_8(); return L_38; } IL_022a: { RuntimeObject * L_39 = __this->get_objectValue_6(); if (!L_39) { goto IL_0257; } } { RuntimeObject * L_40 = __this->get_objectValue_6(); NullCheck(L_40); Type_t * L_41 = Object_GetType_m88164663(L_40, /*hidden argument*/NULL); int32_t L_42 = ((int32_t)((int32_t)12)); RuntimeObject * L_43 = Box(XmlTypeCode_t2623622950_il2cpp_TypeInfo_var, &L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1134817864, L_41, L_43, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_45 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_45, L_44, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,XmlAtomicValue_get_Value_m1006783033_RuntimeMethod_var); } IL_0257: { ObjectU5BU5D_t2843939325* L_46 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); XmlSchemaType_t2033747345 * L_47 = __this->get_schemaType_9(); NullCheck(L_47); XmlQualifiedName_t2760654312 * L_48 = XmlSchemaType_get_QualifiedName_m2122094841(L_47, /*hidden argument*/NULL); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_48); (L_46)->SetAt(static_cast(0), (RuntimeObject *)L_48); ObjectU5BU5D_t2843939325* L_49 = L_46; int32_t L_50 = __this->get_xmlTypeCode_10(); int32_t L_51 = L_50; RuntimeObject * L_52 = Box(XmlTypeCode_t2623622950_il2cpp_TypeInfo_var, &L_51); NullCheck(L_49); ArrayElementTypeCheck (L_49, L_52); (L_49)->SetAt(static_cast(1), (RuntimeObject *)L_52); ObjectU5BU5D_t2843939325* L_53 = L_49; int32_t L_54 = XmlAtomicValue_get_ResolvedTypeCode_m715803808(__this, /*hidden argument*/NULL); int32_t L_55 = L_54; RuntimeObject * L_56 = Box(XmlTypeCode_t2623622950_il2cpp_TypeInfo_var, &L_55); NullCheck(L_53); ArrayElementTypeCheck (L_53, L_56); (L_53)->SetAt(static_cast(2), (RuntimeObject *)L_56); ObjectU5BU5D_t2843939325* L_57 = L_53; int32_t L_58 = ((int32_t)((int32_t)12)); RuntimeObject * L_59 = Box(XmlTypeCode_t2623622950_il2cpp_TypeInfo_var, &L_58); NullCheck(L_57); ArrayElementTypeCheck (L_57, L_59); (L_57)->SetAt(static_cast(3), (RuntimeObject *)L_59); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Format_m630303134(NULL /*static, unused*/, _stringLiteral3536021696, L_57, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_61 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_61, L_60, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_61,XmlAtomicValue_get_Value_m1006783033_RuntimeMethod_var); } } // System.Boolean System.Xml.Schema.XmlAtomicValue::get_ValueAsBoolean() extern "C" IL2CPP_METHOD_ATTR bool XmlAtomicValue_get_ValueAsBoolean_m2288056593 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ValueAsBoolean_m2288056593_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_xmlTypeCode_10(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10)))) { case 0: { goto IL_009d; } case 1: { goto IL_002c; } case 2: { goto IL_0091; } case 3: { goto IL_004e; } case 4: { goto IL_0055; } case 5: { goto IL_0085; } case 6: { goto IL_0061; } } } IL_002c: { int32_t L_2 = V_0; if (!L_2) { goto IL_009d; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009d; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)43)))) { goto IL_006d; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)44)))) { goto IL_0079; } } { goto IL_00be; } IL_004e: { bool L_6 = __this->get_booleanValue_0(); return L_6; } IL_0055: { Decimal_t2948259380 L_7 = __this->get_decimalValue_2(); bool L_8 = XQueryConvert_DecimalToBoolean_m1434077073(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); return L_8; } IL_0061: { double L_9 = __this->get_doubleValue_3(); bool L_10 = XQueryConvert_DoubleToBoolean_m1126860906(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); return L_10; } IL_006d: { int64_t L_11 = __this->get_longValue_5(); bool L_12 = XQueryConvert_IntegerToBoolean_m3629664552(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_12; } IL_0079: { int32_t L_13 = __this->get_intValue_4(); bool L_14 = XQueryConvert_IntToBoolean_m2003967774(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return L_14; } IL_0085: { float L_15 = __this->get_floatValue_7(); bool L_16 = XQueryConvert_FloatToBoolean_m3448872841(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return L_16; } IL_0091: { String_t* L_17 = __this->get_stringValue_8(); bool L_18 = XQueryConvert_StringToBoolean_m1546556753(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return L_18; } IL_009d: { RuntimeObject * L_19 = __this->get_objectValue_6(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Boolean_t97287965_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_20 = __this->get_objectValue_6(); return ((*(bool*)((bool*)UnBox(L_20, Boolean_t97287965_il2cpp_TypeInfo_var)))); } IL_00b9: { goto IL_00be; } IL_00be: { XmlSchemaType_t2033747345 * L_21 = __this->get_schemaType_9(); NullCheck(L_21); XmlQualifiedName_t2760654312 * L_22 = XmlSchemaType_get_QualifiedName_m2122094841(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_23 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsBoolean_35(); NullCheck(L_23); XmlQualifiedName_t2760654312 * L_24 = XmlSchemaType_get_QualifiedName_m2122094841(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral125629680, L_22, L_24, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_26 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XmlAtomicValue_get_ValueAsBoolean_m2288056593_RuntimeMethod_var); } } // System.DateTime System.Xml.Schema.XmlAtomicValue::get_ValueAsDateTime() extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlAtomicValue_get_ValueAsDateTime_m3315839567 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ValueAsDateTime_m3315839567_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_xmlTypeCode_10(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10)))) { case 0: { goto IL_0049; } case 1: { goto IL_001c; } case 2: { goto IL_003d; } } } IL_001c: { int32_t L_2 = V_0; if (!L_2) { goto IL_0049; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0049; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)18)))) { goto IL_0036; } } { goto IL_006a; } IL_0036: { DateTime_t3738529785 L_5 = __this->get_dateTimeValue_1(); return L_5; } IL_003d: { String_t* L_6 = __this->get_stringValue_8(); DateTime_t3738529785 L_7 = XQueryConvert_StringToDateTime_m2390548143(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_0049: { RuntimeObject * L_8 = __this->get_objectValue_6(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_0065; } } { RuntimeObject * L_9 = __this->get_objectValue_6(); return ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_9, DateTime_t3738529785_il2cpp_TypeInfo_var)))); } IL_0065: { goto IL_006a; } IL_006a: { XmlSchemaType_t2033747345 * L_10 = __this->get_schemaType_9(); NullCheck(L_10); XmlQualifiedName_t2760654312 * L_11 = XmlSchemaType_get_QualifiedName_m2122094841(L_10, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_12 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDateTime_40(); NullCheck(L_12); XmlQualifiedName_t2760654312 * L_13 = XmlSchemaType_get_QualifiedName_m2122094841(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral125629680, L_11, L_13, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_15 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_15, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,XmlAtomicValue_get_ValueAsDateTime_m3315839567_RuntimeMethod_var); } } // System.Double System.Xml.Schema.XmlAtomicValue::get_ValueAsDouble() extern "C" IL2CPP_METHOD_ATTR double XmlAtomicValue_get_ValueAsDouble_m2952724740 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ValueAsDouble_m2952724740_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_xmlTypeCode_10(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10)))) { case 0: { goto IL_009d; } case 1: { goto IL_002c; } case 2: { goto IL_0091; } case 3: { goto IL_004e; } case 4: { goto IL_005a; } case 5: { goto IL_0085; } case 6: { goto IL_0066; } } } IL_002c: { int32_t L_2 = V_0; if (!L_2) { goto IL_009d; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009d; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)43)))) { goto IL_006d; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)44)))) { goto IL_0079; } } { goto IL_00be; } IL_004e: { bool L_6 = __this->get_booleanValue_0(); double L_7 = XQueryConvert_BooleanToDouble_m3264703653(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_005a: { Decimal_t2948259380 L_8 = __this->get_decimalValue_2(); double L_9 = XQueryConvert_DecimalToDouble_m1986311801(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } IL_0066: { double L_10 = __this->get_doubleValue_3(); return L_10; } IL_006d: { int64_t L_11 = __this->get_longValue_5(); double L_12 = XQueryConvert_IntegerToDouble_m3919208762(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); return L_12; } IL_0079: { int32_t L_13 = __this->get_intValue_4(); double L_14 = XQueryConvert_IntToDouble_m328705259(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); return L_14; } IL_0085: { float L_15 = __this->get_floatValue_7(); double L_16 = XQueryConvert_FloatToDouble_m1056356666(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return L_16; } IL_0091: { String_t* L_17 = __this->get_stringValue_8(); double L_18 = XQueryConvert_StringToDouble_m2283484990(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return L_18; } IL_009d: { RuntimeObject * L_19 = __this->get_objectValue_6(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_20 = __this->get_objectValue_6(); return ((*(double*)((double*)UnBox(L_20, Double_t594665363_il2cpp_TypeInfo_var)))); } IL_00b9: { goto IL_00be; } IL_00be: { XmlSchemaType_t2033747345 * L_21 = __this->get_schemaType_9(); NullCheck(L_21); XmlQualifiedName_t2760654312 * L_22 = XmlSchemaType_get_QualifiedName_m2122094841(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_23 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDouble_38(); NullCheck(L_23); XmlQualifiedName_t2760654312 * L_24 = XmlSchemaType_get_QualifiedName_m2122094841(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral125629680, L_22, L_24, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_26 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XmlAtomicValue_get_ValueAsDouble_m2952724740_RuntimeMethod_var); } } // System.Int32 System.Xml.Schema.XmlAtomicValue::get_ValueAsInt() extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_get_ValueAsInt_m282812974 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ValueAsInt_m282812974_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_xmlTypeCode_10(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10)))) { case 0: { goto IL_009d; } case 1: { goto IL_002c; } case 2: { goto IL_0091; } case 3: { goto IL_004e; } case 4: { goto IL_005a; } case 5: { goto IL_0085; } case 6: { goto IL_0066; } } } IL_002c: { int32_t L_2 = V_0; if (!L_2) { goto IL_009d; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009d; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)43)))) { goto IL_0072; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)44)))) { goto IL_007e; } } { goto IL_00be; } IL_004e: { bool L_6 = __this->get_booleanValue_0(); int32_t L_7 = XQueryConvert_BooleanToInt_m923205647(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_005a: { Decimal_t2948259380 L_8 = __this->get_decimalValue_2(); int32_t L_9 = XQueryConvert_DecimalToInt_m850401348(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } IL_0066: { double L_10 = __this->get_doubleValue_3(); int32_t L_11 = XQueryConvert_DoubleToInt_m1008191687(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_0072: { int64_t L_12 = __this->get_longValue_5(); int32_t L_13 = XQueryConvert_IntegerToInt_m3303545509(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); return L_13; } IL_007e: { int32_t L_14 = __this->get_intValue_4(); return L_14; } IL_0085: { float L_15 = __this->get_floatValue_7(); int32_t L_16 = XQueryConvert_FloatToInt_m1276914392(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return L_16; } IL_0091: { String_t* L_17 = __this->get_stringValue_8(); int32_t L_18 = XQueryConvert_StringToInt_m1486500011(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return L_18; } IL_009d: { RuntimeObject * L_19 = __this->get_objectValue_6(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_20 = __this->get_objectValue_6(); return ((*(int32_t*)((int32_t*)UnBox(L_20, Int32_t2950945753_il2cpp_TypeInfo_var)))); } IL_00b9: { goto IL_00be; } IL_00be: { XmlSchemaType_t2033747345 * L_21 = __this->get_schemaType_9(); NullCheck(L_21); XmlQualifiedName_t2760654312 * L_22 = XmlSchemaType_get_QualifiedName_m2122094841(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_23 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsInt_69(); NullCheck(L_23); XmlQualifiedName_t2760654312 * L_24 = XmlSchemaType_get_QualifiedName_m2122094841(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral125629680, L_22, L_24, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_26 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XmlAtomicValue_get_ValueAsInt_m282812974_RuntimeMethod_var); } } // System.Int64 System.Xml.Schema.XmlAtomicValue::get_ValueAsLong() extern "C" IL2CPP_METHOD_ATTR int64_t XmlAtomicValue_get_ValueAsLong_m3255123800 (XmlAtomicValue_t3775050121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_get_ValueAsLong_m3255123800_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_xmlTypeCode_10(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)10)))) { case 0: { goto IL_009f; } case 1: { goto IL_002c; } case 2: { goto IL_0093; } case 3: { goto IL_004e; } case 4: { goto IL_005a; } case 5: { goto IL_0087; } case 6: { goto IL_0066; } } } IL_002c: { int32_t L_2 = V_0; if (!L_2) { goto IL_009f; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009f; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)43)))) { goto IL_0072; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)44)))) { goto IL_0079; } } { goto IL_00c0; } IL_004e: { bool L_6 = __this->get_booleanValue_0(); int64_t L_7 = XQueryConvert_BooleanToInteger_m1475222156(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); return L_7; } IL_005a: { Decimal_t2948259380 L_8 = __this->get_decimalValue_2(); int64_t L_9 = XQueryConvert_DecimalToInteger_m433136421(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); return L_9; } IL_0066: { double L_10 = __this->get_doubleValue_3(); int64_t L_11 = XQueryConvert_DoubleToInteger_m1961635078(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); return L_11; } IL_0072: { int64_t L_12 = __this->get_longValue_5(); return L_12; } IL_0079: { int32_t L_13 = __this->get_intValue_4(); int32_t L_14 = XQueryConvert_IntegerToInt_m3303545509(NULL /*static, unused*/, (((int64_t)((int64_t)L_13))), /*hidden argument*/NULL); return (((int64_t)((int64_t)L_14))); } IL_0087: { float L_15 = __this->get_floatValue_7(); int64_t L_16 = XQueryConvert_FloatToInteger_m2026094839(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); return L_16; } IL_0093: { String_t* L_17 = __this->get_stringValue_8(); int64_t L_18 = XQueryConvert_StringToInteger_m2833755124(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); return L_18; } IL_009f: { RuntimeObject * L_19 = __this->get_objectValue_6(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_00bb; } } { RuntimeObject * L_20 = __this->get_objectValue_6(); return ((*(int64_t*)((int64_t*)UnBox(L_20, Int64_t3736567304_il2cpp_TypeInfo_var)))); } IL_00bb: { goto IL_00c0; } IL_00c0: { XmlSchemaType_t2033747345 * L_21 = __this->get_schemaType_9(); NullCheck(L_21); XmlQualifiedName_t2760654312 * L_22 = XmlSchemaType_get_QualifiedName_m2122094841(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_23 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsLong_68(); NullCheck(L_23); XmlQualifiedName_t2760654312 * L_24 = XmlSchemaType_get_QualifiedName_m2122094841(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral125629680, L_22, L_24, /*hidden argument*/NULL); InvalidCastException_t3927145244 * L_26 = (InvalidCastException_t3927145244 *)il2cpp_codegen_object_new(InvalidCastException_t3927145244_il2cpp_TypeInfo_var); InvalidCastException__ctor_m318645277(L_26, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XmlAtomicValue_get_ValueAsLong_m3255123800_RuntimeMethod_var); } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlAtomicValue::XmlTypeCodeFromRuntimeType(System.Type,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726 (RuntimeObject * __this /* static, unused */, Type_t * ___cliType0, bool ___raiseError1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___cliType0; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); int32_t L_1 = Type_GetTypeCode_m480753082(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_007d; } case 1: { goto IL_007f; } case 2: { goto IL_007a; } case 3: { goto IL_007f; } case 4: { goto IL_007f; } case 5: { goto IL_007f; } case 6: { goto IL_006b; } case 7: { goto IL_006e; } case 8: { goto IL_005c; } case 9: { goto IL_0071; } case 10: { goto IL_0068; } case 11: { goto IL_007f; } case 12: { goto IL_0065; } case 13: { goto IL_0062; } case 14: { goto IL_005f; } case 15: { goto IL_0077; } case 16: { goto IL_007f; } case 17: { goto IL_0074; } } } { goto IL_007f; } IL_005c: { return (int32_t)(((int32_t)44)); } IL_005f: { return (int32_t)(((int32_t)14)); } IL_0062: { return (int32_t)(((int32_t)16)); } IL_0065: { return (int32_t)(((int32_t)15)); } IL_0068: { return (int32_t)(((int32_t)43)); } IL_006b: { return (int32_t)(((int32_t)45)); } IL_006e: { return (int32_t)(((int32_t)50)); } IL_0071: { return (int32_t)(((int32_t)49)); } IL_0074: { return (int32_t)(((int32_t)12)); } IL_0077: { return (int32_t)(((int32_t)18)); } IL_007a: { return (int32_t)(((int32_t)13)); } IL_007d: { return (int32_t)(1); } IL_007f: { bool L_3 = ___raiseError1; if (!L_3) { goto IL_0096; } } { Type_t * L_4 = ___cliType0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2622713344, L_4, /*hidden argument*/NULL); NotSupportedException_t1314879016 * L_6 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2494070935(L_6, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6,XmlAtomicValue_XmlTypeCodeFromRuntimeType_m579138726_RuntimeMethod_var); } IL_0096: { return (int32_t)(0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchema::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchema__ctor_m4156575881 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema__ctor_m4156575881_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObject__ctor_m2705102066(__this, /*hidden argument*/NULL); __this->set_attributeFormDefault_13(0); __this->set_blockDefault_16(((int32_t)256)); __this->set_elementFormDefault_17(0); __this->set_finalDefault_19(((int32_t)256)); XmlSchemaObjectCollection_t1064819932 * L_0 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_0, /*hidden argument*/NULL); __this->set_includes_22(L_0); ((XmlSchemaObject_t1315720168 *)__this)->set_isCompiled_5((bool)0); XmlSchemaObjectCollection_t1064819932 * L_1 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_1, /*hidden argument*/NULL); __this->set_items_23(L_1); XmlSchemaObjectTable_t2546974348 * L_2 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_2, /*hidden argument*/NULL); __this->set_attributeGroups_14(L_2); XmlSchemaObjectTable_t2546974348 * L_3 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_3, /*hidden argument*/NULL); __this->set_attributes_15(L_3); XmlSchemaObjectTable_t2546974348 * L_4 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_4, /*hidden argument*/NULL); __this->set_elements_18(L_4); XmlSchemaObjectTable_t2546974348 * L_5 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_5, /*hidden argument*/NULL); __this->set_groups_20(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_6, /*hidden argument*/NULL); __this->set_notations_24(L_6); XmlSchemaObjectTable_t2546974348 * L_7 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_7, /*hidden argument*/NULL); __this->set_schemaTypes_25(L_7); return; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::get_AttributeFormDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_AttributeFormDefault_m3002432861 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_attributeFormDefault_13(); return L_0; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::get_BlockDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_BlockDefault_m167667206 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_blockDefault_16(); return L_0; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::get_FinalDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_FinalDefault_m1839239784 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_finalDefault_19(); return L_0; } } // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::get_ElementFormDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_ElementFormDefault_m1900100706 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_elementFormDefault_17(); return L_0; } } // 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) { { String_t* L_0 = __this->get_targetNamespace_26(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_targetNamespace_26(L_0); return; } } // System.String System.Xml.Schema.XmlSchema::get_Version() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Version_m4029134738 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_version_27(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Includes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchema_get_Includes_m4165082553 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_includes_22(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchema_get_Items_m865664939 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_items_23(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchema::get_IsCompiled() extern "C" IL2CPP_METHOD_ATTR bool XmlSchema_get_IsCompiled_m1798268303 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_get_IsCompiled_m1798268303_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_11(); bool L_2 = Guid_op_Inequality_m2302622814(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Attributes_m3728178990 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_attributes_15(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_AttributeGroups() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_AttributeGroups_m2627453590 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_attributeGroups_14(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_SchemaTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_SchemaTypes_m2814071545 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_schemaTypes_25(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Elements() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Elements_m2423831735 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_elements_18(); return L_0; } } // System.String System.Xml.Schema.XmlSchema::get_Id() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_m3598764215 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_id_21(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Groups() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Groups_m875687063 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_groups_20(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Notations() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Notations_m2469722567 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_notations_24(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_NamedIdentities() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_NamedIdentities_m2539602576 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_NamedIdentities_m132058982(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchema::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSet_t266093086 * XmlSchema_get_Schemas_m2259626855 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); return L_0; } } // 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) { { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); Hashtable_t1853889766 * L_1 = XmlSchemaSet_get_IDCollection_m1289038672(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Schema.XmlSchema::CompileSubset(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchemaSet,System.Xml.XmlResolver,System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_CompileSubset_m510143494 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, XmlSchemaSet_t266093086 * ___col1, XmlResolver_t626023767 * ___resolver2, Hashtable_t1853889766 * ___handledUris3, const RuntimeMethod* method) { { String_t* L_0 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0042; } } { String_t* L_1 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = String_get_Length_m3847582255(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0042; } } { Hashtable_t1853889766 * L_3 = ___handledUris3; String_t* L_4 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_3, L_4); if (!L_5) { goto IL_002f; } } { return; } IL_002f: { Hashtable_t1853889766 * L_6 = ___handledUris3; String_t* L_7 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); String_t* L_8 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); NullCheck(L_6); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_8); } IL_0042: { ValidationEventHandler_t791314227 * L_9 = ___handler0; Hashtable_t1853889766 * L_10 = ___handledUris3; XmlSchemaSet_t266093086 * L_11 = ___col1; XmlResolver_t626023767 * L_12 = ___resolver2; XmlSchema_DoCompile_m2510982045(__this, L_9, L_10, L_11, L_12, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchema::SetParent() extern "C" IL2CPP_METHOD_ATTR void XmlSchema_SetParent_m192427842 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; goto IL_001d; } IL_0007: { XmlSchemaObjectCollection_t1064819932 * L_0 = XmlSchema_get_Items_m865664939(__this, /*hidden argument*/NULL); int32_t L_1 = V_0; NullCheck(L_0); XmlSchemaObject_t1315720168 * L_2 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_0, L_1); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); } IL_001d: { int32_t L_4 = V_0; XmlSchemaObjectCollection_t1064819932 * L_5 = XmlSchema_get_Items_m865664939(__this, /*hidden argument*/NULL); NullCheck(L_5); int32_t L_6 = CollectionBase_get_Count_m1708965601(L_5, /*hidden argument*/NULL); if ((((int32_t)L_4) < ((int32_t)L_6))) { goto IL_0007; } } { V_1 = 0; goto IL_004b; } IL_0035: { XmlSchemaObjectCollection_t1064819932 * L_7 = XmlSchema_get_Includes_m4165082553(__this, /*hidden argument*/NULL); int32_t L_8 = V_1; NullCheck(L_7); XmlSchemaObject_t1315720168 * L_9 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_7, L_8); NullCheck(L_9); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_9, __this); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_004b: { int32_t L_11 = V_1; XmlSchemaObjectCollection_t1064819932 * L_12 = XmlSchema_get_Includes_m4165082553(__this, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CollectionBase_get_Count_m1708965601(L_12, /*hidden argument*/NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0035; } } { return; } } // System.Void System.Xml.Schema.XmlSchema::DoCompile(System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.Schema.XmlSchemaSet,System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_DoCompile_m2510982045 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, Hashtable_t1853889766 * ___handledUris1, XmlSchemaSet_t266093086 * ___col2, XmlResolver_t626023767 * ___resolver3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_DoCompile_m2510982045_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; XmlSchemaObject_t1315720168 * V_3 = NULL; int32_t V_4 = 0; XmlSchemaAttribute_t2797257020 * V_5 = NULL; int32_t V_6 = 0; XmlSchemaAttributeGroup_t246430545 * V_7 = NULL; int32_t V_8 = 0; XmlSchemaComplexType_t3740801802 * V_9 = NULL; int32_t V_10 = 0; XmlSchemaSimpleType_t2678868104 * V_11 = NULL; int32_t V_12 = 0; XmlSchemaElement_t427880856 * V_13 = NULL; int32_t V_14 = 0; XmlSchemaGroup_t1441741786 * V_15 = NULL; int32_t V_16 = 0; XmlSchemaNotation_t2664560277 * V_17 = NULL; int32_t V_18 = 0; { XmlSchema_SetParent_m192427842(__this, /*hidden argument*/NULL); XmlSchemaSet_t266093086 * L_0 = ___col2; NullCheck(L_0); Guid_t L_1 = L_0->get_CompilationId_10(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_1); XmlSchemaSet_t266093086 * L_2 = ___col2; __this->set_schemas_28(L_2); XmlSchemaSet_t266093086 * L_3 = __this->get_schemas_28(); NullCheck(L_3); bool L_4 = XmlSchemaSet_Contains_m1201416344(L_3, __this, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaSet_t266093086 * L_5 = __this->get_schemas_28(); NullCheck(L_5); XmlSchemaSet_Add_m27831907(L_5, __this, /*hidden argument*/NULL); } IL_0037: { XmlSchemaObjectTable_t2546974348 * L_6 = __this->get_attributeGroups_14(); NullCheck(L_6); XmlSchemaObjectTable_Clear_m8811103(L_6, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_7 = __this->get_attributes_15(); NullCheck(L_7); XmlSchemaObjectTable_Clear_m8811103(L_7, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_8 = __this->get_elements_18(); NullCheck(L_8); XmlSchemaObjectTable_Clear_m8811103(L_8, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_9 = __this->get_groups_20(); NullCheck(L_9); XmlSchemaObjectTable_Clear_m8811103(L_9, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_10 = __this->get_notations_24(); NullCheck(L_10); XmlSchemaObjectTable_Clear_m8811103(L_10, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_11 = __this->get_schemaTypes_25(); NullCheck(L_11); XmlSchemaObjectTable_Clear_m8811103(L_11, /*hidden argument*/NULL); int32_t L_12 = XmlSchema_get_BlockDefault_m167667206(__this, /*hidden argument*/NULL); if ((((int32_t)L_12) == ((int32_t)((int32_t)255)))) { goto IL_00bc; } } { int32_t L_13 = XmlSchema_get_BlockDefault_m167667206(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_13&(int32_t)8))) { goto IL_00a2; } } { ValidationEventHandler_t791314227 * L_14 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_14, _stringLiteral3265721031, /*hidden argument*/NULL); } IL_00a2: { int32_t L_15 = XmlSchema_get_BlockDefault_m167667206(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_15&(int32_t)((int32_t)16)))) { goto IL_00bc; } } { ValidationEventHandler_t791314227 * L_16 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_16, _stringLiteral1595081898, /*hidden argument*/NULL); } IL_00bc: { int32_t L_17 = XmlSchema_get_FinalDefault_m1839239784(__this, /*hidden argument*/NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)255)))) { goto IL_00e5; } } { int32_t L_18 = XmlSchema_get_FinalDefault_m1839239784(__this, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_18&(int32_t)1))) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_19 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_19, _stringLiteral2672875187, /*hidden argument*/NULL); } IL_00e5: { String_t* L_20 = XmlSchema_get_Id_m3598764215(__this, /*hidden argument*/NULL); XmlSchemaSet_t266093086 * L_21 = ___col2; NullCheck(L_21); Hashtable_t1853889766 * L_22 = XmlSchemaSet_get_IDCollection_m1289038672(L_21, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_23 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_20, __this, L_22, L_23, /*hidden argument*/NULL); String_t* L_24 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); if (!L_24) { goto IL_0146; } } { String_t* L_25 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = String_get_Length_m3847582255(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_011f; } } { ValidationEventHandler_t791314227 * L_27 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_27, _stringLiteral947019491, /*hidden argument*/NULL); } IL_011f: { String_t* L_28 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_29 = XmlSchemaUtil_CheckAnyUri_m1406321190(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); if (L_29) { goto IL_0146; } } { ValidationEventHandler_t791314227 * L_30 = ___handler0; String_t* L_31 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral2386389765, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_30, L_32, /*hidden argument*/NULL); } IL_0146: { String_t* L_33 = XmlSchema_get_Version_m4029134738(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_34 = XmlSchemaUtil_CheckNormalizedString_m3616274642(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_016d; } } { ValidationEventHandler_t791314227 * L_35 = ___handler0; String_t* L_36 = XmlSchema_get_Version_m4029134738(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, L_36, _stringLiteral1598085023, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_35, L_37, /*hidden argument*/NULL); } IL_016d: { XmlSchemaObjectCollection_t1064819932 * L_38 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_38, /*hidden argument*/NULL); __this->set_compilationItems_31(L_38); V_0 = 0; goto IL_019b; } IL_017f: { XmlSchemaObjectCollection_t1064819932 * L_39 = __this->get_compilationItems_31(); XmlSchemaObjectCollection_t1064819932 * L_40 = XmlSchema_get_Items_m865664939(__this, /*hidden argument*/NULL); int32_t L_41 = V_0; NullCheck(L_40); XmlSchemaObject_t1315720168 * L_42 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_40, L_41); NullCheck(L_39); XmlSchemaObjectCollection_Add_m1142549045(L_39, L_42, /*hidden argument*/NULL); int32_t L_43 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)); } IL_019b: { int32_t L_44 = V_0; XmlSchemaObjectCollection_t1064819932 * L_45 = XmlSchema_get_Items_m865664939(__this, /*hidden argument*/NULL); NullCheck(L_45); int32_t L_46 = CollectionBase_get_Count_m1708965601(L_45, /*hidden argument*/NULL); if ((((int32_t)L_44) < ((int32_t)L_46))) { goto IL_017f; } } { V_1 = 0; goto IL_01d3; } IL_01b3: { ValidationEventHandler_t791314227 * L_47 = ___handler0; Hashtable_t1853889766 * L_48 = ___handledUris1; XmlResolver_t626023767 * L_49 = ___resolver3; XmlSchemaObjectCollection_t1064819932 * L_50 = XmlSchema_get_Includes_m4165082553(__this, /*hidden argument*/NULL); int32_t L_51 = V_1; NullCheck(L_50); XmlSchemaObject_t1315720168 * L_52 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_50, L_51); XmlSchemaSet_t266093086 * L_53 = ___col2; XmlSchema_ProcessExternal_m2083008845(__this, L_47, L_48, L_49, ((XmlSchemaExternal_t3074890143 *)IsInstClass((RuntimeObject*)L_52, XmlSchemaExternal_t3074890143_il2cpp_TypeInfo_var)), L_53, /*hidden argument*/NULL); int32_t L_54 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_01d3: { int32_t L_55 = V_1; XmlSchemaObjectCollection_t1064819932 * L_56 = XmlSchema_get_Includes_m4165082553(__this, /*hidden argument*/NULL); NullCheck(L_56); int32_t L_57 = CollectionBase_get_Count_m1708965601(L_56, /*hidden argument*/NULL); if ((((int32_t)L_55) < ((int32_t)L_57))) { goto IL_01b3; } } { V_2 = 0; goto IL_047c; } IL_01eb: { XmlSchemaObjectCollection_t1064819932 * L_58 = __this->get_compilationItems_31(); int32_t L_59 = V_2; NullCheck(L_58); XmlSchemaObject_t1315720168 * L_60 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_58, L_59); V_3 = L_60; XmlSchemaObject_t1315720168 * L_61 = V_3; if (!((XmlSchemaAnnotation_t2553753397 *)IsInstClass((RuntimeObject*)L_61, XmlSchemaAnnotation_t2553753397_il2cpp_TypeInfo_var))) { goto IL_0226; } } { XmlSchemaObject_t1315720168 * L_62 = V_3; ValidationEventHandler_t791314227 * L_63 = ___handler0; NullCheck(((XmlSchemaAnnotation_t2553753397 *)CastclassClass((RuntimeObject*)L_62, XmlSchemaAnnotation_t2553753397_il2cpp_TypeInfo_var))); int32_t L_64 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAnnotation::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, ((XmlSchemaAnnotation_t2553753397 *)CastclassClass((RuntimeObject*)L_62, XmlSchemaAnnotation_t2553753397_il2cpp_TypeInfo_var)), L_63, __this); V_4 = L_64; int32_t L_65 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_66 = V_4; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)L_66))); goto IL_0478; } IL_0226: { XmlSchemaObject_t1315720168 * L_67 = V_3; if (!((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_67, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var))) { goto IL_0274; } } { XmlSchemaObject_t1315720168 * L_68 = V_3; V_5 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_68, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_69 = V_5; ValidationEventHandler_t791314227 * L_70 = ___handler0; NullCheck(L_69); int32_t L_71 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttribute::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_69, L_70, __this); V_6 = L_71; int32_t L_72 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_73 = V_6; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73))); int32_t L_74 = V_6; if (L_74) { goto IL_026f; } } { XmlSchemaObjectTable_t2546974348 * L_75 = XmlSchema_get_Attributes_m3728178990(__this, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_76 = V_5; XmlSchemaAttribute_t2797257020 * L_77 = V_5; NullCheck(L_77); XmlQualifiedName_t2760654312 * L_78 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_77, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_79 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_75, L_76, L_78, L_79, /*hidden argument*/NULL); } IL_026f: { goto IL_0478; } IL_0274: { XmlSchemaObject_t1315720168 * L_80 = V_3; if (!((XmlSchemaAttributeGroup_t246430545 *)IsInstClass((RuntimeObject*)L_80, XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var))) { goto IL_02c2; } } { XmlSchemaObject_t1315720168 * L_81 = V_3; V_7 = ((XmlSchemaAttributeGroup_t246430545 *)CastclassClass((RuntimeObject*)L_81, XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var)); XmlSchemaAttributeGroup_t246430545 * L_82 = V_7; ValidationEventHandler_t791314227 * L_83 = ___handler0; NullCheck(L_82); int32_t L_84 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttributeGroup::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_82, L_83, __this); V_8 = L_84; int32_t L_85 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_86 = V_8; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)L_86))); int32_t L_87 = V_8; if (L_87) { goto IL_02bd; } } { XmlSchemaObjectTable_t2546974348 * L_88 = XmlSchema_get_AttributeGroups_m2627453590(__this, /*hidden argument*/NULL); XmlSchemaAttributeGroup_t246430545 * L_89 = V_7; XmlSchemaAttributeGroup_t246430545 * L_90 = V_7; NullCheck(L_90); XmlQualifiedName_t2760654312 * L_91 = XmlSchemaAttributeGroup_get_QualifiedName_m1385469852(L_90, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_92 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_88, L_89, L_91, L_92, /*hidden argument*/NULL); } IL_02bd: { goto IL_0478; } IL_02c2: { XmlSchemaObject_t1315720168 * L_93 = V_3; if (!((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_93, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))) { goto IL_0310; } } { XmlSchemaObject_t1315720168 * L_94 = V_3; V_9 = ((XmlSchemaComplexType_t3740801802 *)CastclassClass((RuntimeObject*)L_94, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_95 = V_9; ValidationEventHandler_t791314227 * L_96 = ___handler0; NullCheck(L_95); int32_t L_97 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaComplexType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_95, L_96, __this); V_10 = L_97; int32_t L_98 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_99 = V_10; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)L_99))); int32_t L_100 = V_10; if (L_100) { goto IL_030b; } } { XmlSchemaObjectTable_t2546974348 * L_101 = __this->get_schemaTypes_25(); XmlSchemaComplexType_t3740801802 * L_102 = V_9; XmlSchemaComplexType_t3740801802 * L_103 = V_9; NullCheck(L_103); XmlQualifiedName_t2760654312 * L_104 = XmlSchemaType_get_QualifiedName_m2122094841(L_103, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_105 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_101, L_102, L_104, L_105, /*hidden argument*/NULL); } IL_030b: { goto IL_0478; } IL_0310: { XmlSchemaObject_t1315720168 * L_106 = V_3; if (!((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_106, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))) { goto IL_0366; } } { XmlSchemaObject_t1315720168 * L_107 = V_3; V_11 = ((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_107, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_108 = V_11; NullCheck(L_108); L_108->set_islocal_30((bool)0); XmlSchemaSimpleType_t2678868104 * L_109 = V_11; ValidationEventHandler_t791314227 * L_110 = ___handler0; NullCheck(L_109); int32_t L_111 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_109, L_110, __this); V_12 = L_111; int32_t L_112 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_113 = V_12; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)L_113))); int32_t L_114 = V_12; if (L_114) { goto IL_0361; } } { XmlSchemaObjectTable_t2546974348 * L_115 = XmlSchema_get_SchemaTypes_m2814071545(__this, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_116 = V_11; XmlSchemaSimpleType_t2678868104 * L_117 = V_11; NullCheck(L_117); XmlQualifiedName_t2760654312 * L_118 = XmlSchemaType_get_QualifiedName_m2122094841(L_117, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_119 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_115, L_116, L_118, L_119, /*hidden argument*/NULL); } IL_0361: { goto IL_0478; } IL_0366: { XmlSchemaObject_t1315720168 * L_120 = V_3; if (!((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_120, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var))) { goto IL_03bc; } } { XmlSchemaObject_t1315720168 * L_121 = V_3; V_13 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_121, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_122 = V_13; NullCheck(L_122); L_122->set_parentIsSchema_43((bool)1); XmlSchemaElement_t427880856 * L_123 = V_13; ValidationEventHandler_t791314227 * L_124 = ___handler0; NullCheck(L_123); int32_t L_125 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaElement::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_123, L_124, __this); V_14 = L_125; int32_t L_126 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_127 = V_14; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_126, (int32_t)L_127))); int32_t L_128 = V_14; if (L_128) { goto IL_03b7; } } { XmlSchemaObjectTable_t2546974348 * L_129 = XmlSchema_get_Elements_m2423831735(__this, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_130 = V_13; XmlSchemaElement_t427880856 * L_131 = V_13; NullCheck(L_131); XmlQualifiedName_t2760654312 * L_132 = XmlSchemaElement_get_QualifiedName_m2688553928(L_131, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_133 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_129, L_130, L_132, L_133, /*hidden argument*/NULL); } IL_03b7: { goto IL_0478; } IL_03bc: { XmlSchemaObject_t1315720168 * L_134 = V_3; if (!((XmlSchemaGroup_t1441741786 *)IsInstClass((RuntimeObject*)L_134, XmlSchemaGroup_t1441741786_il2cpp_TypeInfo_var))) { goto IL_040a; } } { XmlSchemaObject_t1315720168 * L_135 = V_3; V_15 = ((XmlSchemaGroup_t1441741786 *)CastclassClass((RuntimeObject*)L_135, XmlSchemaGroup_t1441741786_il2cpp_TypeInfo_var)); XmlSchemaGroup_t1441741786 * L_136 = V_15; ValidationEventHandler_t791314227 * L_137 = ___handler0; NullCheck(L_136); int32_t L_138 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaGroup::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_136, L_137, __this); V_16 = L_138; int32_t L_139 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_140 = V_16; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)L_140))); int32_t L_141 = V_16; if (L_141) { goto IL_0405; } } { XmlSchemaObjectTable_t2546974348 * L_142 = XmlSchema_get_Groups_m875687063(__this, /*hidden argument*/NULL); XmlSchemaGroup_t1441741786 * L_143 = V_15; XmlSchemaGroup_t1441741786 * L_144 = V_15; NullCheck(L_144); XmlQualifiedName_t2760654312 * L_145 = XmlSchemaGroup_get_QualifiedName_m875314248(L_144, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_146 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_142, L_143, L_145, L_146, /*hidden argument*/NULL); } IL_0405: { goto IL_0478; } IL_040a: { XmlSchemaObject_t1315720168 * L_147 = V_3; if (!((XmlSchemaNotation_t2664560277 *)IsInstClass((RuntimeObject*)L_147, XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var))) { goto IL_0458; } } { XmlSchemaObject_t1315720168 * L_148 = V_3; V_17 = ((XmlSchemaNotation_t2664560277 *)CastclassClass((RuntimeObject*)L_148, XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var)); XmlSchemaNotation_t2664560277 * L_149 = V_17; ValidationEventHandler_t791314227 * L_150 = ___handler0; NullCheck(L_149); int32_t L_151 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaNotation::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_149, L_150, __this); V_18 = L_151; int32_t L_152 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); int32_t L_153 = V_18; ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_152, (int32_t)L_153))); int32_t L_154 = V_18; if (L_154) { goto IL_0453; } } { XmlSchemaObjectTable_t2546974348 * L_155 = XmlSchema_get_Notations_m2469722567(__this, /*hidden argument*/NULL); XmlSchemaNotation_t2664560277 * L_156 = V_17; XmlSchemaNotation_t2664560277 * L_157 = V_17; NullCheck(L_157); XmlQualifiedName_t2760654312 * L_158 = XmlSchemaNotation_get_QualifiedName_m3331236263(L_157, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_159 = ___handler0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_155, L_156, L_158, L_159, /*hidden argument*/NULL); } IL_0453: { goto IL_0478; } IL_0458: { ValidationEventHandler_t791314227 * L_160 = ___handler0; XmlSchemaObject_t1315720168 * L_161 = V_3; NullCheck(L_161); Type_t * L_162 = Object_GetType_m88164663(L_161, /*hidden argument*/NULL); NullCheck(L_162); String_t* L_163 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_162); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_164 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3660048987, L_163, /*hidden argument*/NULL); ValidationHandler_RaiseValidationEvent_m2236510583(NULL /*static, unused*/, L_160, (Exception_t *)NULL, L_164, (XmlSchemaObject_t1315720168 *)NULL, __this, (String_t*)NULL, 0, /*hidden argument*/NULL); } IL_0478: { int32_t L_165 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1)); } IL_047c: { int32_t L_166 = V_2; XmlSchemaObjectCollection_t1064819932 * L_167 = __this->get_compilationItems_31(); NullCheck(L_167); int32_t L_168 = CollectionBase_get_Count_m1708965601(L_167, /*hidden argument*/NULL); if ((((int32_t)L_166) < ((int32_t)L_168))) { goto IL_01eb; } } { return; } } // System.String System.Xml.Schema.XmlSchema::GetResolvedUri(System.Xml.XmlResolver,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_GetResolvedUri_m1454146080 (XmlSchema_t3742557897 * __this, XmlResolver_t626023767 * ___resolver0, String_t* ___relativeUri1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_GetResolvedUri_m1454146080_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; Uri_t100236324 * V_1 = NULL; String_t* G_B6_0 = NULL; { V_0 = (Uri_t100236324 *)NULL; String_t* L_0 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_002e; } } { String_t* L_1 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); 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_Inequality_m215368492(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002e; } } { String_t* L_4 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); Uri_t100236324 * L_5 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_5, L_4, /*hidden argument*/NULL); V_0 = L_5; } IL_002e: { XmlResolver_t626023767 * L_6 = ___resolver0; Uri_t100236324 * L_7 = V_0; String_t* L_8 = ___relativeUri1; NullCheck(L_6); Uri_t100236324 * L_9 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_6, L_7, L_8); V_1 = L_9; Uri_t100236324 * L_10 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_11 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_10, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_004e; } } { Uri_t100236324 * L_12 = V_1; NullCheck(L_12); String_t* L_13 = Uri_get_OriginalString_m2551181575(L_12, /*hidden argument*/NULL); G_B6_0 = L_13; goto IL_0053; } IL_004e: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_14; } IL_0053: { return G_B6_0; } } // System.Void System.Xml.Schema.XmlSchema::ProcessExternal(System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.XmlResolver,System.Xml.Schema.XmlSchemaExternal,System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ProcessExternal_m2083008845 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, Hashtable_t1853889766 * ___handledUris1, XmlResolver_t626023767 * ___resolver2, XmlSchemaExternal_t3074890143 * ___ext3, XmlSchemaSet_t266093086 * ___col4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_ProcessExternal_m2083008845_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaImport_t3509836441 * V_0 = NULL; XmlSchema_t3742557897 * V_1 = NULL; Stream_t1273022909 * V_2 = NULL; String_t* V_3 = NULL; XmlSchemaRedefine_t4020109446 * V_4 = NULL; int32_t V_5 = 0; XmlSchemaObject_t1315720168 * V_6 = NULL; XmlTextReader_t4233384356 * V_7 = NULL; XmlSchema_t3742557897 * V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = 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); { XmlSchemaExternal_t3074890143 * L_0 = ___ext3; if (L_0) { goto IL_0025; } } { ValidationEventHandler_t791314227 * L_1 = ___handler0; XmlSchemaExternal_t3074890143 * L_2 = ___ext3; NullCheck(L_2); Type_t * L_3 = Object_GetType_m88164663(L_2, /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1591321978, L_4, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_1, L_5, /*hidden argument*/NULL); return; } IL_0025: { XmlSchemaExternal_t3074890143 * L_6 = ___ext3; V_0 = ((XmlSchemaImport_t3509836441 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaImport_t3509836441_il2cpp_TypeInfo_var)); XmlSchemaExternal_t3074890143 * L_7 = ___ext3; NullCheck(L_7); String_t* L_8 = XmlSchemaExternal_get_SchemaLocation_m3087713248(L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0040; } } { XmlSchemaImport_t3509836441 * L_9 = V_0; if (L_9) { goto IL_0040; } } { return; } IL_0040: { V_1 = (XmlSchema_t3742557897 *)NULL; XmlSchemaExternal_t3074890143 * L_10 = ___ext3; NullCheck(L_10); String_t* L_11 = XmlSchemaExternal_get_SchemaLocation_m3087713248(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_01a3; } } { V_2 = (Stream_t1273022909 *)NULL; V_3 = (String_t*)NULL; XmlResolver_t626023767 * L_12 = ___resolver2; if (!L_12) { goto IL_00b8; } } { XmlResolver_t626023767 * L_13 = ___resolver2; XmlSchemaExternal_t3074890143 * L_14 = ___ext3; NullCheck(L_14); String_t* L_15 = XmlSchemaExternal_get_SchemaLocation_m3087713248(L_14, /*hidden argument*/NULL); String_t* L_16 = XmlSchema_GetResolvedUri_m1454146080(__this, L_13, L_15, /*hidden argument*/NULL); V_3 = L_16; Hashtable_t1853889766 * L_17 = ___handledUris1; String_t* L_18 = V_3; NullCheck(L_17); bool L_19 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_17, L_18); if (!L_19) { goto IL_0074; } } { return; } IL_0074: { Hashtable_t1853889766 * L_20 = ___handledUris1; String_t* L_21 = V_3; String_t* L_22 = V_3; NullCheck(L_20); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_20, L_21, L_22); } IL_007c: try { // begin try (depth: 1) XmlResolver_t626023767 * L_23 = ___resolver2; String_t* L_24 = V_3; Uri_t100236324 * L_25 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_25, L_24, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_26 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_27 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject * L_28 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_23, L_25, (String_t*)NULL, L_27); V_2 = ((Stream_t1273022909 *)IsInstClass((RuntimeObject*)L_28, Stream_t1273022909_il2cpp_TypeInfo_var)); goto IL_00b8; } // 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_009e; throw e; } CATCH_009e: { // begin catch(System.Exception) ValidationEventHandler_t791314227 * L_29 = ___handler0; String_t* L_30 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_31 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1197017378, L_30, /*hidden argument*/NULL); XmlSchemaObject_warn_m2857459644(__this, L_29, L_31, /*hidden argument*/NULL); V_2 = (Stream_t1273022909 *)NULL; goto IL_00b8; } // end catch (depth: 1) IL_00b8: { XmlSchemaExternal_t3074890143 * L_32 = ___ext3; V_4 = ((XmlSchemaRedefine_t4020109446 *)IsInstClass((RuntimeObject*)L_32, XmlSchemaRedefine_t4020109446_il2cpp_TypeInfo_var)); XmlSchemaRedefine_t4020109446 * L_33 = V_4; if (!L_33) { goto IL_014c; } } { V_5 = 0; goto IL_0139; } IL_00d0: { XmlSchemaRedefine_t4020109446 * L_34 = V_4; NullCheck(L_34); XmlSchemaObjectCollection_t1064819932 * L_35 = XmlSchemaRedefine_get_Items_m3656358695(L_34, /*hidden argument*/NULL); int32_t L_36 = V_5; NullCheck(L_35); XmlSchemaObject_t1315720168 * L_37 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_35, L_36); V_6 = L_37; XmlSchemaObject_t1315720168 * L_38 = V_6; NullCheck(L_38); L_38->set_isRedefinedComponent_10((bool)1); XmlSchemaObject_t1315720168 * L_39 = V_6; NullCheck(L_39); L_39->set_isRedefineChild_9((bool)1); XmlSchemaObject_t1315720168 * L_40 = V_6; if (((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_40, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))) { goto IL_0114; } } { XmlSchemaObject_t1315720168 * L_41 = V_6; if (((XmlSchemaGroup_t1441741786 *)IsInstClass((RuntimeObject*)L_41, XmlSchemaGroup_t1441741786_il2cpp_TypeInfo_var))) { goto IL_0114; } } { XmlSchemaObject_t1315720168 * L_42 = V_6; if (!((XmlSchemaAttributeGroup_t246430545 *)IsInstClass((RuntimeObject*)L_42, XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var))) { goto IL_0127; } } IL_0114: { XmlSchemaObjectCollection_t1064819932 * L_43 = __this->get_compilationItems_31(); XmlSchemaObject_t1315720168 * L_44 = V_6; NullCheck(L_43); XmlSchemaObjectCollection_Add_m1142549045(L_43, L_44, /*hidden argument*/NULL); goto IL_0133; } IL_0127: { ValidationEventHandler_t791314227 * L_45 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_45, _stringLiteral1766955794, /*hidden argument*/NULL); } IL_0133: { int32_t L_46 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0139: { int32_t L_47 = V_5; XmlSchemaRedefine_t4020109446 * L_48 = V_4; NullCheck(L_48); XmlSchemaObjectCollection_t1064819932 * L_49 = XmlSchemaRedefine_get_Items_m3656358695(L_48, /*hidden argument*/NULL); NullCheck(L_49); int32_t L_50 = CollectionBase_get_Count_m1708965601(L_49, /*hidden argument*/NULL); if ((((int32_t)L_47) < ((int32_t)L_50))) { goto IL_00d0; } } IL_014c: { Stream_t1273022909 * L_51 = V_2; if (L_51) { goto IL_015a; } } { __this->set_missedSubComponents_30((bool)1); return; } IL_015a: { V_7 = (XmlTextReader_t4233384356 *)NULL; } IL_015d: try { // begin try (depth: 1) String_t* L_52 = V_3; Stream_t1273022909 * L_53 = V_2; XmlNameTable_t71772148 * L_54 = __this->get_nameTable_29(); XmlTextReader_t4233384356 * L_55 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m2920712854(L_55, L_52, L_53, L_54, /*hidden argument*/NULL); V_7 = L_55; XmlTextReader_t4233384356 * L_56 = V_7; ValidationEventHandler_t791314227 * L_57 = ___handler0; XmlSchema_t3742557897 * L_58 = XmlSchema_Read_m1071701696(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); V_1 = L_58; IL2CPP_LEAVE(0x189, FINALLY_017a); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_017a; } FINALLY_017a: { // begin finally (depth: 1) { XmlTextReader_t4233384356 * L_59 = V_7; if (!L_59) { goto IL_0188; } } IL_0181: { XmlTextReader_t4233384356 * L_60 = V_7; NullCheck(L_60); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_60); } IL_0188: { IL2CPP_END_FINALLY(378) } } // end finally (depth: 1) IL2CPP_CLEANUP(378) { IL2CPP_JUMP_TBL(0x189, IL_0189) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0189: { XmlSchema_t3742557897 * L_61 = V_1; XmlSchemaSet_t266093086 * L_62 = __this->get_schemas_28(); NullCheck(L_61); L_61->set_schemas_28(L_62); XmlSchema_t3742557897 * L_63 = V_1; NullCheck(L_63); XmlSchema_SetParent_m192427842(L_63, /*hidden argument*/NULL); XmlSchemaExternal_t3074890143 * L_64 = ___ext3; XmlSchema_t3742557897 * L_65 = V_1; NullCheck(L_64); XmlSchemaExternal_set_Schema_m528916519(L_64, L_65, /*hidden argument*/NULL); } IL_01a3: { XmlSchemaImport_t3509836441 * L_66 = V_0; if (!L_66) { goto IL_029f; } } { XmlSchemaExternal_t3074890143 * L_67 = ___ext3; NullCheck(L_67); XmlSchema_t3742557897 * L_68 = XmlSchemaExternal_get_Schema_m868509637(L_67, /*hidden argument*/NULL); if (L_68) { goto IL_024e; } } { XmlSchemaExternal_t3074890143 * L_69 = ___ext3; NullCheck(L_69); String_t* L_70 = XmlSchemaExternal_get_SchemaLocation_m3087713248(L_69, /*hidden argument*/NULL); if (L_70) { goto IL_024e; } } { XmlSchemaSet_t266093086 * L_71 = ___col4; NullCheck(L_71); RuntimeObject* L_72 = XmlSchemaSet_Schemas_m4143905947(L_71, /*hidden argument*/NULL); NullCheck(L_72); RuntimeObject* L_73 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_72); V_9 = L_73; } IL_01cf: try { // begin try (depth: 1) { goto IL_021b; } IL_01d4: { RuntimeObject* L_74 = V_9; NullCheck(L_74); RuntimeObject * L_75 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_74); V_8 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_75, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_76 = V_8; NullCheck(L_76); String_t* L_77 = XmlSchema_get_TargetNamespace_m442842382(L_76, /*hidden argument*/NULL); XmlSchemaImport_t3509836441 * L_78 = V_0; NullCheck(L_78); String_t* L_79 = XmlSchemaImport_get_Namespace_m78517839(L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_77, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_021b; } } IL_01f9: { XmlSchema_t3742557897 * L_81 = V_8; V_1 = L_81; XmlSchema_t3742557897 * L_82 = V_1; XmlSchemaSet_t266093086 * L_83 = __this->get_schemas_28(); NullCheck(L_82); L_82->set_schemas_28(L_83); XmlSchema_t3742557897 * L_84 = V_1; NullCheck(L_84); XmlSchema_SetParent_m192427842(L_84, /*hidden argument*/NULL); XmlSchemaExternal_t3074890143 * L_85 = ___ext3; XmlSchema_t3742557897 * L_86 = V_1; NullCheck(L_85); XmlSchemaExternal_set_Schema_m528916519(L_85, L_86, /*hidden argument*/NULL); goto IL_0227; } IL_021b: { RuntimeObject* L_87 = V_9; NullCheck(L_87); bool L_88 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_87); if (L_88) { goto IL_01d4; } } IL_0227: { IL2CPP_LEAVE(0x242, FINALLY_022c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_022c; } FINALLY_022c: { // begin finally (depth: 1) { RuntimeObject* L_89 = V_9; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_89, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_90 = V_10; if (L_90) { goto IL_023a; } } IL_0239: { IL2CPP_END_FINALLY(556) } IL_023a: { RuntimeObject* L_91 = V_10; NullCheck(L_91); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_91); IL2CPP_END_FINALLY(556) } } // end finally (depth: 1) IL2CPP_CLEANUP(556) { IL2CPP_JUMP_TBL(0x242, IL_0242) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0242: { XmlSchema_t3742557897 * L_92 = V_1; if (L_92) { goto IL_0249; } } { return; } IL_0249: { goto IL_029a; } IL_024e: { XmlSchema_t3742557897 * L_93 = V_1; if (!L_93) { goto IL_029a; } } { String_t* L_94 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_95 = V_1; NullCheck(L_95); String_t* L_96 = XmlSchema_get_TargetNamespace_m442842382(L_95, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_97 = String_op_Equality_m920492651(NULL /*static, unused*/, L_94, L_96, /*hidden argument*/NULL); if (!L_97) { goto IL_0277; } } { ValidationEventHandler_t791314227 * L_98 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_98, _stringLiteral2900750826, /*hidden argument*/NULL); return; } IL_0277: { XmlSchema_t3742557897 * L_99 = V_1; NullCheck(L_99); String_t* L_100 = XmlSchema_get_TargetNamespace_m442842382(L_99, /*hidden argument*/NULL); XmlSchemaImport_t3509836441 * L_101 = V_0; NullCheck(L_101); String_t* L_102 = XmlSchemaImport_get_Namespace_m78517839(L_101, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_103 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_100, L_102, /*hidden argument*/NULL); if (!L_103) { goto IL_029a; } } { ValidationEventHandler_t791314227 * L_104 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_104, _stringLiteral3035772801, /*hidden argument*/NULL); return; } IL_029a: { goto IL_02ea; } IL_029f: { XmlSchema_t3742557897 * L_105 = V_1; if (!L_105) { goto IL_02ea; } } { String_t* L_106 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); if (L_106) { goto IL_02c8; } } { XmlSchema_t3742557897 * L_107 = V_1; NullCheck(L_107); String_t* L_108 = XmlSchema_get_TargetNamespace_m442842382(L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_02c8; } } { ValidationEventHandler_t791314227 * L_109 = ___handler0; XmlSchemaObject_error_m903554348(__this, L_109, _stringLiteral658924302, /*hidden argument*/NULL); return; } IL_02c8: { String_t* L_110 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); if (!L_110) { goto IL_02ea; } } { XmlSchema_t3742557897 * L_111 = V_1; NullCheck(L_111); String_t* L_112 = XmlSchema_get_TargetNamespace_m442842382(L_111, /*hidden argument*/NULL); if (L_112) { goto IL_02ea; } } { XmlSchema_t3742557897 * L_113 = V_1; String_t* L_114 = XmlSchema_get_TargetNamespace_m442842382(__this, /*hidden argument*/NULL); NullCheck(L_113); XmlSchema_set_TargetNamespace_m3622691901(L_113, L_114, /*hidden argument*/NULL); } IL_02ea: { XmlSchema_t3742557897 * L_115 = V_1; if (!L_115) { goto IL_0302; } } { XmlSchema_t3742557897 * L_116 = V_1; XmlSchemaObjectCollection_t1064819932 * L_117 = __this->get_compilationItems_31(); ValidationEventHandler_t791314227 * L_118 = ___handler0; Hashtable_t1853889766 * L_119 = ___handledUris1; XmlResolver_t626023767 * L_120 = ___resolver2; XmlSchemaSet_t266093086 * L_121 = ___col4; XmlSchema_AddExternalComponentsTo_m3610045177(__this, L_116, L_117, L_118, L_119, L_120, L_121, /*hidden argument*/NULL); } IL_0302: { return; } } // System.Void System.Xml.Schema.XmlSchema::AddExternalComponentsTo(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.ValidationEventHandler,System.Collections.Hashtable,System.Xml.XmlResolver,System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_AddExternalComponentsTo_m3610045177 (XmlSchema_t3742557897 * __this, XmlSchema_t3742557897 * ___s0, XmlSchemaObjectCollection_t1064819932 * ___items1, ValidationEventHandler_t791314227 * ___handler2, Hashtable_t1853889766 * ___handledUris3, XmlResolver_t626023767 * ___resolver4, XmlSchemaSet_t266093086 * ___col5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_AddExternalComponentsTo_m3610045177_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaExternal_t3074890143 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; XmlSchemaObject_t1315720168 * V_2 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_3 = NULL; RuntimeObject* 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); { XmlSchema_t3742557897 * L_0 = ___s0; NullCheck(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchema_get_Includes_m4165082553(L_0, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObjectEnumerator_t503074204 * L_2 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_000c: try { // begin try (depth: 1) { goto IL_002b; } IL_0011: { XmlSchemaObjectEnumerator_t503074204 * L_3 = V_1; NullCheck(L_3); XmlSchemaObject_t1315720168 * L_4 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_3, /*hidden argument*/NULL); V_0 = ((XmlSchemaExternal_t3074890143 *)CastclassClass((RuntimeObject*)L_4, XmlSchemaExternal_t3074890143_il2cpp_TypeInfo_var)); ValidationEventHandler_t791314227 * L_5 = ___handler2; Hashtable_t1853889766 * L_6 = ___handledUris3; XmlResolver_t626023767 * L_7 = ___resolver4; XmlSchemaExternal_t3074890143 * L_8 = V_0; XmlSchemaSet_t266093086 * L_9 = ___col5; XmlSchema_ProcessExternal_m2083008845(__this, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL); } IL_002b: { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; NullCheck(L_10); bool L_11 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0011; } } IL_0036: { IL2CPP_LEAVE(0x50, FINALLY_003b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_12 = V_1; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_4; if (L_13) { goto IL_0048; } } IL_0047: { IL2CPP_END_FINALLY(59) } IL_0048: { RuntimeObject* L_14 = V_4; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(59) } } // end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0050: { XmlSchema_t3742557897 * L_15 = ___s0; NullCheck(L_15); XmlSchemaObjectCollection_t1064819932 * L_16 = XmlSchema_get_Items_m865664939(L_15, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObjectEnumerator_t503074204 * L_17 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_16, /*hidden argument*/NULL); V_3 = L_17; } IL_005c: try { // begin try (depth: 1) { goto IL_0070; } IL_0061: { XmlSchemaObjectEnumerator_t503074204 * L_18 = V_3; NullCheck(L_18); XmlSchemaObject_t1315720168 * L_19 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_18, /*hidden argument*/NULL); V_2 = L_19; XmlSchemaObjectCollection_t1064819932 * L_20 = ___items1; XmlSchemaObject_t1315720168 * L_21 = V_2; NullCheck(L_20); XmlSchemaObjectCollection_Add_m1142549045(L_20, L_21, /*hidden argument*/NULL); } IL_0070: { XmlSchemaObjectEnumerator_t503074204 * L_22 = V_3; NullCheck(L_22); bool L_23 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0061; } } IL_007b: { IL2CPP_LEAVE(0x95, 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) { XmlSchemaObjectEnumerator_t503074204 * L_24 = V_3; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_24, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_25 = V_5; if (L_25) { goto IL_008d; } } IL_008c: { IL2CPP_END_FINALLY(128) } IL_008d: { RuntimeObject* L_26 = V_5; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_26); IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x95, IL_0095) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0095: { return; } } // System.Boolean System.Xml.Schema.XmlSchema::IsNamespaceAbsent(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchema_IsNamespaceAbsent_m3899863769 (XmlSchema_t3742557897 * __this, String_t* ___ns0, const RuntimeMethod* method) { { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); String_t* L_1 = ___ns0; NullCheck(L_0); bool L_2 = XmlSchemaSet_Contains_m2963568736(L_0, L_1, /*hidden argument*/NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchema::FindAttribute(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2797257020 * XmlSchema_FindAttribute_m1139914584 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_FindAttribute_m1139914584_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaAttribute_t2797257020 * V_0 = NULL; XmlSchema_t3742557897 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaAttribute_t2797257020 * 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); { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); RuntimeObject* L_1 = XmlSchemaSet_Schemas_m4143905947(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_0041; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_4, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_5 = V_1; NullCheck(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchema_get_Attributes_m3728178990(L_5, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_7 = ___name0; NullCheck(L_6); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectTable_get_Item_m170185878(L_6, L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_9 = V_0; if (!L_9) { goto IL_0041; } } IL_003a: { XmlSchemaAttribute_t2797257020 * L_10 = V_0; V_3 = L_10; IL2CPP_LEAVE(0x68, FINALLY_0051); } IL_0041: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_004c: { IL2CPP_LEAVE(0x66, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(81) } IL_005e: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return (XmlSchemaAttribute_t2797257020 *)NULL; } IL_0068: { XmlSchemaAttribute_t2797257020 * L_16 = V_3; return L_16; } } // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchema::FindAttributeGroup(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t246430545 * XmlSchema_FindAttributeGroup_m3862267088 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_FindAttributeGroup_m3862267088_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaAttributeGroup_t246430545 * V_0 = NULL; XmlSchema_t3742557897 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaAttributeGroup_t246430545 * 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); { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); RuntimeObject* L_1 = XmlSchemaSet_Schemas_m4143905947(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_0041; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_4, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_5 = V_1; NullCheck(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchema_get_AttributeGroups_m2627453590(L_5, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_7 = ___name0; NullCheck(L_6); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectTable_get_Item_m170185878(L_6, L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaAttributeGroup_t246430545 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var)); XmlSchemaAttributeGroup_t246430545 * L_9 = V_0; if (!L_9) { goto IL_0041; } } IL_003a: { XmlSchemaAttributeGroup_t246430545 * L_10 = V_0; V_3 = L_10; IL2CPP_LEAVE(0x68, FINALLY_0051); } IL_0041: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_004c: { IL2CPP_LEAVE(0x66, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(81) } IL_005e: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return (XmlSchemaAttributeGroup_t246430545 *)NULL; } IL_0068: { XmlSchemaAttributeGroup_t246430545 * L_16 = V_3; return L_16; } } // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchema::FindElement(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchema_FindElement_m2161192357 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_FindElement_m2161192357_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; XmlSchema_t3742557897 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaElement_t427880856 * 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); { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); RuntimeObject* L_1 = XmlSchemaSet_Schemas_m4143905947(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_0041; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_4, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_5 = V_1; NullCheck(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchema_get_Elements_m2423831735(L_5, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_7 = ___name0; NullCheck(L_6); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectTable_get_Item_m170185878(L_6, L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_9 = V_0; if (!L_9) { goto IL_0041; } } IL_003a: { XmlSchemaElement_t427880856 * L_10 = V_0; V_3 = L_10; IL2CPP_LEAVE(0x68, FINALLY_0051); } IL_0041: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_004c: { IL2CPP_LEAVE(0x66, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(81) } IL_005e: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return (XmlSchemaElement_t427880856 *)NULL; } IL_0068: { XmlSchemaElement_t427880856 * L_16 = V_3; return L_16; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchema::FindSchemaType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchema_FindSchemaType_m3920891232 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_FindSchemaType_m3920891232_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; XmlSchema_t3742557897 * V_1 = NULL; RuntimeObject* V_2 = NULL; XmlSchemaType_t2033747345 * 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); { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_28(); NullCheck(L_0); RuntimeObject* L_1 = XmlSchemaSet_Schemas_m4143905947(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_2 = L_2; } IL_0011: try { // begin try (depth: 1) { goto IL_0041; } IL_0016: { RuntimeObject* L_3 = V_2; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_1 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_4, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_5 = V_1; NullCheck(L_5); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchema_get_SchemaTypes_m2814071545(L_5, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_7 = ___name0; NullCheck(L_6); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectTable_get_Item_m170185878(L_6, L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_9 = V_0; if (!L_9) { goto IL_0041; } } IL_003a: { XmlSchemaType_t2033747345 * L_10 = V_0; V_3 = L_10; IL2CPP_LEAVE(0x68, FINALLY_0051); } IL_0041: { RuntimeObject* L_11 = V_2; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0016; } } IL_004c: { IL2CPP_LEAVE(0x66, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_2; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_4; if (L_14) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(81) } IL_005e: { RuntimeObject* L_15 = V_4; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return (XmlSchemaType_t2033747345 *)NULL; } IL_0068: { XmlSchemaType_t2033747345 * L_16 = V_3; return L_16; } } // System.Void System.Xml.Schema.XmlSchema::Validate(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_Validate_m1631016973 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_Validate_m1631016973_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaAttribute_t2797257020 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlSchemaAttributeGroup_t246430545 * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlSchemaType_t2033747345 * V_4 = NULL; RuntimeObject* V_5 = NULL; XmlSchemaElement_t427880856 * V_6 = NULL; RuntimeObject* V_7 = NULL; XmlSchemaGroup_t1441741786 * V_8 = NULL; RuntimeObject* V_9 = NULL; XmlSchemaNotation_t2664560277 * V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; RuntimeObject* V_16 = NULL; RuntimeObject* V_17 = 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); { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchema_get_Attributes_m3728178990(__this, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = XmlSchemaObjectTable_get_Values_m210119958(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_001d: try { // begin try (depth: 1) { goto IL_0043; } IL_0022: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); int32_t L_6 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttribute_t2797257020 * L_7 = V_0; ValidationEventHandler_t791314227 * L_8 = ___handler0; NullCheck(L_7); int32_t L_9 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaAttribute::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_7, L_8, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_9))); } IL_0043: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0022; } } IL_004e: { IL2CPP_LEAVE(0x68, FINALLY_0053); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0053; } FINALLY_0053: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_12; if (L_13) { goto IL_0060; } } IL_005f: { IL2CPP_END_FINALLY(83) } IL_0060: { RuntimeObject* L_14 = V_12; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0068: { XmlSchemaObjectTable_t2546974348 * L_15 = XmlSchema_get_AttributeGroups_m2627453590(__this, /*hidden argument*/NULL); NullCheck(L_15); RuntimeObject* L_16 = XmlSchemaObjectTable_get_Values_m210119958(L_15, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject* L_17 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_16); V_3 = L_17; } IL_0079: try { // begin try (depth: 1) { goto IL_009f; } IL_007e: { RuntimeObject* L_18 = V_3; NullCheck(L_18); RuntimeObject * L_19 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_18); V_2 = ((XmlSchemaAttributeGroup_t246430545 *)CastclassClass((RuntimeObject*)L_19, XmlSchemaAttributeGroup_t246430545_il2cpp_TypeInfo_var)); int32_t L_20 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttributeGroup_t246430545 * L_21 = V_2; ValidationEventHandler_t791314227 * L_22 = ___handler0; NullCheck(L_21); int32_t L_23 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaAttributeGroup::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_21, L_22, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_23))); } IL_009f: { RuntimeObject* L_24 = V_3; NullCheck(L_24); bool L_25 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_24); if (L_25) { goto IL_007e; } } IL_00aa: { IL2CPP_LEAVE(0xC4, FINALLY_00af); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00af; } FINALLY_00af: { // begin finally (depth: 1) { RuntimeObject* L_26 = V_3; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_13; if (L_27) { goto IL_00bc; } } IL_00bb: { IL2CPP_END_FINALLY(175) } IL_00bc: { RuntimeObject* L_28 = V_13; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(175) } } // end finally (depth: 1) IL2CPP_CLEANUP(175) { IL2CPP_JUMP_TBL(0xC4, IL_00c4) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c4: { XmlSchemaObjectTable_t2546974348 * L_29 = XmlSchema_get_SchemaTypes_m2814071545(__this, /*hidden argument*/NULL); NullCheck(L_29); RuntimeObject* L_30 = XmlSchemaObjectTable_get_Values_m210119958(L_29, /*hidden argument*/NULL); NullCheck(L_30); RuntimeObject* L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_30); V_5 = L_31; } IL_00d6: try { // begin try (depth: 1) { goto IL_00ff; } IL_00db: { RuntimeObject* L_32 = V_5; NullCheck(L_32); RuntimeObject * L_33 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); V_4 = ((XmlSchemaType_t2033747345 *)CastclassClass((RuntimeObject*)L_33, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); int32_t L_34 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaType_t2033747345 * L_35 = V_4; ValidationEventHandler_t791314227 * L_36 = ___handler0; NullCheck(L_35); int32_t L_37 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_35, L_36, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_37))); } IL_00ff: { RuntimeObject* L_38 = V_5; NullCheck(L_38); bool L_39 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_38); if (L_39) { goto IL_00db; } } IL_010b: { IL2CPP_LEAVE(0x126, FINALLY_0110); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0110; } FINALLY_0110: { // begin finally (depth: 1) { RuntimeObject* L_40 = V_5; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_40, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_41 = V_14; if (L_41) { goto IL_011e; } } IL_011d: { IL2CPP_END_FINALLY(272) } IL_011e: { RuntimeObject* L_42 = V_14; NullCheck(L_42); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_42); IL2CPP_END_FINALLY(272) } } // end finally (depth: 1) IL2CPP_CLEANUP(272) { IL2CPP_JUMP_TBL(0x126, IL_0126) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0126: { XmlSchemaObjectTable_t2546974348 * L_43 = XmlSchema_get_Elements_m2423831735(__this, /*hidden argument*/NULL); NullCheck(L_43); RuntimeObject* L_44 = XmlSchemaObjectTable_get_Values_m210119958(L_43, /*hidden argument*/NULL); NullCheck(L_44); RuntimeObject* L_45 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_44); V_7 = L_45; } IL_0138: try { // begin try (depth: 1) { goto IL_0161; } IL_013d: { RuntimeObject* L_46 = V_7; NullCheck(L_46); RuntimeObject * L_47 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_46); V_6 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_47, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); int32_t L_48 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaElement_t427880856 * L_49 = V_6; ValidationEventHandler_t791314227 * L_50 = ___handler0; NullCheck(L_49); int32_t L_51 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaElement::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_49, L_50, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_51))); } IL_0161: { RuntimeObject* L_52 = V_7; NullCheck(L_52); bool L_53 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_52); if (L_53) { goto IL_013d; } } IL_016d: { IL2CPP_LEAVE(0x188, FINALLY_0172); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0172; } FINALLY_0172: { // begin finally (depth: 1) { RuntimeObject* L_54 = V_7; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_54, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_55 = V_15; if (L_55) { goto IL_0180; } } IL_017f: { IL2CPP_END_FINALLY(370) } IL_0180: { RuntimeObject* L_56 = V_15; NullCheck(L_56); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_56); IL2CPP_END_FINALLY(370) } } // end finally (depth: 1) IL2CPP_CLEANUP(370) { IL2CPP_JUMP_TBL(0x188, IL_0188) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0188: { XmlSchemaObjectTable_t2546974348 * L_57 = XmlSchema_get_Groups_m875687063(__this, /*hidden argument*/NULL); NullCheck(L_57); RuntimeObject* L_58 = XmlSchemaObjectTable_get_Values_m210119958(L_57, /*hidden argument*/NULL); NullCheck(L_58); RuntimeObject* L_59 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_58); V_9 = L_59; } IL_019a: try { // begin try (depth: 1) { goto IL_01c3; } IL_019f: { RuntimeObject* L_60 = V_9; NullCheck(L_60); RuntimeObject * L_61 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_60); V_8 = ((XmlSchemaGroup_t1441741786 *)CastclassClass((RuntimeObject*)L_61, XmlSchemaGroup_t1441741786_il2cpp_TypeInfo_var)); int32_t L_62 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaGroup_t1441741786 * L_63 = V_8; ValidationEventHandler_t791314227 * L_64 = ___handler0; NullCheck(L_63); int32_t L_65 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaGroup::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_63, L_64, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)L_65))); } IL_01c3: { RuntimeObject* L_66 = V_9; NullCheck(L_66); bool L_67 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_66); if (L_67) { goto IL_019f; } } IL_01cf: { IL2CPP_LEAVE(0x1EA, FINALLY_01d4); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01d4; } FINALLY_01d4: { // begin finally (depth: 1) { RuntimeObject* L_68 = V_9; V_16 = ((RuntimeObject*)IsInst((RuntimeObject*)L_68, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_69 = V_16; if (L_69) { goto IL_01e2; } } IL_01e1: { IL2CPP_END_FINALLY(468) } IL_01e2: { RuntimeObject* L_70 = V_16; NullCheck(L_70); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_70); IL2CPP_END_FINALLY(468) } } // end finally (depth: 1) IL2CPP_CLEANUP(468) { IL2CPP_JUMP_TBL(0x1EA, IL_01ea) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ea: { XmlSchemaObjectTable_t2546974348 * L_71 = XmlSchema_get_Notations_m2469722567(__this, /*hidden argument*/NULL); NullCheck(L_71); RuntimeObject* L_72 = XmlSchemaObjectTable_get_Values_m210119958(L_71, /*hidden argument*/NULL); NullCheck(L_72); RuntimeObject* L_73 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_72); V_11 = L_73; } IL_01fc: try { // begin try (depth: 1) { goto IL_0225; } IL_0201: { RuntimeObject* L_74 = V_11; NullCheck(L_74); RuntimeObject * L_75 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_74); V_10 = ((XmlSchemaNotation_t2664560277 *)CastclassClass((RuntimeObject*)L_75, XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var)); int32_t L_76 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaNotation_t2664560277 * L_77 = V_10; ValidationEventHandler_t791314227 * L_78 = ___handler0; NullCheck(L_77); int32_t L_79 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaNotation::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_77, L_78, __this); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_79))); } IL_0225: { RuntimeObject* L_80 = V_11; NullCheck(L_80); bool L_81 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_80); if (L_81) { goto IL_0201; } } IL_0231: { IL2CPP_LEAVE(0x24C, FINALLY_0236); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0236; } FINALLY_0236: { // begin finally (depth: 1) { RuntimeObject* L_82 = V_11; V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_82, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_83 = V_17; if (L_83) { goto IL_0244; } } IL_0243: { IL2CPP_END_FINALLY(566) } IL_0244: { RuntimeObject* L_84 = V_17; NullCheck(L_84); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_84); IL2CPP_END_FINALLY(566) } } // end finally (depth: 1) IL2CPP_CLEANUP(566) { IL2CPP_JUMP_TBL(0x24C, IL_024c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_024c: { int32_t L_85 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); if (L_85) { goto IL_025e; } } { ((XmlSchemaObject_t1315720168 *)__this)->set_isCompiled_5((bool)1); } IL_025e: { ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_Read_m1071701696_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaReader_t1164558392 * V_0 = NULL; int32_t V_1 = 0; XmlSchema_t3742557897 * V_2 = NULL; int32_t V_3 = 0; { XmlReader_t3121518892 * L_0 = ___rdr0; ValidationEventHandler_t791314227 * L_1 = ___validationEventHandler1; XmlSchemaReader_t1164558392 * L_2 = (XmlSchemaReader_t1164558392 *)il2cpp_codegen_object_new(XmlSchemaReader_t1164558392_il2cpp_TypeInfo_var); XmlSchemaReader__ctor_m387951045(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; XmlSchemaReader_t1164558392 * L_3 = V_0; NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.Schema.XmlSchemaReader::get_ReadState() */, L_3); if (L_4) { goto IL_001a; } } { XmlSchemaReader_t1164558392 * L_5 = V_0; NullCheck(L_5); XmlSchemaReader_ReadNextElement_m611223709(L_5, /*hidden argument*/NULL); } IL_001a: { XmlSchemaReader_t1164558392 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.Schema.XmlSchemaReader::get_Depth() */, L_6); V_1 = L_7; } IL_0021: { XmlSchemaReader_t1164558392 * L_8 = V_0; NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_8); V_3 = L_9; int32_t L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)1))) { goto IL_0034; } } { goto IL_00bf; } IL_0034: { XmlSchemaReader_t1164558392 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, _stringLiteral2397802450, /*hidden argument*/NULL); if (!L_13) { goto IL_00ae; } } { XmlSchema_t3742557897 * L_14 = (XmlSchema_t3742557897 *)il2cpp_codegen_object_new(XmlSchema_t3742557897_il2cpp_TypeInfo_var); XmlSchema__ctor_m4156575881(L_14, /*hidden argument*/NULL); V_2 = L_14; XmlSchema_t3742557897 * L_15 = V_2; XmlReader_t3121518892 * L_16 = ___rdr0; NullCheck(L_16); XmlNameTable_t71772148 * L_17 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_16); NullCheck(L_15); L_15->set_nameTable_29(L_17); XmlSchema_t3742557897 * L_18 = V_2; XmlSchemaReader_t1164558392 * L_19 = V_0; NullCheck(L_19); int32_t L_20 = XmlSchemaReader_get_LineNumber_m3920914464(L_19, /*hidden argument*/NULL); NullCheck(L_18); XmlSchemaObject_set_LineNumber_m1360499025(L_18, L_20, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_21 = V_2; XmlSchemaReader_t1164558392 * L_22 = V_0; NullCheck(L_22); int32_t L_23 = XmlSchemaReader_get_LinePosition_m2272047151(L_22, /*hidden argument*/NULL); NullCheck(L_21); XmlSchemaObject_set_LinePosition_m906865826(L_21, L_23, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_24 = V_2; XmlSchemaReader_t1164558392 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_25); NullCheck(L_24); XmlSchemaObject_set_SourceUri_m2760372687(L_24, L_26, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_27 = V_2; XmlSchemaReader_t1164558392 * L_28 = V_0; ValidationEventHandler_t791314227 * L_29 = ___validationEventHandler1; XmlSchema_ReadAttributes_m1606976521(NULL /*static, unused*/, L_27, L_28, L_29, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_30 = V_0; NullCheck(L_30); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_30); XmlSchemaReader_t1164558392 * L_31 = V_0; NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_31); if (L_32) { goto IL_00a6; } } { XmlSchema_t3742557897 * L_33 = V_2; XmlSchemaReader_t1164558392 * L_34 = V_0; ValidationEventHandler_t791314227 * L_35 = ___validationEventHandler1; XmlSchema_ReadContent_m2903404901(NULL /*static, unused*/, L_33, L_34, L_35, /*hidden argument*/NULL); goto IL_00ac; } IL_00a6: { XmlReader_t3121518892 * L_36 = ___rdr0; NullCheck(L_36); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.XmlReader::Skip() */, L_36); } IL_00ac: { XmlSchema_t3742557897 * L_37 = V_2; return L_37; } IL_00ae: { ValidationEventHandler_t791314227 * L_38 = ___validationEventHandler1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_38, _stringLiteral2074851062, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_00d0; } IL_00bf: { ValidationEventHandler_t791314227 * L_39 = ___validationEventHandler1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_39, _stringLiteral373255492, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_00d0; } IL_00d0: { XmlSchemaReader_t1164558392 * L_40 = V_0; NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.Schema.XmlSchemaReader::get_Depth() */, L_40); int32_t L_42 = V_1; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_00e7; } } { XmlSchemaReader_t1164558392 * L_43 = V_0; NullCheck(L_43); bool L_44 = XmlSchemaReader_ReadNextElement_m611223709(L_43, /*hidden argument*/NULL); if (L_44) { goto IL_0021; } } IL_00e7: { XmlSchemaException_t3511258692 * L_45 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_45, _stringLiteral3867670370, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_45,XmlSchema_Read_m1071701696_RuntimeMethod_var); } } // System.Void System.Xml.Schema.XmlSchema::ReadAttributes(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ReadAttributes_m1606976521 (RuntimeObject * __this /* static, unused */, XmlSchema_t3742557897 * ___schema0, XmlSchemaReader_t1164558392 * ___reader1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_ReadAttributes_m1606976521_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { XmlSchemaReader_t1164558392 * L_0 = ___reader1; NullCheck(L_0); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_0); goto IL_0217; } IL_000c: { XmlSchemaReader_t1164558392 * L_1 = ___reader1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_1); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_01b0; } } { Dictionary_2_t2736202052 * L_4 = ((XmlSchema_t3742557897_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchema_t3742557897_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map41_32(); if (L_4) { goto IL_0084; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 7, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral2706799785, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral2233139344, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral763438049, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral923469440, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_2; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral3454449607, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_2; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral973338492, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_2; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral1902401671, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_2; ((XmlSchema_t3742557897_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchema_t3742557897_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map41_32(L_13); } IL_0084: { Dictionary_2_t2736202052 * L_14 = ((XmlSchema_t3742557897_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchema_t3742557897_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map41_32(); String_t* L_15 = V_1; NullCheck(L_14); bool L_16 = Dictionary_2_TryGetValue_m1013208020(L_14, L_15, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_16) { goto IL_01b0; } } { int32_t L_17 = V_3; switch (L_17) { case 0: { goto IL_00bd; } case 1: { goto IL_00ed; } case 2: { goto IL_011d; } case 3: { goto IL_014d; } case 4: { goto IL_017d; } case 5: { goto IL_018e; } case 6: { goto IL_019f; } } } { goto IL_01b0; } IL_00bd: { XmlSchema_t3742557897 * L_18 = ___schema0; XmlSchemaReader_t1164558392 * L_19 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_20 = XmlSchemaUtil_ReadFormAttribute_m3742436596(NULL /*static, unused*/, L_19, (&V_0), /*hidden argument*/NULL); NullCheck(L_18); L_18->set_attributeFormDefault_13(L_20); Exception_t * L_21 = V_0; if (!L_21) { goto IL_00e8; } } { ValidationEventHandler_t791314227 * L_22 = ___h2; XmlSchemaReader_t1164558392 * L_23 = ___reader1; NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_23); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Concat_m3937257545(NULL /*static, unused*/, L_24, _stringLiteral2776285038, /*hidden argument*/NULL); Exception_t * L_26 = V_0; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_22, L_25, L_26, /*hidden argument*/NULL); } IL_00e8: { goto IL_0217; } IL_00ed: { XmlSchema_t3742557897 * L_27 = ___schema0; XmlSchemaReader_t1164558392 * L_28 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_29 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_ElementBlockAllowed_1(); int32_t L_30 = XmlSchemaUtil_ReadDerivationAttribute_m214019534(NULL /*static, unused*/, L_28, (&V_0), _stringLiteral2233139344, L_29, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_blockDefault_16(L_30); Exception_t * L_31 = V_0; if (!L_31) { goto IL_0118; } } { ValidationEventHandler_t791314227 * L_32 = ___h2; Exception_t * L_33 = V_0; NullCheck(L_33); String_t* L_34 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_33); Exception_t * L_35 = V_0; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_32, L_34, L_35, /*hidden argument*/NULL); } IL_0118: { goto IL_0217; } IL_011d: { XmlSchema_t3742557897 * L_36 = ___schema0; XmlSchemaReader_t1164558392 * L_37 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_38 = XmlSchemaUtil_ReadFormAttribute_m3742436596(NULL /*static, unused*/, L_37, (&V_0), /*hidden argument*/NULL); NullCheck(L_36); L_36->set_elementFormDefault_17(L_38); Exception_t * L_39 = V_0; if (!L_39) { goto IL_0148; } } { ValidationEventHandler_t791314227 * L_40 = ___h2; XmlSchemaReader_t1164558392 * L_41 = ___reader1; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3937257545(NULL /*static, unused*/, L_42, _stringLiteral4091877759, /*hidden argument*/NULL); Exception_t * L_44 = V_0; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_40, L_43, L_44, /*hidden argument*/NULL); } IL_0148: { goto IL_0217; } IL_014d: { XmlSchema_t3742557897 * L_45 = ___schema0; XmlSchemaReader_t1164558392 * L_46 = ___reader1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_47 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_FinalAllowed_0(); int32_t L_48 = XmlSchemaUtil_ReadDerivationAttribute_m214019534(NULL /*static, unused*/, L_46, (&V_0), _stringLiteral923469440, L_47, /*hidden argument*/NULL); NullCheck(L_45); L_45->set_finalDefault_19(L_48); Exception_t * L_49 = V_0; if (!L_49) { goto IL_0178; } } { ValidationEventHandler_t791314227 * L_50 = ___h2; Exception_t * L_51 = V_0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_51); Exception_t * L_53 = V_0; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_52, L_53, /*hidden argument*/NULL); } IL_0178: { goto IL_0217; } IL_017d: { XmlSchema_t3742557897 * L_54 = ___schema0; XmlSchemaReader_t1164558392 * L_55 = ___reader1; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_55); NullCheck(L_54); L_54->set_id_21(L_56); goto IL_0217; } IL_018e: { XmlSchema_t3742557897 * L_57 = ___schema0; XmlSchemaReader_t1164558392 * L_58 = ___reader1; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_58); NullCheck(L_57); L_57->set_targetNamespace_26(L_59); goto IL_0217; } IL_019f: { XmlSchema_t3742557897 * L_60 = ___schema0; XmlSchemaReader_t1164558392 * L_61 = ___reader1; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_61); NullCheck(L_60); L_60->set_version_27(L_62); goto IL_0217; } IL_01b0: { XmlSchemaReader_t1164558392 * L_63 = ___reader1; NullCheck(L_63); String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_63); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_66 = String_op_Equality_m920492651(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01da; } } { XmlSchemaReader_t1164558392 * L_67 = ___reader1; NullCheck(L_67); String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_67); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_69 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_68, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_69) { goto IL_01ef; } } IL_01da: { XmlSchemaReader_t1164558392 * L_70 = ___reader1; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Equality_m920492651(NULL /*static, unused*/, L_71, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_72) { goto IL_020b; } } IL_01ef: { ValidationEventHandler_t791314227 * L_73 = ___h2; XmlSchemaReader_t1164558392 * L_74 = ___reader1; 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*/, L_75, _stringLiteral3214534383, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0212; } IL_020b: { XmlSchemaReader_t1164558392 * L_77 = ___reader1; XmlSchema_t3742557897 * L_78 = ___schema0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); } IL_0212: { goto IL_0217; } IL_0217: { XmlSchemaReader_t1164558392 * L_79 = ___reader1; NullCheck(L_79); bool L_80 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_79); if (L_80) { goto IL_000c; } } { return; } } // System.Void System.Xml.Schema.XmlSchema::ReadContent(System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_ReadContent_m2903404901 (RuntimeObject * __this /* static, unused */, XmlSchema_t3742557897 * ___schema0, XmlSchemaReader_t1164558392 * ___reader1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchema_ReadContent_m2903404901_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaInclude_t2307352039 * V_1 = NULL; XmlSchemaImport_t3509836441 * V_2 = NULL; XmlSchemaRedefine_t4020109446 * V_3 = NULL; XmlSchemaAnnotation_t2553753397 * V_4 = NULL; XmlSchemaSimpleType_t2678868104 * V_5 = NULL; XmlSchemaComplexType_t3740801802 * V_6 = NULL; XmlSchemaGroup_t1441741786 * V_7 = NULL; XmlSchemaAttributeGroup_t246430545 * V_8 = NULL; XmlSchemaElement_t427880856 * V_9 = NULL; XmlSchemaAttribute_t2797257020 * V_10 = NULL; XmlSchemaNotation_t2664560277 * V_11 = NULL; XmlSchemaAnnotation_t2553753397 * V_12 = NULL; { XmlSchemaReader_t1164558392 * L_0 = ___reader1; NullCheck(L_0); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_0); XmlSchemaReader_t1164558392 * L_1 = ___reader1; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_2, _stringLiteral2397802450, /*hidden argument*/NULL); if (!L_3) { goto IL_005f; } } { XmlSchemaReader_t1164558392 * L_4 = ___reader1; NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_5, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_6) { goto IL_005f; } } { XmlSchemaReader_t1164558392 * L_7 = ___reader1; NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_7); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_005f; } } { ValidationEventHandler_t791314227 * L_9 = ___h2; XmlSchemaReader_t1164558392 * L_10 = ___reader1; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_10); XmlSchemaReader_t1164558392 * L_12 = ___reader1; NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral262452865, L_11, _stringLiteral3450517380, L_13, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_9, L_14, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_005f: { V_0 = 1; goto IL_0351; } IL_0066: { XmlSchemaReader_t1164558392 * L_15 = ___reader1; NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)15))))) { goto IL_00a4; } } { XmlSchemaReader_t1164558392 * L_17 = ___reader1; NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_18, _stringLiteral2397802450, /*hidden argument*/NULL); if (!L_19) { goto IL_009f; } } { ValidationEventHandler_t791314227 * L_20 = ___h2; XmlSchemaReader_t1164558392 * L_21 = ___reader1; NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_21); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2092576800, L_22, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_20, L_23, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_009f: { goto IL_035c; } IL_00a4: { int32_t L_24 = V_0; if ((((int32_t)L_24) > ((int32_t)1))) { goto IL_0182; } } { XmlSchemaReader_t1164558392 * L_25 = ___reader1; NullCheck(L_25); String_t* L_26 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral3660550252, /*hidden argument*/NULL); if (!L_27) { goto IL_00e0; } } { XmlSchemaReader_t1164558392 * L_28 = ___reader1; ValidationEventHandler_t791314227 * L_29 = ___h2; XmlSchemaInclude_t2307352039 * L_30 = XmlSchemaInclude_Read_m2182012856(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); V_1 = L_30; XmlSchemaInclude_t2307352039 * L_31 = V_1; if (!L_31) { goto IL_00db; } } { XmlSchema_t3742557897 * L_32 = ___schema0; NullCheck(L_32); XmlSchemaObjectCollection_t1064819932 * L_33 = L_32->get_includes_22(); XmlSchemaInclude_t2307352039 * L_34 = V_1; NullCheck(L_33); XmlSchemaObjectCollection_Add_m1142549045(L_33, L_34, /*hidden argument*/NULL); } IL_00db: { goto IL_0351; } IL_00e0: { XmlSchemaReader_t1164558392 * L_35 = ___reader1; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, _stringLiteral3207129801, /*hidden argument*/NULL); if (!L_37) { goto IL_0115; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader1; ValidationEventHandler_t791314227 * L_39 = ___h2; XmlSchemaImport_t3509836441 * L_40 = XmlSchemaImport_Read_m896922880(NULL /*static, unused*/, L_38, L_39, /*hidden argument*/NULL); V_2 = L_40; XmlSchemaImport_t3509836441 * L_41 = V_2; if (!L_41) { goto IL_0110; } } { XmlSchema_t3742557897 * L_42 = ___schema0; NullCheck(L_42); XmlSchemaObjectCollection_t1064819932 * L_43 = L_42->get_includes_22(); XmlSchemaImport_t3509836441 * L_44 = V_2; NullCheck(L_43); XmlSchemaObjectCollection_Add_m1142549045(L_43, L_44, /*hidden argument*/NULL); } IL_0110: { goto IL_0351; } IL_0115: { XmlSchemaReader_t1164558392 * L_45 = ___reader1; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_46, _stringLiteral3379208704, /*hidden argument*/NULL); if (!L_47) { goto IL_014a; } } { XmlSchemaReader_t1164558392 * L_48 = ___reader1; ValidationEventHandler_t791314227 * L_49 = ___h2; XmlSchemaRedefine_t4020109446 * L_50 = XmlSchemaRedefine_Read_m1202760073(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); V_3 = L_50; XmlSchemaRedefine_t4020109446 * L_51 = V_3; if (!L_51) { goto IL_0145; } } { XmlSchema_t3742557897 * L_52 = ___schema0; NullCheck(L_52); XmlSchemaObjectCollection_t1064819932 * L_53 = L_52->get_includes_22(); XmlSchemaRedefine_t4020109446 * L_54 = V_3; NullCheck(L_53); XmlSchemaObjectCollection_Add_m1142549045(L_53, L_54, /*hidden argument*/NULL); } IL_0145: { goto IL_0351; } IL_014a: { XmlSchemaReader_t1164558392 * L_55 = ___reader1; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_55); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Equality_m920492651(NULL /*static, unused*/, L_56, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_57) { goto IL_0182; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader1; ValidationEventHandler_t791314227 * L_59 = ___h2; XmlSchemaAnnotation_t2553753397 * L_60 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); V_4 = L_60; XmlSchemaAnnotation_t2553753397 * L_61 = V_4; if (!L_61) { goto IL_017d; } } { XmlSchema_t3742557897 * L_62 = ___schema0; NullCheck(L_62); XmlSchemaObjectCollection_t1064819932 * L_63 = L_62->get_items_23(); XmlSchemaAnnotation_t2553753397 * L_64 = V_4; NullCheck(L_63); XmlSchemaObjectCollection_Add_m1142549045(L_63, L_64, /*hidden argument*/NULL); } IL_017d: { goto IL_0351; } IL_0182: { int32_t L_65 = V_0; if ((((int32_t)L_65) > ((int32_t)2))) { goto IL_034b; } } { V_0 = 2; XmlSchemaReader_t1164558392 * L_66 = ___reader1; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_68) { goto IL_01c3; } } { XmlSchemaReader_t1164558392 * L_69 = ___reader1; ValidationEventHandler_t791314227 * L_70 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_71 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_5 = L_71; XmlSchemaSimpleType_t2678868104 * L_72 = V_5; if (!L_72) { goto IL_01be; } } { XmlSchema_t3742557897 * L_73 = ___schema0; NullCheck(L_73); XmlSchemaObjectCollection_t1064819932 * L_74 = L_73->get_items_23(); XmlSchemaSimpleType_t2678868104 * L_75 = V_5; NullCheck(L_74); XmlSchemaObjectCollection_Add_m1142549045(L_74, L_75, /*hidden argument*/NULL); } IL_01be: { goto IL_0351; } IL_01c3: { XmlSchemaReader_t1164558392 * L_76 = ___reader1; NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_78 = String_op_Equality_m920492651(NULL /*static, unused*/, L_77, _stringLiteral2444421609, /*hidden argument*/NULL); if (!L_78) { goto IL_01fb; } } { XmlSchemaReader_t1164558392 * L_79 = ___reader1; ValidationEventHandler_t791314227 * L_80 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_81 = XmlSchemaComplexType_Read_m2926646157(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); V_6 = L_81; XmlSchemaComplexType_t3740801802 * L_82 = V_6; if (!L_82) { goto IL_01f6; } } { XmlSchema_t3742557897 * L_83 = ___schema0; NullCheck(L_83); XmlSchemaObjectCollection_t1064819932 * L_84 = L_83->get_items_23(); XmlSchemaComplexType_t3740801802 * L_85 = V_6; NullCheck(L_84); XmlSchemaObjectCollection_Add_m1142549045(L_84, L_85, /*hidden argument*/NULL); } IL_01f6: { goto IL_0351; } IL_01fb: { XmlSchemaReader_t1164558392 * L_86 = ___reader1; NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_88 = String_op_Equality_m920492651(NULL /*static, unused*/, L_87, _stringLiteral3122773422, /*hidden argument*/NULL); if (!L_88) { goto IL_0233; } } { XmlSchemaReader_t1164558392 * L_89 = ___reader1; ValidationEventHandler_t791314227 * L_90 = ___h2; XmlSchemaGroup_t1441741786 * L_91 = XmlSchemaGroup_Read_m2989256960(NULL /*static, unused*/, L_89, L_90, /*hidden argument*/NULL); V_7 = L_91; XmlSchemaGroup_t1441741786 * L_92 = V_7; if (!L_92) { goto IL_022e; } } { XmlSchema_t3742557897 * L_93 = ___schema0; NullCheck(L_93); XmlSchemaObjectCollection_t1064819932 * L_94 = L_93->get_items_23(); XmlSchemaGroup_t1441741786 * L_95 = V_7; NullCheck(L_94); XmlSchemaObjectCollection_Add_m1142549045(L_94, L_95, /*hidden argument*/NULL); } IL_022e: { goto IL_0351; } IL_0233: { XmlSchemaReader_t1164558392 * L_96 = ___reader1; NullCheck(L_96); String_t* L_97 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_96); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_98 = String_op_Equality_m920492651(NULL /*static, unused*/, L_97, _stringLiteral400592889, /*hidden argument*/NULL); if (!L_98) { goto IL_026b; } } { XmlSchemaReader_t1164558392 * L_99 = ___reader1; ValidationEventHandler_t791314227 * L_100 = ___h2; XmlSchemaAttributeGroup_t246430545 * L_101 = XmlSchemaAttributeGroup_Read_m1384675368(NULL /*static, unused*/, L_99, L_100, /*hidden argument*/NULL); V_8 = L_101; XmlSchemaAttributeGroup_t246430545 * L_102 = V_8; if (!L_102) { goto IL_0266; } } { XmlSchema_t3742557897 * L_103 = ___schema0; NullCheck(L_103); XmlSchemaObjectCollection_t1064819932 * L_104 = L_103->get_items_23(); XmlSchemaAttributeGroup_t246430545 * L_105 = V_8; NullCheck(L_104); XmlSchemaObjectCollection_Add_m1142549045(L_104, L_105, /*hidden argument*/NULL); } IL_0266: { goto IL_0351; } IL_026b: { XmlSchemaReader_t1164558392 * L_106 = ___reader1; NullCheck(L_106); String_t* L_107 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_106); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_108 = String_op_Equality_m920492651(NULL /*static, unused*/, L_107, _stringLiteral4059539929, /*hidden argument*/NULL); if (!L_108) { goto IL_02a3; } } { XmlSchemaReader_t1164558392 * L_109 = ___reader1; ValidationEventHandler_t791314227 * L_110 = ___h2; XmlSchemaElement_t427880856 * L_111 = XmlSchemaElement_Read_m470865371(NULL /*static, unused*/, L_109, L_110, /*hidden argument*/NULL); V_9 = L_111; XmlSchemaElement_t427880856 * L_112 = V_9; if (!L_112) { goto IL_029e; } } { XmlSchema_t3742557897 * L_113 = ___schema0; NullCheck(L_113); XmlSchemaObjectCollection_t1064819932 * L_114 = L_113->get_items_23(); XmlSchemaElement_t427880856 * L_115 = V_9; NullCheck(L_114); XmlSchemaObjectCollection_Add_m1142549045(L_114, L_115, /*hidden argument*/NULL); } IL_029e: { goto IL_0351; } IL_02a3: { XmlSchemaReader_t1164558392 * L_116 = ___reader1; NullCheck(L_116); String_t* L_117 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_116); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_118 = String_op_Equality_m920492651(NULL /*static, unused*/, L_117, _stringLiteral4158421234, /*hidden argument*/NULL); if (!L_118) { goto IL_02db; } } { XmlSchemaReader_t1164558392 * L_119 = ___reader1; ValidationEventHandler_t791314227 * L_120 = ___h2; XmlSchemaAttribute_t2797257020 * L_121 = XmlSchemaAttribute_Read_m3620037629(NULL /*static, unused*/, L_119, L_120, /*hidden argument*/NULL); V_10 = L_121; XmlSchemaAttribute_t2797257020 * L_122 = V_10; if (!L_122) { goto IL_02d6; } } { XmlSchema_t3742557897 * L_123 = ___schema0; NullCheck(L_123); XmlSchemaObjectCollection_t1064819932 * L_124 = L_123->get_items_23(); XmlSchemaAttribute_t2797257020 * L_125 = V_10; NullCheck(L_124); XmlSchemaObjectCollection_Add_m1142549045(L_124, L_125, /*hidden argument*/NULL); } IL_02d6: { goto IL_0351; } IL_02db: { XmlSchemaReader_t1164558392 * L_126 = ___reader1; NullCheck(L_126); String_t* L_127 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_126); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_128 = String_op_Equality_m920492651(NULL /*static, unused*/, L_127, _stringLiteral1757920329, /*hidden argument*/NULL); if (!L_128) { goto IL_0313; } } { XmlSchemaReader_t1164558392 * L_129 = ___reader1; ValidationEventHandler_t791314227 * L_130 = ___h2; XmlSchemaNotation_t2664560277 * L_131 = XmlSchemaNotation_Read_m2590247452(NULL /*static, unused*/, L_129, L_130, /*hidden argument*/NULL); V_11 = L_131; XmlSchemaNotation_t2664560277 * L_132 = V_11; if (!L_132) { goto IL_030e; } } { XmlSchema_t3742557897 * L_133 = ___schema0; NullCheck(L_133); XmlSchemaObjectCollection_t1064819932 * L_134 = L_133->get_items_23(); XmlSchemaNotation_t2664560277 * L_135 = V_11; NullCheck(L_134); XmlSchemaObjectCollection_Add_m1142549045(L_134, L_135, /*hidden argument*/NULL); } IL_030e: { goto IL_0351; } IL_0313: { XmlSchemaReader_t1164558392 * L_136 = ___reader1; NullCheck(L_136); String_t* L_137 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_136); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_138 = String_op_Equality_m920492651(NULL /*static, unused*/, L_137, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_138) { goto IL_034b; } } { XmlSchemaReader_t1164558392 * L_139 = ___reader1; ValidationEventHandler_t791314227 * L_140 = ___h2; XmlSchemaAnnotation_t2553753397 * L_141 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_139, L_140, /*hidden argument*/NULL); V_12 = L_141; XmlSchemaAnnotation_t2553753397 * L_142 = V_12; if (!L_142) { goto IL_0346; } } { XmlSchema_t3742557897 * L_143 = ___schema0; NullCheck(L_143); XmlSchemaObjectCollection_t1064819932 * L_144 = L_143->get_items_23(); XmlSchemaAnnotation_t2553753397 * L_145 = V_12; NullCheck(L_144); XmlSchemaObjectCollection_Add_m1142549045(L_144, L_145, /*hidden argument*/NULL); } IL_0346: { goto IL_0351; } IL_034b: { XmlSchemaReader_t1164558392 * L_146 = ___reader1; NullCheck(L_146); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_146, /*hidden argument*/NULL); } IL_0351: { XmlSchemaReader_t1164558392 * L_147 = ___reader1; NullCheck(L_147); bool L_148 = XmlSchemaReader_ReadNextElement_m611223709(L_147, /*hidden argument*/NULL); if (L_148) { goto IL_0066; } } IL_035c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif