#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct 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 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 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 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); } }; 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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; // Mono.Xml.DictionaryBase struct DictionaryBase_t52754249; // System.Collections.Generic.List`1> struct List_1_t218596005; // System.Collections.Generic.List`1> struct List_1_t4002292061; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t4133380278; // Mono.Xml.DictionaryBase/<>c__Iterator3 struct U3CU3Ec__Iterator3_t2072931442; // Mono.Xml.DTDNode struct DTDNode_t858560093; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t1291130561; // System.NotSupportedException struct NotSupportedException_t1314879016; // Mono.Xml.DTDAnyAutomata struct DTDAnyAutomata_t3633486160; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // Mono.Xml.DTDAutomata struct DTDAutomata_t781538777; // System.String struct String_t; // Mono.Xml.DTDAttListDeclaration struct DTDAttListDeclaration_t3593159715; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Collections.ArrayList struct ArrayList_t2718874744; // Mono.Xml.DTDAttributeDefinition struct DTDAttributeDefinition_t3434905422; // System.Collections.IList struct IList_t2094931216; // System.InvalidOperationException struct InvalidOperationException_t56020091; // Mono.Xml.DTDAttListDeclarationCollection struct DTDAttListDeclarationCollection_t2220366188; // Mono.Xml.DTDCollectionBase struct DTDCollectionBase_t3926218464; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // Mono.Xml.DTDInvalidAutomata struct DTDInvalidAutomata_t1406553220; // Mono.Xml.DTDEmptyAutomata struct DTDEmptyAutomata_t465590953; // Mono.Xml.DTDAutomataFactory struct DTDAutomataFactory_t2958275022; // Mono.Xml.DTDChoiceAutomata struct DTDChoiceAutomata_t3129343723; // Mono.Xml.DTDSequenceAutomata struct DTDSequenceAutomata_t2865847115; // Mono.Xml.DTDContentModel struct DTDContentModel_t3264596611; // Mono.Xml.DTDContentModelCollection struct DTDContentModelCollection_t2798820000; // Mono.Xml.DTDElementDeclaration struct DTDElementDeclaration_t1830540991; // Mono.Xml.DTDElementDeclarationCollection struct DTDElementDeclarationCollection_t222313714; // Mono.Xml.DTDOneOrMoreAutomata struct DTDOneOrMoreAutomata_t1192707047; // Mono.Xml.DTDElementAutomata struct DTDElementAutomata_t1050190167; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692; // System.Exception struct Exception_t; // Mono.Xml.DTDEntityBase struct DTDEntityBase_t1228162861; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Uri struct Uri_t100236324; // System.Type struct Type_t; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // Mono.Xml2.XmlTextReader struct XmlTextReader_t3455035481; // System.IO.Stream struct Stream_t1273022909; // System.IO.TextReader struct TextReader_t283511965; // Mono.Xml.DTDEntityDeclaration struct DTDEntityDeclaration_t811637416; // System.Xml.XmlException struct XmlException_t1761730631; // Mono.Xml.DTDEntityDeclarationCollection struct DTDEntityDeclarationCollection_t2250844513; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168; // System.Xml.IXmlLineInfo struct IXmlLineInfo_t2353988607; // Mono.Xml.DTDNotationDeclaration struct DTDNotationDeclaration_t3702682588; // Mono.Xml.DTDNotationDeclarationCollection struct DTDNotationDeclarationCollection_t959292105; // Mono.Xml.DTDParameterEntityDeclarationCollection struct DTDParameterEntityDeclarationCollection_t2844734410; // System.Xml.Schema.XmlSchemaException[] struct XmlSchemaExceptionU5BU5D_t4099652653; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // Mono.Xml.DTDParameterEntityDeclaration struct DTDParameterEntityDeclaration_t3796253422; // Mono.Xml.DTDValidatingReader struct DTDValidatingReader_t3946379043; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.XmlValidatingReader struct XmlValidatingReader_t1719295192; // System.Collections.Stack struct Stack_t2329662280; // Mono.Xml.EntityResolvingXmlReader struct EntityResolvingXmlReader_t1267732406; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // System.Xml.XmlTextReader struct XmlTextReader_t4233384356; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // Mono.Xml.DTDValidatingReader/AttributeSlot struct AttributeSlot_t3985135163; // System.IndexOutOfRangeException struct IndexOutOfRangeException_t1578797820; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.String[] struct StringU5BU5D_t1281789340; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t3610399789; // System.Char[] struct CharU5BU5D_t3528271667; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // Mono.Xml.Schema.XdtAnyAtomicType struct XdtAnyAtomicType_t269366253; // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485; // Mono.Xml.Schema.XdtDayTimeDuration struct XdtDayTimeDuration_t268779858; // Mono.Xml.Schema.XsdDuration struct XsdDuration_t1555973170; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.ValueType struct ValueType_t3640485471; // Mono.Xml.Schema.XdtUntypedAtomic struct XdtUntypedAtomic_t1388131523; // Mono.Xml.Schema.XdtYearMonthDuration struct XdtYearMonthDuration_t1503718519; // Mono.Xml.Schema.XmlSchemaUri struct XmlSchemaUri_t3948303260; // Mono.Xml.Schema.XmlSchemaValidatingReader struct XmlSchemaValidatingReader_t3113890617; // Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4 struct U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.Schema.XmlSchemaValidator struct XmlSchemaValidator_t1317961423; // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_t777629997; // Mono.Xml.Schema.XsdAllValidationState struct XsdAllValidationState_t2703884157; // System.Xml.Schema.XmlSchemaAll struct XmlSchemaAll_t1118454309; // Mono.Xml.Schema.XsdParticleStateManager struct XsdParticleStateManager_t726654767; // Mono.Xml.Schema.XsdValidationState struct XsdValidationState_t376578997; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_t3631079376; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t1064819932; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Xml.Schema.XsdInvalidValidationState struct XsdInvalidValidationState_t3749995458; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t3828501457; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t1906017689; // Mono.Xml.Schema.XsdAnyURI struct XsdAnyURI_t2755748070; // Mono.Xml.Schema.XsdString struct XsdString_t3049094358; // Mono.Xml.Schema.XsdAnyValidationState struct XsdAnyValidationState_t3421545252; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t1119175207; // System.Collections.Specialized.StringCollection struct StringCollection_t167406615; // Mono.Xml.Schema.XsdAppendedValidationState struct XsdAppendedValidationState_t3608891238; // Mono.Xml.Schema.XsdBase64Binary struct XsdBase64Binary_t3360383190; // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211; // System.Security.Cryptography.FromBase64Transform struct FromBase64Transform_t2896579788; // System.Byte[] struct ByteU5BU5D_t4116647657; // Mono.Xml.Schema.XsdBoolean struct XsdBoolean_t380164876; // Mono.Xml.Schema.XsdByte struct XsdByte_t2221093920; // Mono.Xml.Schema.XsdShort struct XsdShort_t3489811876; // Mono.Xml.Schema.XsdChoiceValidationState struct XsdChoiceValidationState_t2566230191; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t959520675; // Mono.Xml.Schema.XsdDate struct XsdDate_t1417753656; // Mono.Xml.Schema.XsdDateTime struct XsdDateTime_t2563698975; // Mono.Xml.Schema.XsdDecimal struct XsdDecimal_t1288601093; // Mono.Xml.Schema.XsdDouble struct XsdDouble_t3324344982; // Mono.Xml.Schema.XsdElementValidationState struct XsdElementValidationState_t2214590119; // Mono.Xml.Schema.XsdEmptyValidationState struct XsdEmptyValidationState_t1344146143; // Mono.Xml.Schema.XsdEntities struct XsdEntities_t1477210398; // Mono.Xml.Schema.XsdName struct XsdName_t2755146808; // System.ArgumentException struct ArgumentException_t132251570; // Mono.Xml.Schema.XsdEntity struct XsdEntity_t3956505874; // Mono.Xml.Schema.XsdFloat struct XsdFloat_t3181928905; // Mono.Xml.Schema.XsdGDay struct XsdGDay_t293490745; // Mono.Xml.Schema.XsdGMonth struct XsdGMonth_t3913018815; // Mono.Xml.Schema.XsdGMonthDay struct XsdGMonthDay_t2605134399; // Mono.Xml.Schema.XsdGYear struct XsdGYear_t3316212116; // Mono.Xml.Schema.XsdGYearMonth struct XsdGYearMonth_t3399073121; // Mono.Xml.Schema.XsdHexBinary struct XsdHexBinary_t882812470; // Mono.Xml.Schema.XsdID struct XsdID_t34704195; // Mono.Xml.Schema.XsdIdentityField struct XsdIdentityField_t1964115728; // System.Xml.Schema.XmlSchemaXPath struct XmlSchemaXPath_t3156455507; // Mono.Xml.Schema.XsdIdentityPath[] struct XsdIdentityPathU5BU5D_t2466178853; // Mono.Xml.Schema.XsdIdentityPath struct XsdIdentityPath_t991900844; // Mono.Xml.Schema.XsdIdentityStep struct XsdIdentityStep_t1480907129; // Mono.Xml.Schema.XsdIdentitySelector struct XsdIdentitySelector_t574258590; // Mono.Xml.Schema.XsdIdentityField[] struct XsdIdentityFieldU5BU5D_t881076913; // Mono.Xml.Schema.XsdIDManager struct XsdIDManager_t1008806102; // Mono.Xml.Schema.XsdIDRef struct XsdIDRef_t2913612829; // Mono.Xml.Schema.XsdIDRefs struct XsdIDRefs_t16099206; // Mono.Xml.Schema.XsdInt struct XsdInt_t33917785; // Mono.Xml.Schema.XsdLong struct XsdLong_t1324632828; // Mono.Xml.Schema.XsdInteger struct XsdInteger_t2044766898; // System.FormatException struct FormatException_t154580423; // Mono.Xml.Schema.XsdKeyEntry struct XsdKeyEntry_t693496666; // Mono.Xml.Schema.XsdKeyTable struct XsdKeyTable_t2156891743; // Mono.Xml.Schema.XsdKeyEntryFieldCollection struct XsdKeyEntryFieldCollection_t3698183622; // Mono.Xml.Schema.XsdKeyEntryField struct XsdKeyEntryField_t3552275292; // System.Xml.Schema.XmlSchemaIdentityConstraint struct XmlSchemaIdentityConstraint_t297318432; // System.Xml.Schema.XmlSchemaValidationException struct XmlSchemaValidationException_t816160496; // Mono.Xml.Schema.XsdKeyEntryCollection struct XsdKeyEntryCollection_t3090959213; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214; // Mono.Xml.Schema.XsdLanguage struct XsdLanguage_t1876291273; // Mono.Xml.Schema.XsdToken struct XsdToken_t1239036978; // Mono.Xml.Schema.XsdNCName struct XsdNCName_t3943159043; // Mono.Xml.Schema.XsdNegativeInteger struct XsdNegativeInteger_t2178753546; // Mono.Xml.Schema.XsdNonPositiveInteger struct XsdNonPositiveInteger_t1029055398; // Mono.Xml.Schema.XsdNMToken struct XsdNMToken_t834691671; // Mono.Xml.Schema.XsdNMTokens struct XsdNMTokens_t4246953255; // Mono.Xml.Schema.XsdNonNegativeInteger struct XsdNonNegativeInteger_t308064234; // Mono.Xml.Schema.XsdNormalizedString struct XsdNormalizedString_t3260789355; // Mono.Xml.Schema.XsdNotation struct XsdNotation_t2827634056; // Mono.Xml.Schema.XsdValidationContext struct XsdValidationContext_t1104170526; // Mono.Xml.Schema.XsdSequenceValidationState struct XsdSequenceValidationState_t429792968; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t2018345177; // Mono.Xml.Schema.XsdPositiveInteger struct XsdPositiveInteger_t1704031413; // Mono.Xml.Schema.XsdQName struct XsdQName_t2385631467; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // Mono.Xml.Schema.XsdTime struct XsdTime_t3558487088; // Mono.Xml.Schema.XsdUnsignedByte struct XsdUnsignedByte_t2304219558; // Mono.Xml.Schema.XsdUnsignedShort struct XsdUnsignedShort_t3654069686; // Mono.Xml.Schema.XsdUnsignedInt struct XsdUnsignedInt_t72105793; // Mono.Xml.Schema.XsdUnsignedLong struct XsdUnsignedLong_t1409593434; // Mono.Xml.Schema.XsdValidatingReader struct XsdValidatingReader_t3961132625; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t472803608; // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t4071426880; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_t3925451115; // System.Xml.Schema.XmlSchema struct XmlSchema_t3742557897; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Collections.Generic.Link[] struct LinkU5BU5D_t964245573; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t3954782707; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Collections.Generic.Dictionary`2/Transform`1 struct Transform_1_t3530625384; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Uri/UriScheme[] struct UriSchemeU5BU5D_t2082808316; // System.UriParser struct UriParser_t3890150400; // System.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // System.Runtime.Remoting.ServerIdentity struct ServerIdentity_t2342208608; // System.Text.DecoderFallback struct DecoderFallback_t3123823036; // System.Text.EncoderFallback struct EncoderFallback_t1188251036; // System.Reflection.Assembly struct Assembly_t; // System.Text.Encoding struct Encoding_t1523322056; // Mono.Xml.Schema.XsdIdentityStep[] struct XsdIdentityStepU5BU5D_t2964233348; // System.Collections.Hashtable/Slot[] struct SlotU5BU5D_t2994659099; // System.Collections.Hashtable/HashKeys struct HashKeys_t1568156503; // System.Collections.Hashtable/HashValues struct HashValues_t618387445; // System.Collections.IHashCodeProvider struct IHashCodeProvider_t267601189; // System.Collections.IComparer struct IComparer_t1540313114; // System.Collections.IEqualityComparer struct IEqualityComparer_t1493878338; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t3368185270; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Net.ICredentials struct ICredentials_t725721261; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // Mono.Xml.DTDValidatingReader/AttributeSlot[] struct AttributeSlotU5BU5D_t600906362; // System.Collections.Generic.Stack`1 struct Stack_1_t2690840144; // 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.Schema.XmlSchemaAttribute[] struct XmlSchemaAttributeU5BU5D_t346244693; // Mono.Xml.IHasXmlSchemaInfo struct IHasXmlSchemaInfo_t74872415; // Mono.Xml2.XmlTextReader/XmlTokenInfo struct XmlTokenInfo_t2519673037; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo struct XmlAttributeTokenInfo_t384315108; // Mono.Xml2.XmlTextReader/XmlAttributeTokenInfo[] struct XmlAttributeTokenInfoU5BU5D_t1089758477; // Mono.Xml2.XmlTextReader/XmlTokenInfo[] struct XmlTokenInfoU5BU5D_t2522587488; // Mono.Xml2.XmlTextReader/TagName[] struct TagNameU5BU5D_t2055670886; // System.Xml.XmlReaderBinarySupport/CharGetter struct CharGetter_t1703763694; // System.Xml.NameTable struct NameTable_t3178203267; // Mono.Xml2.XmlTextReader/DtdInputStateStack struct DtdInputStateStack_t339956957; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_t1490365106; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Text.RegularExpressions.Regex[] struct RegexU5BU5D_t1561692752; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t1471530361; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t1394089049; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t963227996; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t602185179; // Mono.Xml.Schema.XsdWildcard struct XsdWildcard_t2790389089; extern RuntimeClass* List_1_t218596005_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1__ctor_m3719414661_RuntimeMethod_var; extern const uint32_t DictionaryBase__ctor_m2815385134_MetadataUsageId; extern RuntimeClass* U3CU3Ec__Iterator3_t2072931442_il2cpp_TypeInfo_var; extern const uint32_t DictionaryBase_get_Values_m2364603791_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator3_System_Collections_Generic_IEnumerableU3CMono_Xml_DTDNodeU3E_GetEnumerator_m2276929946_MetadataUsageId; extern RuntimeClass* Enumerator_t2107839882_il2cpp_TypeInfo_var; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const RuntimeMethod* List_1_GetEnumerator_m2603131426_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_get_Current_m2517474147_RuntimeMethod_var; extern const RuntimeMethod* KeyValuePair_2_get_Value_m161162096_RuntimeMethod_var; extern const RuntimeMethod* Enumerator_MoveNext_m1007991587_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator3_MoveNext_m1137428688_MetadataUsageId; extern const uint32_t U3CU3Ec__Iterator3_Dispose_m3617304968_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CU3Ec__Iterator3_Reset_m3078230622_RuntimeMethod_var; extern const uint32_t U3CU3Ec__Iterator3_Reset_m3078230622_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t DTDAttListDeclaration__ctor_m994004250_MetadataUsageId; extern RuntimeClass* DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var; extern const uint32_t DTDAttListDeclaration_Get_m4035482393_MetadataUsageId; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern const uint32_t DTDAttListDeclaration_Get_m2748697277_MetadataUsageId; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDAttListDeclaration_Add_m130084984_RuntimeMethod_var; extern String_t* _stringLiteral2137969353; extern const uint32_t DTDAttListDeclaration_Add_m130084984_MetadataUsageId; extern RuntimeClass* DTDAttListDeclaration_t3593159715_il2cpp_TypeInfo_var; extern const uint32_t DTDAttListDeclarationCollection_get_Item_m3930829771_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern const uint32_t DTDAttListDeclarationCollection_Add_m2745516726_MetadataUsageId; extern const uint32_t DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161_MetadataUsageId; extern const uint32_t DTDAttributeDefinition_get_EnumeratedNotations_m770732171_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern const uint32_t DTDAttributeDefinition_ComputeDefaultValue_m119210498_MetadataUsageId; extern const uint32_t DTDAutomataFactory__ctor_m2489245750_MetadataUsageId; extern RuntimeClass* DTDChoiceAutomata_t3129343723_il2cpp_TypeInfo_var; extern const uint32_t DTDAutomataFactory_Choice_m2338484969_MetadataUsageId; extern RuntimeClass* DTDSequenceAutomata_t2865847115_il2cpp_TypeInfo_var; extern const uint32_t DTDAutomataFactory_Sequence_m3563248718_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2__ctor_m3377111667_RuntimeMethod_var; extern const RuntimeMethod* List_1_Add_m1569234273_RuntimeMethod_var; extern const uint32_t DTDCollectionBase_BaseAdd_m1921945204_MetadataUsageId; extern const RuntimeMethod* KeyValuePair_2_get_Key_m2782160121_RuntimeMethod_var; extern const uint32_t DTDCollectionBase_Contains_m2242936902_MetadataUsageId; extern const uint32_t DTDCollectionBase_BaseGet_m4125684817_MetadataUsageId; extern RuntimeClass* DTDContentModelCollection_t2798820000_il2cpp_TypeInfo_var; extern const uint32_t DTDContentModel__ctor_m1009718562_MetadataUsageId; extern RuntimeClass* DTDOneOrMoreAutomata_t1192707047_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDContentModel_CompileInternal_m1703661021_RuntimeMethod_var; extern const uint32_t DTDContentModel_CompileInternal_m1703661021_MetadataUsageId; extern RuntimeClass* DTDElementAutomata_t1050190167_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDContentModel_GetBasicContentAutomata_m148994321_RuntimeMethod_var; extern String_t* _stringLiteral8053872; extern const uint32_t DTDContentModel_GetBasicContentAutomata_m148994321_MetadataUsageId; extern const uint32_t DTDContentModelCollection__ctor_m1037658466_MetadataUsageId; extern RuntimeClass* DTDContentModel_t3264596611_il2cpp_TypeInfo_var; extern const uint32_t DTDContentModelCollection_get_Item_m2392527709_MetadataUsageId; extern const uint32_t DTDElementAutomata_TryStartElement_m866366944_MetadataUsageId; extern const uint32_t DTDElementDeclaration_get_ContentModel_m2473615350_MetadataUsageId; extern RuntimeClass* DTDElementDeclaration_t1830540991_il2cpp_TypeInfo_var; extern const uint32_t DTDElementDeclarationCollection_Get_m4279625071_MetadataUsageId; extern RuntimeClass* XmlSchemaException_t3511258692_il2cpp_TypeInfo_var; extern String_t* _stringLiteral891653241; extern const uint32_t DTDElementDeclarationCollection_Add_m184065781_MetadataUsageId; extern RuntimeClass* Uri_t100236324_il2cpp_TypeInfo_var; extern RuntimeClass* UriFormatException_t953270471_il2cpp_TypeInfo_var; extern const uint32_t DTDEntityBase_get_ActualUri_m3317770620_MetadataUsageId; extern const RuntimeType* Stream_t1273022909_0_0_0_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* Stream_t1273022909_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t3455035481_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDEntityBase_Resolve_m3690880264_RuntimeMethod_var; extern String_t* _stringLiteral1387388418; extern const uint32_t DTDEntityBase_Resolve_m3690880264_MetadataUsageId; extern const uint32_t DTDEntityDeclaration__ctor_m807478646_MetadataUsageId; extern const uint32_t DTDEntityDeclaration_get_HasExternalReference_m2445477146_MetadataUsageId; extern const uint32_t DTDEntityDeclaration_get_EntityValue_m498441691_MetadataUsageId; extern const RuntimeMethod* DTDEntityDeclaration_ScanEntityValue_m289179801_RuntimeMethod_var; extern String_t* _stringLiteral2418643425; extern String_t* _stringLiteral1689551606; extern String_t* _stringLiteral88527364; extern String_t* _stringLiteral1758338508; extern const uint32_t DTDEntityDeclaration_ScanEntityValue_m289179801_MetadataUsageId; extern RuntimeClass* DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var; extern const uint32_t DTDEntityDeclarationCollection_get_Item_m883323424_MetadataUsageId; extern const RuntimeMethod* DTDEntityDeclarationCollection_Add_m3564010074_RuntimeMethod_var; extern String_t* _stringLiteral987067896; extern const uint32_t DTDEntityDeclarationCollection_Add_m3564010074_MetadataUsageId; extern RuntimeClass* XmlException_t1761730631_il2cpp_TypeInfo_var; extern const uint32_t DTDNode_NotWFError_m151665321_MetadataUsageId; extern RuntimeClass* DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var; extern const uint32_t DTDNotationDeclarationCollection_get_Item_m3718639518_MetadataUsageId; extern const RuntimeMethod* DTDNotationDeclarationCollection_Add_m2041974702_RuntimeMethod_var; extern String_t* _stringLiteral3905211785; extern const uint32_t DTDNotationDeclarationCollection_Add_m2041974702_MetadataUsageId; extern RuntimeClass* DTDElementDeclarationCollection_t222313714_il2cpp_TypeInfo_var; extern RuntimeClass* DTDAttListDeclarationCollection_t2220366188_il2cpp_TypeInfo_var; extern RuntimeClass* DTDEntityDeclarationCollection_t2250844513_il2cpp_TypeInfo_var; extern RuntimeClass* DTDParameterEntityDeclarationCollection_t2844734410_il2cpp_TypeInfo_var; extern RuntimeClass* DTDNotationDeclarationCollection_t959292105_il2cpp_TypeInfo_var; extern RuntimeClass* DTDAutomataFactory_t2958275022_il2cpp_TypeInfo_var; extern const uint32_t DTDObjectModel__ctor_m375820113_MetadataUsageId; extern String_t* _stringLiteral2173662601; extern String_t* _stringLiteral3452614528; extern const uint32_t DTDObjectModel_ResolveEntity_m104410730_MetadataUsageId; extern const uint32_t DTDObjectModel_get_RootAutomata_m3186628721_MetadataUsageId; extern RuntimeClass* DTDEmptyAutomata_t465590953_il2cpp_TypeInfo_var; extern const uint32_t DTDObjectModel_get_Empty_m2132593178_MetadataUsageId; extern RuntimeClass* DTDAnyAutomata_t3633486160_il2cpp_TypeInfo_var; extern const uint32_t DTDObjectModel_get_Any_m483685826_MetadataUsageId; extern RuntimeClass* DTDInvalidAutomata_t1406553220_il2cpp_TypeInfo_var; extern const uint32_t DTDObjectModel_get_Invalid_m2081184092_MetadataUsageId; extern const RuntimeType* XmlSchemaException_t3511258692_0_0_0_var; extern RuntimeClass* XmlSchemaExceptionU5BU5D_t4099652653_il2cpp_TypeInfo_var; extern const uint32_t DTDObjectModel_get_Errors_m2671149940_MetadataUsageId; extern const uint32_t DTDObjectModel_GenerateEntityContentReader_m3148241306_MetadataUsageId; extern const uint32_t DTDParameterEntityDeclarationCollection__ctor_m2493510717_MetadataUsageId; extern RuntimeClass* DTDParameterEntityDeclaration_t3796253422_il2cpp_TypeInfo_var; extern const uint32_t DTDParameterEntityDeclarationCollection_get_Item_m325522663_MetadataUsageId; extern RuntimeClass* Stack_t2329662280_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* EntityResolvingXmlReader_t1267732406_il2cpp_TypeInfo_var; extern RuntimeClass* XmlTextReader_t4233384356_il2cpp_TypeInfo_var; extern RuntimeClass* AttributeSlotU5BU5D_t600906362_il2cpp_TypeInfo_var; extern RuntimeClass* XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern const uint32_t DTDValidatingReader__ctor_m3400285377_MetadataUsageId; extern RuntimeClass* IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var; extern const uint32_t DTDValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m148184473_MetadataUsageId; extern RuntimeClass* IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var; extern const uint32_t DTDValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m454015409_MetadataUsageId; extern const uint32_t DTDValidatingReader_GetAttributeIndex_m1466680695_MetadataUsageId; extern const uint32_t DTDValidatingReader_GetAttributeIndex_m680305599_MetadataUsageId; extern RuntimeClass* IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDValidatingReader_GetAttribute_m4158788111_RuntimeMethod_var; extern String_t* _stringLiteral466378866; extern const uint32_t DTDValidatingReader_GetAttribute_m4158788111_MetadataUsageId; extern const uint32_t DTDValidatingReader_LookupNamespace_m3074009913_MetadataUsageId; extern const RuntimeMethod* DTDValidatingReader_MoveToAttribute_m798435060_RuntimeMethod_var; extern String_t* _stringLiteral1427248887; extern const uint32_t DTDValidatingReader_MoveToAttribute_m798435060_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3557005411; extern String_t* _stringLiteral3452614532; extern const uint32_t DTDValidatingReader_Read_m1271360298_MetadataUsageId; extern const RuntimeMethod* DTDValidatingReader_ReadContent_m389124876_RuntimeMethod_var; extern String_t* _stringLiteral1041629450; extern const uint32_t DTDValidatingReader_ReadContent_m389124876_MetadataUsageId; extern String_t* _stringLiteral2469761506; extern String_t* _stringLiteral4119301762; extern const uint32_t DTDValidatingReader_ProcessContent_m908765027_MetadataUsageId; extern String_t* _stringLiteral1146624283; extern const uint32_t DTDValidatingReader_ValidateText_m4189176275_MetadataUsageId; extern String_t* _stringLiteral2183237322; extern const uint32_t DTDValidatingReader_ValidateWhitespaceNode_m2065290341_MetadataUsageId; extern const uint32_t DTDValidatingReader_HandleError_m1792782619_MetadataUsageId; extern RuntimeClass* ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var; extern const RuntimeMethod* DTDValidatingReader_HandleError_m4237651086_RuntimeMethod_var; extern const uint32_t DTDValidatingReader_HandleError_m4237651086_MetadataUsageId; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral2829469855; extern const uint32_t DTDValidatingReader_ValidateAttributes_m3495875521_MetadataUsageId; extern RuntimeClass* AttributeSlot_t3985135163_il2cpp_TypeInfo_var; extern const uint32_t DTDValidatingReader_GetAttributeSlot_m1582516134_MetadataUsageId; extern RuntimeClass* XmlReader_t3121518892_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2919637151; extern String_t* _stringLiteral81972803; extern String_t* _stringLiteral3489282555; extern String_t* _stringLiteral2940916899; extern String_t* _stringLiteral3566955851; extern String_t* _stringLiteral994131790; extern String_t* _stringLiteral440689521; extern String_t* _stringLiteral246897473; extern String_t* _stringLiteral3452614530; extern String_t* _stringLiteral1333859213; extern String_t* _stringLiteral3576901372; extern String_t* _stringLiteral4236656608; extern String_t* _stringLiteral1553611096; extern const uint32_t DTDValidatingReader_DtdValidateAttributes_m3689249578_MetadataUsageId; extern RuntimeClass* IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerable_1_t4133380278_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_1_t1291130561_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3984887517; extern String_t* _stringLiteral3261774195; extern String_t* _stringLiteral1648003253; extern String_t* _stringLiteral2767307080; extern const uint32_t DTDValidatingReader_ReadDoctype_m1413055859_MetadataUsageId; extern String_t* _stringLiteral351514891; extern String_t* _stringLiteral381919006; extern String_t* _stringLiteral3976510761; extern const uint32_t DTDValidatingReader_ProcessStartElement_m3363567628_MetadataUsageId; extern RuntimeClass* DTDAutomata_t781538777_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1567591723; extern const uint32_t DTDValidatingReader_ProcessEndElement_m3996910107_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern RuntimeClass* ICollection_t3904884886_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2435153519; extern String_t* _stringLiteral411041319; extern const uint32_t DTDValidatingReader_VerifyDeclaredAttributes_m2638776816_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_LineNumber_m1025785487_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_LinePosition_m1918690891_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_LocalName_m2488395595_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_Name_m1782034022_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_NamespaceURI_m4126680830_MetadataUsageId; extern RuntimeClass* XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var; extern const uint32_t DTDValidatingReader_get_ParserContext_m883207457_MetadataUsageId; extern const uint32_t DTDValidatingReader_get_Prefix_m1593995716_MetadataUsageId; extern String_t* _stringLiteral3559080196; extern const uint32_t DTDValidatingReader_get_XmlLang_m2507654730_MetadataUsageId; extern RuntimeClass* DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral1942376246; extern String_t* _stringLiteral3137061838; extern String_t* _stringLiteral1948332219; extern const uint32_t DTDValidatingReader_get_XmlSpace_m3986433750_MetadataUsageId; extern const uint32_t AttributeSlot_Clear_m3566431702_MetadataUsageId; extern RuntimeClass* XmlParserContext_t2544895291_il2cpp_TypeInfo_var; extern const uint32_t EntityResolvingXmlReader__ctor_m354844612_MetadataUsageId; extern const uint32_t EntityResolvingXmlReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4062316866_MetadataUsageId; extern const uint32_t EntityResolvingXmlReader_get_LineNumber_m3843520811_MetadataUsageId; extern const uint32_t EntityResolvingXmlReader_get_LinePosition_m385422362_MetadataUsageId; extern const RuntimeMethod* EntityResolvingXmlReader_DoResolveEntity_m4137144799_RuntimeMethod_var; extern String_t* _stringLiteral899481384; extern String_t* _stringLiteral2391346107; extern String_t* _stringLiteral2705683803; extern const uint32_t EntityResolvingXmlReader_DoResolveEntity_m4137144799_MetadataUsageId; extern const uint32_t EntityResolvingXmlReader_HasLineInfo_m1584257412_MetadataUsageId; extern RuntimeClass* XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var; extern const uint32_t XdtAnyAtomicType__ctor_m730254766_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern RuntimeClass* TimeSpan_t881159249_il2cpp_TypeInfo_var; extern const uint32_t XdtDayTimeDuration_ParseValueType_m3805215039_MetadataUsageId; extern const uint32_t XdtYearMonthDuration_ParseValueType_m2091022425_MetadataUsageId; extern String_t* _stringLiteral2051850676; extern const uint32_t XmlSchemaUri__ctor_m3725302561_MetadataUsageId; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUri_HasValidScheme_m2569374488_MetadataUsageId; extern RuntimeClass* XmlSchemaUri_t3948303260_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUri_Equals_m2865762107_MetadataUsageId; extern const uint32_t XmlSchemaUri_op_Equality_m3889789032_MetadataUsageId; extern RuntimeClass* U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSet_t266093086_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var; extern RuntimeClass* XmlValueGetter_t3904916812_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var; extern RuntimeClass* ValidationEventHandler_t791314227_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__0_m1368783235_RuntimeMethod_var; extern const RuntimeMethod* U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__1_m2241346613_RuntimeMethod_var; extern const uint32_t XmlSchemaValidatingReader__ctor_m1701189759_MetadataUsageId; extern RuntimeClass* XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidatingReader__cctor_m3899310452_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LineNumber_m4155911136_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LinePosition_m2284653347_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m3781929344_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_ResetStateOnRead_m3250518356_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_LineNumber_m2266903654_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_LinePosition_m3335114426_MetadataUsageId; extern RuntimeClass* XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var; extern RuntimeClass* XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaValidatingReader_get_SchemaType_m1322786911_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_LookupPrefix_m255192695_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_LocalName_m1094400093_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlSchemaValidatingReader_get_Name_m2562306746_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_NamespaceURI_m2898019679_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_ParserContext_m2296243526_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_get_Prefix_m1598568946_MetadataUsageId; extern String_t* _stringLiteral2409271576; extern String_t* _stringLiteral2984480440; extern const uint32_t XmlSchemaValidatingReader_get_XmlLang_m1164323968_MetadataUsageId; extern const RuntimeType* XmlSpace_t3324193251_0_0_0_var; extern RuntimeClass* Enum_t4135868527_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1613539661; extern const uint32_t XmlSchemaValidatingReader_get_XmlSpace_m3176631832_MetadataUsageId; extern RuntimeClass* ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaValidatingReader_GetAttribute_m2489449869_RuntimeMethod_var; extern String_t* _stringLiteral3452614599; extern String_t* _stringLiteral2200369686; extern const uint32_t XmlSchemaValidatingReader_GetAttribute_m2489449869_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_SplitQName_m3175656219_MetadataUsageId; extern const uint32_t XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139_MetadataUsageId; extern const RuntimeMethod* XmlSchemaValidatingReader_MoveToAttribute_m4205380390_RuntimeMethod_var; extern String_t* _stringLiteral3183961007; extern const uint32_t XmlSchemaValidatingReader_MoveToAttribute_m4205380390_MetadataUsageId; extern const RuntimeType* XmlSchemaAttribute_t2797257020_0_0_0_var; extern String_t* _stringLiteral4101407196; extern String_t* _stringLiteral2474808697; extern String_t* _stringLiteral4141044439; extern String_t* _stringLiteral3243520166; extern String_t* _stringLiteral2910234592; extern const uint32_t XmlSchemaValidatingReader_Read_m691084510_MetadataUsageId; extern RuntimeClass* XsdValidationState_t376578997_il2cpp_TypeInfo_var; extern const uint32_t XsdAllValidationState__ctor_m3110480589_MetadataUsageId; extern RuntimeClass* XmlSchemaElement_t427880856_il2cpp_TypeInfo_var; extern const uint32_t XsdAllValidationState_EvaluateStartElement_m2870356782_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t XsdAllValidationState_EvaluateEndElement_m3998820305_MetadataUsageId; extern const uint32_t XsdAllValidationState_EvaluateIsEmptiable_m3790110921_MetadataUsageId; extern RuntimeClass* XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var; extern const uint32_t XsdAnySimpleType__ctor_m4270155019_MetadataUsageId; extern const uint32_t XsdAnySimpleType__cctor_m3088794352_MetadataUsageId; extern const uint32_t XsdAnySimpleType_get_Instance_m525392955_MetadataUsageId; extern RuntimeClass* StringValueType_t261329552_il2cpp_TypeInfo_var; extern const uint32_t XsdAnySimpleType_ParseValueType_m3326205053_MetadataUsageId; extern const uint32_t XsdAnySimpleType_ParseListValue_m2696966159_MetadataUsageId; extern RuntimeClass* XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var; extern const uint32_t XsdAnySimpleType_get_AllowedFacets_m3226922619_MetadataUsageId; extern const uint32_t XsdAnyURI_ParseValue_m3192832390_MetadataUsageId; extern RuntimeClass* UriValueType_t2866347695_il2cpp_TypeInfo_var; extern const uint32_t XsdAnyURI_ParseValueType_m92266749_MetadataUsageId; extern const uint32_t XsdAnyValidationState__ctor_m653492108_MetadataUsageId; extern const uint32_t XsdAnyValidationState_EvaluateStartElement_m576051102_MetadataUsageId; extern const uint32_t XsdAnyValidationState_MatchesNamespace_m1573307450_MetadataUsageId; extern const uint32_t XsdAnyValidationState_EvaluateIsEmptiable_m1389161027_MetadataUsageId; extern const uint32_t XsdAppendedValidationState__ctor_m1823796521_MetadataUsageId; extern RuntimeClass* XsdEmptyValidationState_t1344146143_il2cpp_TypeInfo_var; extern const uint32_t XsdAppendedValidationState_EvaluateStartElement_m3335137423_MetadataUsageId; extern RuntimeClass* XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var; extern RuntimeClass* ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2107438479; extern const uint32_t XsdBase64Binary__cctor_m78814279_MetadataUsageId; extern RuntimeClass* ASCIIEncoding_t3446586211_il2cpp_TypeInfo_var; extern RuntimeClass* FromBase64Transform_t2896579788_il2cpp_TypeInfo_var; extern const uint32_t XsdBase64Binary_ParseValue_m2281295646_MetadataUsageId; extern const uint32_t XsdBase64Binary_Length_m142547296_MetadataUsageId; extern const uint32_t XsdBase64Binary_isData_m2923929154_MetadataUsageId; extern const uint32_t XsdBase64Binary_ParseValueType_m2313767322_MetadataUsageId; extern const uint32_t XsdBoolean__ctor_m3174350632_MetadataUsageId; extern const uint32_t XsdBoolean_get_AllowedFacets_m252311053_MetadataUsageId; extern const uint32_t XsdBoolean_get_TokenizedType_m3691547859_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t XsdBoolean_ParseValueType_m4171155103_MetadataUsageId; extern RuntimeClass* SByte_t1669577662_il2cpp_TypeInfo_var; extern const uint32_t XsdByte_ParseValueType_m2279132003_MetadataUsageId; extern const uint32_t XsdByte_Compare_m2970398061_MetadataUsageId; extern const uint32_t XsdChoiceValidationState__ctor_m3689606689_MetadataUsageId; extern RuntimeClass* XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var; extern const uint32_t XsdChoiceValidationState_EvaluateStartElement_m1354907609_MetadataUsageId; extern const uint32_t XsdChoiceValidationState_EvaluateEndElement_m2864400936_MetadataUsageId; extern const uint32_t XsdChoiceValidationState_EvaluateIsEmptiable_m627624045_MetadataUsageId; extern const uint32_t XsdDate__ctor_m3751134550_MetadataUsageId; extern const uint32_t XsdDate_get_AllowedFacets_m1908695969_MetadataUsageId; extern RuntimeClass* DateTime_t3738529785_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1072719392; extern const uint32_t XsdDate_ParseValueType_m1593515909_MetadataUsageId; extern const uint32_t XsdDate_Compare_m2167923007_MetadataUsageId; extern const uint32_t XsdDateTime__ctor_m2530120481_MetadataUsageId; extern const uint32_t XsdDateTime_get_AllowedFacets_m750155647_MetadataUsageId; extern const uint32_t XsdDateTime_ParseValueType_m2503954029_MetadataUsageId; extern const uint32_t XsdDateTime_Compare_m2487519261_MetadataUsageId; extern const uint32_t XsdDecimal__ctor_m2017734992_MetadataUsageId; extern const uint32_t XsdDecimal_get_AllowedFacets_m4075573144_MetadataUsageId; extern const uint32_t XsdDecimal_ParseValueType_m3908252346_MetadataUsageId; extern const uint32_t XsdDecimal_Compare_m1108865574_MetadataUsageId; extern const uint32_t XsdDouble__ctor_m3289475545_MetadataUsageId; extern const uint32_t XsdDouble_get_AllowedFacets_m818305544_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t XsdDouble_ParseValueType_m3833084273_MetadataUsageId; extern const uint32_t XsdDouble_Compare_m2813386867_MetadataUsageId; extern const uint32_t XsdDuration__ctor_m1299864582_MetadataUsageId; extern const uint32_t XsdDuration_get_AllowedFacets_m2965230154_MetadataUsageId; extern const uint32_t XsdDuration_ParseValueType_m1438865560_MetadataUsageId; extern const uint32_t XsdDuration_Compare_m4090345725_MetadataUsageId; extern const uint32_t XsdElementValidationState__ctor_m1389462036_MetadataUsageId; extern const uint32_t XsdElementValidationState_EvaluateStartElement_m3328494127_MetadataUsageId; extern const uint32_t XsdElementValidationState_CheckOccurence_m3143102662_MetadataUsageId; extern const uint32_t XsdElementValidationState_EvaluateIsEmptiable_m4109291687_MetadataUsageId; extern const uint32_t XsdEmptyValidationState__ctor_m2694895252_MetadataUsageId; extern const uint32_t XsdEmptyValidationState_EvaluateStartElement_m499118769_MetadataUsageId; extern RuntimeClass* StringArrayValueType_t3147326440_il2cpp_TypeInfo_var; extern const uint32_t XsdEntities_ParseValueType_m2457047235_MetadataUsageId; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdEntities_GetValidatedArray_m1762049673_RuntimeMethod_var; extern String_t* _stringLiteral2000176887; extern const uint32_t XsdEntities_GetValidatedArray_m1762049673_MetadataUsageId; extern const uint32_t XsdFloat__ctor_m2327975209_MetadataUsageId; extern const uint32_t XsdFloat_get_AllowedFacets_m1366058430_MetadataUsageId; extern RuntimeClass* Single_t1397266774_il2cpp_TypeInfo_var; extern const uint32_t XsdFloat_ParseValueType_m4204999702_MetadataUsageId; extern const uint32_t XsdFloat_Compare_m3036084250_MetadataUsageId; extern const uint32_t XsdGDay__ctor_m1563377709_MetadataUsageId; extern const uint32_t XsdGDay_get_AllowedFacets_m3783908850_MetadataUsageId; extern String_t* _stringLiteral3927569430; extern const uint32_t XsdGDay_ParseValueType_m1762033771_MetadataUsageId; extern const uint32_t XsdGDay_Compare_m3502917216_MetadataUsageId; extern const uint32_t XsdGMonth__ctor_m833949263_MetadataUsageId; extern const uint32_t XsdGMonth_get_AllowedFacets_m3105483632_MetadataUsageId; extern String_t* _stringLiteral664549951; extern const uint32_t XsdGMonth_ParseValueType_m15842391_MetadataUsageId; extern const uint32_t XsdGMonth_Compare_m237952732_MetadataUsageId; extern const uint32_t XsdGMonthDay__ctor_m713211014_MetadataUsageId; extern const uint32_t XsdGMonthDay_get_AllowedFacets_m2397408450_MetadataUsageId; extern String_t* _stringLiteral3159215297; extern const uint32_t XsdGMonthDay_ParseValueType_m3890211439_MetadataUsageId; extern const uint32_t XsdGMonthDay_Compare_m1255487935_MetadataUsageId; extern const uint32_t XsdGYear__ctor_m2629246681_MetadataUsageId; extern const uint32_t XsdGYear_get_AllowedFacets_m591905201_MetadataUsageId; extern String_t* _stringLiteral2378956916; extern const uint32_t XsdGYear_ParseValueType_m2928851613_MetadataUsageId; extern const uint32_t XsdGYear_Compare_m2834212867_MetadataUsageId; extern const uint32_t XsdGYearMonth__ctor_m1057867785_MetadataUsageId; extern const uint32_t XsdGYearMonth_get_AllowedFacets_m2613081162_MetadataUsageId; extern String_t* _stringLiteral3405197142; extern const uint32_t XsdGYearMonth_ParseValueType_m685947385_MetadataUsageId; extern const uint32_t XsdGYearMonth_Compare_m551562453_MetadataUsageId; extern const uint32_t XsdHexBinary__ctor_m3272209717_MetadataUsageId; extern const uint32_t XsdHexBinary_get_AllowedFacets_m2501061596_MetadataUsageId; extern const uint32_t XsdHexBinary_ParseValue_m909559397_MetadataUsageId; extern const uint32_t XsdHexBinary_ParseValueType_m3505185192_MetadataUsageId; extern const RuntimeMethod* XsdID_ParseValue_m2616412140_RuntimeMethod_var; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral3710732567; extern const uint32_t XsdID_ParseValue_m2616412140_MetadataUsageId; extern const uint32_t XsdIdentitySelector__ctor_m81057794_MetadataUsageId; extern const RuntimeType* XsdIdentityField_t1964115728_0_0_0_var; extern RuntimeClass* XsdIdentityFieldU5BU5D_t881076913_il2cpp_TypeInfo_var; extern const uint32_t XsdIdentitySelector_get_Fields_m1620750833_MetadataUsageId; extern const uint32_t XsdIdentityStep__ctor_m1074702096_MetadataUsageId; extern const uint32_t XsdIDManager__ctor_m737023283_MetadataUsageId; extern const uint32_t XsdIDManager_get_MissingIDReferences_m10498527_MetadataUsageId; extern String_t* _stringLiteral3072211601; extern String_t* _stringLiteral1590151035; extern const uint32_t XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767_MetadataUsageId; extern const uint32_t XsdIDManager_GetMissingIDString_m686581614_MetadataUsageId; extern const RuntimeMethod* XsdIDRef_ParseValue_m1765904363_RuntimeMethod_var; extern const uint32_t XsdIDRef_ParseValue_m1765904363_MetadataUsageId; extern const uint32_t XsdIDRefs_ParseValueType_m3387992100_MetadataUsageId; extern const uint32_t XsdIDRefs_GetValidatedArray_m801897568_MetadataUsageId; extern const uint32_t XsdInt_ParseValueType_m3375987293_MetadataUsageId; extern const uint32_t XsdInt_Compare_m2833720063_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdInteger_ParseValueType_m2892934505_RuntimeMethod_var; extern String_t* _stringLiteral1422995567; extern const uint32_t XsdInteger_ParseValueType_m2892934505_MetadataUsageId; extern const uint32_t XsdInvalidValidationState__ctor_m3277673763_MetadataUsageId; extern RuntimeClass* XsdKeyEntryFieldCollection_t3698183622_il2cpp_TypeInfo_var; extern RuntimeClass* XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var; extern const uint32_t XsdKeyEntry_Init_m389283221_MetadataUsageId; extern const uint32_t XsdKeyEntry_CompareIdentity_m768038900_MetadataUsageId; extern RuntimeClass* XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdKeyEntry_ProcessMatch_m1498533836_RuntimeMethod_var; extern String_t* _stringLiteral674341929; extern String_t* _stringLiteral1563872581; extern String_t* _stringLiteral2846641238; extern const uint32_t XsdKeyEntry_ProcessMatch_m1498533836_MetadataUsageId; extern const uint32_t XsdKeyEntryCollection_Add_m3577222576_MetadataUsageId; extern RuntimeClass* XsdKeyEntry_t693496666_il2cpp_TypeInfo_var; extern const uint32_t XsdKeyEntryCollection_get_Item_m737924673_MetadataUsageId; extern RuntimeClass* XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var; extern const uint32_t XsdKeyEntryField_SetIdentityField_m950445197_MetadataUsageId; extern String_t* _stringLiteral3452614534; extern const uint32_t XsdKeyEntryField_Matches_m2345011807_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdKeyEntryField_FillAttributeFieldValue_m73639554_RuntimeMethod_var; extern String_t* _stringLiteral2003197017; extern String_t* _stringLiteral2038875052; extern String_t* _stringLiteral1911056282; extern const uint32_t XsdKeyEntryField_FillAttributeFieldValue_m73639554_MetadataUsageId; extern const uint32_t XsdKeyEntryFieldCollection_get_Item_m1321057123_MetadataUsageId; extern const uint32_t XsdKeyEntryFieldCollection_Add_m1715139965_MetadataUsageId; extern RuntimeClass* XsdKeyEntryCollection_t3090959213_il2cpp_TypeInfo_var; extern const uint32_t XsdKeyTable__ctor_m3521614894_MetadataUsageId; extern const uint32_t XsdKeyTable_Reset_m3091413818_MetadataUsageId; extern const uint32_t XsdKeyTable_SelectorMatches_m2719771857_MetadataUsageId; extern RuntimeClass* Int64_t3736567304_il2cpp_TypeInfo_var; extern const uint32_t XsdLong_ParseValueType_m2914829365_MetadataUsageId; extern const uint32_t XsdLong_Compare_m2098750735_MetadataUsageId; extern const RuntimeMethod* XsdName_ParseValue_m2975738903_RuntimeMethod_var; extern String_t* _stringLiteral2949079754; extern const uint32_t XsdName_ParseValue_m2975738903_MetadataUsageId; extern const uint32_t XsdName_ParseValueType_m3191795639_MetadataUsageId; extern const RuntimeMethod* XsdNCName_ParseValue_m1591240144_RuntimeMethod_var; extern const uint32_t XsdNCName_ParseValue_m1591240144_MetadataUsageId; extern const uint32_t XsdNCName_ParseValueType_m3391910009_MetadataUsageId; extern const uint32_t XsdNegativeInteger_ParseValueType_m1954670175_MetadataUsageId; extern const RuntimeMethod* XsdNMToken_ParseValue_m518028525_RuntimeMethod_var; extern String_t* _stringLiteral7312855; extern const uint32_t XsdNMToken_ParseValue_m518028525_MetadataUsageId; extern const uint32_t XsdNMToken_ParseValueType_m2556003943_MetadataUsageId; extern const uint32_t XsdNMTokens_ParseValueType_m1668833349_MetadataUsageId; extern const RuntimeMethod* XsdNMTokens_GetValidatedArray_m941140406_RuntimeMethod_var; extern String_t* _stringLiteral4026246004; extern const uint32_t XsdNMTokens_GetValidatedArray_m941140406_MetadataUsageId; extern const uint32_t XsdNonNegativeInteger_ParseValueType_m3443638529_MetadataUsageId; extern const uint32_t XsdNonPositiveInteger_ParseValueType_m2157064807_MetadataUsageId; extern const uint32_t XsdNotation__ctor_m1617357937_MetadataUsageId; extern const uint32_t XsdNotation_get_AllowedFacets_m4002889868_MetadataUsageId; extern RuntimeClass* XsdValidationContext_t1104170526_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager__ctor_m2253780807_MetadataUsageId; extern const uint32_t XsdParticleStateManager_PopContext_m3555447100_MetadataUsageId; extern RuntimeClass* XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaChoice_t959520675_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAny_t1119175207_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdParticleStateManager_Create_m2901984299_RuntimeMethod_var; extern String_t* _stringLiteral528845862; extern String_t* _stringLiteral2987735161; extern String_t* _stringLiteral2730876577; extern String_t* _stringLiteral159904984; extern String_t* _stringLiteral1367334414; extern String_t* _stringLiteral1916541341; extern String_t* _stringLiteral3628115793; extern const uint32_t XsdParticleStateManager_Create_m2901984299_MetadataUsageId; extern RuntimeClass* XsdAppendedValidationState_t3608891238_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_MakeSequence_m1806819590_MetadataUsageId; extern RuntimeClass* XsdElementValidationState_t2214590119_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_AddElement_m4224106615_MetadataUsageId; extern RuntimeClass* XsdSequenceValidationState_t429792968_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_AddSequence_m577484090_MetadataUsageId; extern RuntimeClass* XsdChoiceValidationState_t2566230191_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_AddChoice_m4245171512_MetadataUsageId; extern RuntimeClass* XsdAllValidationState_t2703884157_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_AddAll_m215146916_MetadataUsageId; extern RuntimeClass* XsdAnyValidationState_t3421545252_il2cpp_TypeInfo_var; extern const uint32_t XsdParticleStateManager_AddAny_m3171736505_MetadataUsageId; extern const uint32_t XsdParticleStateManager_AddEmpty_m3599555001_MetadataUsageId; extern const uint32_t XsdPositiveInteger_ParseValueType_m1977437600_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* XsdQName_ParseValue_m1615334559_RuntimeMethod_var; extern String_t* _stringLiteral1861675717; extern String_t* _stringLiteral1704950102; extern const uint32_t XsdQName_ParseValue_m1615334559_MetadataUsageId; extern RuntimeClass* QNameValueType_t615604793_il2cpp_TypeInfo_var; extern const uint32_t XsdQName_ParseValueType_m2315304533_MetadataUsageId; extern const uint32_t XsdSequenceValidationState__ctor_m2792607631_MetadataUsageId; extern const uint32_t XsdSequenceValidationState_EvaluateStartElement_m3147055927_MetadataUsageId; extern const uint32_t XsdSequenceValidationState_EvaluateEndElement_m3429299502_MetadataUsageId; extern const uint32_t XsdSequenceValidationState_EvaluateIsEmptiable_m1511481276_MetadataUsageId; extern RuntimeClass* Int16_t2552820387_il2cpp_TypeInfo_var; extern const uint32_t XsdShort_ParseValueType_m1590981458_MetadataUsageId; extern const uint32_t XsdShort_Compare_m1538926388_MetadataUsageId; extern const uint32_t XsdString__ctor_m4222326734_MetadataUsageId; extern const uint32_t XsdString_get_AllowedFacets_m1282858144_MetadataUsageId; extern const uint32_t XsdTime__ctor_m240318153_MetadataUsageId; extern RuntimeClass* XsdTime_t3558487088_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2357574120; extern String_t* _stringLiteral129380056; extern String_t* _stringLiteral1956349839; extern String_t* _stringLiteral1981646735; extern String_t* _stringLiteral1471847146; extern String_t* _stringLiteral1474337514; extern String_t* _stringLiteral233011363; extern String_t* _stringLiteral2437773475; extern String_t* _stringLiteral3569750143; extern String_t* _stringLiteral3556582306; extern String_t* _stringLiteral1946196710; extern String_t* _stringLiteral2558872331; extern String_t* _stringLiteral1233341199; extern String_t* _stringLiteral1669253459; extern String_t* _stringLiteral3636917991; extern String_t* _stringLiteral30092692; extern String_t* _stringLiteral135540524; extern String_t* _stringLiteral699442091; extern String_t* _stringLiteral630818703; extern String_t* _stringLiteral1471847110; extern String_t* _stringLiteral1476696810; extern String_t* _stringLiteral3983531631; extern String_t* _stringLiteral729905315; extern String_t* _stringLiteral2873947847; extern const uint32_t XsdTime__cctor_m1034112328_MetadataUsageId; extern const uint32_t XsdTime_get_AllowedFacets_m3280646672_MetadataUsageId; extern const uint32_t XsdTime_ParseValueType_m515339438_MetadataUsageId; extern const uint32_t XsdTime_Compare_m775010750_MetadataUsageId; extern RuntimeClass* Byte_t1134296376_il2cpp_TypeInfo_var; extern const uint32_t XsdUnsignedByte_ParseValueType_m233960731_MetadataUsageId; extern const uint32_t XsdUnsignedByte_Compare_m239837901_MetadataUsageId; extern RuntimeClass* UInt32_t2560061978_il2cpp_TypeInfo_var; extern const uint32_t XsdUnsignedInt_ParseValueType_m1833716181_MetadataUsageId; extern const uint32_t XsdUnsignedInt_Compare_m4052275800_MetadataUsageId; extern RuntimeClass* UInt64_t4134040092_il2cpp_TypeInfo_var; extern const uint32_t XsdUnsignedLong_ParseValueType_m3618648131_MetadataUsageId; extern const uint32_t XsdUnsignedLong_Compare_m1557566325_MetadataUsageId; extern RuntimeClass* UInt16_t2177724958_il2cpp_TypeInfo_var; extern const uint32_t XsdUnsignedShort_ParseValueType_m4070639572_MetadataUsageId; extern const uint32_t XsdUnsignedShort_Compare_m152352294_MetadataUsageId; extern RuntimeClass* XsdIDManager_t1008806102_il2cpp_TypeInfo_var; extern RuntimeClass* XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var; extern RuntimeClass* IHasXmlSchemaInfo_t74872415_il2cpp_TypeInfo_var; extern const uint32_t XsdValidatingReader__ctor_m1875465247_MetadataUsageId; extern const uint32_t XsdValidatingReader__cctor_m2352197378_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_set_Schemas_m1687221862_RuntimeMethod_var; extern String_t* _stringLiteral958152437; extern const uint32_t XsdValidatingReader_set_Schemas_m1687221862_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_SchemaType_m312597155_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_SourceReaderSchemaType_m1758926431_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_set_ValidationType_m2062431012_RuntimeMethod_var; extern String_t* _stringLiteral1236805865; extern const uint32_t XsdValidatingReader_set_ValidationType_m2062431012_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_LineNumber_m986977257_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_LinePosition_m3356118508_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_LocalName_m2514625899_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_Name_m1013168875_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_NamespaceURI_m3157060929_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_ParserContext_m2982402123_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_Prefix_m2856410355_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_XmlLang_m1277834378_MetadataUsageId; extern const uint32_t XsdValidatingReader_get_XmlSpace_m893776782_MetadataUsageId; extern const uint32_t XsdValidatingReader_HandleError_m196710354_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_HandleError_m2233682123_RuntimeMethod_var; extern const uint32_t XsdValidatingReader_HandleError_m2233682123_MetadataUsageId; extern const uint32_t XsdValidatingReader_FindElement_m3140492201_MetadataUsageId; extern RuntimeClass* XmlSchemaType_t2033747345_il2cpp_TypeInfo_var; extern const uint32_t XsdValidatingReader_FindType_m920860657_MetadataUsageId; extern String_t* _stringLiteral2687379458; extern const uint32_t XsdValidatingReader_ValidateStartElementParticle_m3795929691_MetadataUsageId; extern String_t* _stringLiteral2704530094; extern const uint32_t XsdValidatingReader_ValidateEndElementParticle_m3377630758_MetadataUsageId; extern String_t* _stringLiteral4019370047; extern const uint32_t XsdValidatingReader_ValidateCharacters_m111816315_MetadataUsageId; extern String_t* _stringLiteral1148028831; extern String_t* _stringLiteral412639605; extern const uint32_t XsdValidatingReader_ValidateEndSimpleContentCore_m3614724376_MetadataUsageId; extern String_t* _stringLiteral1875562103; extern const uint32_t XsdValidatingReader_AssessStringValid_m1169541260_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1173181887; extern String_t* _stringLiteral2905518974; extern String_t* _stringLiteral1616044605; extern const uint32_t XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418_MetadataUsageId; extern const uint32_t XsdValidatingReader_GetXsiType_m1893979151_MetadataUsageId; extern String_t* _stringLiteral3843559100; extern String_t* _stringLiteral1058329276; extern const uint32_t XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455_MetadataUsageId; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral1204208480; extern String_t* _stringLiteral3450648448; extern String_t* _stringLiteral1885088375; extern String_t* _stringLiteral2312602487; extern String_t* _stringLiteral1124906105; extern String_t* _stringLiteral2917334350; extern String_t* _stringLiteral3514643998; extern const uint32_t XsdValidatingReader_AssessStartElementSchemaValidity_m4258776490_MetadataUsageId; extern String_t* _stringLiteral2615129927; extern String_t* _stringLiteral456507238; extern String_t* _stringLiteral2592472267; extern String_t* _stringLiteral3538420575; extern String_t* _stringLiteral3410263759; extern const uint32_t XsdValidatingReader_AssessElementLocallyValidElement_m34567416_MetadataUsageId; extern String_t* _stringLiteral1783617099; extern String_t* _stringLiteral115635305; extern String_t* _stringLiteral4014773751; extern String_t* _stringLiteral3538471249; extern const uint32_t XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3075905666; extern String_t* _stringLiteral965762567; extern String_t* _stringLiteral2086747346; extern const uint32_t XsdValidatingReader_AssessElementLocallyValidComplexType_m1995389041_MetadataUsageId; extern RuntimeClass* XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1348300605; extern String_t* _stringLiteral3566955845; extern String_t* _stringLiteral266168202; extern String_t* _stringLiteral1812571591; extern const uint32_t XsdValidatingReader_AssessAttributeLocallyValid_m434155488_MetadataUsageId; extern String_t* _stringLiteral4156365330; extern String_t* _stringLiteral2127726692; extern const uint32_t XsdValidatingReader_AssessAttributeLocallyValidUse_m2734845558_MetadataUsageId; extern RuntimeClass* XsdKeyTable_t2156891743_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var; extern String_t* _stringLiteral4076669907; extern const uint32_t XsdValidatingReader_ValidateEndElementKeyConstraints_m2157464943_MetadataUsageId; extern RuntimeClass* XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var; extern const uint32_t XsdValidatingReader_ValidateKeySelectors_m1622231840_MetadataUsageId; extern const uint32_t XsdValidatingReader_ValidateKeyFields_m3739521519_MetadataUsageId; extern const uint32_t XsdValidatingReader_ProcessKeyEntry_m2629343996_MetadataUsageId; extern const uint32_t XsdValidatingReader_CreateNewKeyTable_m3992109590_MetadataUsageId; extern String_t* _stringLiteral961916488; extern String_t* _stringLiteral2623256461; extern String_t* _stringLiteral3353854643; extern String_t* _stringLiteral2945089706; extern const uint32_t XsdValidatingReader_ValidateSimpleContentIdentity_m1587369342_MetadataUsageId; extern String_t* _stringLiteral1615022670; extern String_t* _stringLiteral3563315647; extern String_t* _stringLiteral2741414; extern String_t* _stringLiteral3450517380; extern const uint32_t XsdValidatingReader_EndIdentityValidation_m3925567505_MetadataUsageId; extern String_t* _stringLiteral855589745; extern String_t* _stringLiteral41810558; extern String_t* _stringLiteral2313037231; extern String_t* _stringLiteral3555459069; extern String_t* _stringLiteral3786121418; extern const uint32_t XsdValidatingReader_EndKeyrefValidation_m1902103373_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_GetAttribute_m290210765_RuntimeMethod_var; extern const uint32_t XsdValidatingReader_GetAttribute_m290210765_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_SplitQName_m1799428069_RuntimeMethod_var; extern String_t* _stringLiteral2653525639; extern String_t* _stringLiteral62725243; extern const uint32_t XsdValidatingReader_SplitQName_m1799428069_MetadataUsageId; extern const uint32_t XsdValidatingReader_FindDefaultAttribute_m2085851275_MetadataUsageId; extern const uint32_t XsdValidatingReader_HasLineInfo_m2921953763_MetadataUsageId; extern const RuntimeMethod* XsdValidatingReader_MoveToAttribute_m3532443150_RuntimeMethod_var; extern const uint32_t XsdValidatingReader_MoveToAttribute_m3532443150_MetadataUsageId; extern const uint32_t XsdValidatingReader_ReadExternalSchema_m2850905275_MetadataUsageId; extern String_t* _stringLiteral2005331395; extern String_t* _stringLiteral1569427300; extern String_t* _stringLiteral1704361787; extern String_t* _stringLiteral1914366734; extern String_t* _stringLiteral2365112398; extern String_t* _stringLiteral1197017378; extern const uint32_t XsdValidatingReader_ExamineAdditionalSchema_m2985647698_MetadataUsageId; extern String_t* _stringLiteral2099932657; extern String_t* _stringLiteral2493303262; extern String_t* _stringLiteral671069062; extern const uint32_t XsdValidatingReader_Read_m2259765953_MetadataUsageId; struct XmlSchemaExceptionU5BU5D_t4099652653; struct CharU5BU5D_t3528271667; struct AttributeSlotU5BU5D_t600906362; struct StringU5BU5D_t1281789340; struct XmlSchemaAttributeU5BU5D_t346244693; struct ByteU5BU5D_t4116647657; struct XsdIdentityPathU5BU5D_t2466178853; struct XsdIdentityStepU5BU5D_t2964233348; struct XsdIdentityFieldU5BU5D_t881076913; struct ObjectU5BU5D_t2843939325; #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 U3CMODULEU3E_T692745528_H #define U3CMODULEU3E_T692745528_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CModuleU3E_t692745528 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CMODULEU3E_T692745528_H #ifndef ATTRIBUTESLOT_T3985135163_H #define ATTRIBUTESLOT_T3985135163_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDValidatingReader/AttributeSlot struct AttributeSlot_t3985135163 : public RuntimeObject { public: // System.String Mono.Xml.DTDValidatingReader/AttributeSlot::Name String_t* ___Name_0; // System.String Mono.Xml.DTDValidatingReader/AttributeSlot::LocalName String_t* ___LocalName_1; // System.String Mono.Xml.DTDValidatingReader/AttributeSlot::NS String_t* ___NS_2; // System.String Mono.Xml.DTDValidatingReader/AttributeSlot::Prefix String_t* ___Prefix_3; // System.String Mono.Xml.DTDValidatingReader/AttributeSlot::Value String_t* ___Value_4; // System.Boolean Mono.Xml.DTDValidatingReader/AttributeSlot::IsDefault bool ___IsDefault_5; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(AttributeSlot_t3985135163, ___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(AttributeSlot_t3985135163, ___LocalName_1)); } inline String_t* get_LocalName_1() const { return ___LocalName_1; } inline String_t** get_address_of_LocalName_1() { return &___LocalName_1; } inline void set_LocalName_1(String_t* value) { ___LocalName_1 = value; Il2CppCodeGenWriteBarrier((&___LocalName_1), value); } inline static int32_t get_offset_of_NS_2() { return static_cast(offsetof(AttributeSlot_t3985135163, ___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_Prefix_3() { return static_cast(offsetof(AttributeSlot_t3985135163, ___Prefix_3)); } inline String_t* get_Prefix_3() const { return ___Prefix_3; } inline String_t** get_address_of_Prefix_3() { return &___Prefix_3; } inline void set_Prefix_3(String_t* value) { ___Prefix_3 = value; Il2CppCodeGenWriteBarrier((&___Prefix_3), value); } inline static int32_t get_offset_of_Value_4() { return static_cast(offsetof(AttributeSlot_t3985135163, ___Value_4)); } inline String_t* get_Value_4() const { return ___Value_4; } inline String_t** get_address_of_Value_4() { return &___Value_4; } inline void set_Value_4(String_t* value) { ___Value_4 = value; Il2CppCodeGenWriteBarrier((&___Value_4), value); } inline static int32_t get_offset_of_IsDefault_5() { return static_cast(offsetof(AttributeSlot_t3985135163, ___IsDefault_5)); } inline bool get_IsDefault_5() const { return ___IsDefault_5; } inline bool* get_address_of_IsDefault_5() { return &___IsDefault_5; } inline void set_IsDefault_5(bool value) { ___IsDefault_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ATTRIBUTESLOT_T3985135163_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 XMLSCHEMACOLLECTION_T3610399789_H #define XMLSCHEMACOLLECTION_T3610399789_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t3610399789 : public RuntimeObject { public: // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaCollection::schemaSet XmlSchemaSet_t266093086 * ___schemaSet_0; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaCollection::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_1; public: inline static int32_t get_offset_of_schemaSet_0() { return static_cast(offsetof(XmlSchemaCollection_t3610399789, ___schemaSet_0)); } inline XmlSchemaSet_t266093086 * get_schemaSet_0() const { return ___schemaSet_0; } inline XmlSchemaSet_t266093086 ** get_address_of_schemaSet_0() { return &___schemaSet_0; } inline void set_schemaSet_0(XmlSchemaSet_t266093086 * value) { ___schemaSet_0 = value; Il2CppCodeGenWriteBarrier((&___schemaSet_0), value); } inline static int32_t get_offset_of_ValidationEventHandler_1() { return static_cast(offsetof(XmlSchemaCollection_t3610399789, ___ValidationEventHandler_1)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_1() const { return ___ValidationEventHandler_1; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_1() { return &___ValidationEventHandler_1; } inline void set_ValidationEventHandler_1(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_1 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOLLECTION_T3610399789_H #ifndef 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 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 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 U3CXMLSCHEMAVALIDATINGREADERU3EC__ANONSTOREY4_T286117946_H #define U3CXMLSCHEMAVALIDATINGREADERU3EC__ANONSTOREY4_T286117946_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4 struct U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 : public RuntimeObject { public: // System.Xml.XmlReaderSettings Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::settings XmlReaderSettings_t2186285234 * ___settings_0; // Mono.Xml.Schema.XmlSchemaValidatingReader Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::<>f__this XmlSchemaValidatingReader_t3113890617 * ___U3CU3Ef__this_1; public: inline static int32_t get_offset_of_settings_0() { return static_cast(offsetof(U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946, ___settings_0)); } inline XmlReaderSettings_t2186285234 * get_settings_0() const { return ___settings_0; } inline XmlReaderSettings_t2186285234 ** get_address_of_settings_0() { return &___settings_0; } inline void set_settings_0(XmlReaderSettings_t2186285234 * value) { ___settings_0 = value; Il2CppCodeGenWriteBarrier((&___settings_0), value); } inline static int32_t get_offset_of_U3CU3Ef__this_1() { return static_cast(offsetof(U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946, ___U3CU3Ef__this_1)); } inline XmlSchemaValidatingReader_t3113890617 * get_U3CU3Ef__this_1() const { return ___U3CU3Ef__this_1; } inline XmlSchemaValidatingReader_t3113890617 ** get_address_of_U3CU3Ef__this_1() { return &___U3CU3Ef__this_1; } inline void set_U3CU3Ef__this_1(XmlSchemaValidatingReader_t3113890617 * value) { ___U3CU3Ef__this_1 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CXMLSCHEMAVALIDATINGREADERU3EC__ANONSTOREY4_T286117946_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 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 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 DTDAUTOMATAFACTORY_T2958275022_H #define DTDAUTOMATAFACTORY_T2958275022_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAutomataFactory struct DTDAutomataFactory_t2958275022 : public RuntimeObject { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDAutomataFactory::root DTDObjectModel_t1729680289 * ___root_0; // System.Collections.Hashtable Mono.Xml.DTDAutomataFactory::choiceTable Hashtable_t1853889766 * ___choiceTable_1; // System.Collections.Hashtable Mono.Xml.DTDAutomataFactory::sequenceTable Hashtable_t1853889766 * ___sequenceTable_2; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(DTDAutomataFactory_t2958275022, ___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_choiceTable_1() { return static_cast(offsetof(DTDAutomataFactory_t2958275022, ___choiceTable_1)); } inline Hashtable_t1853889766 * get_choiceTable_1() const { return ___choiceTable_1; } inline Hashtable_t1853889766 ** get_address_of_choiceTable_1() { return &___choiceTable_1; } inline void set_choiceTable_1(Hashtable_t1853889766 * value) { ___choiceTable_1 = value; Il2CppCodeGenWriteBarrier((&___choiceTable_1), value); } inline static int32_t get_offset_of_sequenceTable_2() { return static_cast(offsetof(DTDAutomataFactory_t2958275022, ___sequenceTable_2)); } inline Hashtable_t1853889766 * get_sequenceTable_2() const { return ___sequenceTable_2; } inline Hashtable_t1853889766 ** get_address_of_sequenceTable_2() { return &___sequenceTable_2; } inline void set_sequenceTable_2(Hashtable_t1853889766 * value) { ___sequenceTable_2 = value; Il2CppCodeGenWriteBarrier((&___sequenceTable_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDAUTOMATAFACTORY_T2958275022_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 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 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 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 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 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 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 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 XSDKEYENTRY_T693496666_H #define XSDKEYENTRY_T693496666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntry struct XsdKeyEntry_t693496666 : public RuntimeObject { public: // System.Int32 Mono.Xml.Schema.XsdKeyEntry::StartDepth int32_t ___StartDepth_0; // System.Int32 Mono.Xml.Schema.XsdKeyEntry::SelectorLineNumber int32_t ___SelectorLineNumber_1; // System.Int32 Mono.Xml.Schema.XsdKeyEntry::SelectorLinePosition int32_t ___SelectorLinePosition_2; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::SelectorHasLineInfo bool ___SelectorHasLineInfo_3; // Mono.Xml.Schema.XsdKeyEntryFieldCollection Mono.Xml.Schema.XsdKeyEntry::KeyFields XsdKeyEntryFieldCollection_t3698183622 * ___KeyFields_4; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::KeyRefFound bool ___KeyRefFound_5; // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdKeyEntry::OwnerSequence XsdKeyTable_t2156891743 * ___OwnerSequence_6; // System.Boolean Mono.Xml.Schema.XsdKeyEntry::keyFound bool ___keyFound_7; public: inline static int32_t get_offset_of_StartDepth_0() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___StartDepth_0)); } inline int32_t get_StartDepth_0() const { return ___StartDepth_0; } inline int32_t* get_address_of_StartDepth_0() { return &___StartDepth_0; } inline void set_StartDepth_0(int32_t value) { ___StartDepth_0 = value; } inline static int32_t get_offset_of_SelectorLineNumber_1() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorLineNumber_1)); } inline int32_t get_SelectorLineNumber_1() const { return ___SelectorLineNumber_1; } inline int32_t* get_address_of_SelectorLineNumber_1() { return &___SelectorLineNumber_1; } inline void set_SelectorLineNumber_1(int32_t value) { ___SelectorLineNumber_1 = value; } inline static int32_t get_offset_of_SelectorLinePosition_2() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorLinePosition_2)); } inline int32_t get_SelectorLinePosition_2() const { return ___SelectorLinePosition_2; } inline int32_t* get_address_of_SelectorLinePosition_2() { return &___SelectorLinePosition_2; } inline void set_SelectorLinePosition_2(int32_t value) { ___SelectorLinePosition_2 = value; } inline static int32_t get_offset_of_SelectorHasLineInfo_3() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___SelectorHasLineInfo_3)); } inline bool get_SelectorHasLineInfo_3() const { return ___SelectorHasLineInfo_3; } inline bool* get_address_of_SelectorHasLineInfo_3() { return &___SelectorHasLineInfo_3; } inline void set_SelectorHasLineInfo_3(bool value) { ___SelectorHasLineInfo_3 = value; } inline static int32_t get_offset_of_KeyFields_4() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___KeyFields_4)); } inline XsdKeyEntryFieldCollection_t3698183622 * get_KeyFields_4() const { return ___KeyFields_4; } inline XsdKeyEntryFieldCollection_t3698183622 ** get_address_of_KeyFields_4() { return &___KeyFields_4; } inline void set_KeyFields_4(XsdKeyEntryFieldCollection_t3698183622 * value) { ___KeyFields_4 = value; Il2CppCodeGenWriteBarrier((&___KeyFields_4), value); } inline static int32_t get_offset_of_KeyRefFound_5() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___KeyRefFound_5)); } inline bool get_KeyRefFound_5() const { return ___KeyRefFound_5; } inline bool* get_address_of_KeyRefFound_5() { return &___KeyRefFound_5; } inline void set_KeyRefFound_5(bool value) { ___KeyRefFound_5 = value; } inline static int32_t get_offset_of_OwnerSequence_6() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___OwnerSequence_6)); } inline XsdKeyTable_t2156891743 * get_OwnerSequence_6() const { return ___OwnerSequence_6; } inline XsdKeyTable_t2156891743 ** get_address_of_OwnerSequence_6() { return &___OwnerSequence_6; } inline void set_OwnerSequence_6(XsdKeyTable_t2156891743 * value) { ___OwnerSequence_6 = value; Il2CppCodeGenWriteBarrier((&___OwnerSequence_6), value); } inline static int32_t get_offset_of_keyFound_7() { return static_cast(offsetof(XsdKeyEntry_t693496666, ___keyFound_7)); } inline bool get_keyFound_7() const { return ___keyFound_7; } inline bool* get_address_of_keyFound_7() { return &___keyFound_7; } inline void set_keyFound_7(bool value) { ___keyFound_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRY_T693496666_H #ifndef XSDKEYTABLE_T2156891743_H #define XSDKEYTABLE_T2156891743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyTable struct XsdKeyTable_t2156891743 : public RuntimeObject { public: // System.Boolean Mono.Xml.Schema.XsdKeyTable::alwaysTrue bool ___alwaysTrue_0; // Mono.Xml.Schema.XsdIdentitySelector Mono.Xml.Schema.XsdKeyTable::selector XsdIdentitySelector_t574258590 * ___selector_1; // System.Xml.Schema.XmlSchemaIdentityConstraint Mono.Xml.Schema.XsdKeyTable::source XmlSchemaIdentityConstraint_t297318432 * ___source_2; // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdKeyTable::qname XmlQualifiedName_t2760654312 * ___qname_3; // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdKeyTable::refKeyName XmlQualifiedName_t2760654312 * ___refKeyName_4; // Mono.Xml.Schema.XsdKeyEntryCollection Mono.Xml.Schema.XsdKeyTable::Entries XsdKeyEntryCollection_t3090959213 * ___Entries_5; // Mono.Xml.Schema.XsdKeyEntryCollection Mono.Xml.Schema.XsdKeyTable::FinishedEntries XsdKeyEntryCollection_t3090959213 * ___FinishedEntries_6; // System.Int32 Mono.Xml.Schema.XsdKeyTable::StartDepth int32_t ___StartDepth_7; // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdKeyTable::ReferencedKey XsdKeyTable_t2156891743 * ___ReferencedKey_8; public: inline static int32_t get_offset_of_alwaysTrue_0() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___alwaysTrue_0)); } inline bool get_alwaysTrue_0() const { return ___alwaysTrue_0; } inline bool* get_address_of_alwaysTrue_0() { return &___alwaysTrue_0; } inline void set_alwaysTrue_0(bool value) { ___alwaysTrue_0 = value; } inline static int32_t get_offset_of_selector_1() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___selector_1)); } inline XsdIdentitySelector_t574258590 * get_selector_1() const { return ___selector_1; } inline XsdIdentitySelector_t574258590 ** get_address_of_selector_1() { return &___selector_1; } inline void set_selector_1(XsdIdentitySelector_t574258590 * value) { ___selector_1 = value; Il2CppCodeGenWriteBarrier((&___selector_1), value); } inline static int32_t get_offset_of_source_2() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___source_2)); } inline XmlSchemaIdentityConstraint_t297318432 * get_source_2() const { return ___source_2; } inline XmlSchemaIdentityConstraint_t297318432 ** get_address_of_source_2() { return &___source_2; } inline void set_source_2(XmlSchemaIdentityConstraint_t297318432 * value) { ___source_2 = value; Il2CppCodeGenWriteBarrier((&___source_2), value); } inline static int32_t get_offset_of_qname_3() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___qname_3)); } inline XmlQualifiedName_t2760654312 * get_qname_3() const { return ___qname_3; } inline XmlQualifiedName_t2760654312 ** get_address_of_qname_3() { return &___qname_3; } inline void set_qname_3(XmlQualifiedName_t2760654312 * value) { ___qname_3 = value; Il2CppCodeGenWriteBarrier((&___qname_3), value); } inline static int32_t get_offset_of_refKeyName_4() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___refKeyName_4)); } inline XmlQualifiedName_t2760654312 * get_refKeyName_4() const { return ___refKeyName_4; } inline XmlQualifiedName_t2760654312 ** get_address_of_refKeyName_4() { return &___refKeyName_4; } inline void set_refKeyName_4(XmlQualifiedName_t2760654312 * value) { ___refKeyName_4 = value; Il2CppCodeGenWriteBarrier((&___refKeyName_4), value); } inline static int32_t get_offset_of_Entries_5() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___Entries_5)); } inline XsdKeyEntryCollection_t3090959213 * get_Entries_5() const { return ___Entries_5; } inline XsdKeyEntryCollection_t3090959213 ** get_address_of_Entries_5() { return &___Entries_5; } inline void set_Entries_5(XsdKeyEntryCollection_t3090959213 * value) { ___Entries_5 = value; Il2CppCodeGenWriteBarrier((&___Entries_5), value); } inline static int32_t get_offset_of_FinishedEntries_6() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___FinishedEntries_6)); } inline XsdKeyEntryCollection_t3090959213 * get_FinishedEntries_6() const { return ___FinishedEntries_6; } inline XsdKeyEntryCollection_t3090959213 ** get_address_of_FinishedEntries_6() { return &___FinishedEntries_6; } inline void set_FinishedEntries_6(XsdKeyEntryCollection_t3090959213 * value) { ___FinishedEntries_6 = value; Il2CppCodeGenWriteBarrier((&___FinishedEntries_6), value); } inline static int32_t get_offset_of_StartDepth_7() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___StartDepth_7)); } inline int32_t get_StartDepth_7() const { return ___StartDepth_7; } inline int32_t* get_address_of_StartDepth_7() { return &___StartDepth_7; } inline void set_StartDepth_7(int32_t value) { ___StartDepth_7 = value; } inline static int32_t get_offset_of_ReferencedKey_8() { return static_cast(offsetof(XsdKeyTable_t2156891743, ___ReferencedKey_8)); } inline XsdKeyTable_t2156891743 * get_ReferencedKey_8() const { return ___ReferencedKey_8; } inline XsdKeyTable_t2156891743 ** get_address_of_ReferencedKey_8() { return &___ReferencedKey_8; } inline void set_ReferencedKey_8(XsdKeyTable_t2156891743 * value) { ___ReferencedKey_8 = value; Il2CppCodeGenWriteBarrier((&___ReferencedKey_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYTABLE_T2156891743_H #ifndef XSDKEYENTRYFIELD_T3552275292_H #define XSDKEYENTRYFIELD_T3552275292_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryField struct XsdKeyEntryField_t3552275292 : public RuntimeObject { public: // Mono.Xml.Schema.XsdKeyEntry Mono.Xml.Schema.XsdKeyEntryField::entry XsdKeyEntry_t693496666 * ___entry_0; // Mono.Xml.Schema.XsdIdentityField Mono.Xml.Schema.XsdKeyEntryField::field XsdIdentityField_t1964115728 * ___field_1; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::FieldFound bool ___FieldFound_2; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldLineNumber int32_t ___FieldLineNumber_3; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldLinePosition int32_t ___FieldLinePosition_4; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::FieldHasLineInfo bool ___FieldHasLineInfo_5; // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdKeyEntryField::FieldType XsdAnySimpleType_t1257864485 * ___FieldType_6; // System.Object Mono.Xml.Schema.XsdKeyEntryField::Identity RuntimeObject * ___Identity_7; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::IsXsiNil bool ___IsXsiNil_8; // System.Int32 Mono.Xml.Schema.XsdKeyEntryField::FieldFoundDepth int32_t ___FieldFoundDepth_9; // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyEntryField::FieldFoundPath XsdIdentityPath_t991900844 * ___FieldFoundPath_10; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::Consuming bool ___Consuming_11; // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::Consumed bool ___Consumed_12; public: inline static int32_t get_offset_of_entry_0() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___entry_0)); } inline XsdKeyEntry_t693496666 * get_entry_0() const { return ___entry_0; } inline XsdKeyEntry_t693496666 ** get_address_of_entry_0() { return &___entry_0; } inline void set_entry_0(XsdKeyEntry_t693496666 * value) { ___entry_0 = value; Il2CppCodeGenWriteBarrier((&___entry_0), value); } inline static int32_t get_offset_of_field_1() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___field_1)); } inline XsdIdentityField_t1964115728 * get_field_1() const { return ___field_1; } inline XsdIdentityField_t1964115728 ** get_address_of_field_1() { return &___field_1; } inline void set_field_1(XsdIdentityField_t1964115728 * value) { ___field_1 = value; Il2CppCodeGenWriteBarrier((&___field_1), value); } inline static int32_t get_offset_of_FieldFound_2() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFound_2)); } inline bool get_FieldFound_2() const { return ___FieldFound_2; } inline bool* get_address_of_FieldFound_2() { return &___FieldFound_2; } inline void set_FieldFound_2(bool value) { ___FieldFound_2 = value; } inline static int32_t get_offset_of_FieldLineNumber_3() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldLineNumber_3)); } inline int32_t get_FieldLineNumber_3() const { return ___FieldLineNumber_3; } inline int32_t* get_address_of_FieldLineNumber_3() { return &___FieldLineNumber_3; } inline void set_FieldLineNumber_3(int32_t value) { ___FieldLineNumber_3 = value; } inline static int32_t get_offset_of_FieldLinePosition_4() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldLinePosition_4)); } inline int32_t get_FieldLinePosition_4() const { return ___FieldLinePosition_4; } inline int32_t* get_address_of_FieldLinePosition_4() { return &___FieldLinePosition_4; } inline void set_FieldLinePosition_4(int32_t value) { ___FieldLinePosition_4 = value; } inline static int32_t get_offset_of_FieldHasLineInfo_5() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldHasLineInfo_5)); } inline bool get_FieldHasLineInfo_5() const { return ___FieldHasLineInfo_5; } inline bool* get_address_of_FieldHasLineInfo_5() { return &___FieldHasLineInfo_5; } inline void set_FieldHasLineInfo_5(bool value) { ___FieldHasLineInfo_5 = value; } inline static int32_t get_offset_of_FieldType_6() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldType_6)); } inline XsdAnySimpleType_t1257864485 * get_FieldType_6() const { return ___FieldType_6; } inline XsdAnySimpleType_t1257864485 ** get_address_of_FieldType_6() { return &___FieldType_6; } inline void set_FieldType_6(XsdAnySimpleType_t1257864485 * value) { ___FieldType_6 = value; Il2CppCodeGenWriteBarrier((&___FieldType_6), value); } inline static int32_t get_offset_of_Identity_7() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Identity_7)); } inline RuntimeObject * get_Identity_7() const { return ___Identity_7; } inline RuntimeObject ** get_address_of_Identity_7() { return &___Identity_7; } inline void set_Identity_7(RuntimeObject * value) { ___Identity_7 = value; Il2CppCodeGenWriteBarrier((&___Identity_7), value); } inline static int32_t get_offset_of_IsXsiNil_8() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___IsXsiNil_8)); } inline bool get_IsXsiNil_8() const { return ___IsXsiNil_8; } inline bool* get_address_of_IsXsiNil_8() { return &___IsXsiNil_8; } inline void set_IsXsiNil_8(bool value) { ___IsXsiNil_8 = value; } inline static int32_t get_offset_of_FieldFoundDepth_9() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFoundDepth_9)); } inline int32_t get_FieldFoundDepth_9() const { return ___FieldFoundDepth_9; } inline int32_t* get_address_of_FieldFoundDepth_9() { return &___FieldFoundDepth_9; } inline void set_FieldFoundDepth_9(int32_t value) { ___FieldFoundDepth_9 = value; } inline static int32_t get_offset_of_FieldFoundPath_10() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___FieldFoundPath_10)); } inline XsdIdentityPath_t991900844 * get_FieldFoundPath_10() const { return ___FieldFoundPath_10; } inline XsdIdentityPath_t991900844 ** get_address_of_FieldFoundPath_10() { return &___FieldFoundPath_10; } inline void set_FieldFoundPath_10(XsdIdentityPath_t991900844 * value) { ___FieldFoundPath_10 = value; Il2CppCodeGenWriteBarrier((&___FieldFoundPath_10), value); } inline static int32_t get_offset_of_Consuming_11() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Consuming_11)); } inline bool get_Consuming_11() const { return ___Consuming_11; } inline bool* get_address_of_Consuming_11() { return &___Consuming_11; } inline void set_Consuming_11(bool value) { ___Consuming_11 = value; } inline static int32_t get_offset_of_Consumed_12() { return static_cast(offsetof(XsdKeyEntryField_t3552275292, ___Consumed_12)); } inline bool get_Consumed_12() const { return ___Consumed_12; } inline bool* get_address_of_Consumed_12() { return &___Consumed_12; } inline void set_Consumed_12(bool value) { ___Consumed_12 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYFIELD_T3552275292_H #ifndef 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 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 XMLCHAR_T3816087079_H #define XMLCHAR_T3816087079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlChar struct XmlChar_t3816087079 : public RuntimeObject { public: public: }; struct XmlChar_t3816087079_StaticFields { public: // System.Char[] System.Xml.XmlChar::WhitespaceChars CharU5BU5D_t3528271667* ___WhitespaceChars_0; // System.Byte[] System.Xml.XmlChar::firstNamePages ByteU5BU5D_t4116647657* ___firstNamePages_1; // System.Byte[] System.Xml.XmlChar::namePages ByteU5BU5D_t4116647657* ___namePages_2; // System.UInt32[] System.Xml.XmlChar::nameBitmap UInt32U5BU5D_t2770800703* ___nameBitmap_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlChar::<>f__switch$map2F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2F_4; public: inline static int32_t get_offset_of_WhitespaceChars_0() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___WhitespaceChars_0)); } inline CharU5BU5D_t3528271667* get_WhitespaceChars_0() const { return ___WhitespaceChars_0; } inline CharU5BU5D_t3528271667** get_address_of_WhitespaceChars_0() { return &___WhitespaceChars_0; } inline void set_WhitespaceChars_0(CharU5BU5D_t3528271667* value) { ___WhitespaceChars_0 = value; Il2CppCodeGenWriteBarrier((&___WhitespaceChars_0), value); } inline static int32_t get_offset_of_firstNamePages_1() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___firstNamePages_1)); } inline ByteU5BU5D_t4116647657* get_firstNamePages_1() const { return ___firstNamePages_1; } inline ByteU5BU5D_t4116647657** get_address_of_firstNamePages_1() { return &___firstNamePages_1; } inline void set_firstNamePages_1(ByteU5BU5D_t4116647657* value) { ___firstNamePages_1 = value; Il2CppCodeGenWriteBarrier((&___firstNamePages_1), value); } inline static int32_t get_offset_of_namePages_2() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___namePages_2)); } inline ByteU5BU5D_t4116647657* get_namePages_2() const { return ___namePages_2; } inline ByteU5BU5D_t4116647657** get_address_of_namePages_2() { return &___namePages_2; } inline void set_namePages_2(ByteU5BU5D_t4116647657* value) { ___namePages_2 = value; Il2CppCodeGenWriteBarrier((&___namePages_2), value); } inline static int32_t get_offset_of_nameBitmap_3() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___nameBitmap_3)); } inline UInt32U5BU5D_t2770800703* get_nameBitmap_3() const { return ___nameBitmap_3; } inline UInt32U5BU5D_t2770800703** get_address_of_nameBitmap_3() { return &___nameBitmap_3; } inline void set_nameBitmap_3(UInt32U5BU5D_t2770800703* value) { ___nameBitmap_3 = value; Il2CppCodeGenWriteBarrier((&___nameBitmap_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2F_4() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___U3CU3Ef__switchU24map2F_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2F_4() const { return ___U3CU3Ef__switchU24map2F_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2F_4() { return &___U3CU3Ef__switchU24map2F_4; } inline void set_U3CU3Ef__switchU24map2F_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2F_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2F_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHAR_T3816087079_H #ifndef 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 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 XSDIDMANAGER_T1008806102_H #define XSDIDMANAGER_T1008806102_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIDManager struct XsdIDManager_t1008806102 : public RuntimeObject { public: // System.Collections.Hashtable Mono.Xml.Schema.XsdIDManager::idList Hashtable_t1853889766 * ___idList_0; // System.Collections.ArrayList Mono.Xml.Schema.XsdIDManager::missingIDReferences ArrayList_t2718874744 * ___missingIDReferences_1; // System.String Mono.Xml.Schema.XsdIDManager::thisElementId String_t* ___thisElementId_2; public: inline static int32_t get_offset_of_idList_0() { return static_cast(offsetof(XsdIDManager_t1008806102, ___idList_0)); } inline Hashtable_t1853889766 * get_idList_0() const { return ___idList_0; } inline Hashtable_t1853889766 ** get_address_of_idList_0() { return &___idList_0; } inline void set_idList_0(Hashtable_t1853889766 * value) { ___idList_0 = value; Il2CppCodeGenWriteBarrier((&___idList_0), value); } inline static int32_t get_offset_of_missingIDReferences_1() { return static_cast(offsetof(XsdIDManager_t1008806102, ___missingIDReferences_1)); } inline ArrayList_t2718874744 * get_missingIDReferences_1() const { return ___missingIDReferences_1; } inline ArrayList_t2718874744 ** get_address_of_missingIDReferences_1() { return &___missingIDReferences_1; } inline void set_missingIDReferences_1(ArrayList_t2718874744 * value) { ___missingIDReferences_1 = value; Il2CppCodeGenWriteBarrier((&___missingIDReferences_1), value); } inline static int32_t get_offset_of_thisElementId_2() { return static_cast(offsetof(XsdIDManager_t1008806102, ___thisElementId_2)); } inline String_t* get_thisElementId_2() const { return ___thisElementId_2; } inline String_t** get_address_of_thisElementId_2() { return &___thisElementId_2; } inline void set_thisElementId_2(String_t* value) { ___thisElementId_2 = value; Il2CppCodeGenWriteBarrier((&___thisElementId_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDMANAGER_T1008806102_H #ifndef 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 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 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 XSDIDENTITYFIELD_T1964115728_H #define XSDIDENTITYFIELD_T1964115728_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentityField struct XsdIdentityField_t1964115728 : public RuntimeObject { public: // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentityField::fieldPaths XsdIdentityPathU5BU5D_t2466178853* ___fieldPaths_0; // System.Int32 Mono.Xml.Schema.XsdIdentityField::index int32_t ___index_1; public: inline static int32_t get_offset_of_fieldPaths_0() { return static_cast(offsetof(XsdIdentityField_t1964115728, ___fieldPaths_0)); } inline XsdIdentityPathU5BU5D_t2466178853* get_fieldPaths_0() const { return ___fieldPaths_0; } inline XsdIdentityPathU5BU5D_t2466178853** get_address_of_fieldPaths_0() { return &___fieldPaths_0; } inline void set_fieldPaths_0(XsdIdentityPathU5BU5D_t2466178853* value) { ___fieldPaths_0 = value; Il2CppCodeGenWriteBarrier((&___fieldPaths_0), value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(XsdIdentityField_t1964115728, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYFIELD_T1964115728_H #ifndef XSDIDENTITYPATH_T991900844_H #define XSDIDENTITYPATH_T991900844_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentityPath struct XsdIdentityPath_t991900844 : public RuntimeObject { public: // Mono.Xml.Schema.XsdIdentityStep[] Mono.Xml.Schema.XsdIdentityPath::OrderedSteps XsdIdentityStepU5BU5D_t2964233348* ___OrderedSteps_0; // System.Boolean Mono.Xml.Schema.XsdIdentityPath::Descendants bool ___Descendants_1; public: inline static int32_t get_offset_of_OrderedSteps_0() { return static_cast(offsetof(XsdIdentityPath_t991900844, ___OrderedSteps_0)); } inline XsdIdentityStepU5BU5D_t2964233348* get_OrderedSteps_0() const { return ___OrderedSteps_0; } inline XsdIdentityStepU5BU5D_t2964233348** get_address_of_OrderedSteps_0() { return &___OrderedSteps_0; } inline void set_OrderedSteps_0(XsdIdentityStepU5BU5D_t2964233348* value) { ___OrderedSteps_0 = value; Il2CppCodeGenWriteBarrier((&___OrderedSteps_0), value); } inline static int32_t get_offset_of_Descendants_1() { return static_cast(offsetof(XsdIdentityPath_t991900844, ___Descendants_1)); } inline bool get_Descendants_1() const { return ___Descendants_1; } inline bool* get_address_of_Descendants_1() { return &___Descendants_1; } inline void set_Descendants_1(bool value) { ___Descendants_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYPATH_T991900844_H #ifndef XSDIDENTITYSTEP_T1480907129_H #define XSDIDENTITYSTEP_T1480907129_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentityStep struct XsdIdentityStep_t1480907129 : public RuntimeObject { public: // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsCurrent bool ___IsCurrent_0; // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsAttribute bool ___IsAttribute_1; // System.Boolean Mono.Xml.Schema.XsdIdentityStep::IsAnyName bool ___IsAnyName_2; // System.String Mono.Xml.Schema.XsdIdentityStep::NsName String_t* ___NsName_3; // System.String Mono.Xml.Schema.XsdIdentityStep::Name String_t* ___Name_4; // System.String Mono.Xml.Schema.XsdIdentityStep::Namespace String_t* ___Namespace_5; public: inline static int32_t get_offset_of_IsCurrent_0() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsCurrent_0)); } inline bool get_IsCurrent_0() const { return ___IsCurrent_0; } inline bool* get_address_of_IsCurrent_0() { return &___IsCurrent_0; } inline void set_IsCurrent_0(bool value) { ___IsCurrent_0 = value; } inline static int32_t get_offset_of_IsAttribute_1() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsAttribute_1)); } inline bool get_IsAttribute_1() const { return ___IsAttribute_1; } inline bool* get_address_of_IsAttribute_1() { return &___IsAttribute_1; } inline void set_IsAttribute_1(bool value) { ___IsAttribute_1 = value; } inline static int32_t get_offset_of_IsAnyName_2() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___IsAnyName_2)); } inline bool get_IsAnyName_2() const { return ___IsAnyName_2; } inline bool* get_address_of_IsAnyName_2() { return &___IsAnyName_2; } inline void set_IsAnyName_2(bool value) { ___IsAnyName_2 = value; } inline static int32_t get_offset_of_NsName_3() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___NsName_3)); } inline String_t* get_NsName_3() const { return ___NsName_3; } inline String_t** get_address_of_NsName_3() { return &___NsName_3; } inline void set_NsName_3(String_t* value) { ___NsName_3 = value; Il2CppCodeGenWriteBarrier((&___NsName_3), value); } inline static int32_t get_offset_of_Name_4() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___Name_4)); } inline String_t* get_Name_4() const { return ___Name_4; } inline String_t** get_address_of_Name_4() { return &___Name_4; } inline void set_Name_4(String_t* value) { ___Name_4 = value; Il2CppCodeGenWriteBarrier((&___Name_4), value); } inline static int32_t get_offset_of_Namespace_5() { return static_cast(offsetof(XsdIdentityStep_t1480907129, ___Namespace_5)); } inline String_t* get_Namespace_5() const { return ___Namespace_5; } inline String_t** get_address_of_Namespace_5() { return &___Namespace_5; } inline void set_Namespace_5(String_t* value) { ___Namespace_5 = value; Il2CppCodeGenWriteBarrier((&___Namespace_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYSTEP_T1480907129_H #ifndef XSDIDENTITYSELECTOR_T574258590_H #define XSDIDENTITYSELECTOR_T574258590_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIdentitySelector struct XsdIdentitySelector_t574258590 : public RuntimeObject { public: // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentitySelector::selectorPaths XsdIdentityPathU5BU5D_t2466178853* ___selectorPaths_0; // System.Collections.ArrayList Mono.Xml.Schema.XsdIdentitySelector::fields ArrayList_t2718874744 * ___fields_1; // Mono.Xml.Schema.XsdIdentityField[] Mono.Xml.Schema.XsdIdentitySelector::cachedFields XsdIdentityFieldU5BU5D_t881076913* ___cachedFields_2; public: inline static int32_t get_offset_of_selectorPaths_0() { return static_cast(offsetof(XsdIdentitySelector_t574258590, ___selectorPaths_0)); } inline XsdIdentityPathU5BU5D_t2466178853* get_selectorPaths_0() const { return ___selectorPaths_0; } inline XsdIdentityPathU5BU5D_t2466178853** get_address_of_selectorPaths_0() { return &___selectorPaths_0; } inline void set_selectorPaths_0(XsdIdentityPathU5BU5D_t2466178853* value) { ___selectorPaths_0 = value; Il2CppCodeGenWriteBarrier((&___selectorPaths_0), value); } inline static int32_t get_offset_of_fields_1() { return static_cast(offsetof(XsdIdentitySelector_t574258590, ___fields_1)); } inline ArrayList_t2718874744 * get_fields_1() const { return ___fields_1; } inline ArrayList_t2718874744 ** get_address_of_fields_1() { return &___fields_1; } inline void set_fields_1(ArrayList_t2718874744 * value) { ___fields_1 = value; Il2CppCodeGenWriteBarrier((&___fields_1), value); } inline static int32_t get_offset_of_cachedFields_2() { return static_cast(offsetof(XsdIdentitySelector_t574258590, ___cachedFields_2)); } inline XsdIdentityFieldU5BU5D_t881076913* get_cachedFields_2() const { return ___cachedFields_2; } inline XsdIdentityFieldU5BU5D_t881076913** get_address_of_cachedFields_2() { return &___cachedFields_2; } inline void set_cachedFields_2(XsdIdentityFieldU5BU5D_t881076913* value) { ___cachedFields_2 = value; Il2CppCodeGenWriteBarrier((&___cachedFields_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDENTITYSELECTOR_T574258590_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 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 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 DTDAUTOMATA_T781538777_H #define DTDAUTOMATA_T781538777_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAutomata struct DTDAutomata_t781538777 : public RuntimeObject { public: // Mono.Xml.DTDObjectModel Mono.Xml.DTDAutomata::root DTDObjectModel_t1729680289 * ___root_0; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(DTDAutomata_t781538777, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDAUTOMATA_T781538777_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 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 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 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 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 XSDANYVALIDATIONSTATE_T3421545252_H #define XSDANYVALIDATIONSTATE_T3421545252_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAnyValidationState struct XsdAnyValidationState_t3421545252 : public XsdValidationState_t376578997 { public: // System.Xml.Schema.XmlSchemaAny Mono.Xml.Schema.XsdAnyValidationState::any XmlSchemaAny_t1119175207 * ___any_3; public: inline static int32_t get_offset_of_any_3() { return static_cast(offsetof(XsdAnyValidationState_t3421545252, ___any_3)); } inline XmlSchemaAny_t1119175207 * get_any_3() const { return ___any_3; } inline XmlSchemaAny_t1119175207 ** get_address_of_any_3() { return &___any_3; } inline void set_any_3(XmlSchemaAny_t1119175207 * value) { ___any_3 = value; Il2CppCodeGenWriteBarrier((&___any_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDANYVALIDATIONSTATE_T3421545252_H #ifndef SBYTE_T1669577662_H #define SBYTE_T1669577662_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SByte struct SByte_t1669577662 { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t1669577662, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SBYTE_T1669577662_H #ifndef 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 ASCIIENCODING_T3446586211_H #define ASCIIENCODING_T3446586211_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.ASCIIEncoding struct ASCIIEncoding_t3446586211 : public Encoding_t1523322056 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ASCIIENCODING_T3446586211_H #ifndef XSDAPPENDEDVALIDATIONSTATE_T3608891238_H #define XSDAPPENDEDVALIDATIONSTATE_T3608891238_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAppendedValidationState struct XsdAppendedValidationState_t3608891238 : public XsdValidationState_t376578997 { public: // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdAppendedValidationState::head XsdValidationState_t376578997 * ___head_3; // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdAppendedValidationState::rest XsdValidationState_t376578997 * ___rest_4; public: inline static int32_t get_offset_of_head_3() { return static_cast(offsetof(XsdAppendedValidationState_t3608891238, ___head_3)); } inline XsdValidationState_t376578997 * get_head_3() const { return ___head_3; } inline XsdValidationState_t376578997 ** get_address_of_head_3() { return &___head_3; } inline void set_head_3(XsdValidationState_t376578997 * value) { ___head_3 = value; Il2CppCodeGenWriteBarrier((&___head_3), value); } inline static int32_t get_offset_of_rest_4() { return static_cast(offsetof(XsdAppendedValidationState_t3608891238, ___rest_4)); } inline XsdValidationState_t376578997 * get_rest_4() const { return ___rest_4; } inline XsdValidationState_t376578997 ** get_address_of_rest_4() { return &___rest_4; } inline void set_rest_4(XsdValidationState_t376578997 * value) { ___rest_4 = value; Il2CppCodeGenWriteBarrier((&___rest_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDAPPENDEDVALIDATIONSTATE_T3608891238_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 XSDEMPTYVALIDATIONSTATE_T1344146143_H #define XSDEMPTYVALIDATIONSTATE_T1344146143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdEmptyValidationState struct XsdEmptyValidationState_t1344146143 : public XsdValidationState_t376578997 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDEMPTYVALIDATIONSTATE_T1344146143_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 DTDANYAUTOMATA_T3633486160_H #define DTDANYAUTOMATA_T3633486160_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDAnyAutomata struct DTDAnyAutomata_t3633486160 : public DTDAutomata_t781538777 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDANYAUTOMATA_T3633486160_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef 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 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 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 KEYVALUEPAIR_2_T2530217319_H #define KEYVALUEPAIR_2_T2530217319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t2530217319 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t2530217319, ___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(KeyValuePair_2_t2530217319, ___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 #endif // KEYVALUEPAIR_2_T2530217319_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 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 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 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 XSDALLVALIDATIONSTATE_T2703884157_H #define XSDALLVALIDATIONSTATE_T2703884157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAllValidationState struct XsdAllValidationState_t2703884157 : public XsdValidationState_t376578997 { public: // System.Xml.Schema.XmlSchemaAll Mono.Xml.Schema.XsdAllValidationState::all XmlSchemaAll_t1118454309 * ___all_3; // System.Collections.ArrayList Mono.Xml.Schema.XsdAllValidationState::consumed ArrayList_t2718874744 * ___consumed_4; public: inline static int32_t get_offset_of_all_3() { return static_cast(offsetof(XsdAllValidationState_t2703884157, ___all_3)); } inline XmlSchemaAll_t1118454309 * get_all_3() const { return ___all_3; } inline XmlSchemaAll_t1118454309 ** get_address_of_all_3() { return &___all_3; } inline void set_all_3(XmlSchemaAll_t1118454309 * value) { ___all_3 = value; Il2CppCodeGenWriteBarrier((&___all_3), value); } inline static int32_t get_offset_of_consumed_4() { return static_cast(offsetof(XsdAllValidationState_t2703884157, ___consumed_4)); } inline ArrayList_t2718874744 * get_consumed_4() const { return ___consumed_4; } inline ArrayList_t2718874744 ** get_address_of_consumed_4() { return &___consumed_4; } inline void set_consumed_4(ArrayList_t2718874744 * value) { ___consumed_4 = value; Il2CppCodeGenWriteBarrier((&___consumed_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDALLVALIDATIONSTATE_T2703884157_H #ifndef KEYVALUEPAIR_2_T3041488559_H #define KEYVALUEPAIR_2_T3041488559_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t3041488559 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value DTDNode_t858560093 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t3041488559, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((&___key_0), value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t3041488559, ___value_1)); } inline DTDNode_t858560093 * get_value_1() const { return ___value_1; } inline DTDNode_t858560093 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(DTDNode_t858560093 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((&___value_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // KEYVALUEPAIR_2_T3041488559_H #ifndef XSDCHOICEVALIDATIONSTATE_T2566230191_H #define XSDCHOICEVALIDATIONSTATE_T2566230191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdChoiceValidationState struct XsdChoiceValidationState_t2566230191 : public XsdValidationState_t376578997 { public: // System.Xml.Schema.XmlSchemaChoice Mono.Xml.Schema.XsdChoiceValidationState::choice XmlSchemaChoice_t959520675 * ___choice_3; // System.Boolean Mono.Xml.Schema.XsdChoiceValidationState::emptiable bool ___emptiable_4; // System.Boolean Mono.Xml.Schema.XsdChoiceValidationState::emptiableComputed bool ___emptiableComputed_5; public: inline static int32_t get_offset_of_choice_3() { return static_cast(offsetof(XsdChoiceValidationState_t2566230191, ___choice_3)); } inline XmlSchemaChoice_t959520675 * get_choice_3() const { return ___choice_3; } inline XmlSchemaChoice_t959520675 ** get_address_of_choice_3() { return &___choice_3; } inline void set_choice_3(XmlSchemaChoice_t959520675 * value) { ___choice_3 = value; Il2CppCodeGenWriteBarrier((&___choice_3), value); } inline static int32_t get_offset_of_emptiable_4() { return static_cast(offsetof(XsdChoiceValidationState_t2566230191, ___emptiable_4)); } inline bool get_emptiable_4() const { return ___emptiable_4; } inline bool* get_address_of_emptiable_4() { return &___emptiable_4; } inline void set_emptiable_4(bool value) { ___emptiable_4 = value; } inline static int32_t get_offset_of_emptiableComputed_5() { return static_cast(offsetof(XsdChoiceValidationState_t2566230191, ___emptiableComputed_5)); } inline bool get_emptiableComputed_5() const { return ___emptiableComputed_5; } inline bool* get_address_of_emptiableComputed_5() { return &___emptiableComputed_5; } inline void set_emptiableComputed_5(bool value) { ___emptiableComputed_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDCHOICEVALIDATIONSTATE_T2566230191_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 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 XSDSEQUENCEVALIDATIONSTATE_T429792968_H #define XSDSEQUENCEVALIDATIONSTATE_T429792968_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdSequenceValidationState struct XsdSequenceValidationState_t429792968 : public XsdValidationState_t376578997 { public: // System.Xml.Schema.XmlSchemaSequence Mono.Xml.Schema.XsdSequenceValidationState::seq XmlSchemaSequence_t2018345177 * ___seq_3; // System.Int32 Mono.Xml.Schema.XsdSequenceValidationState::current int32_t ___current_4; // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdSequenceValidationState::currentAutomata XsdValidationState_t376578997 * ___currentAutomata_5; // System.Boolean Mono.Xml.Schema.XsdSequenceValidationState::emptiable bool ___emptiable_6; public: inline static int32_t get_offset_of_seq_3() { return static_cast(offsetof(XsdSequenceValidationState_t429792968, ___seq_3)); } inline XmlSchemaSequence_t2018345177 * get_seq_3() const { return ___seq_3; } inline XmlSchemaSequence_t2018345177 ** get_address_of_seq_3() { return &___seq_3; } inline void set_seq_3(XmlSchemaSequence_t2018345177 * value) { ___seq_3 = value; Il2CppCodeGenWriteBarrier((&___seq_3), value); } inline static int32_t get_offset_of_current_4() { return static_cast(offsetof(XsdSequenceValidationState_t429792968, ___current_4)); } inline int32_t get_current_4() const { return ___current_4; } inline int32_t* get_address_of_current_4() { return &___current_4; } inline void set_current_4(int32_t value) { ___current_4 = value; } inline static int32_t get_offset_of_currentAutomata_5() { return static_cast(offsetof(XsdSequenceValidationState_t429792968, ___currentAutomata_5)); } inline XsdValidationState_t376578997 * get_currentAutomata_5() const { return ___currentAutomata_5; } inline XsdValidationState_t376578997 ** get_address_of_currentAutomata_5() { return &___currentAutomata_5; } inline void set_currentAutomata_5(XsdValidationState_t376578997 * value) { ___currentAutomata_5 = value; Il2CppCodeGenWriteBarrier((&___currentAutomata_5), value); } inline static int32_t get_offset_of_emptiable_6() { return static_cast(offsetof(XsdSequenceValidationState_t429792968, ___emptiable_6)); } inline bool get_emptiable_6() const { return ___emptiable_6; } inline bool* get_address_of_emptiable_6() { return &___emptiable_6; } inline void set_emptiable_6(bool value) { ___emptiable_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDSEQUENCEVALIDATIONSTATE_T429792968_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 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 UINT64_T4134040092_H #define UINT64_T4134040092_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt64 struct UInt64_t4134040092 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_t4134040092, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT64_T4134040092_H #ifndef 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 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 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 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 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 UINT16_T2177724958_H #define UINT16_T2177724958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt16 struct UInt16_t2177724958 { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt16_t2177724958, ___m_value_2)); } inline uint16_t get_m_value_2() const { return ___m_value_2; } inline uint16_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint16_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT16_T2177724958_H #ifndef 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 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 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 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 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 XSDELEMENTVALIDATIONSTATE_T2214590119_H #define XSDELEMENTVALIDATIONSTATE_T2214590119_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdElementValidationState struct XsdElementValidationState_t2214590119 : public XsdValidationState_t376578997 { public: // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XsdElementValidationState::element XmlSchemaElement_t427880856 * ___element_3; public: inline static int32_t get_offset_of_element_3() { return static_cast(offsetof(XsdElementValidationState_t2214590119, ___element_3)); } inline XmlSchemaElement_t427880856 * get_element_3() const { return ___element_3; } inline XmlSchemaElement_t427880856 ** get_address_of_element_3() { return &___element_3; } inline void set_element_3(XmlSchemaElement_t427880856 * value) { ___element_3 = value; Il2CppCodeGenWriteBarrier((&___element_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDELEMENTVALIDATIONSTATE_T2214590119_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 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 XSDKEYENTRYCOLLECTION_T3090959213_H #define XSDKEYENTRYCOLLECTION_T3090959213_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryCollection struct XsdKeyEntryCollection_t3090959213 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYCOLLECTION_T3090959213_H #ifndef 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 XSDKEYENTRYFIELDCOLLECTION_T3698183622_H #define XSDKEYENTRYFIELDCOLLECTION_T3698183622_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdKeyEntryFieldCollection struct XsdKeyEntryFieldCollection_t3698183622 : public CollectionBase_t2727926298 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDKEYENTRYFIELDCOLLECTION_T3698183622_H #ifndef 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 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 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 DTDONEORMOREAUTOMATA_T1192707047_H #define DTDONEORMOREAUTOMATA_T1192707047_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDOneOrMoreAutomata struct DTDOneOrMoreAutomata_t1192707047 : public DTDAutomata_t781538777 { public: // Mono.Xml.DTDAutomata Mono.Xml.DTDOneOrMoreAutomata::children DTDAutomata_t781538777 * ___children_1; public: inline static int32_t get_offset_of_children_1() { return static_cast(offsetof(DTDOneOrMoreAutomata_t1192707047, ___children_1)); } inline DTDAutomata_t781538777 * get_children_1() const { return ___children_1; } inline DTDAutomata_t781538777 ** get_address_of_children_1() { return &___children_1; } inline void set_children_1(DTDAutomata_t781538777 * value) { ___children_1 = value; Il2CppCodeGenWriteBarrier((&___children_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDONEORMOREAUTOMATA_T1192707047_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 DTDINVALIDAUTOMATA_T1406553220_H #define DTDINVALIDAUTOMATA_T1406553220_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDInvalidAutomata struct DTDInvalidAutomata_t1406553220 : public DTDAutomata_t781538777 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDINVALIDAUTOMATA_T1406553220_H #ifndef DTDEMPTYAUTOMATA_T465590953_H #define DTDEMPTYAUTOMATA_T465590953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDEmptyAutomata struct DTDEmptyAutomata_t465590953 : public DTDAutomata_t781538777 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDEMPTYAUTOMATA_T465590953_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 DTDCHOICEAUTOMATA_T3129343723_H #define DTDCHOICEAUTOMATA_T3129343723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDChoiceAutomata struct DTDChoiceAutomata_t3129343723 : public DTDAutomata_t781538777 { public: // Mono.Xml.DTDAutomata Mono.Xml.DTDChoiceAutomata::left DTDAutomata_t781538777 * ___left_1; // Mono.Xml.DTDAutomata Mono.Xml.DTDChoiceAutomata::right DTDAutomata_t781538777 * ___right_2; // System.Boolean Mono.Xml.DTDChoiceAutomata::hasComputedEmptiable bool ___hasComputedEmptiable_3; // System.Boolean Mono.Xml.DTDChoiceAutomata::cachedEmptiable bool ___cachedEmptiable_4; public: inline static int32_t get_offset_of_left_1() { return static_cast(offsetof(DTDChoiceAutomata_t3129343723, ___left_1)); } inline DTDAutomata_t781538777 * get_left_1() const { return ___left_1; } inline DTDAutomata_t781538777 ** get_address_of_left_1() { return &___left_1; } inline void set_left_1(DTDAutomata_t781538777 * value) { ___left_1 = value; Il2CppCodeGenWriteBarrier((&___left_1), value); } inline static int32_t get_offset_of_right_2() { return static_cast(offsetof(DTDChoiceAutomata_t3129343723, ___right_2)); } inline DTDAutomata_t781538777 * get_right_2() const { return ___right_2; } inline DTDAutomata_t781538777 ** get_address_of_right_2() { return &___right_2; } inline void set_right_2(DTDAutomata_t781538777 * value) { ___right_2 = value; Il2CppCodeGenWriteBarrier((&___right_2), value); } inline static int32_t get_offset_of_hasComputedEmptiable_3() { return static_cast(offsetof(DTDChoiceAutomata_t3129343723, ___hasComputedEmptiable_3)); } inline bool get_hasComputedEmptiable_3() const { return ___hasComputedEmptiable_3; } inline bool* get_address_of_hasComputedEmptiable_3() { return &___hasComputedEmptiable_3; } inline void set_hasComputedEmptiable_3(bool value) { ___hasComputedEmptiable_3 = value; } inline static int32_t get_offset_of_cachedEmptiable_4() { return static_cast(offsetof(DTDChoiceAutomata_t3129343723, ___cachedEmptiable_4)); } inline bool get_cachedEmptiable_4() const { return ___cachedEmptiable_4; } inline bool* get_address_of_cachedEmptiable_4() { return &___cachedEmptiable_4; } inline void set_cachedEmptiable_4(bool value) { ___cachedEmptiable_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDCHOICEAUTOMATA_T3129343723_H #ifndef DTDSEQUENCEAUTOMATA_T2865847115_H #define DTDSEQUENCEAUTOMATA_T2865847115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDSequenceAutomata struct DTDSequenceAutomata_t2865847115 : public DTDAutomata_t781538777 { public: // Mono.Xml.DTDAutomata Mono.Xml.DTDSequenceAutomata::left DTDAutomata_t781538777 * ___left_1; // Mono.Xml.DTDAutomata Mono.Xml.DTDSequenceAutomata::right DTDAutomata_t781538777 * ___right_2; // System.Boolean Mono.Xml.DTDSequenceAutomata::hasComputedEmptiable bool ___hasComputedEmptiable_3; // System.Boolean Mono.Xml.DTDSequenceAutomata::cachedEmptiable bool ___cachedEmptiable_4; public: inline static int32_t get_offset_of_left_1() { return static_cast(offsetof(DTDSequenceAutomata_t2865847115, ___left_1)); } inline DTDAutomata_t781538777 * get_left_1() const { return ___left_1; } inline DTDAutomata_t781538777 ** get_address_of_left_1() { return &___left_1; } inline void set_left_1(DTDAutomata_t781538777 * value) { ___left_1 = value; Il2CppCodeGenWriteBarrier((&___left_1), value); } inline static int32_t get_offset_of_right_2() { return static_cast(offsetof(DTDSequenceAutomata_t2865847115, ___right_2)); } inline DTDAutomata_t781538777 * get_right_2() const { return ___right_2; } inline DTDAutomata_t781538777 ** get_address_of_right_2() { return &___right_2; } inline void set_right_2(DTDAutomata_t781538777 * value) { ___right_2 = value; Il2CppCodeGenWriteBarrier((&___right_2), value); } inline static int32_t get_offset_of_hasComputedEmptiable_3() { return static_cast(offsetof(DTDSequenceAutomata_t2865847115, ___hasComputedEmptiable_3)); } inline bool get_hasComputedEmptiable_3() const { return ___hasComputedEmptiable_3; } inline bool* get_address_of_hasComputedEmptiable_3() { return &___hasComputedEmptiable_3; } inline void set_hasComputedEmptiable_3(bool value) { ___hasComputedEmptiable_3 = value; } inline static int32_t get_offset_of_cachedEmptiable_4() { return static_cast(offsetof(DTDSequenceAutomata_t2865847115, ___cachedEmptiable_4)); } inline bool get_cachedEmptiable_4() const { return ___cachedEmptiable_4; } inline bool* get_address_of_cachedEmptiable_4() { return &___cachedEmptiable_4; } inline void set_cachedEmptiable_4(bool value) { ___cachedEmptiable_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDSEQUENCEAUTOMATA_T2865847115_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 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 DTDELEMENTAUTOMATA_T1050190167_H #define DTDELEMENTAUTOMATA_T1050190167_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDElementAutomata struct DTDElementAutomata_t1050190167 : public DTDAutomata_t781538777 { public: // System.String Mono.Xml.DTDElementAutomata::name String_t* ___name_1; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(DTDElementAutomata_t1050190167, ___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); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDELEMENTAUTOMATA_T1050190167_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 DTDVALIDATINGREADER_T3946379043_H #define DTDVALIDATINGREADER_T3946379043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DTDValidatingReader struct DTDValidatingReader_t3946379043 : public XmlReader_t3121518892 { public: // Mono.Xml.EntityResolvingXmlReader Mono.Xml.DTDValidatingReader::reader EntityResolvingXmlReader_t1267732406 * ___reader_2; // System.Xml.XmlTextReader Mono.Xml.DTDValidatingReader::sourceTextReader XmlTextReader_t4233384356 * ___sourceTextReader_3; // System.Xml.XmlValidatingReader Mono.Xml.DTDValidatingReader::validatingReader XmlValidatingReader_t1719295192 * ___validatingReader_4; // Mono.Xml.DTDObjectModel Mono.Xml.DTDValidatingReader::dtd DTDObjectModel_t1729680289 * ___dtd_5; // System.Xml.XmlResolver Mono.Xml.DTDValidatingReader::resolver XmlResolver_t626023767 * ___resolver_6; // System.String Mono.Xml.DTDValidatingReader::currentElement String_t* ___currentElement_7; // Mono.Xml.DTDValidatingReader/AttributeSlot[] Mono.Xml.DTDValidatingReader::attributes AttributeSlotU5BU5D_t600906362* ___attributes_8; // System.Int32 Mono.Xml.DTDValidatingReader::attributeCount int32_t ___attributeCount_9; // System.Int32 Mono.Xml.DTDValidatingReader::currentAttribute int32_t ___currentAttribute_10; // System.Boolean Mono.Xml.DTDValidatingReader::consumedAttribute bool ___consumedAttribute_11; // System.Collections.Stack Mono.Xml.DTDValidatingReader::elementStack Stack_t2329662280 * ___elementStack_12; // System.Collections.Stack Mono.Xml.DTDValidatingReader::automataStack Stack_t2329662280 * ___automataStack_13; // System.Boolean Mono.Xml.DTDValidatingReader::popScope bool ___popScope_14; // System.Boolean Mono.Xml.DTDValidatingReader::isStandalone bool ___isStandalone_15; // Mono.Xml.DTDAutomata Mono.Xml.DTDValidatingReader::currentAutomata DTDAutomata_t781538777 * ___currentAutomata_16; // Mono.Xml.DTDAutomata Mono.Xml.DTDValidatingReader::previousAutomata DTDAutomata_t781538777 * ___previousAutomata_17; // System.Collections.ArrayList Mono.Xml.DTDValidatingReader::idList ArrayList_t2718874744 * ___idList_18; // System.Collections.ArrayList Mono.Xml.DTDValidatingReader::missingIDReferences ArrayList_t2718874744 * ___missingIDReferences_19; // System.Xml.XmlNamespaceManager Mono.Xml.DTDValidatingReader::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_20; // System.String Mono.Xml.DTDValidatingReader::currentTextValue String_t* ___currentTextValue_21; // System.String Mono.Xml.DTDValidatingReader::constructingTextValue String_t* ___constructingTextValue_22; // System.Boolean Mono.Xml.DTDValidatingReader::shouldResetCurrentTextValue bool ___shouldResetCurrentTextValue_23; // System.Boolean Mono.Xml.DTDValidatingReader::isSignificantWhitespace bool ___isSignificantWhitespace_24; // System.Boolean Mono.Xml.DTDValidatingReader::isWhitespace bool ___isWhitespace_25; // System.Boolean Mono.Xml.DTDValidatingReader::isText bool ___isText_26; // System.Collections.Stack Mono.Xml.DTDValidatingReader::attributeValueEntityStack Stack_t2329662280 * ___attributeValueEntityStack_27; // System.Text.StringBuilder Mono.Xml.DTDValidatingReader::valueBuilder StringBuilder_t * ___valueBuilder_28; // System.Char[] Mono.Xml.DTDValidatingReader::whitespaceChars CharU5BU5D_t3528271667* ___whitespaceChars_29; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___reader_2)); } inline EntityResolvingXmlReader_t1267732406 * get_reader_2() const { return ___reader_2; } inline EntityResolvingXmlReader_t1267732406 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(EntityResolvingXmlReader_t1267732406 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_sourceTextReader_3() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___sourceTextReader_3)); } inline XmlTextReader_t4233384356 * get_sourceTextReader_3() const { return ___sourceTextReader_3; } inline XmlTextReader_t4233384356 ** get_address_of_sourceTextReader_3() { return &___sourceTextReader_3; } inline void set_sourceTextReader_3(XmlTextReader_t4233384356 * value) { ___sourceTextReader_3 = value; Il2CppCodeGenWriteBarrier((&___sourceTextReader_3), value); } inline static int32_t get_offset_of_validatingReader_4() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___validatingReader_4)); } inline XmlValidatingReader_t1719295192 * get_validatingReader_4() const { return ___validatingReader_4; } inline XmlValidatingReader_t1719295192 ** get_address_of_validatingReader_4() { return &___validatingReader_4; } inline void set_validatingReader_4(XmlValidatingReader_t1719295192 * value) { ___validatingReader_4 = value; Il2CppCodeGenWriteBarrier((&___validatingReader_4), value); } inline static int32_t get_offset_of_dtd_5() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___dtd_5)); } inline DTDObjectModel_t1729680289 * get_dtd_5() const { return ___dtd_5; } inline DTDObjectModel_t1729680289 ** get_address_of_dtd_5() { return &___dtd_5; } inline void set_dtd_5(DTDObjectModel_t1729680289 * value) { ___dtd_5 = value; Il2CppCodeGenWriteBarrier((&___dtd_5), value); } inline static int32_t get_offset_of_resolver_6() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___resolver_6)); } inline XmlResolver_t626023767 * get_resolver_6() const { return ___resolver_6; } inline XmlResolver_t626023767 ** get_address_of_resolver_6() { return &___resolver_6; } inline void set_resolver_6(XmlResolver_t626023767 * value) { ___resolver_6 = value; Il2CppCodeGenWriteBarrier((&___resolver_6), value); } inline static int32_t get_offset_of_currentElement_7() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentElement_7)); } inline String_t* get_currentElement_7() const { return ___currentElement_7; } inline String_t** get_address_of_currentElement_7() { return &___currentElement_7; } inline void set_currentElement_7(String_t* value) { ___currentElement_7 = value; Il2CppCodeGenWriteBarrier((&___currentElement_7), value); } inline static int32_t get_offset_of_attributes_8() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributes_8)); } inline AttributeSlotU5BU5D_t600906362* get_attributes_8() const { return ___attributes_8; } inline AttributeSlotU5BU5D_t600906362** get_address_of_attributes_8() { return &___attributes_8; } inline void set_attributes_8(AttributeSlotU5BU5D_t600906362* value) { ___attributes_8 = value; Il2CppCodeGenWriteBarrier((&___attributes_8), value); } inline static int32_t get_offset_of_attributeCount_9() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributeCount_9)); } inline int32_t get_attributeCount_9() const { return ___attributeCount_9; } inline int32_t* get_address_of_attributeCount_9() { return &___attributeCount_9; } inline void set_attributeCount_9(int32_t value) { ___attributeCount_9 = value; } inline static int32_t get_offset_of_currentAttribute_10() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentAttribute_10)); } inline int32_t get_currentAttribute_10() const { return ___currentAttribute_10; } inline int32_t* get_address_of_currentAttribute_10() { return &___currentAttribute_10; } inline void set_currentAttribute_10(int32_t value) { ___currentAttribute_10 = value; } inline static int32_t get_offset_of_consumedAttribute_11() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___consumedAttribute_11)); } inline bool get_consumedAttribute_11() const { return ___consumedAttribute_11; } inline bool* get_address_of_consumedAttribute_11() { return &___consumedAttribute_11; } inline void set_consumedAttribute_11(bool value) { ___consumedAttribute_11 = value; } inline static int32_t get_offset_of_elementStack_12() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___elementStack_12)); } inline Stack_t2329662280 * get_elementStack_12() const { return ___elementStack_12; } inline Stack_t2329662280 ** get_address_of_elementStack_12() { return &___elementStack_12; } inline void set_elementStack_12(Stack_t2329662280 * value) { ___elementStack_12 = value; Il2CppCodeGenWriteBarrier((&___elementStack_12), value); } inline static int32_t get_offset_of_automataStack_13() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___automataStack_13)); } inline Stack_t2329662280 * get_automataStack_13() const { return ___automataStack_13; } inline Stack_t2329662280 ** get_address_of_automataStack_13() { return &___automataStack_13; } inline void set_automataStack_13(Stack_t2329662280 * value) { ___automataStack_13 = value; Il2CppCodeGenWriteBarrier((&___automataStack_13), value); } inline static int32_t get_offset_of_popScope_14() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___popScope_14)); } inline bool get_popScope_14() const { return ___popScope_14; } inline bool* get_address_of_popScope_14() { return &___popScope_14; } inline void set_popScope_14(bool value) { ___popScope_14 = value; } inline static int32_t get_offset_of_isStandalone_15() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isStandalone_15)); } inline bool get_isStandalone_15() const { return ___isStandalone_15; } inline bool* get_address_of_isStandalone_15() { return &___isStandalone_15; } inline void set_isStandalone_15(bool value) { ___isStandalone_15 = value; } inline static int32_t get_offset_of_currentAutomata_16() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentAutomata_16)); } inline DTDAutomata_t781538777 * get_currentAutomata_16() const { return ___currentAutomata_16; } inline DTDAutomata_t781538777 ** get_address_of_currentAutomata_16() { return &___currentAutomata_16; } inline void set_currentAutomata_16(DTDAutomata_t781538777 * value) { ___currentAutomata_16 = value; Il2CppCodeGenWriteBarrier((&___currentAutomata_16), value); } inline static int32_t get_offset_of_previousAutomata_17() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___previousAutomata_17)); } inline DTDAutomata_t781538777 * get_previousAutomata_17() const { return ___previousAutomata_17; } inline DTDAutomata_t781538777 ** get_address_of_previousAutomata_17() { return &___previousAutomata_17; } inline void set_previousAutomata_17(DTDAutomata_t781538777 * value) { ___previousAutomata_17 = value; Il2CppCodeGenWriteBarrier((&___previousAutomata_17), value); } inline static int32_t get_offset_of_idList_18() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___idList_18)); } inline ArrayList_t2718874744 * get_idList_18() const { return ___idList_18; } inline ArrayList_t2718874744 ** get_address_of_idList_18() { return &___idList_18; } inline void set_idList_18(ArrayList_t2718874744 * value) { ___idList_18 = value; Il2CppCodeGenWriteBarrier((&___idList_18), value); } inline static int32_t get_offset_of_missingIDReferences_19() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___missingIDReferences_19)); } inline ArrayList_t2718874744 * get_missingIDReferences_19() const { return ___missingIDReferences_19; } inline ArrayList_t2718874744 ** get_address_of_missingIDReferences_19() { return &___missingIDReferences_19; } inline void set_missingIDReferences_19(ArrayList_t2718874744 * value) { ___missingIDReferences_19 = value; Il2CppCodeGenWriteBarrier((&___missingIDReferences_19), value); } inline static int32_t get_offset_of_nsmgr_20() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___nsmgr_20)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_20() const { return ___nsmgr_20; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_20() { return &___nsmgr_20; } inline void set_nsmgr_20(XmlNamespaceManager_t418790500 * value) { ___nsmgr_20 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_20), value); } inline static int32_t get_offset_of_currentTextValue_21() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___currentTextValue_21)); } inline String_t* get_currentTextValue_21() const { return ___currentTextValue_21; } inline String_t** get_address_of_currentTextValue_21() { return &___currentTextValue_21; } inline void set_currentTextValue_21(String_t* value) { ___currentTextValue_21 = value; Il2CppCodeGenWriteBarrier((&___currentTextValue_21), value); } inline static int32_t get_offset_of_constructingTextValue_22() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___constructingTextValue_22)); } inline String_t* get_constructingTextValue_22() const { return ___constructingTextValue_22; } inline String_t** get_address_of_constructingTextValue_22() { return &___constructingTextValue_22; } inline void set_constructingTextValue_22(String_t* value) { ___constructingTextValue_22 = value; Il2CppCodeGenWriteBarrier((&___constructingTextValue_22), value); } inline static int32_t get_offset_of_shouldResetCurrentTextValue_23() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___shouldResetCurrentTextValue_23)); } inline bool get_shouldResetCurrentTextValue_23() const { return ___shouldResetCurrentTextValue_23; } inline bool* get_address_of_shouldResetCurrentTextValue_23() { return &___shouldResetCurrentTextValue_23; } inline void set_shouldResetCurrentTextValue_23(bool value) { ___shouldResetCurrentTextValue_23 = value; } inline static int32_t get_offset_of_isSignificantWhitespace_24() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isSignificantWhitespace_24)); } inline bool get_isSignificantWhitespace_24() const { return ___isSignificantWhitespace_24; } inline bool* get_address_of_isSignificantWhitespace_24() { return &___isSignificantWhitespace_24; } inline void set_isSignificantWhitespace_24(bool value) { ___isSignificantWhitespace_24 = value; } inline static int32_t get_offset_of_isWhitespace_25() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isWhitespace_25)); } inline bool get_isWhitespace_25() const { return ___isWhitespace_25; } inline bool* get_address_of_isWhitespace_25() { return &___isWhitespace_25; } inline void set_isWhitespace_25(bool value) { ___isWhitespace_25 = value; } inline static int32_t get_offset_of_isText_26() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___isText_26)); } inline bool get_isText_26() const { return ___isText_26; } inline bool* get_address_of_isText_26() { return &___isText_26; } inline void set_isText_26(bool value) { ___isText_26 = value; } inline static int32_t get_offset_of_attributeValueEntityStack_27() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___attributeValueEntityStack_27)); } inline Stack_t2329662280 * get_attributeValueEntityStack_27() const { return ___attributeValueEntityStack_27; } inline Stack_t2329662280 ** get_address_of_attributeValueEntityStack_27() { return &___attributeValueEntityStack_27; } inline void set_attributeValueEntityStack_27(Stack_t2329662280 * value) { ___attributeValueEntityStack_27 = value; Il2CppCodeGenWriteBarrier((&___attributeValueEntityStack_27), value); } inline static int32_t get_offset_of_valueBuilder_28() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___valueBuilder_28)); } inline StringBuilder_t * get_valueBuilder_28() const { return ___valueBuilder_28; } inline StringBuilder_t ** get_address_of_valueBuilder_28() { return &___valueBuilder_28; } inline void set_valueBuilder_28(StringBuilder_t * value) { ___valueBuilder_28 = value; Il2CppCodeGenWriteBarrier((&___valueBuilder_28), value); } inline static int32_t get_offset_of_whitespaceChars_29() { return static_cast(offsetof(DTDValidatingReader_t3946379043, ___whitespaceChars_29)); } inline CharU5BU5D_t3528271667* get_whitespaceChars_29() const { return ___whitespaceChars_29; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceChars_29() { return &___whitespaceChars_29; } inline void set_whitespaceChars_29(CharU5BU5D_t3528271667* value) { ___whitespaceChars_29 = value; Il2CppCodeGenWriteBarrier((&___whitespaceChars_29), value); } }; struct DTDValidatingReader_t3946379043_StaticFields { public: // System.Collections.Generic.Dictionary`2 Mono.Xml.DTDValidatingReader::<>f__switch$map2A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2A_30; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map2A_30() { return static_cast(offsetof(DTDValidatingReader_t3946379043_StaticFields, ___U3CU3Ef__switchU24map2A_30)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2A_30() const { return ___U3CU3Ef__switchU24map2A_30; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2A_30() { return &___U3CU3Ef__switchU24map2A_30; } inline void set_U3CU3Ef__switchU24map2A_30(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2A_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2A_30), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DTDVALIDATINGREADER_T3946379043_H #ifndef 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 TRANSITION_T766760941_H #define TRANSITION_T766760941_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidator/Transition struct Transition_t766760941 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidator/Transition::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Transition_t766760941, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TRANSITION_T766760941_H #ifndef FROMBASE64TRANSFORMMODE_T2018065788_H #define FROMBASE64TRANSFORMMODE_T2018065788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.FromBase64TransformMode struct FromBase64TransformMode_t2018065788 { public: // System.Int32 System.Security.Cryptography.FromBase64TransformMode::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(FromBase64TransformMode_t2018065788, ___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 // FROMBASE64TRANSFORMMODE_T2018065788_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 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 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 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 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 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 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 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 DATETIMESTYLES_T840957420_H #define DATETIMESTYLES_T840957420_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.DateTimeStyles struct DateTimeStyles_t840957420 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeStyles_t840957420, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMESTYLES_T840957420_H #ifndef 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 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 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 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 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 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 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 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 XMLSCHEMAVALIDITY_T3794542157_H #define XMLSCHEMAVALIDITY_T3794542157_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidity struct XmlSchemaValidity_t3794542157 { public: // System.Int32 System.Xml.Schema.XmlSchemaValidity::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSchemaValidity_t3794542157, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDITY_T3794542157_H #ifndef 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 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 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 XSDORDERING_T789960802_H #define XSDORDERING_T789960802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdOrdering struct XsdOrdering_t789960802 { public: // System.Int32 Mono.Xml.Schema.XsdOrdering::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XsdOrdering_t789960802, ___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 // XSDORDERING_T789960802_H #ifndef ENUMERATOR_T1596568642_H #define ENUMERATOR_T1596568642_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/Enumerator> struct Enumerator_t1596568642 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t4002292061 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current KeyValuePair_2_t2530217319 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t1596568642, ___l_0)); } inline List_1_t4002292061 * get_l_0() const { return ___l_0; } inline List_1_t4002292061 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t4002292061 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t1596568642, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t1596568642, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t1596568642, ___current_3)); } inline KeyValuePair_2_t2530217319 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t2530217319 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t2530217319 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T1596568642_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 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 FACET_T1501039206_H #define FACET_T1501039206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaFacet/Facet struct Facet_t1501039206 { public: // System.Int32 System.Xml.Schema.XmlSchemaFacet/Facet::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Facet_t1501039206, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FACET_T1501039206_H #ifndef ENUMERATOR_T2107839882_H #define ENUMERATOR_T2107839882_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/Enumerator> struct Enumerator_t2107839882 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::l List_1_t218596005 * ___l_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::next int32_t ___next_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::ver int32_t ___ver_2; // T System.Collections.Generic.List`1/Enumerator::current KeyValuePair_2_t3041488559 ___current_3; public: inline static int32_t get_offset_of_l_0() { return static_cast(offsetof(Enumerator_t2107839882, ___l_0)); } inline List_1_t218596005 * get_l_0() const { return ___l_0; } inline List_1_t218596005 ** get_address_of_l_0() { return &___l_0; } inline void set_l_0(List_1_t218596005 * value) { ___l_0 = value; Il2CppCodeGenWriteBarrier((&___l_0), value); } inline static int32_t get_offset_of_next_1() { return static_cast(offsetof(Enumerator_t2107839882, ___next_1)); } inline int32_t get_next_1() const { return ___next_1; } inline int32_t* get_address_of_next_1() { return &___next_1; } inline void set_next_1(int32_t value) { ___next_1 = value; } inline static int32_t get_offset_of_ver_2() { return static_cast(offsetof(Enumerator_t2107839882, ___ver_2)); } inline int32_t get_ver_2() const { return ___ver_2; } inline int32_t* get_address_of_ver_2() { return &___ver_2; } inline void set_ver_2(int32_t value) { ___ver_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t2107839882, ___current_3)); } inline KeyValuePair_2_t3041488559 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t3041488559 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t3041488559 value) { ___current_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERATOR_T2107839882_H #ifndef XMLSCHEMAVALIDATIONEXCEPTION_T816160496_H #define XMLSCHEMAVALIDATIONEXCEPTION_T816160496_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidationException struct XmlSchemaValidationException_t816160496 : public XmlSchemaException_t3511258692 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATIONEXCEPTION_T816160496_H #ifndef 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 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 XMLSCHEMAVALIDATINGREADER_T3113890617_H #define XMLSCHEMAVALIDATINGREADER_T3113890617_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XmlSchemaValidatingReader struct XmlSchemaValidatingReader_t3113890617 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.Schema.XmlSchemaValidatingReader::reader XmlReader_t3121518892 * ___reader_3; // System.Xml.Schema.XmlSchemaValidationFlags Mono.Xml.Schema.XmlSchemaValidatingReader::options int32_t ___options_4; // System.Xml.Schema.XmlSchemaValidator Mono.Xml.Schema.XmlSchemaValidatingReader::v XmlSchemaValidator_t1317961423 * ___v_5; // System.Xml.Schema.XmlValueGetter Mono.Xml.Schema.XmlSchemaValidatingReader::getter XmlValueGetter_t3904916812 * ___getter_6; // System.Xml.Schema.XmlSchemaInfo Mono.Xml.Schema.XmlSchemaValidatingReader::xsinfo XmlSchemaInfo_t997462956 * ___xsinfo_7; // System.Xml.IXmlLineInfo Mono.Xml.Schema.XmlSchemaValidatingReader::readerLineInfo RuntimeObject* ___readerLineInfo_8; // System.Xml.IXmlNamespaceResolver Mono.Xml.Schema.XmlSchemaValidatingReader::nsResolver RuntimeObject* ___nsResolver_9; // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_10; // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::currentDefaultAttribute int32_t ___currentDefaultAttribute_11; // System.Collections.ArrayList Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_12; // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::defaultAttributeConsumed bool ___defaultAttributeConsumed_13; // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XmlSchemaValidatingReader::currentAttrType XmlSchemaType_t2033747345 * ___currentAttrType_14; // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::validationDone bool ___validationDone_15; // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XmlSchemaValidatingReader::element XmlSchemaElement_t427880856 * ___element_16; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___reader_3)); } inline XmlReader_t3121518892 * get_reader_3() const { return ___reader_3; } inline XmlReader_t3121518892 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(XmlReader_t3121518892 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_options_4() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___options_4)); } inline int32_t get_options_4() const { return ___options_4; } inline int32_t* get_address_of_options_4() { return &___options_4; } inline void set_options_4(int32_t value) { ___options_4 = value; } inline static int32_t get_offset_of_v_5() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___v_5)); } inline XmlSchemaValidator_t1317961423 * get_v_5() const { return ___v_5; } inline XmlSchemaValidator_t1317961423 ** get_address_of_v_5() { return &___v_5; } inline void set_v_5(XmlSchemaValidator_t1317961423 * value) { ___v_5 = value; Il2CppCodeGenWriteBarrier((&___v_5), value); } inline static int32_t get_offset_of_getter_6() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___getter_6)); } inline XmlValueGetter_t3904916812 * get_getter_6() const { return ___getter_6; } inline XmlValueGetter_t3904916812 ** get_address_of_getter_6() { return &___getter_6; } inline void set_getter_6(XmlValueGetter_t3904916812 * value) { ___getter_6 = value; Il2CppCodeGenWriteBarrier((&___getter_6), value); } inline static int32_t get_offset_of_xsinfo_7() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___xsinfo_7)); } inline XmlSchemaInfo_t997462956 * get_xsinfo_7() const { return ___xsinfo_7; } inline XmlSchemaInfo_t997462956 ** get_address_of_xsinfo_7() { return &___xsinfo_7; } inline void set_xsinfo_7(XmlSchemaInfo_t997462956 * value) { ___xsinfo_7 = value; Il2CppCodeGenWriteBarrier((&___xsinfo_7), value); } inline static int32_t get_offset_of_readerLineInfo_8() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___readerLineInfo_8)); } inline RuntimeObject* get_readerLineInfo_8() const { return ___readerLineInfo_8; } inline RuntimeObject** get_address_of_readerLineInfo_8() { return &___readerLineInfo_8; } inline void set_readerLineInfo_8(RuntimeObject* value) { ___readerLineInfo_8 = value; Il2CppCodeGenWriteBarrier((&___readerLineInfo_8), value); } inline static int32_t get_offset_of_nsResolver_9() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___nsResolver_9)); } inline RuntimeObject* get_nsResolver_9() const { return ___nsResolver_9; } inline RuntimeObject** get_address_of_nsResolver_9() { return &___nsResolver_9; } inline void set_nsResolver_9(RuntimeObject* value) { ___nsResolver_9 = value; Il2CppCodeGenWriteBarrier((&___nsResolver_9), value); } inline static int32_t get_offset_of_defaultAttributes_10() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributes_10)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_10() const { return ___defaultAttributes_10; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_10() { return &___defaultAttributes_10; } inline void set_defaultAttributes_10(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_10 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_10), value); } inline static int32_t get_offset_of_currentDefaultAttribute_11() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___currentDefaultAttribute_11)); } inline int32_t get_currentDefaultAttribute_11() const { return ___currentDefaultAttribute_11; } inline int32_t* get_address_of_currentDefaultAttribute_11() { return &___currentDefaultAttribute_11; } inline void set_currentDefaultAttribute_11(int32_t value) { ___currentDefaultAttribute_11 = value; } inline static int32_t get_offset_of_defaultAttributesCache_12() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributesCache_12)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_12() const { return ___defaultAttributesCache_12; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_12() { return &___defaultAttributesCache_12; } inline void set_defaultAttributesCache_12(ArrayList_t2718874744 * value) { ___defaultAttributesCache_12 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_12), value); } inline static int32_t get_offset_of_defaultAttributeConsumed_13() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___defaultAttributeConsumed_13)); } inline bool get_defaultAttributeConsumed_13() const { return ___defaultAttributeConsumed_13; } inline bool* get_address_of_defaultAttributeConsumed_13() { return &___defaultAttributeConsumed_13; } inline void set_defaultAttributeConsumed_13(bool value) { ___defaultAttributeConsumed_13 = value; } inline static int32_t get_offset_of_currentAttrType_14() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___currentAttrType_14)); } inline XmlSchemaType_t2033747345 * get_currentAttrType_14() const { return ___currentAttrType_14; } inline XmlSchemaType_t2033747345 ** get_address_of_currentAttrType_14() { return &___currentAttrType_14; } inline void set_currentAttrType_14(XmlSchemaType_t2033747345 * value) { ___currentAttrType_14 = value; Il2CppCodeGenWriteBarrier((&___currentAttrType_14), value); } inline static int32_t get_offset_of_validationDone_15() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___validationDone_15)); } inline bool get_validationDone_15() const { return ___validationDone_15; } inline bool* get_address_of_validationDone_15() { return &___validationDone_15; } inline void set_validationDone_15(bool value) { ___validationDone_15 = value; } inline static int32_t get_offset_of_element_16() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617, ___element_16)); } inline XmlSchemaElement_t427880856 * get_element_16() const { return ___element_16; } inline XmlSchemaElement_t427880856 ** get_address_of_element_16() { return &___element_16; } inline void set_element_16(XmlSchemaElement_t427880856 * value) { ___element_16 = value; Il2CppCodeGenWriteBarrier((&___element_16), value); } }; struct XmlSchemaValidatingReader_t3113890617_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XmlSchemaValidatingReader::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_2; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XmlSchemaValidatingReader::<>f__switch$map0 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map0_17; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XmlSchemaValidatingReader::<>f__switch$map1 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1_18; public: inline static int32_t get_offset_of_emptyAttributeArray_2() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___emptyAttributeArray_2)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_2() const { return ___emptyAttributeArray_2; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_2() { return &___emptyAttributeArray_2; } inline void set_emptyAttributeArray_2(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map0_17() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___U3CU3Ef__switchU24map0_17)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map0_17() const { return ___U3CU3Ef__switchU24map0_17; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map0_17() { return &___U3CU3Ef__switchU24map0_17; } inline void set_U3CU3Ef__switchU24map0_17(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map0_17 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map0_17), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1_18() { return static_cast(offsetof(XmlSchemaValidatingReader_t3113890617_StaticFields, ___U3CU3Ef__switchU24map1_18)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1_18() const { return ___U3CU3Ef__switchU24map1_18; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1_18() { return &___U3CU3Ef__switchU24map1_18; } inline void set_U3CU3Ef__switchU24map1_18(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1_18 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATINGREADER_T3113890617_H #ifndef XMLSCHEMAVALIDATOR_T1317961423_H #define XMLSCHEMAVALIDATOR_T1317961423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaValidator struct XmlSchemaValidator_t1317961423 : public RuntimeObject { public: // System.Object System.Xml.Schema.XmlSchemaValidator::nominalEventSender RuntimeObject * ___nominalEventSender_1; // System.Xml.IXmlLineInfo System.Xml.Schema.XmlSchemaValidator::lineInfo RuntimeObject* ___lineInfo_2; // System.Xml.IXmlNamespaceResolver System.Xml.Schema.XmlSchemaValidator::nsResolver RuntimeObject* ___nsResolver_3; // System.Uri System.Xml.Schema.XmlSchemaValidator::sourceUri Uri_t100236324 * ___sourceUri_4; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaValidator::nameTable XmlNameTable_t71772148 * ___nameTable_5; // System.Xml.Schema.XmlSchemaSet System.Xml.Schema.XmlSchemaValidator::schemas XmlSchemaSet_t266093086 * ___schemas_6; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaValidator::xmlResolver XmlResolver_t626023767 * ___xmlResolver_7; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.Schema.XmlSchemaValidator::options int32_t ___options_8; // System.Xml.Schema.XmlSchemaValidator/Transition System.Xml.Schema.XmlSchemaValidator::transition int32_t ___transition_9; // Mono.Xml.Schema.XsdParticleStateManager System.Xml.Schema.XmlSchemaValidator::state XsdParticleStateManager_t726654767 * ___state_10; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::occuredAtts ArrayList_t2718874744 * ___occuredAtts_11; // System.Xml.Schema.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_12; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_13; // Mono.Xml.Schema.XsdIDManager System.Xml.Schema.XmlSchemaValidator::idManager XsdIDManager_t1008806102 * ___idManager_14; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::keyTables ArrayList_t2718874744 * ___keyTables_15; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::currentKeyFieldConsumers ArrayList_t2718874744 * ___currentKeyFieldConsumers_16; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::tmpKeyrefPool ArrayList_t2718874744 * ___tmpKeyrefPool_17; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaValidator::elementQNameStack ArrayList_t2718874744 * ___elementQNameStack_18; // System.Text.StringBuilder System.Xml.Schema.XmlSchemaValidator::storedCharacters StringBuilder_t * ___storedCharacters_19; // System.Boolean System.Xml.Schema.XmlSchemaValidator::shouldValidateCharacters bool ___shouldValidateCharacters_20; // System.Int32 System.Xml.Schema.XmlSchemaValidator::depth int32_t ___depth_21; // System.Int32 System.Xml.Schema.XmlSchemaValidator::xsiNilDepth int32_t ___xsiNilDepth_22; // System.Int32 System.Xml.Schema.XmlSchemaValidator::skipValidationDepth int32_t ___skipValidationDepth_23; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaValidator::CurrentAttributeType XmlSchemaDatatype_t322714710 * ___CurrentAttributeType_24; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaValidator::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_25; public: inline static int32_t get_offset_of_nominalEventSender_1() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___nominalEventSender_1)); } inline RuntimeObject * get_nominalEventSender_1() const { return ___nominalEventSender_1; } inline RuntimeObject ** get_address_of_nominalEventSender_1() { return &___nominalEventSender_1; } inline void set_nominalEventSender_1(RuntimeObject * value) { ___nominalEventSender_1 = value; Il2CppCodeGenWriteBarrier((&___nominalEventSender_1), value); } inline static int32_t get_offset_of_lineInfo_2() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___lineInfo_2)); } inline RuntimeObject* get_lineInfo_2() const { return ___lineInfo_2; } inline RuntimeObject** get_address_of_lineInfo_2() { return &___lineInfo_2; } inline void set_lineInfo_2(RuntimeObject* value) { ___lineInfo_2 = value; Il2CppCodeGenWriteBarrier((&___lineInfo_2), value); } inline static int32_t get_offset_of_nsResolver_3() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___nsResolver_3)); } inline RuntimeObject* get_nsResolver_3() const { return ___nsResolver_3; } inline RuntimeObject** get_address_of_nsResolver_3() { return &___nsResolver_3; } inline void set_nsResolver_3(RuntimeObject* value) { ___nsResolver_3 = value; Il2CppCodeGenWriteBarrier((&___nsResolver_3), value); } inline static int32_t get_offset_of_sourceUri_4() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___sourceUri_4)); } inline Uri_t100236324 * get_sourceUri_4() const { return ___sourceUri_4; } inline Uri_t100236324 ** get_address_of_sourceUri_4() { return &___sourceUri_4; } inline void set_sourceUri_4(Uri_t100236324 * value) { ___sourceUri_4 = value; Il2CppCodeGenWriteBarrier((&___sourceUri_4), value); } inline static int32_t get_offset_of_nameTable_5() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___nameTable_5)); } inline XmlNameTable_t71772148 * get_nameTable_5() const { return ___nameTable_5; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_5() { return &___nameTable_5; } inline void set_nameTable_5(XmlNameTable_t71772148 * value) { ___nameTable_5 = value; Il2CppCodeGenWriteBarrier((&___nameTable_5), value); } inline static int32_t get_offset_of_schemas_6() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___schemas_6)); } inline XmlSchemaSet_t266093086 * get_schemas_6() const { return ___schemas_6; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_6() { return &___schemas_6; } inline void set_schemas_6(XmlSchemaSet_t266093086 * value) { ___schemas_6 = value; Il2CppCodeGenWriteBarrier((&___schemas_6), value); } inline static int32_t get_offset_of_xmlResolver_7() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___xmlResolver_7)); } inline XmlResolver_t626023767 * get_xmlResolver_7() const { return ___xmlResolver_7; } inline XmlResolver_t626023767 ** get_address_of_xmlResolver_7() { return &___xmlResolver_7; } inline void set_xmlResolver_7(XmlResolver_t626023767 * value) { ___xmlResolver_7 = value; Il2CppCodeGenWriteBarrier((&___xmlResolver_7), value); } inline static int32_t get_offset_of_options_8() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___options_8)); } inline int32_t get_options_8() const { return ___options_8; } inline int32_t* get_address_of_options_8() { return &___options_8; } inline void set_options_8(int32_t value) { ___options_8 = value; } inline static int32_t get_offset_of_transition_9() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___transition_9)); } inline int32_t get_transition_9() const { return ___transition_9; } inline int32_t* get_address_of_transition_9() { return &___transition_9; } inline void set_transition_9(int32_t value) { ___transition_9 = value; } inline static int32_t get_offset_of_state_10() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___state_10)); } inline XsdParticleStateManager_t726654767 * get_state_10() const { return ___state_10; } inline XsdParticleStateManager_t726654767 ** get_address_of_state_10() { return &___state_10; } inline void set_state_10(XsdParticleStateManager_t726654767 * value) { ___state_10 = value; Il2CppCodeGenWriteBarrier((&___state_10), value); } inline static int32_t get_offset_of_occuredAtts_11() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___occuredAtts_11)); } inline ArrayList_t2718874744 * get_occuredAtts_11() const { return ___occuredAtts_11; } inline ArrayList_t2718874744 ** get_address_of_occuredAtts_11() { return &___occuredAtts_11; } inline void set_occuredAtts_11(ArrayList_t2718874744 * value) { ___occuredAtts_11 = value; Il2CppCodeGenWriteBarrier((&___occuredAtts_11), value); } inline static int32_t get_offset_of_defaultAttributes_12() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___defaultAttributes_12)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_12() const { return ___defaultAttributes_12; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_12() { return &___defaultAttributes_12; } inline void set_defaultAttributes_12(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_12 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_12), value); } inline static int32_t get_offset_of_defaultAttributesCache_13() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___defaultAttributesCache_13)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_13() const { return ___defaultAttributesCache_13; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_13() { return &___defaultAttributesCache_13; } inline void set_defaultAttributesCache_13(ArrayList_t2718874744 * value) { ___defaultAttributesCache_13 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_13), value); } inline static int32_t get_offset_of_idManager_14() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___idManager_14)); } inline XsdIDManager_t1008806102 * get_idManager_14() const { return ___idManager_14; } inline XsdIDManager_t1008806102 ** get_address_of_idManager_14() { return &___idManager_14; } inline void set_idManager_14(XsdIDManager_t1008806102 * value) { ___idManager_14 = value; Il2CppCodeGenWriteBarrier((&___idManager_14), value); } inline static int32_t get_offset_of_keyTables_15() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___keyTables_15)); } inline ArrayList_t2718874744 * get_keyTables_15() const { return ___keyTables_15; } inline ArrayList_t2718874744 ** get_address_of_keyTables_15() { return &___keyTables_15; } inline void set_keyTables_15(ArrayList_t2718874744 * value) { ___keyTables_15 = value; Il2CppCodeGenWriteBarrier((&___keyTables_15), value); } inline static int32_t get_offset_of_currentKeyFieldConsumers_16() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___currentKeyFieldConsumers_16)); } inline ArrayList_t2718874744 * get_currentKeyFieldConsumers_16() const { return ___currentKeyFieldConsumers_16; } inline ArrayList_t2718874744 ** get_address_of_currentKeyFieldConsumers_16() { return &___currentKeyFieldConsumers_16; } inline void set_currentKeyFieldConsumers_16(ArrayList_t2718874744 * value) { ___currentKeyFieldConsumers_16 = value; Il2CppCodeGenWriteBarrier((&___currentKeyFieldConsumers_16), value); } inline static int32_t get_offset_of_tmpKeyrefPool_17() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___tmpKeyrefPool_17)); } inline ArrayList_t2718874744 * get_tmpKeyrefPool_17() const { return ___tmpKeyrefPool_17; } inline ArrayList_t2718874744 ** get_address_of_tmpKeyrefPool_17() { return &___tmpKeyrefPool_17; } inline void set_tmpKeyrefPool_17(ArrayList_t2718874744 * value) { ___tmpKeyrefPool_17 = value; Il2CppCodeGenWriteBarrier((&___tmpKeyrefPool_17), value); } inline static int32_t get_offset_of_elementQNameStack_18() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___elementQNameStack_18)); } inline ArrayList_t2718874744 * get_elementQNameStack_18() const { return ___elementQNameStack_18; } inline ArrayList_t2718874744 ** get_address_of_elementQNameStack_18() { return &___elementQNameStack_18; } inline void set_elementQNameStack_18(ArrayList_t2718874744 * value) { ___elementQNameStack_18 = value; Il2CppCodeGenWriteBarrier((&___elementQNameStack_18), value); } inline static int32_t get_offset_of_storedCharacters_19() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___storedCharacters_19)); } inline StringBuilder_t * get_storedCharacters_19() const { return ___storedCharacters_19; } inline StringBuilder_t ** get_address_of_storedCharacters_19() { return &___storedCharacters_19; } inline void set_storedCharacters_19(StringBuilder_t * value) { ___storedCharacters_19 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_19), value); } inline static int32_t get_offset_of_shouldValidateCharacters_20() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___shouldValidateCharacters_20)); } inline bool get_shouldValidateCharacters_20() const { return ___shouldValidateCharacters_20; } inline bool* get_address_of_shouldValidateCharacters_20() { return &___shouldValidateCharacters_20; } inline void set_shouldValidateCharacters_20(bool value) { ___shouldValidateCharacters_20 = value; } inline static int32_t get_offset_of_depth_21() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___depth_21)); } inline int32_t get_depth_21() const { return ___depth_21; } inline int32_t* get_address_of_depth_21() { return &___depth_21; } inline void set_depth_21(int32_t value) { ___depth_21 = value; } inline static int32_t get_offset_of_xsiNilDepth_22() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___xsiNilDepth_22)); } inline int32_t get_xsiNilDepth_22() const { return ___xsiNilDepth_22; } inline int32_t* get_address_of_xsiNilDepth_22() { return &___xsiNilDepth_22; } inline void set_xsiNilDepth_22(int32_t value) { ___xsiNilDepth_22 = value; } inline static int32_t get_offset_of_skipValidationDepth_23() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___skipValidationDepth_23)); } inline int32_t get_skipValidationDepth_23() const { return ___skipValidationDepth_23; } inline int32_t* get_address_of_skipValidationDepth_23() { return &___skipValidationDepth_23; } inline void set_skipValidationDepth_23(int32_t value) { ___skipValidationDepth_23 = value; } inline static int32_t get_offset_of_CurrentAttributeType_24() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___CurrentAttributeType_24)); } inline XmlSchemaDatatype_t322714710 * get_CurrentAttributeType_24() const { return ___CurrentAttributeType_24; } inline XmlSchemaDatatype_t322714710 ** get_address_of_CurrentAttributeType_24() { return &___CurrentAttributeType_24; } inline void set_CurrentAttributeType_24(XmlSchemaDatatype_t322714710 * value) { ___CurrentAttributeType_24 = value; Il2CppCodeGenWriteBarrier((&___CurrentAttributeType_24), value); } inline static int32_t get_offset_of_ValidationEventHandler_25() { return static_cast(offsetof(XmlSchemaValidator_t1317961423, ___ValidationEventHandler_25)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_25() const { return ___ValidationEventHandler_25; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_25() { return &___ValidationEventHandler_25; } inline void set_ValidationEventHandler_25(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_25 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_25), value); } }; struct XmlSchemaValidator_t1317961423_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] System.Xml.Schema.XmlSchemaValidator::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_0; public: inline static int32_t get_offset_of_emptyAttributeArray_0() { return static_cast(offsetof(XmlSchemaValidator_t1317961423_StaticFields, ___emptyAttributeArray_0)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_0() const { return ___emptyAttributeArray_0; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_0() { return &___emptyAttributeArray_0; } inline void set_emptyAttributeArray_0(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_0 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAVALIDATOR_T1317961423_H #ifndef 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 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 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 U3CU3EC__ITERATOR3_T2072931442_H #define U3CU3EC__ITERATOR3_T2072931442_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.DictionaryBase/<>c__Iterator3 struct U3CU3Ec__Iterator3_t2072931442 : public RuntimeObject { public: // System.Collections.Generic.List`1/Enumerator> Mono.Xml.DictionaryBase/<>c__Iterator3::<$s_50>__0 Enumerator_t2107839882 ___U3CU24s_50U3E__0_0; // System.Collections.Generic.KeyValuePair`2 Mono.Xml.DictionaryBase/<>c__Iterator3::

__1 KeyValuePair_2_t3041488559 ___U3CpU3E__1_1; // System.Int32 Mono.Xml.DictionaryBase/<>c__Iterator3::$PC int32_t ___U24PC_2; // Mono.Xml.DTDNode Mono.Xml.DictionaryBase/<>c__Iterator3::$current DTDNode_t858560093 * ___U24current_3; // Mono.Xml.DictionaryBase Mono.Xml.DictionaryBase/<>c__Iterator3::<>f__this DictionaryBase_t52754249 * ___U3CU3Ef__this_4; public: inline static int32_t get_offset_of_U3CU24s_50U3E__0_0() { return static_cast(offsetof(U3CU3Ec__Iterator3_t2072931442, ___U3CU24s_50U3E__0_0)); } inline Enumerator_t2107839882 get_U3CU24s_50U3E__0_0() const { return ___U3CU24s_50U3E__0_0; } inline Enumerator_t2107839882 * get_address_of_U3CU24s_50U3E__0_0() { return &___U3CU24s_50U3E__0_0; } inline void set_U3CU24s_50U3E__0_0(Enumerator_t2107839882 value) { ___U3CU24s_50U3E__0_0 = value; } inline static int32_t get_offset_of_U3CpU3E__1_1() { return static_cast(offsetof(U3CU3Ec__Iterator3_t2072931442, ___U3CpU3E__1_1)); } inline KeyValuePair_2_t3041488559 get_U3CpU3E__1_1() const { return ___U3CpU3E__1_1; } inline KeyValuePair_2_t3041488559 * get_address_of_U3CpU3E__1_1() { return &___U3CpU3E__1_1; } inline void set_U3CpU3E__1_1(KeyValuePair_2_t3041488559 value) { ___U3CpU3E__1_1 = value; } inline static int32_t get_offset_of_U24PC_2() { return static_cast(offsetof(U3CU3Ec__Iterator3_t2072931442, ___U24PC_2)); } inline int32_t get_U24PC_2() const { return ___U24PC_2; } inline int32_t* get_address_of_U24PC_2() { return &___U24PC_2; } inline void set_U24PC_2(int32_t value) { ___U24PC_2 = value; } inline static int32_t get_offset_of_U24current_3() { return static_cast(offsetof(U3CU3Ec__Iterator3_t2072931442, ___U24current_3)); } inline DTDNode_t858560093 * get_U24current_3() const { return ___U24current_3; } inline DTDNode_t858560093 ** get_address_of_U24current_3() { return &___U24current_3; } inline void set_U24current_3(DTDNode_t858560093 * value) { ___U24current_3 = value; Il2CppCodeGenWriteBarrier((&___U24current_3), value); } inline static int32_t get_offset_of_U3CU3Ef__this_4() { return static_cast(offsetof(U3CU3Ec__Iterator3_t2072931442, ___U3CU3Ef__this_4)); } inline DictionaryBase_t52754249 * get_U3CU3Ef__this_4() const { return ___U3CU3Ef__this_4; } inline DictionaryBase_t52754249 ** get_address_of_U3CU3Ef__this_4() { return &___U3CU3Ef__this_4; } inline void set_U3CU3Ef__this_4(DictionaryBase_t52754249 * value) { ___U3CU3Ef__this_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CU3EC__ITERATOR3_T2072931442_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 XSDVALIDATINGREADER_T3961132625_H #define XSDVALIDATINGREADER_T3961132625_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdValidatingReader struct XsdValidatingReader_t3961132625 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader Mono.Xml.Schema.XsdValidatingReader::reader XmlReader_t3121518892 * ___reader_3; // System.Xml.XmlResolver Mono.Xml.Schema.XsdValidatingReader::resolver XmlResolver_t626023767 * ___resolver_4; // Mono.Xml.IHasXmlSchemaInfo Mono.Xml.Schema.XsdValidatingReader::sourceReaderSchemaInfo RuntimeObject* ___sourceReaderSchemaInfo_5; // System.Xml.IXmlLineInfo Mono.Xml.Schema.XsdValidatingReader::readerLineInfo RuntimeObject* ___readerLineInfo_6; // System.Xml.ValidationType Mono.Xml.Schema.XsdValidatingReader::validationType int32_t ___validationType_7; // System.Xml.Schema.XmlSchemaSet Mono.Xml.Schema.XsdValidatingReader::schemas XmlSchemaSet_t266093086 * ___schemas_8; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::namespaces bool ___namespaces_9; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::validationStarted bool ___validationStarted_10; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::checkIdentity bool ___checkIdentity_11; // Mono.Xml.Schema.XsdIDManager Mono.Xml.Schema.XsdValidatingReader::idManager XsdIDManager_t1008806102 * ___idManager_12; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::checkKeyConstraints bool ___checkKeyConstraints_13; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::keyTables ArrayList_t2718874744 * ___keyTables_14; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::currentKeyFieldConsumers ArrayList_t2718874744 * ___currentKeyFieldConsumers_15; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::tmpKeyrefPool ArrayList_t2718874744 * ___tmpKeyrefPool_16; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::elementQNameStack ArrayList_t2718874744 * ___elementQNameStack_17; // Mono.Xml.Schema.XsdParticleStateManager Mono.Xml.Schema.XsdValidatingReader::state XsdParticleStateManager_t726654767 * ___state_18; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::skipValidationDepth int32_t ___skipValidationDepth_19; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::xsiNilDepth int32_t ___xsiNilDepth_20; // System.Text.StringBuilder Mono.Xml.Schema.XsdValidatingReader::storedCharacters StringBuilder_t * ___storedCharacters_21; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::shouldValidateCharacters bool ___shouldValidateCharacters_22; // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XsdValidatingReader::defaultAttributes XmlSchemaAttributeU5BU5D_t346244693* ___defaultAttributes_23; // System.Int32 Mono.Xml.Schema.XsdValidatingReader::currentDefaultAttribute int32_t ___currentDefaultAttribute_24; // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::defaultAttributesCache ArrayList_t2718874744 * ___defaultAttributesCache_25; // System.Boolean Mono.Xml.Schema.XsdValidatingReader::defaultAttributeConsumed bool ___defaultAttributeConsumed_26; // System.Object Mono.Xml.Schema.XsdValidatingReader::currentAttrType RuntimeObject * ___currentAttrType_27; // System.Xml.Schema.ValidationEventHandler Mono.Xml.Schema.XsdValidatingReader::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_28; public: inline static int32_t get_offset_of_reader_3() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___reader_3)); } inline XmlReader_t3121518892 * get_reader_3() const { return ___reader_3; } inline XmlReader_t3121518892 ** get_address_of_reader_3() { return &___reader_3; } inline void set_reader_3(XmlReader_t3121518892 * value) { ___reader_3 = value; Il2CppCodeGenWriteBarrier((&___reader_3), value); } inline static int32_t get_offset_of_resolver_4() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___resolver_4)); } inline XmlResolver_t626023767 * get_resolver_4() const { return ___resolver_4; } inline XmlResolver_t626023767 ** get_address_of_resolver_4() { return &___resolver_4; } inline void set_resolver_4(XmlResolver_t626023767 * value) { ___resolver_4 = value; Il2CppCodeGenWriteBarrier((&___resolver_4), value); } inline static int32_t get_offset_of_sourceReaderSchemaInfo_5() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___sourceReaderSchemaInfo_5)); } inline RuntimeObject* get_sourceReaderSchemaInfo_5() const { return ___sourceReaderSchemaInfo_5; } inline RuntimeObject** get_address_of_sourceReaderSchemaInfo_5() { return &___sourceReaderSchemaInfo_5; } inline void set_sourceReaderSchemaInfo_5(RuntimeObject* value) { ___sourceReaderSchemaInfo_5 = value; Il2CppCodeGenWriteBarrier((&___sourceReaderSchemaInfo_5), value); } inline static int32_t get_offset_of_readerLineInfo_6() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___readerLineInfo_6)); } inline RuntimeObject* get_readerLineInfo_6() const { return ___readerLineInfo_6; } inline RuntimeObject** get_address_of_readerLineInfo_6() { return &___readerLineInfo_6; } inline void set_readerLineInfo_6(RuntimeObject* value) { ___readerLineInfo_6 = value; Il2CppCodeGenWriteBarrier((&___readerLineInfo_6), value); } inline static int32_t get_offset_of_validationType_7() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___validationType_7)); } inline int32_t get_validationType_7() const { return ___validationType_7; } inline int32_t* get_address_of_validationType_7() { return &___validationType_7; } inline void set_validationType_7(int32_t value) { ___validationType_7 = value; } inline static int32_t get_offset_of_schemas_8() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___schemas_8)); } inline XmlSchemaSet_t266093086 * get_schemas_8() const { return ___schemas_8; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_8() { return &___schemas_8; } inline void set_schemas_8(XmlSchemaSet_t266093086 * value) { ___schemas_8 = value; Il2CppCodeGenWriteBarrier((&___schemas_8), value); } inline static int32_t get_offset_of_namespaces_9() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___namespaces_9)); } inline bool get_namespaces_9() const { return ___namespaces_9; } inline bool* get_address_of_namespaces_9() { return &___namespaces_9; } inline void set_namespaces_9(bool value) { ___namespaces_9 = value; } inline static int32_t get_offset_of_validationStarted_10() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___validationStarted_10)); } inline bool get_validationStarted_10() const { return ___validationStarted_10; } inline bool* get_address_of_validationStarted_10() { return &___validationStarted_10; } inline void set_validationStarted_10(bool value) { ___validationStarted_10 = value; } inline static int32_t get_offset_of_checkIdentity_11() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___checkIdentity_11)); } inline bool get_checkIdentity_11() const { return ___checkIdentity_11; } inline bool* get_address_of_checkIdentity_11() { return &___checkIdentity_11; } inline void set_checkIdentity_11(bool value) { ___checkIdentity_11 = value; } inline static int32_t get_offset_of_idManager_12() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___idManager_12)); } inline XsdIDManager_t1008806102 * get_idManager_12() const { return ___idManager_12; } inline XsdIDManager_t1008806102 ** get_address_of_idManager_12() { return &___idManager_12; } inline void set_idManager_12(XsdIDManager_t1008806102 * value) { ___idManager_12 = value; Il2CppCodeGenWriteBarrier((&___idManager_12), value); } inline static int32_t get_offset_of_checkKeyConstraints_13() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___checkKeyConstraints_13)); } inline bool get_checkKeyConstraints_13() const { return ___checkKeyConstraints_13; } inline bool* get_address_of_checkKeyConstraints_13() { return &___checkKeyConstraints_13; } inline void set_checkKeyConstraints_13(bool value) { ___checkKeyConstraints_13 = value; } inline static int32_t get_offset_of_keyTables_14() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___keyTables_14)); } inline ArrayList_t2718874744 * get_keyTables_14() const { return ___keyTables_14; } inline ArrayList_t2718874744 ** get_address_of_keyTables_14() { return &___keyTables_14; } inline void set_keyTables_14(ArrayList_t2718874744 * value) { ___keyTables_14 = value; Il2CppCodeGenWriteBarrier((&___keyTables_14), value); } inline static int32_t get_offset_of_currentKeyFieldConsumers_15() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentKeyFieldConsumers_15)); } inline ArrayList_t2718874744 * get_currentKeyFieldConsumers_15() const { return ___currentKeyFieldConsumers_15; } inline ArrayList_t2718874744 ** get_address_of_currentKeyFieldConsumers_15() { return &___currentKeyFieldConsumers_15; } inline void set_currentKeyFieldConsumers_15(ArrayList_t2718874744 * value) { ___currentKeyFieldConsumers_15 = value; Il2CppCodeGenWriteBarrier((&___currentKeyFieldConsumers_15), value); } inline static int32_t get_offset_of_tmpKeyrefPool_16() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___tmpKeyrefPool_16)); } inline ArrayList_t2718874744 * get_tmpKeyrefPool_16() const { return ___tmpKeyrefPool_16; } inline ArrayList_t2718874744 ** get_address_of_tmpKeyrefPool_16() { return &___tmpKeyrefPool_16; } inline void set_tmpKeyrefPool_16(ArrayList_t2718874744 * value) { ___tmpKeyrefPool_16 = value; Il2CppCodeGenWriteBarrier((&___tmpKeyrefPool_16), value); } inline static int32_t get_offset_of_elementQNameStack_17() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___elementQNameStack_17)); } inline ArrayList_t2718874744 * get_elementQNameStack_17() const { return ___elementQNameStack_17; } inline ArrayList_t2718874744 ** get_address_of_elementQNameStack_17() { return &___elementQNameStack_17; } inline void set_elementQNameStack_17(ArrayList_t2718874744 * value) { ___elementQNameStack_17 = value; Il2CppCodeGenWriteBarrier((&___elementQNameStack_17), value); } inline static int32_t get_offset_of_state_18() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___state_18)); } inline XsdParticleStateManager_t726654767 * get_state_18() const { return ___state_18; } inline XsdParticleStateManager_t726654767 ** get_address_of_state_18() { return &___state_18; } inline void set_state_18(XsdParticleStateManager_t726654767 * value) { ___state_18 = value; Il2CppCodeGenWriteBarrier((&___state_18), value); } inline static int32_t get_offset_of_skipValidationDepth_19() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___skipValidationDepth_19)); } inline int32_t get_skipValidationDepth_19() const { return ___skipValidationDepth_19; } inline int32_t* get_address_of_skipValidationDepth_19() { return &___skipValidationDepth_19; } inline void set_skipValidationDepth_19(int32_t value) { ___skipValidationDepth_19 = value; } inline static int32_t get_offset_of_xsiNilDepth_20() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___xsiNilDepth_20)); } inline int32_t get_xsiNilDepth_20() const { return ___xsiNilDepth_20; } inline int32_t* get_address_of_xsiNilDepth_20() { return &___xsiNilDepth_20; } inline void set_xsiNilDepth_20(int32_t value) { ___xsiNilDepth_20 = value; } inline static int32_t get_offset_of_storedCharacters_21() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___storedCharacters_21)); } inline StringBuilder_t * get_storedCharacters_21() const { return ___storedCharacters_21; } inline StringBuilder_t ** get_address_of_storedCharacters_21() { return &___storedCharacters_21; } inline void set_storedCharacters_21(StringBuilder_t * value) { ___storedCharacters_21 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_21), value); } inline static int32_t get_offset_of_shouldValidateCharacters_22() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___shouldValidateCharacters_22)); } inline bool get_shouldValidateCharacters_22() const { return ___shouldValidateCharacters_22; } inline bool* get_address_of_shouldValidateCharacters_22() { return &___shouldValidateCharacters_22; } inline void set_shouldValidateCharacters_22(bool value) { ___shouldValidateCharacters_22 = value; } inline static int32_t get_offset_of_defaultAttributes_23() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributes_23)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_defaultAttributes_23() const { return ___defaultAttributes_23; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_defaultAttributes_23() { return &___defaultAttributes_23; } inline void set_defaultAttributes_23(XmlSchemaAttributeU5BU5D_t346244693* value) { ___defaultAttributes_23 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributes_23), value); } inline static int32_t get_offset_of_currentDefaultAttribute_24() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentDefaultAttribute_24)); } inline int32_t get_currentDefaultAttribute_24() const { return ___currentDefaultAttribute_24; } inline int32_t* get_address_of_currentDefaultAttribute_24() { return &___currentDefaultAttribute_24; } inline void set_currentDefaultAttribute_24(int32_t value) { ___currentDefaultAttribute_24 = value; } inline static int32_t get_offset_of_defaultAttributesCache_25() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributesCache_25)); } inline ArrayList_t2718874744 * get_defaultAttributesCache_25() const { return ___defaultAttributesCache_25; } inline ArrayList_t2718874744 ** get_address_of_defaultAttributesCache_25() { return &___defaultAttributesCache_25; } inline void set_defaultAttributesCache_25(ArrayList_t2718874744 * value) { ___defaultAttributesCache_25 = value; Il2CppCodeGenWriteBarrier((&___defaultAttributesCache_25), value); } inline static int32_t get_offset_of_defaultAttributeConsumed_26() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___defaultAttributeConsumed_26)); } inline bool get_defaultAttributeConsumed_26() const { return ___defaultAttributeConsumed_26; } inline bool* get_address_of_defaultAttributeConsumed_26() { return &___defaultAttributeConsumed_26; } inline void set_defaultAttributeConsumed_26(bool value) { ___defaultAttributeConsumed_26 = value; } inline static int32_t get_offset_of_currentAttrType_27() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___currentAttrType_27)); } inline RuntimeObject * get_currentAttrType_27() const { return ___currentAttrType_27; } inline RuntimeObject ** get_address_of_currentAttrType_27() { return &___currentAttrType_27; } inline void set_currentAttrType_27(RuntimeObject * value) { ___currentAttrType_27 = value; Il2CppCodeGenWriteBarrier((&___currentAttrType_27), value); } inline static int32_t get_offset_of_ValidationEventHandler_28() { return static_cast(offsetof(XsdValidatingReader_t3961132625, ___ValidationEventHandler_28)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_28() const { return ___ValidationEventHandler_28; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_28() { return &___ValidationEventHandler_28; } inline void set_ValidationEventHandler_28(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_28 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_28), value); } }; struct XsdValidatingReader_t3961132625_StaticFields { public: // System.Xml.Schema.XmlSchemaAttribute[] Mono.Xml.Schema.XsdValidatingReader::emptyAttributeArray XmlSchemaAttributeU5BU5D_t346244693* ___emptyAttributeArray_2; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map3 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map3_29; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map4 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4_30; // System.Collections.Generic.Dictionary`2 Mono.Xml.Schema.XsdValidatingReader::<>f__switch$map5 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map5_31; public: inline static int32_t get_offset_of_emptyAttributeArray_2() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___emptyAttributeArray_2)); } inline XmlSchemaAttributeU5BU5D_t346244693* get_emptyAttributeArray_2() const { return ___emptyAttributeArray_2; } inline XmlSchemaAttributeU5BU5D_t346244693** get_address_of_emptyAttributeArray_2() { return &___emptyAttributeArray_2; } inline void set_emptyAttributeArray_2(XmlSchemaAttributeU5BU5D_t346244693* value) { ___emptyAttributeArray_2 = value; Il2CppCodeGenWriteBarrier((&___emptyAttributeArray_2), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map3_29() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map3_29)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map3_29() const { return ___U3CU3Ef__switchU24map3_29; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map3_29() { return &___U3CU3Ef__switchU24map3_29; } inline void set_U3CU3Ef__switchU24map3_29(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map3_29 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map3_29), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map4_30() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map4_30)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4_30() const { return ___U3CU3Ef__switchU24map4_30; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4_30() { return &___U3CU3Ef__switchU24map4_30; } inline void set_U3CU3Ef__switchU24map4_30(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4_30 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4_30), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map5_31() { return static_cast(offsetof(XsdValidatingReader_t3961132625_StaticFields, ___U3CU3Ef__switchU24map5_31)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map5_31() const { return ___U3CU3Ef__switchU24map5_31; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map5_31() { return &___U3CU3Ef__switchU24map5_31; } inline void set_U3CU3Ef__switchU24map5_31(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map5_31 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map5_31), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDVALIDATINGREADER_T3961132625_H #ifndef 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 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 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 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 XMLVALIDATINGREADER_T1719295192_H #define XMLVALIDATINGREADER_T1719295192_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlValidatingReader struct XmlValidatingReader_t1719295192 : public XmlReader_t3121518892 { public: // System.Xml.EntityHandling System.Xml.XmlValidatingReader::entityHandling int32_t ___entityHandling_2; // System.Xml.XmlReader System.Xml.XmlValidatingReader::sourceReader XmlReader_t3121518892 * ___sourceReader_3; // System.Xml.XmlTextReader System.Xml.XmlValidatingReader::xmlTextReader XmlTextReader_t4233384356 * ___xmlTextReader_4; // System.Xml.XmlReader System.Xml.XmlValidatingReader::validatingReader XmlReader_t3121518892 * ___validatingReader_5; // System.Xml.XmlResolver System.Xml.XmlValidatingReader::resolver XmlResolver_t626023767 * ___resolver_6; // System.Boolean System.Xml.XmlValidatingReader::resolverSpecified bool ___resolverSpecified_7; // System.Xml.ValidationType System.Xml.XmlValidatingReader::validationType int32_t ___validationType_8; // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::schemas XmlSchemaCollection_t3610399789 * ___schemas_9; // Mono.Xml.DTDValidatingReader System.Xml.XmlValidatingReader::dtdReader DTDValidatingReader_t3946379043 * ___dtdReader_10; // Mono.Xml.IHasXmlSchemaInfo System.Xml.XmlValidatingReader::schemaInfo RuntimeObject* ___schemaInfo_11; // System.Text.StringBuilder System.Xml.XmlValidatingReader::storedCharacters StringBuilder_t * ___storedCharacters_12; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlValidatingReader::ValidationEventHandler ValidationEventHandler_t791314227 * ___ValidationEventHandler_13; public: inline static int32_t get_offset_of_entityHandling_2() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___entityHandling_2)); } inline int32_t get_entityHandling_2() const { return ___entityHandling_2; } inline int32_t* get_address_of_entityHandling_2() { return &___entityHandling_2; } inline void set_entityHandling_2(int32_t value) { ___entityHandling_2 = value; } inline static int32_t get_offset_of_sourceReader_3() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___sourceReader_3)); } inline XmlReader_t3121518892 * get_sourceReader_3() const { return ___sourceReader_3; } inline XmlReader_t3121518892 ** get_address_of_sourceReader_3() { return &___sourceReader_3; } inline void set_sourceReader_3(XmlReader_t3121518892 * value) { ___sourceReader_3 = value; Il2CppCodeGenWriteBarrier((&___sourceReader_3), value); } inline static int32_t get_offset_of_xmlTextReader_4() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___xmlTextReader_4)); } inline XmlTextReader_t4233384356 * get_xmlTextReader_4() const { return ___xmlTextReader_4; } inline XmlTextReader_t4233384356 ** get_address_of_xmlTextReader_4() { return &___xmlTextReader_4; } inline void set_xmlTextReader_4(XmlTextReader_t4233384356 * value) { ___xmlTextReader_4 = value; Il2CppCodeGenWriteBarrier((&___xmlTextReader_4), value); } inline static int32_t get_offset_of_validatingReader_5() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validatingReader_5)); } inline XmlReader_t3121518892 * get_validatingReader_5() const { return ___validatingReader_5; } inline XmlReader_t3121518892 ** get_address_of_validatingReader_5() { return &___validatingReader_5; } inline void set_validatingReader_5(XmlReader_t3121518892 * value) { ___validatingReader_5 = value; Il2CppCodeGenWriteBarrier((&___validatingReader_5), value); } inline static int32_t get_offset_of_resolver_6() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolver_6)); } inline XmlResolver_t626023767 * get_resolver_6() const { return ___resolver_6; } inline XmlResolver_t626023767 ** get_address_of_resolver_6() { return &___resolver_6; } inline void set_resolver_6(XmlResolver_t626023767 * value) { ___resolver_6 = value; Il2CppCodeGenWriteBarrier((&___resolver_6), value); } inline static int32_t get_offset_of_resolverSpecified_7() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___resolverSpecified_7)); } inline bool get_resolverSpecified_7() const { return ___resolverSpecified_7; } inline bool* get_address_of_resolverSpecified_7() { return &___resolverSpecified_7; } inline void set_resolverSpecified_7(bool value) { ___resolverSpecified_7 = value; } inline static int32_t get_offset_of_validationType_8() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___validationType_8)); } inline int32_t get_validationType_8() const { return ___validationType_8; } inline int32_t* get_address_of_validationType_8() { return &___validationType_8; } inline void set_validationType_8(int32_t value) { ___validationType_8 = value; } inline static int32_t get_offset_of_schemas_9() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemas_9)); } inline XmlSchemaCollection_t3610399789 * get_schemas_9() const { return ___schemas_9; } inline XmlSchemaCollection_t3610399789 ** get_address_of_schemas_9() { return &___schemas_9; } inline void set_schemas_9(XmlSchemaCollection_t3610399789 * value) { ___schemas_9 = value; Il2CppCodeGenWriteBarrier((&___schemas_9), value); } inline static int32_t get_offset_of_dtdReader_10() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___dtdReader_10)); } inline DTDValidatingReader_t3946379043 * get_dtdReader_10() const { return ___dtdReader_10; } inline DTDValidatingReader_t3946379043 ** get_address_of_dtdReader_10() { return &___dtdReader_10; } inline void set_dtdReader_10(DTDValidatingReader_t3946379043 * value) { ___dtdReader_10 = value; Il2CppCodeGenWriteBarrier((&___dtdReader_10), value); } inline static int32_t get_offset_of_schemaInfo_11() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___schemaInfo_11)); } inline RuntimeObject* get_schemaInfo_11() const { return ___schemaInfo_11; } inline RuntimeObject** get_address_of_schemaInfo_11() { return &___schemaInfo_11; } inline void set_schemaInfo_11(RuntimeObject* value) { ___schemaInfo_11 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_11), value); } inline static int32_t get_offset_of_storedCharacters_12() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___storedCharacters_12)); } inline StringBuilder_t * get_storedCharacters_12() const { return ___storedCharacters_12; } inline StringBuilder_t ** get_address_of_storedCharacters_12() { return &___storedCharacters_12; } inline void set_storedCharacters_12(StringBuilder_t * value) { ___storedCharacters_12 = value; Il2CppCodeGenWriteBarrier((&___storedCharacters_12), value); } inline static int32_t get_offset_of_ValidationEventHandler_13() { return static_cast(offsetof(XmlValidatingReader_t1719295192, ___ValidationEventHandler_13)); } inline ValidationEventHandler_t791314227 * get_ValidationEventHandler_13() const { return ___ValidationEventHandler_13; } inline ValidationEventHandler_t791314227 ** get_address_of_ValidationEventHandler_13() { return &___ValidationEventHandler_13; } inline void set_ValidationEventHandler_13(ValidationEventHandler_t791314227 * value) { ___ValidationEventHandler_13 = value; Il2CppCodeGenWriteBarrier((&___ValidationEventHandler_13), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALIDATINGREADER_T1719295192_H #ifndef 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 FROMBASE64TRANSFORM_T2896579788_H #define FROMBASE64TRANSFORM_T2896579788_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Security.Cryptography.FromBase64Transform struct FromBase64Transform_t2896579788 : public RuntimeObject { public: // System.Security.Cryptography.FromBase64TransformMode System.Security.Cryptography.FromBase64Transform::mode int32_t ___mode_0; // System.Byte[] System.Security.Cryptography.FromBase64Transform::accumulator ByteU5BU5D_t4116647657* ___accumulator_1; // System.Int32 System.Security.Cryptography.FromBase64Transform::accPtr int32_t ___accPtr_2; // System.Boolean System.Security.Cryptography.FromBase64Transform::m_disposed bool ___m_disposed_3; // System.Byte[] System.Security.Cryptography.FromBase64Transform::lookupTable ByteU5BU5D_t4116647657* ___lookupTable_4; public: inline static int32_t get_offset_of_mode_0() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___mode_0)); } inline int32_t get_mode_0() const { return ___mode_0; } inline int32_t* get_address_of_mode_0() { return &___mode_0; } inline void set_mode_0(int32_t value) { ___mode_0 = value; } inline static int32_t get_offset_of_accumulator_1() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___accumulator_1)); } inline ByteU5BU5D_t4116647657* get_accumulator_1() const { return ___accumulator_1; } inline ByteU5BU5D_t4116647657** get_address_of_accumulator_1() { return &___accumulator_1; } inline void set_accumulator_1(ByteU5BU5D_t4116647657* value) { ___accumulator_1 = value; Il2CppCodeGenWriteBarrier((&___accumulator_1), value); } inline static int32_t get_offset_of_accPtr_2() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___accPtr_2)); } inline int32_t get_accPtr_2() const { return ___accPtr_2; } inline int32_t* get_address_of_accPtr_2() { return &___accPtr_2; } inline void set_accPtr_2(int32_t value) { ___accPtr_2 = value; } inline static int32_t get_offset_of_m_disposed_3() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___m_disposed_3)); } inline bool get_m_disposed_3() const { return ___m_disposed_3; } inline bool* get_address_of_m_disposed_3() { return &___m_disposed_3; } inline void set_m_disposed_3(bool value) { ___m_disposed_3 = value; } inline static int32_t get_offset_of_lookupTable_4() { return static_cast(offsetof(FromBase64Transform_t2896579788, ___lookupTable_4)); } inline ByteU5BU5D_t4116647657* get_lookupTable_4() const { return ___lookupTable_4; } inline ByteU5BU5D_t4116647657** get_address_of_lookupTable_4() { return &___lookupTable_4; } inline void set_lookupTable_4(ByteU5BU5D_t4116647657* value) { ___lookupTable_4 = value; Il2CppCodeGenWriteBarrier((&___lookupTable_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FROMBASE64TRANSFORM_T2896579788_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 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 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 ENTITYRESOLVINGXMLREADER_T1267732406_H #define ENTITYRESOLVINGXMLREADER_T1267732406_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.EntityResolvingXmlReader struct EntityResolvingXmlReader_t1267732406 : public XmlReader_t3121518892 { public: // Mono.Xml.EntityResolvingXmlReader Mono.Xml.EntityResolvingXmlReader::entity EntityResolvingXmlReader_t1267732406 * ___entity_2; // System.Xml.XmlReader Mono.Xml.EntityResolvingXmlReader::source XmlReader_t3121518892 * ___source_3; // System.Xml.XmlParserContext Mono.Xml.EntityResolvingXmlReader::context XmlParserContext_t2544895291 * ___context_4; // System.Xml.XmlResolver Mono.Xml.EntityResolvingXmlReader::resolver XmlResolver_t626023767 * ___resolver_5; // System.Xml.EntityHandling Mono.Xml.EntityResolvingXmlReader::entity_handling int32_t ___entity_handling_6; // System.Boolean Mono.Xml.EntityResolvingXmlReader::entity_inside_attr bool ___entity_inside_attr_7; // System.Boolean Mono.Xml.EntityResolvingXmlReader::inside_attr bool ___inside_attr_8; // System.Boolean Mono.Xml.EntityResolvingXmlReader::do_resolve bool ___do_resolve_9; public: inline static int32_t get_offset_of_entity_2() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___entity_2)); } inline EntityResolvingXmlReader_t1267732406 * get_entity_2() const { return ___entity_2; } inline EntityResolvingXmlReader_t1267732406 ** get_address_of_entity_2() { return &___entity_2; } inline void set_entity_2(EntityResolvingXmlReader_t1267732406 * value) { ___entity_2 = value; Il2CppCodeGenWriteBarrier((&___entity_2), value); } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___source_3)); } inline XmlReader_t3121518892 * get_source_3() const { return ___source_3; } inline XmlReader_t3121518892 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(XmlReader_t3121518892 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((&___source_3), value); } inline static int32_t get_offset_of_context_4() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___context_4)); } inline XmlParserContext_t2544895291 * get_context_4() const { return ___context_4; } inline XmlParserContext_t2544895291 ** get_address_of_context_4() { return &___context_4; } inline void set_context_4(XmlParserContext_t2544895291 * value) { ___context_4 = value; Il2CppCodeGenWriteBarrier((&___context_4), value); } inline static int32_t get_offset_of_resolver_5() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___resolver_5)); } inline XmlResolver_t626023767 * get_resolver_5() const { return ___resolver_5; } inline XmlResolver_t626023767 ** get_address_of_resolver_5() { return &___resolver_5; } inline void set_resolver_5(XmlResolver_t626023767 * value) { ___resolver_5 = value; Il2CppCodeGenWriteBarrier((&___resolver_5), value); } inline static int32_t get_offset_of_entity_handling_6() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___entity_handling_6)); } inline int32_t get_entity_handling_6() const { return ___entity_handling_6; } inline int32_t* get_address_of_entity_handling_6() { return &___entity_handling_6; } inline void set_entity_handling_6(int32_t value) { ___entity_handling_6 = value; } inline static int32_t get_offset_of_entity_inside_attr_7() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___entity_inside_attr_7)); } inline bool get_entity_inside_attr_7() const { return ___entity_inside_attr_7; } inline bool* get_address_of_entity_inside_attr_7() { return &___entity_inside_attr_7; } inline void set_entity_inside_attr_7(bool value) { ___entity_inside_attr_7 = value; } inline static int32_t get_offset_of_inside_attr_8() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___inside_attr_8)); } inline bool get_inside_attr_8() const { return ___inside_attr_8; } inline bool* get_address_of_inside_attr_8() { return &___inside_attr_8; } inline void set_inside_attr_8(bool value) { ___inside_attr_8 = value; } inline static int32_t get_offset_of_do_resolve_9() { return static_cast(offsetof(EntityResolvingXmlReader_t1267732406, ___do_resolve_9)); } inline bool get_do_resolve_9() const { return ___do_resolve_9; } inline bool* get_address_of_do_resolve_9() { return &___do_resolve_9; } inline void set_do_resolve_9(bool value) { ___do_resolve_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENTITYRESOLVINGXMLREADER_T1267732406_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 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 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 XMLSCHEMAINFO_T997462956_H #define XMLSCHEMAINFO_T997462956_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956 : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault bool ___isDefault_0; // System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil bool ___isNil_1; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType XmlSchemaSimpleType_t2678868104 * ___memberType_2; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::attr XmlSchemaAttribute_t2797257020 * ___attr_3; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::elem XmlSchemaElement_t427880856 * ___elem_4; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::type XmlSchemaType_t2033747345 * ___type_5; // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity int32_t ___validity_6; public: inline static int32_t get_offset_of_isDefault_0() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___isDefault_0)); } inline bool get_isDefault_0() const { return ___isDefault_0; } inline bool* get_address_of_isDefault_0() { return &___isDefault_0; } inline void set_isDefault_0(bool value) { ___isDefault_0 = value; } inline static int32_t get_offset_of_isNil_1() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___isNil_1)); } inline bool get_isNil_1() const { return ___isNil_1; } inline bool* get_address_of_isNil_1() { return &___isNil_1; } inline void set_isNil_1(bool value) { ___isNil_1 = value; } inline static int32_t get_offset_of_memberType_2() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___memberType_2)); } inline XmlSchemaSimpleType_t2678868104 * get_memberType_2() const { return ___memberType_2; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_memberType_2() { return &___memberType_2; } inline void set_memberType_2(XmlSchemaSimpleType_t2678868104 * value) { ___memberType_2 = value; Il2CppCodeGenWriteBarrier((&___memberType_2), value); } inline static int32_t get_offset_of_attr_3() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___attr_3)); } inline XmlSchemaAttribute_t2797257020 * get_attr_3() const { return ___attr_3; } inline XmlSchemaAttribute_t2797257020 ** get_address_of_attr_3() { return &___attr_3; } inline void set_attr_3(XmlSchemaAttribute_t2797257020 * value) { ___attr_3 = value; Il2CppCodeGenWriteBarrier((&___attr_3), value); } inline static int32_t get_offset_of_elem_4() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___elem_4)); } inline XmlSchemaElement_t427880856 * get_elem_4() const { return ___elem_4; } inline XmlSchemaElement_t427880856 ** get_address_of_elem_4() { return &___elem_4; } inline void set_elem_4(XmlSchemaElement_t427880856 * value) { ___elem_4 = value; Il2CppCodeGenWriteBarrier((&___elem_4), value); } inline static int32_t get_offset_of_type_5() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___type_5)); } inline XmlSchemaType_t2033747345 * get_type_5() const { return ___type_5; } inline XmlSchemaType_t2033747345 ** get_address_of_type_5() { return &___type_5; } inline void set_type_5(XmlSchemaType_t2033747345 * value) { ___type_5 = value; Il2CppCodeGenWriteBarrier((&___type_5), value); } inline static int32_t get_offset_of_validity_6() { return static_cast(offsetof(XmlSchemaInfo_t997462956, ___validity_6)); } inline int32_t get_validity_6() const { return ___validity_6; } inline int32_t* get_address_of_validity_6() { return &___validity_6; } inline void set_validity_6(int32_t value) { ___validity_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAINFO_T997462956_H #ifndef 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 XSDANYSIMPLETYPE_T1257864485_H #define XSDANYSIMPLETYPE_T1257864485_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485 : public XmlSchemaDatatype_t322714710 { public: public: }; struct XsdAnySimpleType_t1257864485_StaticFields { public: // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdAnySimpleType::instance XsdAnySimpleType_t1257864485 * ___instance_55; // System.Char[] Mono.Xml.Schema.XsdAnySimpleType::whitespaceArray CharU5BU5D_t3528271667* ___whitespaceArray_56; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::booleanAllowedFacets int32_t ___booleanAllowedFacets_57; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::decimalAllowedFacets int32_t ___decimalAllowedFacets_58; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::durationAllowedFacets int32_t ___durationAllowedFacets_59; // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::stringAllowedFacets int32_t ___stringAllowedFacets_60; public: inline static int32_t get_offset_of_instance_55() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___instance_55)); } inline XsdAnySimpleType_t1257864485 * get_instance_55() const { return ___instance_55; } inline XsdAnySimpleType_t1257864485 ** get_address_of_instance_55() { return &___instance_55; } inline void set_instance_55(XsdAnySimpleType_t1257864485 * value) { ___instance_55 = value; Il2CppCodeGenWriteBarrier((&___instance_55), value); } inline static int32_t get_offset_of_whitespaceArray_56() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___whitespaceArray_56)); } inline CharU5BU5D_t3528271667* get_whitespaceArray_56() const { return ___whitespaceArray_56; } inline CharU5BU5D_t3528271667** get_address_of_whitespaceArray_56() { return &___whitespaceArray_56; } inline void set_whitespaceArray_56(CharU5BU5D_t3528271667* value) { ___whitespaceArray_56 = value; Il2CppCodeGenWriteBarrier((&___whitespaceArray_56), value); } inline static int32_t get_offset_of_booleanAllowedFacets_57() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___booleanAllowedFacets_57)); } inline int32_t get_booleanAllowedFacets_57() const { return ___booleanAllowedFacets_57; } inline int32_t* get_address_of_booleanAllowedFacets_57() { return &___booleanAllowedFacets_57; } inline void set_booleanAllowedFacets_57(int32_t value) { ___booleanAllowedFacets_57 = value; } inline static int32_t get_offset_of_decimalAllowedFacets_58() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___decimalAllowedFacets_58)); } inline int32_t get_decimalAllowedFacets_58() const { return ___decimalAllowedFacets_58; } inline int32_t* get_address_of_decimalAllowedFacets_58() { return &___decimalAllowedFacets_58; } inline void set_decimalAllowedFacets_58(int32_t value) { ___decimalAllowedFacets_58 = value; } inline static int32_t get_offset_of_durationAllowedFacets_59() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___durationAllowedFacets_59)); } inline int32_t get_durationAllowedFacets_59() const { return ___durationAllowedFacets_59; } inline int32_t* get_address_of_durationAllowedFacets_59() { return &___durationAllowedFacets_59; } inline void set_durationAllowedFacets_59(int32_t value) { ___durationAllowedFacets_59 = value; } inline static int32_t get_offset_of_stringAllowedFacets_60() { return static_cast(offsetof(XsdAnySimpleType_t1257864485_StaticFields, ___stringAllowedFacets_60)); } inline int32_t get_stringAllowedFacets_60() const { return ___stringAllowedFacets_60; } inline int32_t* get_address_of_stringAllowedFacets_60() { return &___stringAllowedFacets_60; } inline void set_stringAllowedFacets_60(int32_t value) { ___stringAllowedFacets_60 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDANYSIMPLETYPE_T1257864485_H #ifndef XMLSCHEMAFACET_T1906017689_H #define XMLSCHEMAFACET_T1906017689_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t1906017689 : public XmlSchemaAnnotated_t2603549639 { public: // System.Boolean System.Xml.Schema.XmlSchemaFacet::isFixed bool ___isFixed_17; // System.String System.Xml.Schema.XmlSchemaFacet::val String_t* ___val_18; public: inline static int32_t get_offset_of_isFixed_17() { return static_cast(offsetof(XmlSchemaFacet_t1906017689, ___isFixed_17)); } inline bool get_isFixed_17() const { return ___isFixed_17; } inline bool* get_address_of_isFixed_17() { return &___isFixed_17; } inline void set_isFixed_17(bool value) { ___isFixed_17 = value; } inline static int32_t get_offset_of_val_18() { return static_cast(offsetof(XmlSchemaFacet_t1906017689, ___val_18)); } inline String_t* get_val_18() const { return ___val_18; } inline String_t** get_address_of_val_18() { return &___val_18; } inline void set_val_18(String_t* value) { ___val_18 = value; Il2CppCodeGenWriteBarrier((&___val_18), value); } }; struct XmlSchemaFacet_t1906017689_StaticFields { public: // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::AllFacets int32_t ___AllFacets_16; public: inline static int32_t get_offset_of_AllFacets_16() { return static_cast(offsetof(XmlSchemaFacet_t1906017689_StaticFields, ___AllFacets_16)); } inline int32_t get_AllFacets_16() const { return ___AllFacets_16; } inline int32_t* get_address_of_AllFacets_16() { return &___AllFacets_16; } inline void set_AllFacets_16(int32_t value) { ___AllFacets_16 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAFACET_T1906017689_H #ifndef 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 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 XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #define XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaIdentityConstraint struct XmlSchemaIdentityConstraint_t297318432 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::fields XmlSchemaObjectCollection_t1064819932 * ___fields_16; // System.String System.Xml.Schema.XmlSchemaIdentityConstraint::name String_t* ___name_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaIdentityConstraint::qName XmlQualifiedName_t2760654312 * ___qName_18; // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::selector XmlSchemaXPath_t3156455507 * ___selector_19; // Mono.Xml.Schema.XsdIdentitySelector System.Xml.Schema.XmlSchemaIdentityConstraint::compiledSelector XsdIdentitySelector_t574258590 * ___compiledSelector_20; public: inline static int32_t get_offset_of_fields_16() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___fields_16)); } inline XmlSchemaObjectCollection_t1064819932 * get_fields_16() const { return ___fields_16; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_fields_16() { return &___fields_16; } inline void set_fields_16(XmlSchemaObjectCollection_t1064819932 * value) { ___fields_16 = value; Il2CppCodeGenWriteBarrier((&___fields_16), value); } inline static int32_t get_offset_of_name_17() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___name_17)); } inline String_t* get_name_17() const { return ___name_17; } inline String_t** get_address_of_name_17() { return &___name_17; } inline void set_name_17(String_t* value) { ___name_17 = value; Il2CppCodeGenWriteBarrier((&___name_17), value); } inline static int32_t get_offset_of_qName_18() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___qName_18)); } inline XmlQualifiedName_t2760654312 * get_qName_18() const { return ___qName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_qName_18() { return &___qName_18; } inline void set_qName_18(XmlQualifiedName_t2760654312 * value) { ___qName_18 = value; Il2CppCodeGenWriteBarrier((&___qName_18), value); } inline static int32_t get_offset_of_selector_19() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___selector_19)); } inline XmlSchemaXPath_t3156455507 * get_selector_19() const { return ___selector_19; } inline XmlSchemaXPath_t3156455507 ** get_address_of_selector_19() { return &___selector_19; } inline void set_selector_19(XmlSchemaXPath_t3156455507 * value) { ___selector_19 = value; Il2CppCodeGenWriteBarrier((&___selector_19), value); } inline static int32_t get_offset_of_compiledSelector_20() { return static_cast(offsetof(XmlSchemaIdentityConstraint_t297318432, ___compiledSelector_20)); } inline XsdIdentitySelector_t574258590 * get_compiledSelector_20() const { return ___compiledSelector_20; } inline XsdIdentitySelector_t574258590 ** get_address_of_compiledSelector_20() { return &___compiledSelector_20; } inline void set_compiledSelector_20(XsdIdentitySelector_t574258590 * value) { ___compiledSelector_20 = value; Il2CppCodeGenWriteBarrier((&___compiledSelector_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAIDENTITYCONSTRAINT_T297318432_H #ifndef XMLSCHEMASIMPLETYPECONTENT_T599285223_H #define XMLSCHEMASIMPLETYPECONTENT_T599285223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeContent::OwnerType XmlSchemaSimpleType_t2678868104 * ___OwnerType_16; public: inline static int32_t get_offset_of_OwnerType_16() { return static_cast(offsetof(XmlSchemaSimpleTypeContent_t599285223, ___OwnerType_16)); } inline XmlSchemaSimpleType_t2678868104 * get_OwnerType_16() const { return ___OwnerType_16; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_OwnerType_16() { return &___OwnerType_16; } inline void set_OwnerType_16(XmlSchemaSimpleType_t2678868104 * value) { ___OwnerType_16 = value; Il2CppCodeGenWriteBarrier((&___OwnerType_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPECONTENT_T599285223_H #ifndef 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 XMLSCHEMAXPATH_T3156455507_H #define XMLSCHEMAXPATH_T3156455507_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaXPath struct XmlSchemaXPath_t3156455507 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaXPath::xpath String_t* ___xpath_16; // System.Xml.XmlNamespaceManager System.Xml.Schema.XmlSchemaXPath::nsmgr XmlNamespaceManager_t418790500 * ___nsmgr_17; // System.Boolean System.Xml.Schema.XmlSchemaXPath::isSelector bool ___isSelector_18; // Mono.Xml.Schema.XsdIdentityPath[] System.Xml.Schema.XmlSchemaXPath::compiledExpression XsdIdentityPathU5BU5D_t2466178853* ___compiledExpression_19; // Mono.Xml.Schema.XsdIdentityPath System.Xml.Schema.XmlSchemaXPath::currentPath XsdIdentityPath_t991900844 * ___currentPath_20; public: inline static int32_t get_offset_of_xpath_16() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___xpath_16)); } inline String_t* get_xpath_16() const { return ___xpath_16; } inline String_t** get_address_of_xpath_16() { return &___xpath_16; } inline void set_xpath_16(String_t* value) { ___xpath_16 = value; Il2CppCodeGenWriteBarrier((&___xpath_16), value); } inline static int32_t get_offset_of_nsmgr_17() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___nsmgr_17)); } inline XmlNamespaceManager_t418790500 * get_nsmgr_17() const { return ___nsmgr_17; } inline XmlNamespaceManager_t418790500 ** get_address_of_nsmgr_17() { return &___nsmgr_17; } inline void set_nsmgr_17(XmlNamespaceManager_t418790500 * value) { ___nsmgr_17 = value; Il2CppCodeGenWriteBarrier((&___nsmgr_17), value); } inline static int32_t get_offset_of_isSelector_18() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___isSelector_18)); } inline bool get_isSelector_18() const { return ___isSelector_18; } inline bool* get_address_of_isSelector_18() { return &___isSelector_18; } inline void set_isSelector_18(bool value) { ___isSelector_18 = value; } inline static int32_t get_offset_of_compiledExpression_19() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___compiledExpression_19)); } inline XsdIdentityPathU5BU5D_t2466178853* get_compiledExpression_19() const { return ___compiledExpression_19; } inline XsdIdentityPathU5BU5D_t2466178853** get_address_of_compiledExpression_19() { return &___compiledExpression_19; } inline void set_compiledExpression_19(XsdIdentityPathU5BU5D_t2466178853* value) { ___compiledExpression_19 = value; Il2CppCodeGenWriteBarrier((&___compiledExpression_19), value); } inline static int32_t get_offset_of_currentPath_20() { return static_cast(offsetof(XmlSchemaXPath_t3156455507, ___currentPath_20)); } inline XsdIdentityPath_t991900844 * get_currentPath_20() const { return ___currentPath_20; } inline XsdIdentityPath_t991900844 ** get_address_of_currentPath_20() { return &___currentPath_20; } inline void set_currentPath_20(XsdIdentityPath_t991900844 * value) { ___currentPath_20 = value; Il2CppCodeGenWriteBarrier((&___currentPath_20), value); } }; struct XmlSchemaXPath_t3156455507_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.Schema.XmlSchemaXPath::<>f__switch$map4A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map4A_21; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map4A_21() { return static_cast(offsetof(XmlSchemaXPath_t3156455507_StaticFields, ___U3CU3Ef__switchU24map4A_21)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map4A_21() const { return ___U3CU3Ef__switchU24map4A_21; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map4A_21() { return &___U3CU3Ef__switchU24map4A_21; } inline void set_U3CU3Ef__switchU24map4A_21(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map4A_21 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map4A_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAXPATH_T3156455507_H #ifndef XMLVALUEGETTER_T3904916812_H #define XMLVALUEGETTER_T3904916812_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlValueGetter struct XmlValueGetter_t3904916812 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLVALUEGETTER_T3904916812_H #ifndef 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 XSDNOTATION_T2827634056_H #define XSDNOTATION_T2827634056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNotation struct XsdNotation_t2827634056 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNOTATION_T2827634056_H #ifndef XDTANYATOMICTYPE_T269366253_H #define XDTANYATOMICTYPE_T269366253_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XdtAnyAtomicType struct XdtAnyAtomicType_t269366253 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDTANYATOMICTYPE_T269366253_H #ifndef XSDDURATION_T1555973170_H #define XSDDURATION_T1555973170_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdDuration struct XsdDuration_t1555973170 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDDURATION_T1555973170_H #ifndef XMLSCHEMAKEY_T3030860318_H #define XMLSCHEMAKEY_T3030860318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKey struct XmlSchemaKey_t3030860318 : public XmlSchemaIdentityConstraint_t297318432 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEY_T3030860318_H #ifndef XMLSCHEMAELEMENT_T427880856_H #define XMLSCHEMAELEMENT_T427880856_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856 : public XmlSchemaParticle_t3828501457 { public: // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::block int32_t ___block_27; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::constraints XmlSchemaObjectCollection_t1064819932 * ___constraints_28; // System.String System.Xml.Schema.XmlSchemaElement::defaultValue String_t* ___defaultValue_29; // System.Object System.Xml.Schema.XmlSchemaElement::elementType RuntimeObject * ___elementType_30; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::elementSchemaType XmlSchemaType_t2033747345 * ___elementSchemaType_31; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::final int32_t ___final_32; // System.String System.Xml.Schema.XmlSchemaElement::fixedValue String_t* ___fixedValue_33; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::form int32_t ___form_34; // System.Boolean System.Xml.Schema.XmlSchemaElement::isAbstract bool ___isAbstract_35; // System.Boolean System.Xml.Schema.XmlSchemaElement::isNillable bool ___isNillable_36; // System.String System.Xml.Schema.XmlSchemaElement::name String_t* ___name_37; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::refName XmlQualifiedName_t2760654312 * ___refName_38; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::schemaType XmlSchemaType_t2033747345 * ___schemaType_39; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::schemaTypeName XmlQualifiedName_t2760654312 * ___schemaTypeName_40; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::substitutionGroup XmlQualifiedName_t2760654312 * ___substitutionGroup_41; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaElement::schema XmlSchema_t3742557897 * ___schema_42; // System.Boolean System.Xml.Schema.XmlSchemaElement::parentIsSchema bool ___parentIsSchema_43; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::qName XmlQualifiedName_t2760654312 * ___qName_44; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::blockResolved int32_t ___blockResolved_45; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::finalResolved int32_t ___finalResolved_46; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::referencedElement XmlSchemaElement_t427880856 * ___referencedElement_47; // System.Collections.ArrayList System.Xml.Schema.XmlSchemaElement::substitutingElements ArrayList_t2718874744 * ___substitutingElements_48; // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::substitutionGroupElement XmlSchemaElement_t427880856 * ___substitutionGroupElement_49; // System.Boolean System.Xml.Schema.XmlSchemaElement::actualIsAbstract bool ___actualIsAbstract_50; // System.Boolean System.Xml.Schema.XmlSchemaElement::actualIsNillable bool ___actualIsNillable_51; // System.String System.Xml.Schema.XmlSchemaElement::validatedDefaultValue String_t* ___validatedDefaultValue_52; // System.String System.Xml.Schema.XmlSchemaElement::validatedFixedValue String_t* ___validatedFixedValue_53; public: inline static int32_t get_offset_of_block_27() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___block_27)); } inline int32_t get_block_27() const { return ___block_27; } inline int32_t* get_address_of_block_27() { return &___block_27; } inline void set_block_27(int32_t value) { ___block_27 = value; } inline static int32_t get_offset_of_constraints_28() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___constraints_28)); } inline XmlSchemaObjectCollection_t1064819932 * get_constraints_28() const { return ___constraints_28; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_constraints_28() { return &___constraints_28; } inline void set_constraints_28(XmlSchemaObjectCollection_t1064819932 * value) { ___constraints_28 = value; Il2CppCodeGenWriteBarrier((&___constraints_28), value); } inline static int32_t get_offset_of_defaultValue_29() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___defaultValue_29)); } inline String_t* get_defaultValue_29() const { return ___defaultValue_29; } inline String_t** get_address_of_defaultValue_29() { return &___defaultValue_29; } inline void set_defaultValue_29(String_t* value) { ___defaultValue_29 = value; Il2CppCodeGenWriteBarrier((&___defaultValue_29), value); } inline static int32_t get_offset_of_elementType_30() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___elementType_30)); } inline RuntimeObject * get_elementType_30() const { return ___elementType_30; } inline RuntimeObject ** get_address_of_elementType_30() { return &___elementType_30; } inline void set_elementType_30(RuntimeObject * value) { ___elementType_30 = value; Il2CppCodeGenWriteBarrier((&___elementType_30), value); } inline static int32_t get_offset_of_elementSchemaType_31() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___elementSchemaType_31)); } inline XmlSchemaType_t2033747345 * get_elementSchemaType_31() const { return ___elementSchemaType_31; } inline XmlSchemaType_t2033747345 ** get_address_of_elementSchemaType_31() { return &___elementSchemaType_31; } inline void set_elementSchemaType_31(XmlSchemaType_t2033747345 * value) { ___elementSchemaType_31 = value; Il2CppCodeGenWriteBarrier((&___elementSchemaType_31), value); } inline static int32_t get_offset_of_final_32() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___final_32)); } inline int32_t get_final_32() const { return ___final_32; } inline int32_t* get_address_of_final_32() { return &___final_32; } inline void set_final_32(int32_t value) { ___final_32 = value; } inline static int32_t get_offset_of_fixedValue_33() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___fixedValue_33)); } inline String_t* get_fixedValue_33() const { return ___fixedValue_33; } inline String_t** get_address_of_fixedValue_33() { return &___fixedValue_33; } inline void set_fixedValue_33(String_t* value) { ___fixedValue_33 = value; Il2CppCodeGenWriteBarrier((&___fixedValue_33), value); } inline static int32_t get_offset_of_form_34() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___form_34)); } inline int32_t get_form_34() const { return ___form_34; } inline int32_t* get_address_of_form_34() { return &___form_34; } inline void set_form_34(int32_t value) { ___form_34 = value; } inline static int32_t get_offset_of_isAbstract_35() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___isAbstract_35)); } inline bool get_isAbstract_35() const { return ___isAbstract_35; } inline bool* get_address_of_isAbstract_35() { return &___isAbstract_35; } inline void set_isAbstract_35(bool value) { ___isAbstract_35 = value; } inline static int32_t get_offset_of_isNillable_36() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___isNillable_36)); } inline bool get_isNillable_36() const { return ___isNillable_36; } inline bool* get_address_of_isNillable_36() { return &___isNillable_36; } inline void set_isNillable_36(bool value) { ___isNillable_36 = value; } inline static int32_t get_offset_of_name_37() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___name_37)); } inline String_t* get_name_37() const { return ___name_37; } inline String_t** get_address_of_name_37() { return &___name_37; } inline void set_name_37(String_t* value) { ___name_37 = value; Il2CppCodeGenWriteBarrier((&___name_37), value); } inline static int32_t get_offset_of_refName_38() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___refName_38)); } inline XmlQualifiedName_t2760654312 * get_refName_38() const { return ___refName_38; } inline XmlQualifiedName_t2760654312 ** get_address_of_refName_38() { return &___refName_38; } inline void set_refName_38(XmlQualifiedName_t2760654312 * value) { ___refName_38 = value; Il2CppCodeGenWriteBarrier((&___refName_38), value); } inline static int32_t get_offset_of_schemaType_39() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schemaType_39)); } inline XmlSchemaType_t2033747345 * get_schemaType_39() const { return ___schemaType_39; } inline XmlSchemaType_t2033747345 ** get_address_of_schemaType_39() { return &___schemaType_39; } inline void set_schemaType_39(XmlSchemaType_t2033747345 * value) { ___schemaType_39 = value; Il2CppCodeGenWriteBarrier((&___schemaType_39), value); } inline static int32_t get_offset_of_schemaTypeName_40() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schemaTypeName_40)); } inline XmlQualifiedName_t2760654312 * get_schemaTypeName_40() const { return ___schemaTypeName_40; } inline XmlQualifiedName_t2760654312 ** get_address_of_schemaTypeName_40() { return &___schemaTypeName_40; } inline void set_schemaTypeName_40(XmlQualifiedName_t2760654312 * value) { ___schemaTypeName_40 = value; Il2CppCodeGenWriteBarrier((&___schemaTypeName_40), value); } inline static int32_t get_offset_of_substitutionGroup_41() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutionGroup_41)); } inline XmlQualifiedName_t2760654312 * get_substitutionGroup_41() const { return ___substitutionGroup_41; } inline XmlQualifiedName_t2760654312 ** get_address_of_substitutionGroup_41() { return &___substitutionGroup_41; } inline void set_substitutionGroup_41(XmlQualifiedName_t2760654312 * value) { ___substitutionGroup_41 = value; Il2CppCodeGenWriteBarrier((&___substitutionGroup_41), value); } inline static int32_t get_offset_of_schema_42() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___schema_42)); } inline XmlSchema_t3742557897 * get_schema_42() const { return ___schema_42; } inline XmlSchema_t3742557897 ** get_address_of_schema_42() { return &___schema_42; } inline void set_schema_42(XmlSchema_t3742557897 * value) { ___schema_42 = value; Il2CppCodeGenWriteBarrier((&___schema_42), value); } inline static int32_t get_offset_of_parentIsSchema_43() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___parentIsSchema_43)); } inline bool get_parentIsSchema_43() const { return ___parentIsSchema_43; } inline bool* get_address_of_parentIsSchema_43() { return &___parentIsSchema_43; } inline void set_parentIsSchema_43(bool value) { ___parentIsSchema_43 = value; } inline static int32_t get_offset_of_qName_44() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___qName_44)); } inline XmlQualifiedName_t2760654312 * get_qName_44() const { return ___qName_44; } inline XmlQualifiedName_t2760654312 ** get_address_of_qName_44() { return &___qName_44; } inline void set_qName_44(XmlQualifiedName_t2760654312 * value) { ___qName_44 = value; Il2CppCodeGenWriteBarrier((&___qName_44), value); } inline static int32_t get_offset_of_blockResolved_45() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___blockResolved_45)); } inline int32_t get_blockResolved_45() const { return ___blockResolved_45; } inline int32_t* get_address_of_blockResolved_45() { return &___blockResolved_45; } inline void set_blockResolved_45(int32_t value) { ___blockResolved_45 = value; } inline static int32_t get_offset_of_finalResolved_46() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___finalResolved_46)); } inline int32_t get_finalResolved_46() const { return ___finalResolved_46; } inline int32_t* get_address_of_finalResolved_46() { return &___finalResolved_46; } inline void set_finalResolved_46(int32_t value) { ___finalResolved_46 = value; } inline static int32_t get_offset_of_referencedElement_47() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___referencedElement_47)); } inline XmlSchemaElement_t427880856 * get_referencedElement_47() const { return ___referencedElement_47; } inline XmlSchemaElement_t427880856 ** get_address_of_referencedElement_47() { return &___referencedElement_47; } inline void set_referencedElement_47(XmlSchemaElement_t427880856 * value) { ___referencedElement_47 = value; Il2CppCodeGenWriteBarrier((&___referencedElement_47), value); } inline static int32_t get_offset_of_substitutingElements_48() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutingElements_48)); } inline ArrayList_t2718874744 * get_substitutingElements_48() const { return ___substitutingElements_48; } inline ArrayList_t2718874744 ** get_address_of_substitutingElements_48() { return &___substitutingElements_48; } inline void set_substitutingElements_48(ArrayList_t2718874744 * value) { ___substitutingElements_48 = value; Il2CppCodeGenWriteBarrier((&___substitutingElements_48), value); } inline static int32_t get_offset_of_substitutionGroupElement_49() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___substitutionGroupElement_49)); } inline XmlSchemaElement_t427880856 * get_substitutionGroupElement_49() const { return ___substitutionGroupElement_49; } inline XmlSchemaElement_t427880856 ** get_address_of_substitutionGroupElement_49() { return &___substitutionGroupElement_49; } inline void set_substitutionGroupElement_49(XmlSchemaElement_t427880856 * value) { ___substitutionGroupElement_49 = value; Il2CppCodeGenWriteBarrier((&___substitutionGroupElement_49), value); } inline static int32_t get_offset_of_actualIsAbstract_50() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___actualIsAbstract_50)); } inline bool get_actualIsAbstract_50() const { return ___actualIsAbstract_50; } inline bool* get_address_of_actualIsAbstract_50() { return &___actualIsAbstract_50; } inline void set_actualIsAbstract_50(bool value) { ___actualIsAbstract_50 = value; } inline static int32_t get_offset_of_actualIsNillable_51() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___actualIsNillable_51)); } inline bool get_actualIsNillable_51() const { return ___actualIsNillable_51; } inline bool* get_address_of_actualIsNillable_51() { return &___actualIsNillable_51; } inline void set_actualIsNillable_51(bool value) { ___actualIsNillable_51 = value; } inline static int32_t get_offset_of_validatedDefaultValue_52() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___validatedDefaultValue_52)); } inline String_t* get_validatedDefaultValue_52() const { return ___validatedDefaultValue_52; } inline String_t** get_address_of_validatedDefaultValue_52() { return &___validatedDefaultValue_52; } inline void set_validatedDefaultValue_52(String_t* value) { ___validatedDefaultValue_52 = value; Il2CppCodeGenWriteBarrier((&___validatedDefaultValue_52), value); } inline static int32_t get_offset_of_validatedFixedValue_53() { return static_cast(offsetof(XmlSchemaElement_t427880856, ___validatedFixedValue_53)); } inline String_t* get_validatedFixedValue_53() const { return ___validatedFixedValue_53; } inline String_t** get_address_of_validatedFixedValue_53() { return &___validatedFixedValue_53; } inline void set_validatedFixedValue_53(String_t* value) { ___validatedFixedValue_53 = value; Il2CppCodeGenWriteBarrier((&___validatedFixedValue_53), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAELEMENT_T427880856_H #ifndef XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #define XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_t3925451115 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseType XmlSchemaSimpleType_t2678868104 * ___baseType_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName XmlQualifiedName_t2760654312 * ___baseTypeName_18; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets XmlSchemaObjectCollection_t1064819932 * ___facets_19; // System.String[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::enumarationFacetValues StringU5BU5D_t1281789340* ___enumarationFacetValues_20; // System.String[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::patternFacetValues StringU5BU5D_t1281789340* ___patternFacetValues_21; // System.Text.RegularExpressions.Regex[] System.Xml.Schema.XmlSchemaSimpleTypeRestriction::rexPatterns RegexU5BU5D_t1561692752* ___rexPatterns_22; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::lengthFacet Decimal_t2948259380 ___lengthFacet_23; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxLengthFacet Decimal_t2948259380 ___maxLengthFacet_24; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minLengthFacet Decimal_t2948259380 ___minLengthFacet_25; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::fractionDigitsFacet Decimal_t2948259380 ___fractionDigitsFacet_26; // System.Decimal System.Xml.Schema.XmlSchemaSimpleTypeRestriction::totalDigitsFacet Decimal_t2948259380 ___totalDigitsFacet_27; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxInclusiveFacet RuntimeObject * ___maxInclusiveFacet_28; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::maxExclusiveFacet RuntimeObject * ___maxExclusiveFacet_29; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minInclusiveFacet RuntimeObject * ___minInclusiveFacet_30; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::minExclusiveFacet RuntimeObject * ___minExclusiveFacet_31; // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaSimpleTypeRestriction::fixedFacets int32_t ___fixedFacets_32; public: inline static int32_t get_offset_of_baseType_17() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___baseType_17)); } inline XmlSchemaSimpleType_t2678868104 * get_baseType_17() const { return ___baseType_17; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_baseType_17() { return &___baseType_17; } inline void set_baseType_17(XmlSchemaSimpleType_t2678868104 * value) { ___baseType_17 = value; Il2CppCodeGenWriteBarrier((&___baseType_17), value); } inline static int32_t get_offset_of_baseTypeName_18() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___baseTypeName_18)); } inline XmlQualifiedName_t2760654312 * get_baseTypeName_18() const { return ___baseTypeName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_baseTypeName_18() { return &___baseTypeName_18; } inline void set_baseTypeName_18(XmlQualifiedName_t2760654312 * value) { ___baseTypeName_18 = value; Il2CppCodeGenWriteBarrier((&___baseTypeName_18), value); } inline static int32_t get_offset_of_facets_19() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___facets_19)); } inline XmlSchemaObjectCollection_t1064819932 * get_facets_19() const { return ___facets_19; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_facets_19() { return &___facets_19; } inline void set_facets_19(XmlSchemaObjectCollection_t1064819932 * value) { ___facets_19 = value; Il2CppCodeGenWriteBarrier((&___facets_19), value); } inline static int32_t get_offset_of_enumarationFacetValues_20() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___enumarationFacetValues_20)); } inline StringU5BU5D_t1281789340* get_enumarationFacetValues_20() const { return ___enumarationFacetValues_20; } inline StringU5BU5D_t1281789340** get_address_of_enumarationFacetValues_20() { return &___enumarationFacetValues_20; } inline void set_enumarationFacetValues_20(StringU5BU5D_t1281789340* value) { ___enumarationFacetValues_20 = value; Il2CppCodeGenWriteBarrier((&___enumarationFacetValues_20), value); } inline static int32_t get_offset_of_patternFacetValues_21() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___patternFacetValues_21)); } inline StringU5BU5D_t1281789340* get_patternFacetValues_21() const { return ___patternFacetValues_21; } inline StringU5BU5D_t1281789340** get_address_of_patternFacetValues_21() { return &___patternFacetValues_21; } inline void set_patternFacetValues_21(StringU5BU5D_t1281789340* value) { ___patternFacetValues_21 = value; Il2CppCodeGenWriteBarrier((&___patternFacetValues_21), value); } inline static int32_t get_offset_of_rexPatterns_22() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___rexPatterns_22)); } inline RegexU5BU5D_t1561692752* get_rexPatterns_22() const { return ___rexPatterns_22; } inline RegexU5BU5D_t1561692752** get_address_of_rexPatterns_22() { return &___rexPatterns_22; } inline void set_rexPatterns_22(RegexU5BU5D_t1561692752* value) { ___rexPatterns_22 = value; Il2CppCodeGenWriteBarrier((&___rexPatterns_22), value); } inline static int32_t get_offset_of_lengthFacet_23() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___lengthFacet_23)); } inline Decimal_t2948259380 get_lengthFacet_23() const { return ___lengthFacet_23; } inline Decimal_t2948259380 * get_address_of_lengthFacet_23() { return &___lengthFacet_23; } inline void set_lengthFacet_23(Decimal_t2948259380 value) { ___lengthFacet_23 = value; } inline static int32_t get_offset_of_maxLengthFacet_24() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxLengthFacet_24)); } inline Decimal_t2948259380 get_maxLengthFacet_24() const { return ___maxLengthFacet_24; } inline Decimal_t2948259380 * get_address_of_maxLengthFacet_24() { return &___maxLengthFacet_24; } inline void set_maxLengthFacet_24(Decimal_t2948259380 value) { ___maxLengthFacet_24 = value; } inline static int32_t get_offset_of_minLengthFacet_25() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minLengthFacet_25)); } inline Decimal_t2948259380 get_minLengthFacet_25() const { return ___minLengthFacet_25; } inline Decimal_t2948259380 * get_address_of_minLengthFacet_25() { return &___minLengthFacet_25; } inline void set_minLengthFacet_25(Decimal_t2948259380 value) { ___minLengthFacet_25 = value; } inline static int32_t get_offset_of_fractionDigitsFacet_26() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___fractionDigitsFacet_26)); } inline Decimal_t2948259380 get_fractionDigitsFacet_26() const { return ___fractionDigitsFacet_26; } inline Decimal_t2948259380 * get_address_of_fractionDigitsFacet_26() { return &___fractionDigitsFacet_26; } inline void set_fractionDigitsFacet_26(Decimal_t2948259380 value) { ___fractionDigitsFacet_26 = value; } inline static int32_t get_offset_of_totalDigitsFacet_27() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___totalDigitsFacet_27)); } inline Decimal_t2948259380 get_totalDigitsFacet_27() const { return ___totalDigitsFacet_27; } inline Decimal_t2948259380 * get_address_of_totalDigitsFacet_27() { return &___totalDigitsFacet_27; } inline void set_totalDigitsFacet_27(Decimal_t2948259380 value) { ___totalDigitsFacet_27 = value; } inline static int32_t get_offset_of_maxInclusiveFacet_28() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxInclusiveFacet_28)); } inline RuntimeObject * get_maxInclusiveFacet_28() const { return ___maxInclusiveFacet_28; } inline RuntimeObject ** get_address_of_maxInclusiveFacet_28() { return &___maxInclusiveFacet_28; } inline void set_maxInclusiveFacet_28(RuntimeObject * value) { ___maxInclusiveFacet_28 = value; Il2CppCodeGenWriteBarrier((&___maxInclusiveFacet_28), value); } inline static int32_t get_offset_of_maxExclusiveFacet_29() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___maxExclusiveFacet_29)); } inline RuntimeObject * get_maxExclusiveFacet_29() const { return ___maxExclusiveFacet_29; } inline RuntimeObject ** get_address_of_maxExclusiveFacet_29() { return &___maxExclusiveFacet_29; } inline void set_maxExclusiveFacet_29(RuntimeObject * value) { ___maxExclusiveFacet_29 = value; Il2CppCodeGenWriteBarrier((&___maxExclusiveFacet_29), value); } inline static int32_t get_offset_of_minInclusiveFacet_30() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minInclusiveFacet_30)); } inline RuntimeObject * get_minInclusiveFacet_30() const { return ___minInclusiveFacet_30; } inline RuntimeObject ** get_address_of_minInclusiveFacet_30() { return &___minInclusiveFacet_30; } inline void set_minInclusiveFacet_30(RuntimeObject * value) { ___minInclusiveFacet_30 = value; Il2CppCodeGenWriteBarrier((&___minInclusiveFacet_30), value); } inline static int32_t get_offset_of_minExclusiveFacet_31() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___minExclusiveFacet_31)); } inline RuntimeObject * get_minExclusiveFacet_31() const { return ___minExclusiveFacet_31; } inline RuntimeObject ** get_address_of_minExclusiveFacet_31() { return &___minExclusiveFacet_31; } inline void set_minExclusiveFacet_31(RuntimeObject * value) { ___minExclusiveFacet_31 = value; Il2CppCodeGenWriteBarrier((&___minExclusiveFacet_31), value); } inline static int32_t get_offset_of_fixedFacets_32() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115, ___fixedFacets_32)); } inline int32_t get_fixedFacets_32() const { return ___fixedFacets_32; } inline int32_t* get_address_of_fixedFacets_32() { return &___fixedFacets_32; } inline void set_fixedFacets_32(int32_t value) { ___fixedFacets_32 = value; } }; struct XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields { public: // System.Globalization.NumberStyles System.Xml.Schema.XmlSchemaSimpleTypeRestriction::lengthStyle int32_t ___lengthStyle_33; // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaSimpleTypeRestriction::listFacets int32_t ___listFacets_34; public: inline static int32_t get_offset_of_lengthStyle_33() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields, ___lengthStyle_33)); } inline int32_t get_lengthStyle_33() const { return ___lengthStyle_33; } inline int32_t* get_address_of_lengthStyle_33() { return &___lengthStyle_33; } inline void set_lengthStyle_33(int32_t value) { ___lengthStyle_33 = value; } inline static int32_t get_offset_of_listFacets_34() { return static_cast(offsetof(XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields, ___listFacets_34)); } inline int32_t get_listFacets_34() const { return ___listFacets_34; } inline int32_t* get_address_of_listFacets_34() { return &___listFacets_34; } inline void set_listFacets_34(int32_t value) { ___listFacets_34 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPERESTRICTION_T3925451115_H #ifndef XMLSCHEMASIMPLETYPEUNION_T4071426880_H #define XMLSCHEMASIMPLETYPEUNION_T4071426880_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t4071426880 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeUnion::baseTypes XmlSchemaObjectCollection_t1064819932 * ___baseTypes_17; // System.Xml.XmlQualifiedName[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::memberTypes XmlQualifiedNameU5BU5D_t1471530361* ___memberTypes_18; // System.Object[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::validatedTypes ObjectU5BU5D_t2843939325* ___validatedTypes_19; // System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::validatedSchemaTypes XmlSchemaSimpleTypeU5BU5D_t1394089049* ___validatedSchemaTypes_20; public: inline static int32_t get_offset_of_baseTypes_17() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___baseTypes_17)); } inline XmlSchemaObjectCollection_t1064819932 * get_baseTypes_17() const { return ___baseTypes_17; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_baseTypes_17() { return &___baseTypes_17; } inline void set_baseTypes_17(XmlSchemaObjectCollection_t1064819932 * value) { ___baseTypes_17 = value; Il2CppCodeGenWriteBarrier((&___baseTypes_17), value); } inline static int32_t get_offset_of_memberTypes_18() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___memberTypes_18)); } inline XmlQualifiedNameU5BU5D_t1471530361* get_memberTypes_18() const { return ___memberTypes_18; } inline XmlQualifiedNameU5BU5D_t1471530361** get_address_of_memberTypes_18() { return &___memberTypes_18; } inline void set_memberTypes_18(XmlQualifiedNameU5BU5D_t1471530361* value) { ___memberTypes_18 = value; Il2CppCodeGenWriteBarrier((&___memberTypes_18), value); } inline static int32_t get_offset_of_validatedTypes_19() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___validatedTypes_19)); } inline ObjectU5BU5D_t2843939325* get_validatedTypes_19() const { return ___validatedTypes_19; } inline ObjectU5BU5D_t2843939325** get_address_of_validatedTypes_19() { return &___validatedTypes_19; } inline void set_validatedTypes_19(ObjectU5BU5D_t2843939325* value) { ___validatedTypes_19 = value; Il2CppCodeGenWriteBarrier((&___validatedTypes_19), value); } inline static int32_t get_offset_of_validatedSchemaTypes_20() { return static_cast(offsetof(XmlSchemaSimpleTypeUnion_t4071426880, ___validatedSchemaTypes_20)); } inline XmlSchemaSimpleTypeU5BU5D_t1394089049* get_validatedSchemaTypes_20() const { return ___validatedSchemaTypes_20; } inline XmlSchemaSimpleTypeU5BU5D_t1394089049** get_address_of_validatedSchemaTypes_20() { return &___validatedSchemaTypes_20; } inline void set_validatedSchemaTypes_20(XmlSchemaSimpleTypeU5BU5D_t1394089049* value) { ___validatedSchemaTypes_20 = value; Il2CppCodeGenWriteBarrier((&___validatedSchemaTypes_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPEUNION_T4071426880_H #ifndef XMLSCHEMASIMPLETYPELIST_T472803608_H #define XMLSCHEMASIMPLETYPELIST_T472803608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t472803608 : public XmlSchemaSimpleTypeContent_t599285223 { public: // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType XmlSchemaSimpleType_t2678868104 * ___itemType_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName XmlQualifiedName_t2760654312 * ___itemTypeName_18; // System.Object System.Xml.Schema.XmlSchemaSimpleTypeList::validatedListItemType RuntimeObject * ___validatedListItemType_19; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::validatedListItemSchemaType XmlSchemaSimpleType_t2678868104 * ___validatedListItemSchemaType_20; public: inline static int32_t get_offset_of_itemType_17() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___itemType_17)); } inline XmlSchemaSimpleType_t2678868104 * get_itemType_17() const { return ___itemType_17; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_itemType_17() { return &___itemType_17; } inline void set_itemType_17(XmlSchemaSimpleType_t2678868104 * value) { ___itemType_17 = value; Il2CppCodeGenWriteBarrier((&___itemType_17), value); } inline static int32_t get_offset_of_itemTypeName_18() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___itemTypeName_18)); } inline XmlQualifiedName_t2760654312 * get_itemTypeName_18() const { return ___itemTypeName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_itemTypeName_18() { return &___itemTypeName_18; } inline void set_itemTypeName_18(XmlQualifiedName_t2760654312 * value) { ___itemTypeName_18 = value; Il2CppCodeGenWriteBarrier((&___itemTypeName_18), value); } inline static int32_t get_offset_of_validatedListItemType_19() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___validatedListItemType_19)); } inline RuntimeObject * get_validatedListItemType_19() const { return ___validatedListItemType_19; } inline RuntimeObject ** get_address_of_validatedListItemType_19() { return &___validatedListItemType_19; } inline void set_validatedListItemType_19(RuntimeObject * value) { ___validatedListItemType_19 = value; Il2CppCodeGenWriteBarrier((&___validatedListItemType_19), value); } inline static int32_t get_offset_of_validatedListItemSchemaType_20() { return static_cast(offsetof(XmlSchemaSimpleTypeList_t472803608, ___validatedListItemSchemaType_20)); } inline XmlSchemaSimpleType_t2678868104 * get_validatedListItemSchemaType_20() const { return ___validatedListItemSchemaType_20; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_validatedListItemSchemaType_20() { return &___validatedListItemSchemaType_20; } inline void set_validatedListItemSchemaType_20(XmlSchemaSimpleType_t2678868104 * value) { ___validatedListItemSchemaType_20 = value; Il2CppCodeGenWriteBarrier((&___validatedListItemSchemaType_20), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLETYPELIST_T472803608_H #ifndef XSDTIME_T3558487088_H #define XSDTIME_T3558487088_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdTime struct XsdTime_t3558487088 : public XsdAnySimpleType_t1257864485 { public: public: }; struct XsdTime_t3558487088_StaticFields { public: // System.String[] Mono.Xml.Schema.XsdTime::timeFormats StringU5BU5D_t1281789340* ___timeFormats_61; public: inline static int32_t get_offset_of_timeFormats_61() { return static_cast(offsetof(XsdTime_t3558487088_StaticFields, ___timeFormats_61)); } inline StringU5BU5D_t1281789340* get_timeFormats_61() const { return ___timeFormats_61; } inline StringU5BU5D_t1281789340** get_address_of_timeFormats_61() { return &___timeFormats_61; } inline void set_timeFormats_61(StringU5BU5D_t1281789340* value) { ___timeFormats_61 = value; Il2CppCodeGenWriteBarrier((&___timeFormats_61), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDTIME_T3558487088_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 XSDGYEARMONTH_T3399073121_H #define XSDGYEARMONTH_T3399073121_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdGYearMonth struct XsdGYearMonth_t3399073121 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDGYEARMONTH_T3399073121_H #ifndef XSDDATE_T1417753656_H #define XSDDATE_T1417753656_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdDate struct XsdDate_t1417753656 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDDATE_T1417753656_H #ifndef XSDDATETIME_T2563698975_H #define XSDDATETIME_T2563698975_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdDateTime struct XsdDateTime_t2563698975 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDDATETIME_T2563698975_H #ifndef XSDDECIMAL_T1288601093_H #define XSDDECIMAL_T1288601093_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdDecimal struct XsdDecimal_t1288601093 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDDECIMAL_T1288601093_H #ifndef XSDDOUBLE_T3324344982_H #define XSDDOUBLE_T3324344982_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdDouble struct XsdDouble_t3324344982 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDDOUBLE_T3324344982_H #ifndef XSDFLOAT_T3181928905_H #define XSDFLOAT_T3181928905_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdFloat struct XsdFloat_t3181928905 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDFLOAT_T3181928905_H #ifndef XSDGMONTH_T3913018815_H #define XSDGMONTH_T3913018815_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdGMonth struct XsdGMonth_t3913018815 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDGMONTH_T3913018815_H #ifndef XSDGMONTHDAY_T2605134399_H #define XSDGMONTHDAY_T2605134399_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdGMonthDay struct XsdGMonthDay_t2605134399 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDGMONTHDAY_T2605134399_H #ifndef XSDGYEAR_T3316212116_H #define XSDGYEAR_T3316212116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdGYear struct XsdGYear_t3316212116 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDGYEAR_T3316212116_H #ifndef XSDHEXBINARY_T882812470_H #define XSDHEXBINARY_T882812470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdHexBinary struct XsdHexBinary_t882812470 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDHEXBINARY_T882812470_H #ifndef XMLSCHEMACOMPLEXTYPE_T3740801802_H #define XMLSCHEMACOMPLEXTYPE_T3740801802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802 : public XmlSchemaType_t2033747345 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::anyAttribute XmlSchemaAnyAttribute_t963227996 * ___anyAttribute_28; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaComplexType::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_29; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::attributeUses XmlSchemaObjectTable_t2546974348 * ___attributeUses_30; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard XmlSchemaAnyAttribute_t963227996 * ___attributeWildcard_31; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block int32_t ___block_32; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::blockResolved int32_t ___blockResolved_33; // System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::contentModel XmlSchemaContentModel_t602185179 * ___contentModel_34; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::validatableParticle XmlSchemaParticle_t3828501457 * ___validatableParticle_35; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle XmlSchemaParticle_t3828501457 * ___contentTypeParticle_36; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::isAbstract bool ___isAbstract_37; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::isMixed bool ___isMixed_38; // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::particle XmlSchemaParticle_t3828501457 * ___particle_39; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaComplexType::resolvedContentType int32_t ___resolvedContentType_40; // System.Boolean System.Xml.Schema.XmlSchemaComplexType::ValidatedIsAbstract bool ___ValidatedIsAbstract_41; // System.Guid System.Xml.Schema.XmlSchemaComplexType::CollectProcessId Guid_t ___CollectProcessId_44; public: inline static int32_t get_offset_of_anyAttribute_28() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___anyAttribute_28)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttribute_28() const { return ___anyAttribute_28; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttribute_28() { return &___anyAttribute_28; } inline void set_anyAttribute_28(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttribute_28 = value; Il2CppCodeGenWriteBarrier((&___anyAttribute_28), value); } inline static int32_t get_offset_of_attributes_29() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributes_29)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_29() const { return ___attributes_29; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_29() { return &___attributes_29; } inline void set_attributes_29(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_29 = value; Il2CppCodeGenWriteBarrier((&___attributes_29), value); } inline static int32_t get_offset_of_attributeUses_30() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributeUses_30)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeUses_30() const { return ___attributeUses_30; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeUses_30() { return &___attributeUses_30; } inline void set_attributeUses_30(XmlSchemaObjectTable_t2546974348 * value) { ___attributeUses_30 = value; Il2CppCodeGenWriteBarrier((&___attributeUses_30), value); } inline static int32_t get_offset_of_attributeWildcard_31() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___attributeWildcard_31)); } inline XmlSchemaAnyAttribute_t963227996 * get_attributeWildcard_31() const { return ___attributeWildcard_31; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_attributeWildcard_31() { return &___attributeWildcard_31; } inline void set_attributeWildcard_31(XmlSchemaAnyAttribute_t963227996 * value) { ___attributeWildcard_31 = value; Il2CppCodeGenWriteBarrier((&___attributeWildcard_31), value); } inline static int32_t get_offset_of_block_32() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___block_32)); } inline int32_t get_block_32() const { return ___block_32; } inline int32_t* get_address_of_block_32() { return &___block_32; } inline void set_block_32(int32_t value) { ___block_32 = value; } inline static int32_t get_offset_of_blockResolved_33() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___blockResolved_33)); } inline int32_t get_blockResolved_33() const { return ___blockResolved_33; } inline int32_t* get_address_of_blockResolved_33() { return &___blockResolved_33; } inline void set_blockResolved_33(int32_t value) { ___blockResolved_33 = value; } inline static int32_t get_offset_of_contentModel_34() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___contentModel_34)); } inline XmlSchemaContentModel_t602185179 * get_contentModel_34() const { return ___contentModel_34; } inline XmlSchemaContentModel_t602185179 ** get_address_of_contentModel_34() { return &___contentModel_34; } inline void set_contentModel_34(XmlSchemaContentModel_t602185179 * value) { ___contentModel_34 = value; Il2CppCodeGenWriteBarrier((&___contentModel_34), value); } inline static int32_t get_offset_of_validatableParticle_35() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___validatableParticle_35)); } inline XmlSchemaParticle_t3828501457 * get_validatableParticle_35() const { return ___validatableParticle_35; } inline XmlSchemaParticle_t3828501457 ** get_address_of_validatableParticle_35() { return &___validatableParticle_35; } inline void set_validatableParticle_35(XmlSchemaParticle_t3828501457 * value) { ___validatableParticle_35 = value; Il2CppCodeGenWriteBarrier((&___validatableParticle_35), value); } inline static int32_t get_offset_of_contentTypeParticle_36() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___contentTypeParticle_36)); } inline XmlSchemaParticle_t3828501457 * get_contentTypeParticle_36() const { return ___contentTypeParticle_36; } inline XmlSchemaParticle_t3828501457 ** get_address_of_contentTypeParticle_36() { return &___contentTypeParticle_36; } inline void set_contentTypeParticle_36(XmlSchemaParticle_t3828501457 * value) { ___contentTypeParticle_36 = value; Il2CppCodeGenWriteBarrier((&___contentTypeParticle_36), value); } inline static int32_t get_offset_of_isAbstract_37() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___isAbstract_37)); } inline bool get_isAbstract_37() const { return ___isAbstract_37; } inline bool* get_address_of_isAbstract_37() { return &___isAbstract_37; } inline void set_isAbstract_37(bool value) { ___isAbstract_37 = value; } inline static int32_t get_offset_of_isMixed_38() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___isMixed_38)); } inline bool get_isMixed_38() const { return ___isMixed_38; } inline bool* get_address_of_isMixed_38() { return &___isMixed_38; } inline void set_isMixed_38(bool value) { ___isMixed_38 = value; } inline static int32_t get_offset_of_particle_39() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___particle_39)); } inline XmlSchemaParticle_t3828501457 * get_particle_39() const { return ___particle_39; } inline XmlSchemaParticle_t3828501457 ** get_address_of_particle_39() { return &___particle_39; } inline void set_particle_39(XmlSchemaParticle_t3828501457 * value) { ___particle_39 = value; Il2CppCodeGenWriteBarrier((&___particle_39), value); } inline static int32_t get_offset_of_resolvedContentType_40() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___resolvedContentType_40)); } inline int32_t get_resolvedContentType_40() const { return ___resolvedContentType_40; } inline int32_t* get_address_of_resolvedContentType_40() { return &___resolvedContentType_40; } inline void set_resolvedContentType_40(int32_t value) { ___resolvedContentType_40 = value; } inline static int32_t get_offset_of_ValidatedIsAbstract_41() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___ValidatedIsAbstract_41)); } inline bool get_ValidatedIsAbstract_41() const { return ___ValidatedIsAbstract_41; } inline bool* get_address_of_ValidatedIsAbstract_41() { return &___ValidatedIsAbstract_41; } inline void set_ValidatedIsAbstract_41(bool value) { ___ValidatedIsAbstract_41 = value; } inline static int32_t get_offset_of_CollectProcessId_44() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802, ___CollectProcessId_44)); } inline Guid_t get_CollectProcessId_44() const { return ___CollectProcessId_44; } inline Guid_t * get_address_of_CollectProcessId_44() { return &___CollectProcessId_44; } inline void set_CollectProcessId_44(Guid_t value) { ___CollectProcessId_44 = value; } }; struct XmlSchemaComplexType_t3740801802_StaticFields { public: // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyType XmlSchemaComplexType_t3740801802 * ___anyType_42; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaComplexType::AnyTypeName XmlQualifiedName_t2760654312 * ___AnyTypeName_43; public: inline static int32_t get_offset_of_anyType_42() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802_StaticFields, ___anyType_42)); } inline XmlSchemaComplexType_t3740801802 * get_anyType_42() const { return ___anyType_42; } inline XmlSchemaComplexType_t3740801802 ** get_address_of_anyType_42() { return &___anyType_42; } inline void set_anyType_42(XmlSchemaComplexType_t3740801802 * value) { ___anyType_42 = value; Il2CppCodeGenWriteBarrier((&___anyType_42), value); } inline static int32_t get_offset_of_AnyTypeName_43() { return static_cast(offsetof(XmlSchemaComplexType_t3740801802_StaticFields, ___AnyTypeName_43)); } inline XmlQualifiedName_t2760654312 * get_AnyTypeName_43() const { return ___AnyTypeName_43; } inline XmlQualifiedName_t2760654312 ** get_address_of_AnyTypeName_43() { return &___AnyTypeName_43; } inline void set_AnyTypeName_43(XmlQualifiedName_t2760654312 * value) { ___AnyTypeName_43 = value; Il2CppCodeGenWriteBarrier((&___AnyTypeName_43), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOMPLEXTYPE_T3740801802_H #ifndef XMLSCHEMAGROUPBASE_T3631079376_H #define XMLSCHEMAGROUPBASE_T3631079376_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_t3631079376 : public XmlSchemaParticle_t3828501457 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::compiledItems XmlSchemaObjectCollection_t1064819932 * ___compiledItems_27; public: inline static int32_t get_offset_of_compiledItems_27() { return static_cast(offsetof(XmlSchemaGroupBase_t3631079376, ___compiledItems_27)); } inline XmlSchemaObjectCollection_t1064819932 * get_compiledItems_27() const { return ___compiledItems_27; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_compiledItems_27() { return &___compiledItems_27; } inline void set_compiledItems_27(XmlSchemaObjectCollection_t1064819932 * value) { ___compiledItems_27 = value; Il2CppCodeGenWriteBarrier((&___compiledItems_27), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAGROUPBASE_T3631079376_H #ifndef XSDBOOLEAN_T380164876_H #define XSDBOOLEAN_T380164876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdBoolean struct XsdBoolean_t380164876 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDBOOLEAN_T380164876_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 XMLSCHEMAKEYREF_T3124006214_H #define XMLSCHEMAKEYREF_T3124006214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214 : public XmlSchemaIdentityConstraint_t297318432 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::refer XmlQualifiedName_t2760654312 * ___refer_21; // System.Xml.Schema.XmlSchemaIdentityConstraint System.Xml.Schema.XmlSchemaKeyref::target XmlSchemaIdentityConstraint_t297318432 * ___target_22; public: inline static int32_t get_offset_of_refer_21() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___refer_21)); } inline XmlQualifiedName_t2760654312 * get_refer_21() const { return ___refer_21; } inline XmlQualifiedName_t2760654312 ** get_address_of_refer_21() { return &___refer_21; } inline void set_refer_21(XmlQualifiedName_t2760654312 * value) { ___refer_21 = value; Il2CppCodeGenWriteBarrier((&___refer_21), value); } inline static int32_t get_offset_of_target_22() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___target_22)); } inline XmlSchemaIdentityConstraint_t297318432 * get_target_22() const { return ___target_22; } inline XmlSchemaIdentityConstraint_t297318432 ** get_address_of_target_22() { return &___target_22; } inline void set_target_22(XmlSchemaIdentityConstraint_t297318432 * value) { ___target_22 = value; Il2CppCodeGenWriteBarrier((&___target_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEYREF_T3124006214_H #ifndef XSDGDAY_T293490745_H #define XSDGDAY_T293490745_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdGDay struct XsdGDay_t293490745 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDGDAY_T293490745_H #ifndef XSDSTRING_T3049094358_H #define XSDSTRING_T3049094358_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdString struct XsdString_t3049094358 : public XsdAnySimpleType_t1257864485 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDSTRING_T3049094358_H #ifndef XSDBASE64BINARY_T3360383190_H #define XSDBASE64BINARY_T3360383190_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdBase64Binary struct XsdBase64Binary_t3360383190 : public XsdString_t3049094358 { public: public: }; struct XsdBase64Binary_t3360383190_StaticFields { public: // System.String Mono.Xml.Schema.XsdBase64Binary::ALPHABET String_t* ___ALPHABET_61; // System.Byte[] Mono.Xml.Schema.XsdBase64Binary::decodeTable ByteU5BU5D_t4116647657* ___decodeTable_62; public: inline static int32_t get_offset_of_ALPHABET_61() { return static_cast(offsetof(XsdBase64Binary_t3360383190_StaticFields, ___ALPHABET_61)); } inline String_t* get_ALPHABET_61() const { return ___ALPHABET_61; } inline String_t** get_address_of_ALPHABET_61() { return &___ALPHABET_61; } inline void set_ALPHABET_61(String_t* value) { ___ALPHABET_61 = value; Il2CppCodeGenWriteBarrier((&___ALPHABET_61), value); } inline static int32_t get_offset_of_decodeTable_62() { return static_cast(offsetof(XsdBase64Binary_t3360383190_StaticFields, ___decodeTable_62)); } inline ByteU5BU5D_t4116647657* get_decodeTable_62() const { return ___decodeTable_62; } inline ByteU5BU5D_t4116647657** get_address_of_decodeTable_62() { return &___decodeTable_62; } inline void set_decodeTable_62(ByteU5BU5D_t4116647657* value) { ___decodeTable_62 = value; Il2CppCodeGenWriteBarrier((&___decodeTable_62), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDBASE64BINARY_T3360383190_H #ifndef XMLSCHEMAALL_T1118454309_H #define XMLSCHEMAALL_T1118454309_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAll struct XmlSchemaAll_t1118454309 : public XmlSchemaGroupBase_t3631079376 { public: // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaAll::schema XmlSchema_t3742557897 * ___schema_28; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAll::items XmlSchemaObjectCollection_t1064819932 * ___items_29; // System.Boolean System.Xml.Schema.XmlSchemaAll::emptiable bool ___emptiable_30; public: inline static int32_t get_offset_of_schema_28() { return static_cast(offsetof(XmlSchemaAll_t1118454309, ___schema_28)); } inline XmlSchema_t3742557897 * get_schema_28() const { return ___schema_28; } inline XmlSchema_t3742557897 ** get_address_of_schema_28() { return &___schema_28; } inline void set_schema_28(XmlSchema_t3742557897 * value) { ___schema_28 = value; Il2CppCodeGenWriteBarrier((&___schema_28), value); } inline static int32_t get_offset_of_items_29() { return static_cast(offsetof(XmlSchemaAll_t1118454309, ___items_29)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_29() const { return ___items_29; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_29() { return &___items_29; } inline void set_items_29(XmlSchemaObjectCollection_t1064819932 * value) { ___items_29 = value; Il2CppCodeGenWriteBarrier((&___items_29), value); } inline static int32_t get_offset_of_emptiable_30() { return static_cast(offsetof(XmlSchemaAll_t1118454309, ___emptiable_30)); } inline bool get_emptiable_30() const { return ___emptiable_30; } inline bool* get_address_of_emptiable_30() { return &___emptiable_30; } inline void set_emptiable_30(bool value) { ___emptiable_30 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAALL_T1118454309_H #ifndef XDTYEARMONTHDURATION_T1503718519_H #define XDTYEARMONTHDURATION_T1503718519_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XdtYearMonthDuration struct XdtYearMonthDuration_t1503718519 : public XsdDuration_t1555973170 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDTYEARMONTHDURATION_T1503718519_H #ifndef XMLSCHEMASEQUENCE_T2018345177_H #define XMLSCHEMASEQUENCE_T2018345177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t2018345177 : public XmlSchemaGroupBase_t3631079376 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::items XmlSchemaObjectCollection_t1064819932 * ___items_28; public: inline static int32_t get_offset_of_items_28() { return static_cast(offsetof(XmlSchemaSequence_t2018345177, ___items_28)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_28() const { return ___items_28; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_28() { return &___items_28; } inline void set_items_28(XmlSchemaObjectCollection_t1064819932 * value) { ___items_28 = value; Il2CppCodeGenWriteBarrier((&___items_28), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASEQUENCE_T2018345177_H #ifndef XSDNORMALIZEDSTRING_T3260789355_H #define XSDNORMALIZEDSTRING_T3260789355_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNormalizedString struct XsdNormalizedString_t3260789355 : public XsdString_t3049094358 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNORMALIZEDSTRING_T3260789355_H #ifndef XSDINTEGER_T2044766898_H #define XSDINTEGER_T2044766898_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdInteger struct XsdInteger_t2044766898 : public XsdDecimal_t1288601093 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDINTEGER_T2044766898_H #ifndef XDTDAYTIMEDURATION_T268779858_H #define XDTDAYTIMEDURATION_T268779858_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XdtDayTimeDuration struct XdtDayTimeDuration_t268779858 : public XsdDuration_t1555973170 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDTDAYTIMEDURATION_T268779858_H #ifndef XDTUNTYPEDATOMIC_T1388131523_H #define XDTUNTYPEDATOMIC_T1388131523_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XdtUntypedAtomic struct XdtUntypedAtomic_t1388131523 : public XdtAnyAtomicType_t269366253 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XDTUNTYPEDATOMIC_T1388131523_H #ifndef XMLSCHEMACHOICE_T959520675_H #define XMLSCHEMACHOICE_T959520675_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t959520675 : public XmlSchemaGroupBase_t3631079376 { public: // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaChoice::items XmlSchemaObjectCollection_t1064819932 * ___items_28; // System.Decimal System.Xml.Schema.XmlSchemaChoice::minEffectiveTotalRange Decimal_t2948259380 ___minEffectiveTotalRange_29; public: inline static int32_t get_offset_of_items_28() { return static_cast(offsetof(XmlSchemaChoice_t959520675, ___items_28)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_28() const { return ___items_28; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_28() { return &___items_28; } inline void set_items_28(XmlSchemaObjectCollection_t1064819932 * value) { ___items_28 = value; Il2CppCodeGenWriteBarrier((&___items_28), value); } inline static int32_t get_offset_of_minEffectiveTotalRange_29() { return static_cast(offsetof(XmlSchemaChoice_t959520675, ___minEffectiveTotalRange_29)); } inline Decimal_t2948259380 get_minEffectiveTotalRange_29() const { return ___minEffectiveTotalRange_29; } inline Decimal_t2948259380 * get_address_of_minEffectiveTotalRange_29() { return &___minEffectiveTotalRange_29; } inline void set_minEffectiveTotalRange_29(Decimal_t2948259380 value) { ___minEffectiveTotalRange_29 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACHOICE_T959520675_H #ifndef XSDANYURI_T2755748070_H #define XSDANYURI_T2755748070_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdAnyURI struct XsdAnyURI_t2755748070 : public XsdString_t3049094358 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDANYURI_T2755748070_H #ifndef XSDNONPOSITIVEINTEGER_T1029055398_H #define XSDNONPOSITIVEINTEGER_T1029055398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNonPositiveInteger struct XsdNonPositiveInteger_t1029055398 : public XsdInteger_t2044766898 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNONPOSITIVEINTEGER_T1029055398_H #ifndef XSDNONNEGATIVEINTEGER_T308064234_H #define XSDNONNEGATIVEINTEGER_T308064234_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNonNegativeInteger struct XsdNonNegativeInteger_t308064234 : public XsdInteger_t2044766898 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNONNEGATIVEINTEGER_T308064234_H #ifndef XSDLONG_T1324632828_H #define XSDLONG_T1324632828_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdLong struct XsdLong_t1324632828 : public XsdInteger_t2044766898 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDLONG_T1324632828_H #ifndef XSDTOKEN_T1239036978_H #define XSDTOKEN_T1239036978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdToken struct XsdToken_t1239036978 : public XsdNormalizedString_t3260789355 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDTOKEN_T1239036978_H #ifndef XSDNMTOKEN_T834691671_H #define XSDNMTOKEN_T834691671_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNMToken struct XsdNMToken_t834691671 : public XsdToken_t1239036978 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNMTOKEN_T834691671_H #ifndef XSDINT_T33917785_H #define XSDINT_T33917785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdInt struct XsdInt_t33917785 : public XsdLong_t1324632828 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDINT_T33917785_H #ifndef XSDPOSITIVEINTEGER_T1704031413_H #define XSDPOSITIVEINTEGER_T1704031413_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdPositiveInteger struct XsdPositiveInteger_t1704031413 : public XsdNonNegativeInteger_t308064234 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDPOSITIVEINTEGER_T1704031413_H #ifndef XSDNEGATIVEINTEGER_T2178753546_H #define XSDNEGATIVEINTEGER_T2178753546_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNegativeInteger struct XsdNegativeInteger_t2178753546 : public XsdNonPositiveInteger_t1029055398 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNEGATIVEINTEGER_T2178753546_H #ifndef XSDNAME_T2755146808_H #define XSDNAME_T2755146808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdName struct XsdName_t2755146808 : public XsdToken_t1239036978 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNAME_T2755146808_H #ifndef XSDLANGUAGE_T1876291273_H #define XSDLANGUAGE_T1876291273_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdLanguage struct XsdLanguage_t1876291273 : public XsdToken_t1239036978 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDLANGUAGE_T1876291273_H #ifndef XSDUNSIGNEDLONG_T1409593434_H #define XSDUNSIGNEDLONG_T1409593434_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdUnsignedLong struct XsdUnsignedLong_t1409593434 : public XsdNonNegativeInteger_t308064234 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDUNSIGNEDLONG_T1409593434_H #ifndef XSDSHORT_T3489811876_H #define XSDSHORT_T3489811876_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdShort struct XsdShort_t3489811876 : public XsdInt_t33917785 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDSHORT_T3489811876_H #ifndef XSDNCNAME_T3943159043_H #define XSDNCNAME_T3943159043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNCName struct XsdNCName_t3943159043 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNCNAME_T3943159043_H #ifndef XSDNMTOKENS_T4246953255_H #define XSDNMTOKENS_T4246953255_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdNMTokens struct XsdNMTokens_t4246953255 : public XsdNMToken_t834691671 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDNMTOKENS_T4246953255_H #ifndef XSDIDREF_T2913612829_H #define XSDIDREF_T2913612829_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIDRef struct XsdIDRef_t2913612829 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDREF_T2913612829_H #ifndef XSDENTITY_T3956505874_H #define XSDENTITY_T3956505874_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdEntity struct XsdEntity_t3956505874 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDENTITY_T3956505874_H #ifndef XSDIDREFS_T16099206_H #define XSDIDREFS_T16099206_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdIDRefs struct XsdIDRefs_t16099206 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDIDREFS_T16099206_H #ifndef XSDUNSIGNEDINT_T72105793_H #define XSDUNSIGNEDINT_T72105793_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdUnsignedInt struct XsdUnsignedInt_t72105793 : public XsdUnsignedLong_t1409593434 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDUNSIGNEDINT_T72105793_H #ifndef XSDQNAME_T2385631467_H #define XSDQNAME_T2385631467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdQName struct XsdQName_t2385631467 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDQNAME_T2385631467_H #ifndef XSDID_T34704195_H #define XSDID_T34704195_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdID struct XsdID_t34704195 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDID_T34704195_H #ifndef XSDENTITIES_T1477210398_H #define XSDENTITIES_T1477210398_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdEntities struct XsdEntities_t1477210398 : public XsdName_t2755146808 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDENTITIES_T1477210398_H #ifndef XSDBYTE_T2221093920_H #define XSDBYTE_T2221093920_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdByte struct XsdByte_t2221093920 : public XsdShort_t3489811876 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDBYTE_T2221093920_H #ifndef XSDUNSIGNEDSHORT_T3654069686_H #define XSDUNSIGNEDSHORT_T3654069686_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdUnsignedShort struct XsdUnsignedShort_t3654069686 : public XsdUnsignedInt_t72105793 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDUNSIGNEDSHORT_T3654069686_H #ifndef XSDUNSIGNEDBYTE_T2304219558_H #define XSDUNSIGNEDBYTE_T2304219558_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.Schema.XsdUnsignedByte struct XsdUnsignedByte_t2304219558 : public XsdUnsignedShort_t3654069686 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSDUNSIGNEDBYTE_T2304219558_H // System.Xml.Schema.XmlSchemaException[] struct XmlSchemaExceptionU5BU5D_t4099652653 : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchemaException_t3511258692 * m_Items[1]; public: inline XmlSchemaException_t3511258692 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchemaException_t3511258692 ** 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, XmlSchemaException_t3511258692 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlSchemaException_t3511258692 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchemaException_t3511258692 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaException_t3511258692 * 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.Xml.DTDValidatingReader/AttributeSlot[] struct AttributeSlotU5BU5D_t600906362 : public RuntimeArray { public: ALIGN_FIELD (8) AttributeSlot_t3985135163 * m_Items[1]; public: inline AttributeSlot_t3985135163 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttributeSlot_t3985135163 ** 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, AttributeSlot_t3985135163 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline AttributeSlot_t3985135163 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttributeSlot_t3985135163 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttributeSlot_t3985135163 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.String[] struct StringU5BU5D_t1281789340 : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Xml.Schema.XmlSchemaAttribute[] struct XmlSchemaAttributeU5BU5D_t346244693 : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchemaAttribute_t2797257020 * m_Items[1]; public: inline XmlSchemaAttribute_t2797257020 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchemaAttribute_t2797257020 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlSchemaAttribute_t2797257020 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlSchemaAttribute_t2797257020 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchemaAttribute_t2797257020 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaAttribute_t2797257020 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.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; } }; // Mono.Xml.Schema.XsdIdentityPath[] struct XsdIdentityPathU5BU5D_t2466178853 : public RuntimeArray { public: ALIGN_FIELD (8) XsdIdentityPath_t991900844 * m_Items[1]; public: inline XsdIdentityPath_t991900844 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XsdIdentityPath_t991900844 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XsdIdentityPath_t991900844 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XsdIdentityPath_t991900844 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XsdIdentityPath_t991900844 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XsdIdentityPath_t991900844 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Mono.Xml.Schema.XsdIdentityStep[] struct XsdIdentityStepU5BU5D_t2964233348 : public RuntimeArray { public: ALIGN_FIELD (8) XsdIdentityStep_t1480907129 * m_Items[1]; public: inline XsdIdentityStep_t1480907129 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XsdIdentityStep_t1480907129 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XsdIdentityStep_t1480907129 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XsdIdentityStep_t1480907129 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XsdIdentityStep_t1480907129 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XsdIdentityStep_t1480907129 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // Mono.Xml.Schema.XsdIdentityField[] struct XsdIdentityFieldU5BU5D_t881076913 : public RuntimeArray { public: ALIGN_FIELD (8) XsdIdentityField_t1964115728 * m_Items[1]; public: inline XsdIdentityField_t1964115728 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XsdIdentityField_t1964115728 ** 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, XsdIdentityField_t1964115728 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XsdIdentityField_t1964115728 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XsdIdentityField_t1964115728 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XsdIdentityField_t1964115728 * 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.Void System.Collections.Generic.List`1>::.ctor() extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m2524100478_gshared (List_1_t4002292061 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR Enumerator_t1596568642 List_1_GetEnumerator_m2700513679_gshared (List_1_t4002292061 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() extern "C" IL2CPP_METHOD_ATTR KeyValuePair_2_t2530217319 Enumerator_get_Current_m3536675856_gshared (Enumerator_t1596568642 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m3464904234_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1372561486_gshared (Enumerator_t1596568642 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) extern "C" IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m727165395_gshared (KeyValuePair_2_t2530217319 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::Add(!0) extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m4135008592_gshared (List_1_t4002292061 * __this, KeyValuePair_2_t2530217319 p0, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_m1328507389_gshared (KeyValuePair_2_t2530217319 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1>::.ctor() #define List_1__ctor_m3719414661(__this, method) (( void (*) (List_1_t218596005 *, const RuntimeMethod*))List_1__ctor_m2524100478_gshared)(__this, method) // System.Void Mono.Xml.DictionaryBase/<>c__Iterator3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__Iterator3__ctor_m4217799562 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Mono.Xml.DictionaryBase/<>c__Iterator3::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__Iterator3_System_Collections_Generic_IEnumerableU3CMono_Xml_DTDNodeU3E_GetEnumerator_m2276929946 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method); // System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_m3023855514 (RuntimeObject * __this /* static, unused */, int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1>::GetEnumerator() #define List_1_GetEnumerator_m2603131426(__this, method) (( Enumerator_t2107839882 (*) (List_1_t218596005 *, const RuntimeMethod*))List_1_GetEnumerator_m2700513679_gshared)(__this, method) // !0 System.Collections.Generic.List`1/Enumerator>::get_Current() #define Enumerator_get_Current_m2517474147(__this, method) (( KeyValuePair_2_t3041488559 (*) (Enumerator_t2107839882 *, const RuntimeMethod*))Enumerator_get_Current_m3536675856_gshared)(__this, method) // !1 System.Collections.Generic.KeyValuePair`2::get_Value() #define KeyValuePair_2_get_Value_m161162096(__this, method) (( DTDNode_t858560093 * (*) (KeyValuePair_2_t3041488559 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m3464904234_gshared)(__this, method) // System.Boolean System.Collections.Generic.List`1/Enumerator>::MoveNext() #define Enumerator_MoveNext_m1007991587(__this, method) (( bool (*) (Enumerator_t2107839882 *, const RuntimeMethod*))Enumerator_MoveNext_m1372561486_gshared)(__this, method) // System.Void System.NotSupportedException::.ctor() extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m2730133172 (NotSupportedException_t1314879016 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAutomata__ctor_m3176258281 (DTDAutomata_t781538777 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DTDNode__ctor_m1418166605 (DTDNode_t858560093 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNode::SetRoot(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNode_SetRoot_m2418337087 (DTDNode_t858560093 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_Get_m4035482393 (DTDAttListDeclaration_t3593159715 * __this, int32_t ___i0, const RuntimeMethod* method); // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::Get(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_Get_m2748697277 (DTDAttListDeclaration_t3593159715 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_Name_m386820002 (DTDAttributeDefinition_t3434905422 * __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.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.InvalidOperationException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m237278729 (InvalidOperationException_t56020091 * __this, String_t* p0, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml.DTDNode::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDNode_get_Root_m2984697035 (DTDNode_t858560093 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDCollectionBase::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDCollectionBase__ctor_m3429786084 (DTDCollectionBase_t3926218464 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Object Mono.Xml.DTDCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DTDCollectionBase_BaseGet_m4125684817 (DTDCollectionBase_t3926218464 * __this, String_t* ___name0, 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.Collections.IList Mono.Xml.DTDAttListDeclaration::get_Definitions() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DTDAttListDeclaration_get_Definitions_m3556676521 (DTDAttListDeclaration_t3593159715 * __this, const RuntimeMethod* method); // System.Void 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); // Mono.Xml.DTDObjectModel Mono.Xml.DTDCollectionBase::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDCollectionBase_get_Root_m2526370025 (DTDCollectionBase_t3926218464 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDCollectionBase::BaseAdd(System.String,Mono.Xml.DTDNode) extern "C" IL2CPP_METHOD_ATTR void DTDCollectionBase_BaseAdd_m1921945204 (DTDCollectionBase_t3926218464 * __this, String_t* ___name0, DTDNode_t858560093 * ___value1, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::ComputeDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_ComputeDefaultValue_m119210498 (DTDAttributeDefinition_t3434905422 * __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 System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __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.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.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() extern "C" IL2CPP_METHOD_ATTR CultureInfo_t4157843068 * CultureInfo_get_InvariantCulture_m3532445182 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m3682462547 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, const RuntimeMethod* method); // System.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.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 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.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m890240332 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::ResolveEntity(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_ResolveEntity_m104410730 (DTDObjectModel_t1729680289 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m3238060835 (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); // Mono.Xml.DTDObjectModel Mono.Xml.DTDAutomata::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDAutomata_get_Root_m821764476 (DTDAutomata_t781538777 * __this, const RuntimeMethod* method); // Mono.Xml.DTDInvalidAutomata Mono.Xml.DTDObjectModel::get_Invalid() extern "C" IL2CPP_METHOD_ATTR DTDInvalidAutomata_t1406553220 * DTDObjectModel_get_Invalid_m2081184092 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDEmptyAutomata Mono.Xml.DTDObjectModel::get_Empty() extern "C" IL2CPP_METHOD_ATTR DTDEmptyAutomata_t465590953 * DTDObjectModel_get_Empty_m2132593178 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAnyAutomata Mono.Xml.DTDObjectModel::get_Any() extern "C" IL2CPP_METHOD_ATTR DTDAnyAutomata_t3633486160 * DTDObjectModel_get_Any_m483685826 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAutomataFactory Mono.Xml.DTDObjectModel::get_Factory() extern "C" IL2CPP_METHOD_ATTR DTDAutomataFactory_t2958275022 * DTDObjectModel_get_Factory_m2668598880 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // Mono.Xml.DTDChoiceAutomata Mono.Xml.DTDAutomataFactory::Choice(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDChoiceAutomata_t3129343723 * DTDAutomataFactory_Choice_m2338484969 (DTDAutomataFactory_t2958275022 * __this, DTDAutomata_t781538777 * ___left0, DTDAutomata_t781538777 * ___right1, const RuntimeMethod* method); // Mono.Xml.DTDSequenceAutomata Mono.Xml.DTDAutomataFactory::Sequence(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDSequenceAutomata_t2865847115 * DTDAutomataFactory_Sequence_m3563248718 (DTDAutomataFactory_t2958275022 * __this, DTDAutomata_t781538777 * ___left0, DTDAutomata_t781538777 * ___right1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDChoiceAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDChoiceAutomata__ctor_m3093264231 (DTDChoiceAutomata_t3129343723 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___left1, DTDAutomata_t781538777 * ___right2, const RuntimeMethod* method); // System.Void Mono.Xml.DTDSequenceAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDSequenceAutomata__ctor_m2536768365 (DTDSequenceAutomata_t2865847115 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___left1, DTDAutomata_t781538777 * ___right2, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::MakeChoice(Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAutomata_MakeChoice_m2090078545 (DTDAutomata_t781538777 * __this, DTDAutomata_t781538777 * ___other0, const RuntimeMethod* method); // System.Void Mono.Xml.DictionaryBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DictionaryBase__ctor_m2815385134 (DictionaryBase_t52754249 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.KeyValuePair`2::.ctor(!0,!1) #define KeyValuePair_2__ctor_m3377111667(__this, p0, p1, method) (( void (*) (KeyValuePair_2_t3041488559 *, String_t*, DTDNode_t858560093 *, const RuntimeMethod*))KeyValuePair_2__ctor_m727165395_gshared)(__this, p0, p1, method) // System.Void System.Collections.Generic.List`1>::Add(!0) #define List_1_Add_m1569234273(__this, p0, method) (( void (*) (List_1_t218596005 *, KeyValuePair_2_t3041488559 , const RuntimeMethod*))List_1_Add_m4135008592_gshared)(__this, p0, method) // !0 System.Collections.Generic.KeyValuePair`2::get_Key() #define KeyValuePair_2_get_Key_m2782160121(__this, method) (( String_t* (*) (KeyValuePair_2_t3041488559 *, const RuntimeMethod*))KeyValuePair_2_get_Key_m1328507389_gshared)(__this, method) // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDContentModelCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void DTDContentModelCollection__ctor_m1037658466 (DTDContentModelCollection_t2798820000 * __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); // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDElementDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDElementDeclarationCollection_get_Item_m643703552 (DTDElementDeclarationCollection_t222313714 * __this, String_t* ___name0, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Compile() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Compile_m1418249235 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::CompileInternal() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_CompileInternal_m1703661021 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDContentModel::get_ElementDecl() extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDContentModel_get_ElementDecl_m3565452333 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsAny() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsAny_m3208998903 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsEmpty_m2668080414 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::GetBasicContentAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_GetBasicContentAutomata_m148994321 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // Mono.Xml.DTDOccurence Mono.Xml.DTDContentModel::get_Occurence() extern "C" IL2CPP_METHOD_ATTR int32_t DTDContentModel_get_Occurence_m3394637266 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Choice(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Choice_m3552554715 (DTDContentModel_t3264596611 * __this, DTDAutomata_t781538777 * ___l0, DTDAutomata_t781538777 * ___r1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDOneOrMoreAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDOneOrMoreAutomata__ctor_m2702862782 (DTDOneOrMoreAutomata_t1192707047 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___children1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor() extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m2734335978 (InvalidOperationException_t56020091 * __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); // System.Void Mono.Xml.DTDElementAutomata::.ctor(Mono.Xml.DTDObjectModel,System.String) extern "C" IL2CPP_METHOD_ATTR void DTDElementAutomata__ctor_m1088117097 (DTDElementAutomata_t1050190167 * __this, DTDObjectModel_t1729680289 * ___root0, String_t* ___name1, 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.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 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); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::GetAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_GetAutomata_m2840796918 (DTDContentModel_t3264596611 * __this, 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); // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Sequence(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Sequence_m899346704 (DTDContentModel_t3264596611 * __this, DTDAutomata_t781538777 * ___l0, DTDAutomata_t781538777 * ___r1, const RuntimeMethod* method); // System.String Mono.Xml.DTDElementAutomata::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDElementAutomata_get_Name_m3172890970 (DTDElementAutomata_t1050190167 * __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.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); // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDElementDeclarationCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDElementDeclarationCollection_Get_m4279625071 (DTDElementDeclarationCollection_t222313714 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDCollectionBase::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool DTDCollectionBase_Contains_m2242936902 (DTDCollectionBase_t3926218464 * __this, String_t* ___key0, 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.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.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.String Mono.Xml.DTDEntityBase::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_SystemId_m548211319 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.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.Boolean System.Uri::op_Inequality(System.Uri,System.Uri) extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m3504002810 (RuntimeObject * __this /* static, unused */, Uri_t100236324 * p0, Uri_t100236324 * p1, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_ActualUri() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ActualUri_m3317770620 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityBase::set_LoadFailed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_LoadFailed_m4140829105 (DTDEntityBase_t1228162861 * __this, bool ___value0, 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.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.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.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.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); // System.IO.TextReader Mono.Xml2.XmlTextReader::GetRemainder() extern "C" IL2CPP_METHOD_ATTR TextReader_t283511965 * XmlTextReader_GetRemainder_m3291199686 (XmlTextReader_t3455035481 * __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 Mono.Xml.DTDEntityBase::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase__ctor_m1870083492 (DTDEntityBase_t1228162861 * __this, DTDObjectModel_t1729680289 * ___root0, 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.Boolean Mono.Xml.DTDEntityBase::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool DTDEntityBase_get_IsInvalid_m1316318435 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_PublicId_m1097134121 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityDeclaration::get_NotationName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityDeclaration_get_NotationName_m675121615 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDEntityBase::get_ReplacementText() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ReplacementText_m2400228330 (DTDEntityBase_t1228162861 * __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.Xml.XmlException Mono.Xml.DTDNode::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * DTDNode_NotWFError_m151665321 (DTDNode_t858560093 * __this, String_t* ___message0, 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); // 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.String System.String::Remove(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Remove_m562998446 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Insert(System.Int32,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Insert_m3534971326 (String_t* __this, int32_t p0, String_t* p1, 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.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.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.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 Mono.Xml.DTDElementDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclarationCollection__ctor_m4236567404 (DTDElementDeclarationCollection_t222313714 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAttListDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclarationCollection__ctor_m3120730703 (DTDAttListDeclarationCollection_t2220366188 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEntityDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclarationCollection__ctor_m2600599280 (DTDEntityDeclarationCollection_t2250844513 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDParameterEntityDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDParameterEntityDeclarationCollection__ctor_m2493510717 (DTDParameterEntityDeclarationCollection_t2844734410 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDNotationDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclarationCollection__ctor_m2336051020 (DTDNotationDeclarationCollection_t959292105 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAutomataFactory::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAutomataFactory__ctor_m2489245750 (DTDAutomataFactory_t2958275022 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDObjectModel::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDObjectModel_get_LineNumber_m3423555889 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDObjectModel::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDObjectModel_get_LinePosition_m3799219581 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDObjectModel::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_Name_m4149993094 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDEmptyAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEmptyAutomata__ctor_m467107178 (DTDEmptyAutomata_t465590953 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDAnyAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAnyAutomata__ctor_m2600313808 (DTDAnyAutomata_t3633486160 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // System.Void Mono.Xml.DTDInvalidAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDInvalidAutomata__ctor_m2280271974 (DTDInvalidAutomata_t1406553220 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method); // 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); // 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); // Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::MakeSequence(Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAutomata_MakeSequence_m3028959251 (DTDAutomata_t781538777 * __this, DTDAutomata_t781538777 * ___other0, const RuntimeMethod* method); // System.Void System.Collections.Stack::.ctor() extern "C" IL2CPP_METHOD_ATTR void Stack__ctor_m2907601956 (Stack_t2329662280 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.EntityResolvingXmlReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader__ctor_m354844612 (EntityResolvingXmlReader_t1267732406 * __this, XmlReader_t3121518892 * ___source0, const RuntimeMethod* method); // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m3238790559 (XmlNamespaceManager_t418790500 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.XmlTextReader::get_Resolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlTextReader_get_Resolver_m258955197 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m1338399436 (XmlUrlResolver_t817895037 * __this, const RuntimeMethod* method); // System.Xml.EntityHandling Mono.Xml.EntityResolvingXmlReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_EntityHandling_m3093091768 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.EntityResolvingXmlReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_set_EntityHandling_m4261678968 (EntityResolvingXmlReader_t1267732406 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m904156431 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m3408750441 (IndexOutOfRangeException_t1578797820 * __this, String_t* p0, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDValidatingReader::GetAttributeIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_GetAttributeIndex_m1466680695 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Int32 Mono.Xml.DTDValidatingReader::GetAttributeIndex(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_GetAttributeIndex_m680305599 (DTDValidatingReader_t3946379043 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDValidatingReader::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_ReadContent_m389124876 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::get_ValidationFlags() extern "C" IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationFlags_m2837396330 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.String System.String::Join(System.String,System.String[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_m2050845953 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::HandleError(System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_HandleError_m1792782619 (DTDValidatingReader_t3946379043 * __this, String_t* ___message0, int32_t ___severity1, const RuntimeMethod* method); // System.Xml.EntityHandling System.Xml.XmlValidatingReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_EntityHandling_m3276362566 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_set_EntityHandling_m3201559656 (DTDValidatingReader_t3946379043 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDValidatingReader::ProcessContent() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_ProcessContent_m908765027 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::FillAttributes() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_FillAttributes_m4267884608 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::ReadDoctype() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ReadDoctype_m1413055859 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::ValidateWhitespaceNode() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateWhitespaceNode_m2065290341 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::ProcessStartElement() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ProcessStartElement_m3363567628 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::ProcessEndElement() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ProcessEndElement_m3996910107 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::ValidateText() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateText_m4189176275 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // Mono.Xml.DTDValidatingReader/AttributeSlot Mono.Xml.DTDValidatingReader::GetAttributeSlot() extern "C" IL2CPP_METHOD_ATTR AttributeSlot_t3985135163 * DTDValidatingReader_GetAttributeSlot_m1582516134 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsMixedContent() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsMixedContent_m4155140208 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml.DTDValidatingReader::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDValidatingReader_get_DTD_m4226329251 (DTDValidatingReader_t3946379043 * __this, 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.Xml.ValidationType System.Xml.XmlValidatingReader::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_ValidationType_m768883523 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::HandleError(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_HandleError_m4237651086 (DTDValidatingReader_t3946379043 * __this, XmlSchemaException_t3511258692 * ___ex0, int32_t ___severity1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventArgs::.ctor(System.Xml.Schema.XmlSchemaException,System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void ValidationEventArgs__ctor_m2303611623 (ValidationEventArgs_t2784773869 * __this, XmlSchemaException_t3511258692 * ___ex0, String_t* ___message1, int32_t ___severity2, const RuntimeMethod* method); // System.Void System.Xml.XmlValidatingReader::OnValidationEvent(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlValidatingReader_OnValidationEvent_m367061793 (XmlValidatingReader_t1719295192 * __this, RuntimeObject * ___o0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::DtdValidateAttributes(Mono.Xml.DTDAttListDeclaration,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_DtdValidateAttributes_m3689249578 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, bool ___validate1, 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 Mono.Xml.DTDValidatingReader/AttributeSlot::.ctor() extern "C" IL2CPP_METHOD_ATTR void AttributeSlot__ctor_m1749929865 (AttributeSlot_t3985135163 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader/AttributeSlot::Clear() extern "C" IL2CPP_METHOD_ATTR void AttributeSlot_Clear_m3566431702 (AttributeSlot_t3985135163 * __this, const RuntimeMethod* method); // System.Xml.XmlParserContext Mono.Xml.DTDValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * DTDValidatingReader_get_ParserContext_m883207457 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void 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.String Mono.Xml.DTDValidatingReader::FilterNormalization(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_FilterNormalization_m1400461934 (DTDValidatingReader_t3946379043 * __this, String_t* ___attrName0, String_t* ___rawValue1, 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.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.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.Xml.Schema.XmlSchemaDatatype Mono.Xml.DTDAttributeDefinition::get_Datatype() extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * DTDAttributeDefinition_get_Datatype_m3025876381 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3755062657 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method); // System.Boolean System.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); // Mono.Xml.DTDAttributeOccurenceType Mono.Xml.DTDAttributeDefinition::get_OccurenceType() extern "C" IL2CPP_METHOD_ATTR int32_t DTDAttributeDefinition_get_OccurenceType_m1446700722 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.String Mono.Xml.DTDAttributeDefinition::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_DefaultValue_m2041870802 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void Mono.Xml.DTDValidatingReader::VerifyDeclaredAttributes(Mono.Xml.DTDAttListDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_VerifyDeclaredAttributes_m2638776816 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, 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 Mono.Xml2.XmlTextReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader_set_XmlResolver_m151906742 (XmlTextReader_t3455035481 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::GenerateDTDObjectModel(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_GenerateDTDObjectModel_m1291768325 (XmlTextReader_t3455035481 * __this, String_t* ___name0, String_t* ___publicId1, String_t* ___systemId2, String_t* ___internalSubset3, const RuntimeMethod* method); // Mono.Xml.DTDObjectModel Mono.Xml2.XmlTextReader::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * XmlTextReader_get_DTD_m2116886483 (XmlTextReader_t3455035481 * __this, const RuntimeMethod* method); // Mono.Xml.DTDAutomata Mono.Xml.DTDObjectModel::get_RootAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDObjectModel_get_RootAutomata_m3186628721 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException[] Mono.Xml.DTDObjectModel::get_Errors() extern "C" IL2CPP_METHOD_ATTR XmlSchemaExceptionU5BU5D_t4099652653* DTDObjectModel_get_Errors_m2671149940 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 Mono.Xml.DictionaryBase::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DictionaryBase_get_Values_m2364603791 (DictionaryBase_t52754249 * __this, const RuntimeMethod* method); // 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); // Mono.Xml.DTDNotationDeclaration Mono.Xml.DTDNotationDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDNotationDeclaration_t3702682588 * DTDNotationDeclarationCollection_get_Item_m3718639518 (DTDNotationDeclarationCollection_t959292105 * __this, String_t* ___name0, 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.Void Mono.Xml.DTDValidatingReader::ValidateAttributes(Mono.Xml.DTDAttListDeclaration,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateAttributes_m3495875521 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, bool ___validate1, 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.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReader::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaCollection_t3610399789 * XmlValidatingReader_get_Schemas_m1542506967 (XmlValidatingReader_t1719295192 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaCollection_get_Count_m4165650316 (XmlSchemaCollection_t3610399789 * __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.Xml.EntityHandling Mono.Xml.DTDValidatingReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_EntityHandling_m492338416 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Xml.XmlParserContext System.Xml.Schema.XmlSchemaUtil::GetParserContext(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlSchemaUtil_GetParserContext_m769704433 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlTextReader::get_Normalization() extern "C" IL2CPP_METHOD_ATTR bool XmlTextReader_get_Normalization_m4194310650 (XmlTextReader_t4233384356 * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Replace(System.Char,System.Char) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m83747291 (StringBuilder_t * __this, Il2CppChar p0, Il2CppChar p1, 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.Char System.Text.StringBuilder::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m1819843468 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method); // System.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.String System.String::Trim(System.Char[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m3384720403 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void 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 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.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.Xml.XmlReader Mono.Xml.EntityResolvingXmlReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * EntityResolvingXmlReader_get_Current_m4255189506 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.EntityResolvingXmlReader::DoResolveEntity() extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_DoResolveEntity_m4137144799 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method); // System.Xml.XmlParserContext Mono.Xml.EntityResolvingXmlReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * EntityResolvingXmlReader_get_ParserContext_m4198171196 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method); // Mono.Xml2.XmlTextReader Mono.Xml.DTDObjectModel::GenerateEntityContentReader(System.String,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR XmlTextReader_t3455035481 * DTDObjectModel_GenerateEntityContentReader_m3148241306 (DTDObjectModel_t1729680289 * __this, String_t* ___entityName0, XmlParserContext_t2544895291 * ___context1, const RuntimeMethod* method); // System.Void Mono.Xml.EntityResolvingXmlReader::.ctor(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader__ctor_m4002118761 (EntityResolvingXmlReader_t1267732406 * __this, XmlReader_t3121518892 * ___entityContainer0, bool ___inside_attr1, const RuntimeMethod* method); // System.Void Mono.Xml.EntityResolvingXmlReader::CopyProperties(Mono.Xml.EntityResolvingXmlReader) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_CopyProperties_m719296923 (EntityResolvingXmlReader_t1267732406 * __this, EntityResolvingXmlReader_t1267732406 * ___other0, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlReader_Skip_m2445993341 (XmlReader_t3121518892 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdAnySimpleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdAnySimpleType__ctor_m4270155019 (XsdAnySimpleType_t1257864485 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdDuration::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDuration__ctor_m1299864582 (XsdDuration_t1555973170 * __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.TimeSpan System.Xml.XmlConvert::ToTimeSpan(System.String) extern "C" IL2CPP_METHOD_ATTR TimeSpan_t881159249 XmlConvert_ToTimeSpan_m349710467 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XdtAnyAtomicType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XdtAnyAtomicType__ctor_m730254766 (XdtAnyAtomicType_t269366253 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XmlSchemaUri::HasValidScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUri_HasValidScheme_m2569374488 (RuntimeObject * __this /* static, unused */, String_t* ___src0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaUri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUri__ctor_m3725302561 (XmlSchemaUri_t3948303260 * __this, String_t* ___src0, bool ___formal1, const RuntimeMethod* method); // System.Void System.Uri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_m3377055802 (Uri_t100236324 * __this, String_t* p0, bool p1, 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.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.Int32 System.String::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t String_GetHashCode_m1906374149 (String_t* __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4__ctor_m3446994086 (U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::get_Schemas() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSet_t266093086 * XmlReaderSettings_get_Schemas_m1700956566 (XmlReaderSettings_t2186285234 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m2333710421 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::.ctor(System.Xml.XmlNameTable,System.Xml.Schema.XmlSchemaSet,System.Xml.IXmlNamespaceResolver,System.Xml.Schema.XmlSchemaValidationFlags) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator__ctor_m1435666755 (XmlSchemaValidator_t1317961423 * __this, XmlNameTable_t71772148 * ___nameTable0, XmlSchemaSet_t266093086 * ___schemas1, RuntimeObject* ___nsResolver2, int32_t ___options3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::set_SourceUri(System.Uri) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_SourceUri_m2822135170 (XmlSchemaValidator_t1317961423 * __this, Uri_t100236324 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlValueGetter::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void XmlValueGetter__ctor_m911128440 (XmlValueGetter_t3904916812 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m1822719070 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::set_LineInfoProvider(System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_LineInfoProvider_m2483414929 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::set_ValidationEventSender(System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_ValidationEventSender_m1864589280 (XmlSchemaValidator_t1317961423 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::.ctor(System.Object,System.IntPtr) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler__ctor_m2945978529 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_add_ValidationEventHandler_m1326912609 (XmlSchemaValidatingReader_t3113890617 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method); // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaSet::get_XmlResolver() extern "C" IL2CPP_METHOD_ATTR XmlResolver_t626023767 * XmlSchemaSet_get_XmlResolver_m380038612 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_set_XmlResolver_m3656103938 (XmlSchemaValidator_t1317961423 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::Initialize() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_Initialize_m895242008 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_add_ValidationEventHandler_m2553815393 (XmlSchemaValidator_t1317961423 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::remove_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_remove_ValidationEventHandler_m2448433872 (XmlSchemaValidator_t1317961423 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::get_ElementSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaElement_get_ElementSchemaType_m371898276 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XmlSchemaValidatingReader::get_ElementSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaValidatingReader_get_ElementSchemaType_m2838614127 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::get_AttributeUses() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaComplexType_get_AttributeUses_m3736990879 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.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.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectTable::get_Item(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectTable_get_Item_m170185878 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::get_AttributeSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaAttribute_get_AttributeSchemaType_m2030385281 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.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.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.Xml.Schema.XmlSchemaAttribute::get_ValidatedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAttribute::get_ValidatedFixedValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::FindDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Object System.Enum::Parse(System.Type,System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_m1579637477 (RuntimeObject * __this /* static, unused */, Type_t * p0, String_t* p1, bool p2, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAttribute::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAttribute_get_DefaultValue_m3961071173 (XmlSchemaAttribute_t2797257020 * __this, 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.Xml.XmlQualifiedName Mono.Xml.Schema.XmlSchemaValidatingReader::SplitQName(System.String) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaValidatingReader_SplitQName_m3175656219 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_GetDefaultAttribute_m1397535475 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_m2131148908 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaUtil::ToQName(System.Xml.XmlReader,System.String,System.Exception&) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaUtil_ToQName_m3017013972 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, String_t* ___qnamestr1, Exception_t ** ___innerEx2, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToDefaultAttribute_m2938117598 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::EndValidation() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_EndValidation_m2972674338 (XmlSchemaValidator_t1317961423 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::ResetStateOnRead() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_ResetStateOnRead_m3250518356 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateElement(System.String,System.String,System.Xml.Schema.XmlSchemaInfo,System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateElement_m1376047066 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlSchemaInfo_t997462956 * ___info2, String_t* ___xsiType3, String_t* ___xsiNil4, String_t* ___schemaLocation5, String_t* ___noNsSchemaLocation6, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateAttribute(System.String,System.String,System.Xml.Schema.XmlValueGetter,System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateAttribute_m4104905090 (XmlSchemaValidator_t1317961423 * __this, String_t* ___localName0, String_t* ___ns1, XmlValueGetter_t3904916812 * ___attributeValue2, XmlSchemaInfo_t997462956 * ___info3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::GetUnspecifiedDefaultAttributes(System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511 (XmlSchemaValidator_t1317961423 * __this, ArrayList_t2718874744 * ___defaultAttributeList0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateEndOfAttributes(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateEndOfAttributes_m3768772799 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaValidator::ValidateEndElement(System.Xml.Schema.XmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaValidator_ValidateEndElement_m1275264754 (XmlSchemaValidator_t1317961423 * __this, XmlSchemaInfo_t997462956 * ___info0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateText(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateText_m4060349748 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidator::ValidateWhitespace(System.Xml.Schema.XmlValueGetter) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidator_ValidateWhitespace_m4215763304 (XmlSchemaValidator_t1317961423 * __this, XmlValueGetter_t3904916812 * ___getter0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsNil() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsNil_m1081501440 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::get_MemberType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaInfo_get_MemberType_m2385564269 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::get_SchemaAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2797257020 * XmlSchemaInfo_get_SchemaAttribute_m3847268992 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::get_SchemaElement() extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaInfo_get_SchemaElement_m2547300845 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::get_Validity() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaInfo_get_Validity_m3408868890 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReaderSettings::OnValidationError(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void XmlReaderSettings_OnValidationError_m4068068030 (XmlReaderSettings_t2186285234 * __this, RuntimeObject * ___o0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method); // 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); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaGroupBase::get_CompiledItems() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaGroupBase_get_CompiledItems_m1009637724 (XmlSchemaGroupBase_t3631079376 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.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.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); // 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); // 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); // System.Boolean System.Xml.Schema.XmlSchemaAll::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAll_get_Emptiable_m370990858 (XmlSchemaAll_t1118454309 * __this, const RuntimeMethod* method); // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_ValidatedMinOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m1256289983 (Decimal_t2948259380 * __this, int32_t p0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m77262825 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m627311519 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_m3793684354 (XmlSchemaDatatype_t322714710 * __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.XmlSchemaDatatype::Normalize(System.String,Mono.Xml.Schema.XsdWhitespaceFacet) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_Normalize_m690280695 (XmlSchemaDatatype_t322714710 * __this, String_t* ___s0, int32_t ___whitespaceFacet1, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[]) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m3646115398 (String_t* __this, CharU5BU5D_t3528271667* p0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdString::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdString__ctor_m4222326734 (XsdString_t3049094358 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XmlSchemaUri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUri__ctor_m622714251 (XmlSchemaUri_t3948303260 * __this, String_t* ___src0, 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); // System.Boolean Mono.Xml.Schema.XsdAnyValidationState::MatchesNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdAnyValidationState_MatchesNamespace_m1573307450 (XsdAnyValidationState_t3421545252 * __this, String_t* ___ns0, const RuntimeMethod* method); // 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); // 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.Void Mono.Xml.Schema.XsdParticleStateManager::SetProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_SetProcessContents_m2702413680 (XsdParticleStateManager_t726654767 * __this, int32_t ___value0, const RuntimeMethod* method); // 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); // System.Decimal System.Decimal::op_Implicit(System.Int32) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Implicit_m1328901562 (RuntimeObject * __this /* static, unused */, int32_t p0, const RuntimeMethod* method); // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_ValidatedMaxOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::get_Empty() extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaParticle_get_Empty_m1615870170 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdParticleStateManager::Create(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdParticleStateManager_Create_m2901984299 (XsdParticleStateManager_t726654767 * __this, XmlSchemaObject_t1315720168 * ___xsobj0, const RuntimeMethod* method); // System.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.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.Xml.Schema.XmlSchemaAny::get_HasValueTargetNamespace() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAny_get_HasValueTargetNamespace_m1849711967 (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.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_m3936545906 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m1217153501 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Void System.Text.ASCIIEncoding::.ctor() extern "C" IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_m1380190655 (ASCIIEncoding_t3446586211 * __this, const RuntimeMethod* method); // System.Void System.Security.Cryptography.FromBase64Transform::.ctor() extern "C" IL2CPP_METHOD_ATTR void FromBase64Transform__ctor_m4094031432 (FromBase64Transform_t2896579788 * __this, const RuntimeMethod* method); // System.Byte[] System.Security.Cryptography.FromBase64Transform::TransformFinalBlock(System.Byte[],System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* FromBase64Transform_TransformFinalBlock_m76791737 (FromBase64Transform_t2896579788 * __this, ByteU5BU5D_t4116647657* p0, int32_t p1, int32_t p2, const RuntimeMethod* method); // System.Boolean System.Char::IsWhiteSpace(System.Char) extern "C" IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m2148390798 (RuntimeObject * __this /* static, unused */, Il2CppChar p0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdBase64Binary::isData(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XsdBase64Binary_isData_m2923929154 (RuntimeObject * __this /* static, unused */, Il2CppChar ___octect0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdBase64Binary::isPad(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XsdBase64Binary_isPad_m1038271513 (RuntimeObject * __this /* static, unused */, Il2CppChar ___octect0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m3792671347 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdShort::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdShort__ctor_m1570376925 (XsdShort_t3489811876 * __this, const RuntimeMethod* method); // System.SByte System.Xml.XmlConvert::ToSByte(System.String) extern "C" IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m1731060397 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdParticleStateManager::MakeSequence(Mono.Xml.Schema.XsdValidationState,Mono.Xml.Schema.XsdValidationState) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdParticleStateManager_MakeSequence_m1806819590 (XsdParticleStateManager_t726654767 * __this, XsdValidationState_t376578997 * ___head0, XsdValidationState_t376578997 * ___rest1, const RuntimeMethod* method); // System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_m1273833514 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m3543736043 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, RuntimeObject* p2, const RuntimeMethod* method); // System.Int32 System.DateTime::Compare(System.DateTime,System.DateTime) extern "C" IL2CPP_METHOD_ATTR int32_t DateTime_Compare_m2855073242 (RuntimeObject * __this /* static, unused */, DateTime_t3738529785 p0, DateTime_t3738529785 p1, const RuntimeMethod* method); // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 XmlConvert_ToDateTime_m800272518 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlConvert_ToDecimal_m1028049782 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Int32 System.Decimal::Compare(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR int32_t Decimal_Compare_m3062820418 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Double System.Xml.XmlConvert::ToDouble(System.String) extern "C" IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m4257337793 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Int32 System.TimeSpan::Compare(System.TimeSpan,System.TimeSpan) extern "C" IL2CPP_METHOD_ATTR int32_t TimeSpan_Compare_m753151303 (RuntimeObject * __this /* static, unused */, TimeSpan_t881159249 p0, TimeSpan_t881159249 p1, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdElementValidationState::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XsdElementValidationState_get_Name_m3796013311 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdElementValidationState::get_NS() extern "C" IL2CPP_METHOD_ATTR String_t* XsdElementValidationState_get_NS_m3538470268 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaElement::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_IsAbstract_m652583717 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdElementValidationState::CheckOccurence(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdElementValidationState_CheckOccurence_m3143102662 (XsdElementValidationState_t2214590119 * __this, XmlSchemaElement_t427880856 * ___maybeSubstituted0, const RuntimeMethod* method); // System.Collections.ArrayList System.Xml.Schema.XmlSchemaElement::get_SubstitutingElements() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XmlSchemaElement_get_SubstitutingElements_m2958346970 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdName__ctor_m927053743 (XsdName_t2755146808 * __this, const RuntimeMethod* method); // System.String[] Mono.Xml.Schema.XsdEntities::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdEntities_GetValidatedArray_m1762049673 (XsdEntities_t1477210398 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, 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[] Mono.Xml.Schema.XsdAnySimpleType::ParseListValue(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdAnySimpleType_ParseListValue_m2696966159 (XsdAnySimpleType_t1257864485 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsName_m846619221 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Single System.Xml.XmlConvert::ToSingle(System.String) extern "C" IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m966688176 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_t4116647657* XmlConvert_FromBinHexString_m376671528 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCName_m2365231717 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath[] System.Xml.Schema.XmlSchemaXPath::get_CompiledExpression() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XmlSchemaXPath_get_CompiledExpression_m3788933425 (XmlSchemaXPath_t3156455507 * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Xml.Schema.XsdIDManager::get_MissingIDReferences() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XsdIDManager_get_MissingIDReferences_m10498527 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.String[] Mono.Xml.Schema.XsdIDRefs::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdIDRefs_GetValidatedArray_m801897568 (XsdIDRefs_t16099206 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.String System.Xml.XmlConvert::VerifyNCName(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_m3085528481 (RuntimeObject * __this /* static, unused */, String_t* ___ncname0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdLong::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdLong__ctor_m4201815979 (XsdLong_t1324632828 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m2886969565 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdDecimal::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDecimal__ctor_m2017734992 (XsdDecimal_t1288601093 * __this, const RuntimeMethod* method); // System.Decimal System.Decimal::Floor(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Floor_m1786329488 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, const RuntimeMethod* method); // System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m3543190500 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Void System.FormatException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4049685996 (FormatException_t154580423 * __this, String_t* p0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntry::Init(Mono.Xml.Schema.XsdKeyTable,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry_Init_m389283221 (XsdKeyEntry_t693496666 * __this, XsdKeyTable_t2156891743 * ___keyseq0, int32_t ___depth1, RuntimeObject* ___li2, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyEntryField Mono.Xml.Schema.XsdKeyEntryFieldCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntryField_t3552275292 * XsdKeyEntryFieldCollection_get_Item_m1321057123 (XsdKeyEntryFieldCollection_t3698183622 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryFieldCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryFieldCollection__ctor_m1238020800 (XsdKeyEntryFieldCollection_t3698183622 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentitySelector Mono.Xml.Schema.XsdKeyTable::get_Selector() extern "C" IL2CPP_METHOD_ATTR XsdIdentitySelector_t574258590 * XsdKeyTable_get_Selector_m1224296182 (XsdKeyTable_t2156891743 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityField[] Mono.Xml.Schema.XsdIdentitySelector::get_Fields() extern "C" IL2CPP_METHOD_ATTR XsdIdentityFieldU5BU5D_t881076913* XsdIdentitySelector_get_Fields_m1620750833 (XsdIdentitySelector_t574258590 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryField::.ctor(Mono.Xml.Schema.XsdKeyEntry,Mono.Xml.Schema.XsdIdentityField) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryField__ctor_m880155485 (XsdKeyEntryField_t3552275292 * __this, XsdKeyEntry_t693496666 * ___entry0, XsdIdentityField_t1964115728 * ___field1, const RuntimeMethod* method); // System.Int32 Mono.Xml.Schema.XsdKeyEntryFieldCollection::Add(Mono.Xml.Schema.XsdKeyEntryField) extern "C" IL2CPP_METHOD_ATTR int32_t XsdKeyEntryFieldCollection_Add_m1715139965 (XsdKeyEntryFieldCollection_t3698183622 * __this, XsdKeyEntryField_t3552275292 * ___value0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::AreSchemaDatatypeEqual(Mono.Xml.Schema.XsdAnySimpleType,System.Object,Mono.Xml.Schema.XsdAnySimpleType,System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075 (RuntimeObject * __this /* static, unused */, XsdAnySimpleType_t1257864485 * ___st10, RuntimeObject * ___v11, XsdAnySimpleType_t1257864485 * ___st22, RuntimeObject * ___v23, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyEntryField::Matches(System.Boolean,System.Object,System.Xml.XmlNameTable,System.Collections.ArrayList,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Xml.IXmlLineInfo,System.Int32,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR XsdIdentityPath_t991900844 * XsdKeyEntryField_Matches_m2345011807 (XsdKeyEntryField_t3552275292 * __this, bool ___matchesAttr0, RuntimeObject * ___sender1, XmlNameTable_t71772148 * ___nameTable2, ArrayList_t2718874744 * ___qnameStack3, String_t* ___sourceUri4, RuntimeObject * ___schemaType5, RuntimeObject* ___nsResolver6, RuntimeObject* ___lineInfo7, int32_t ___depth8, String_t* ___attrName9, String_t* ___attrNS10, RuntimeObject * ___attrValue11, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaIdentityConstraint Mono.Xml.Schema.XsdKeyTable::get_SourceSchemaIdentity() extern "C" IL2CPP_METHOD_ATTR XmlSchemaIdentityConstraint_t297318432 * XsdKeyTable_get_SourceSchemaIdentity_m2929575500 (XsdKeyTable_t2156891743 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaValidationException::.ctor(System.String,System.Object,System.String,System.Xml.Schema.XmlSchemaObject,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidationException__ctor_m2673202148 (XmlSchemaValidationException_t816160496 * __this, String_t* ___message0, RuntimeObject * ___sender1, String_t* ___sourceUri2, XmlSchemaObject_t1315720168 * ___sourceObject3, Exception_t * ___innerException4, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdAnySimpleType::get_Instance() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XsdAnySimpleType_get_Instance_m525392955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::SetIdentityField(System.Object,System.Boolean,Mono.Xml.Schema.XsdAnySimpleType,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntryField_SetIdentityField_m950445197 (XsdKeyEntryField_t3552275292 * __this, RuntimeObject * ___identity0, bool ___isXsiNil1, XsdAnySimpleType_t1257864485 * ___type2, int32_t ___depth3, RuntimeObject* ___li4, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaComplexType::get_ContentType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaComplexType_get_ContentType_m3885633075 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.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.Void System.Collections.CollectionBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_m3343513710 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Collections.IList System.Collections.CollectionBase::get_List() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CollectionBase_get_List_m490744407 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyEntry Mono.Xml.Schema.XsdKeyEntryCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntry_t693496666 * XsdKeyEntryCollection_get_Item_m737924673 (XsdKeyEntryCollection_t3090959213 * __this, int32_t ___i0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntry::CompareIdentity(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_CompareIdentity_m768038900 (XsdKeyEntry_t693496666 * __this, XsdKeyEntry_t693496666 * ___other0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentityField::get_Paths() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XsdIdentityField_get_Paths_m2427912274 (XsdIdentityField_t1964115728 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdIdentityPath::get_IsAttribute() extern "C" IL2CPP_METHOD_ATTR bool XsdIdentityPath_get_IsAttribute_m2126795200 (XsdIdentityPath_t991900844 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryField::FillAttributeFieldValue(System.Object,System.Xml.XmlNameTable,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Object,System.Xml.IXmlLineInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryField_FillAttributeFieldValue_m73639554 (XsdKeyEntryField_t3552275292 * __this, RuntimeObject * ___sender0, XmlNameTable_t71772148 * ___nameTable1, String_t* ___sourceUri2, RuntimeObject * ___schemaType3, RuntimeObject* ___nsResolver4, RuntimeObject * ___identity5, RuntimeObject* ___lineInfo6, int32_t ___depth7, const RuntimeMethod* method); // System.String System.String::Format(System.IFormatProvider,System.String,System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m1881875187 (RuntimeObject * __this /* static, unused */, RuntimeObject* p0, String_t* p1, ObjectU5BU5D_t2843939325* p2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * XmlSchemaType_get_Datatype_m3072197688 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryCollection__ctor_m4267121732 (XsdKeyEntryCollection_t3090959213 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyTable::Reset(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdKeyTable_Reset_m3091413818 (XsdKeyTable_t2156891743 * __this, XmlSchemaIdentityConstraint_t297318432 * ___source0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentitySelector System.Xml.Schema.XmlSchemaIdentityConstraint::get_CompiledSelector() extern "C" IL2CPP_METHOD_ATTR XsdIdentitySelector_t574258590 * XmlSchemaIdentityConstraint_get_CompiledSelector_m1548565918 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaIdentityConstraint::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaIdentityConstraint_get_QualifiedName_m1882380553 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::get_Refer() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaKeyref_get_Refer_m3936670749 (XmlSchemaKeyref_t3124006214 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentitySelector::get_Paths() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XsdIdentitySelector_get_Paths_m1818629763 (XsdIdentitySelector_t574258590 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdToken__ctor_m2104154955 (XsdToken_t1239036978 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdInteger__ctor_m4241916478 (XsdInteger_t2044766898 * __this, const RuntimeMethod* method); // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) extern "C" IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m1902133275 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdNonPositiveInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNonPositiveInteger__ctor_m634451503 (XsdNonPositiveInteger_t1029055398 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsNmToken(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNmToken_m2582911582 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdNMToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNMToken__ctor_m639613955 (XsdNMToken_t834691671 * __this, const RuntimeMethod* method); // System.String[] Mono.Xml.Schema.XsdNMTokens::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdNMTokens_GetValidatedArray_m941140406 (XsdNMTokens_t4246953255 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext__ctor_m2223902376 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Object Mono.Xml.Schema.XsdValidationContext::Clone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidationContext_Clone_m1508208920 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdElementValidationState Mono.Xml.Schema.XsdParticleStateManager::AddElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR XsdElementValidationState_t2214590119 * XsdParticleStateManager_AddElement_m4224106615 (XsdParticleStateManager_t726654767 * __this, XmlSchemaElement_t427880856 * ___element0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdSequenceValidationState Mono.Xml.Schema.XsdParticleStateManager::AddSequence(System.Xml.Schema.XmlSchemaSequence) extern "C" IL2CPP_METHOD_ATTR XsdSequenceValidationState_t429792968 * XsdParticleStateManager_AddSequence_m577484090 (XsdParticleStateManager_t726654767 * __this, XmlSchemaSequence_t2018345177 * ___sequence0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdChoiceValidationState Mono.Xml.Schema.XsdParticleStateManager::AddChoice(System.Xml.Schema.XmlSchemaChoice) extern "C" IL2CPP_METHOD_ATTR XsdChoiceValidationState_t2566230191 * XsdParticleStateManager_AddChoice_m4245171512 (XsdParticleStateManager_t726654767 * __this, XmlSchemaChoice_t959520675 * ___choice0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAllValidationState Mono.Xml.Schema.XsdParticleStateManager::AddAll(System.Xml.Schema.XmlSchemaAll) extern "C" IL2CPP_METHOD_ATTR XsdAllValidationState_t2703884157 * XsdParticleStateManager_AddAll_m215146916 (XsdParticleStateManager_t726654767 * __this, XmlSchemaAll_t1118454309 * ___all0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAnyValidationState Mono.Xml.Schema.XsdParticleStateManager::AddAny(System.Xml.Schema.XmlSchemaAny) extern "C" IL2CPP_METHOD_ATTR XsdAnyValidationState_t3421545252 * XsdParticleStateManager_AddAny_m3171736505 (XsdParticleStateManager_t726654767 * __this, XmlSchemaAny_t1119175207 * ___any0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdEmptyValidationState Mono.Xml.Schema.XsdParticleStateManager::AddEmpty() extern "C" IL2CPP_METHOD_ATTR XsdEmptyValidationState_t1344146143 * XsdParticleStateManager_AddEmpty_m3599555001 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdAppendedValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager,Mono.Xml.Schema.XsdValidationState,Mono.Xml.Schema.XsdValidationState) extern "C" IL2CPP_METHOD_ATTR void XsdAppendedValidationState__ctor_m1823796521 (XsdAppendedValidationState_t3608891238 * __this, XsdParticleStateManager_t726654767 * ___manager0, XsdValidationState_t376578997 * ___head1, XsdValidationState_t376578997 * ___rest2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdElementValidationState::.ctor(System.Xml.Schema.XmlSchemaElement,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdElementValidationState__ctor_m1389462036 (XsdElementValidationState_t2214590119 * __this, XmlSchemaElement_t427880856 * ___element0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdSequenceValidationState::.ctor(System.Xml.Schema.XmlSchemaSequence,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdSequenceValidationState__ctor_m2792607631 (XsdSequenceValidationState_t429792968 * __this, XmlSchemaSequence_t2018345177 * ___sequence0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdChoiceValidationState::.ctor(System.Xml.Schema.XmlSchemaChoice,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdChoiceValidationState__ctor_m3689606689 (XsdChoiceValidationState_t2566230191 * __this, XmlSchemaChoice_t959520675 * ___choice0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdAllValidationState::.ctor(System.Xml.Schema.XmlSchemaAll,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdAllValidationState__ctor_m3110480589 (XsdAllValidationState_t2703884157 * __this, XmlSchemaAll_t1118454309 * ___all0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdAnyValidationState::.ctor(System.Xml.Schema.XmlSchemaAny,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdAnyValidationState__ctor_m653492108 (XsdAnyValidationState_t3421545252 * __this, XmlSchemaAny_t1119175207 * ___any0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdEmptyValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdEmptyValidationState__ctor_m2694895252 (XsdEmptyValidationState_t1344146143 * __this, XsdParticleStateManager_t726654767 * ___manager0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdNonNegativeInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNonNegativeInteger__ctor_m2235666211 (XsdNonNegativeInteger_t308064234 * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m1170824041 (ArgumentNullException_t1615371798 * __this, String_t* p0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlQualifiedName_Parse_m1094507201 (RuntimeObject * __this /* static, unused */, String_t* ___name0, RuntimeObject* ___resolver1, bool ___considerDefaultNamespace2, const RuntimeMethod* method); // System.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.Void Mono.Xml.Schema.XsdInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdInt__ctor_m2854904476 (XsdInt_t33917785 * __this, const RuntimeMethod* method); // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) extern "C" IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_m1126944964 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) extern "C" IL2CPP_METHOD_ATTR DateTime_t3738529785 DateTime_ParseExact_m1132380469 (RuntimeObject * __this /* static, unused */, String_t* p0, StringU5BU5D_t1281789340* p1, RuntimeObject* p2, int32_t p3, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdNormalizedString::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNormalizedString__ctor_m1531369540 (XsdNormalizedString_t3260789355 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdUnsignedShort::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedShort__ctor_m175238982 (XsdUnsignedShort_t3654069686 * __this, const RuntimeMethod* method); // System.Byte System.Xml.XmlConvert::ToByte(System.String) extern "C" IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_m1768201769 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdUnsignedLong::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedLong__ctor_m1540358804 (XsdUnsignedLong_t1409593434 * __this, const RuntimeMethod* method); // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) extern "C" IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m120686766 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) extern "C" IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m4076754168 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdUnsignedInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedInt__ctor_m3390588085 (XsdUnsignedInt_t72105793 * __this, const RuntimeMethod* method); // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) extern "C" IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m928332189 (RuntimeObject * __this /* static, unused */, String_t* ___s0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIDManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager__ctor_m737023283 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdParticleStateManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager__ctor_m2253780807 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_add_ValidationEventHandler_m752947157 (XmlSchemaSet_t266093086 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdValidationContext Mono.Xml.Schema.XsdValidatingReader::get_Context() extern "C" IL2CPP_METHOD_ATTR XsdValidationContext_t1104170526 * XsdValidatingReader_get_Context_m3870722501 (XsdValidatingReader_t3961132625 * __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.Object Mono.Xml.Schema.XsdValidatingReader::get_SourceReaderSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_get_SourceReaderSchemaType_m1758926431 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaAttribute::get_AttributeType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaAttribute_get_AttributeType_m3262341146 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.XmlParserContext Mono.Xml.Schema.XsdValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XsdValidatingReader_get_ParserContext_m2982402123 (XsdValidatingReader_t3961132625 * __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.Xml.XmlNamespaceManager Mono.Xml.Schema.XsdValidatingReader::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XsdValidatingReader_get_NamespaceManager_m863105189 (XsdValidatingReader_t3961132625 * __this, 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.Int32 Mono.Xml.Schema.XsdValidatingReader::FindDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_FindDefaultAttribute_m2085851275 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m113321596 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String,System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m196710354 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, Exception_t * ___innerException1, bool ___isWarning2, const RuntimeMethod* method); // System.Xml.ValidationType Mono.Xml.Schema.XsdValidatingReader::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_ValidationType_m2491041185 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.Xml.Schema.XmlSchemaValidationException,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m2233682123 (XsdValidatingReader_t3961132625 * __this, XmlSchemaValidationException_t816160496 * ___schemaException0, bool ___isWarning1, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m3984227947 (ValidationEventHandler_t791314227 * __this, RuntimeObject * ___sender0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method); // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::get_Severity() extern "C" IL2CPP_METHOD_ATTR int32_t ValidationEventArgs_get_Severity_m1798521934 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::get_Exception() extern "C" IL2CPP_METHOD_ATTR XmlSchemaException_t3511258692 * ValidationEventArgs_get_Exception_m2119547120 (ValidationEventArgs_t2784773869 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalElements() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalElements_m2135414308 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalTypes_m149850861 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::set_XsiType(System.Object) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_set_XsiType_m3869708642 (XsdValidationContext_t1104170526 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_EvaluateStartElement_m631594737 (XsdValidationContext_t1104170526 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdValidationContext::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_get_IsInvalid_m1096056207 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m1118650946 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::PushCurrentElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_PushCurrentElement_m597195406 (XsdValidationContext_t1104170526 * __this, XmlSchemaElement_t427880856 * ___element0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdValidationContext::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdValidationContext_EvaluateEndElement_m2955764775 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidationContext::PopCurrentElement() extern "C" IL2CPP_METHOD_ATTR void XsdValidationContext_PopCurrentElement_m1795862365 (XsdValidationContext_t1104170526 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdParticleStateManager::PopContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PopContext_m3555447100 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndSimpleContentCore() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndSimpleContentCore_m3614724376 (XsdValidatingReader_t3961132625 * __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.String System.Xml.Schema.XmlSchemaElement::get_ValidatedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_ValidatedDefaultValue_m3003127030 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsWhitespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsWhitespace_m2421104119 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaElement::get_ValidatedFixedValue() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaElement_get_ValidatedFixedValue_m2283540330 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStringValid(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStringValid_m1169541260 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 * ___dt1, String_t* ___value2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateSimpleContentIdentity(System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateSimpleContentIdentity_m1587369342 (XsdValidatingReader_t3961132625 * __this, XmlSchemaDatatype_t322714710 * ___dt0, String_t* ___value1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateRestrictedSimpleTypeValue(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype&,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 ** ___dt1, String_t* ___normalized2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_DerivedBy() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_DerivedBy_m1544461244 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t599285223 * XmlSchemaSimpleType_get_Content_m2306047784 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaSimpleTypeList::get_ValidatedListItemType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method); // System.Object[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_ValidatedTypes() extern "C" IL2CPP_METHOD_ATTR ObjectU5BU5D_t2843939325* XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaType_get_BaseXmlSchemaType_m4221231559 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlQualifiedName_Parse_m1187782343 (RuntimeObject * __this /* static, unused */, String_t* ___name0, XmlReader_t3121518892 * ___reader1, const RuntimeMethod* method); // 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.Boolean System.Xml.Schema.XmlSchemaUtil::IsBuiltInDatatypeName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaDatatype_t322714710 * XmlSchemaDatatype_FromName_m1668846326 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XsdValidatingReader::FindType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XsdValidatingReader_FindType_m920860657 (XsdValidatingReader_t3961132625 * __this, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::get_BlockResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaComplexType_get_BlockResolved_m796516093 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaComplexType::ValidateTypeDerivationOK(System.Object,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaComplexType_ValidateTypeDerivationOK_m3552271659 (XmlSchemaComplexType_t3740801802 * __this, RuntimeObject * ___b0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.Xml.Schema.XmlSchemaValidationException) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m788217494 (XsdValidatingReader_t3961132625 * __this, XmlSchemaValidationException_t816160496 * ___schemaException0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleType::ValidateTypeDerivationOK(System.Object,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113 (XmlSchemaSimpleType_t2678868104 * __this, RuntimeObject * ___baseType0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateStartElementParticle() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateStartElementParticle_m3795929691 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Object Mono.Xml.Schema.XsdValidatingReader::GetXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_GetXsiType_m1893979151 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaElement::get_ElementType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaElement_get_ElementType_m1141810192 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_FinalResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_FinalResolved_m213206105 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::get_BlockResolved() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaElement_get_BlockResolved_m1163706590 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaComplexType::get_IsAbstract() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaComplexType_get_IsAbstract_m422868336 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessLocalTypeDerivationOK(System.Object,System.Object,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455 (XsdValidatingReader_t3961132625 * __this, RuntimeObject * ___xsiType0, RuntimeObject * ___baseType1, int32_t ___flag2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStartElementLocallyValidType(System.Object) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427 (XsdValidatingReader_t3961132625 * __this, RuntimeObject * ___schemaType0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XsdValidatingReader::FindElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XsdValidatingReader_FindElement_m3140492201 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, String_t* ___ns1, 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.Void Mono.Xml.Schema.XsdValidatingReader::AssessElementLocallyValidElement(System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessElementLocallyValidElement_m34567416 (XsdValidatingReader_t3961132625 * __this, String_t* ___xsiNilValue0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentProcessing Mono.Xml.Schema.XsdParticleStateManager::get_ProcessContents() extern "C" IL2CPP_METHOD_ATTR int32_t XsdParticleStateManager_get_ProcessContents_m320568984 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_Contains_m2963568736 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::MissedSubComponents(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_MissedSubComponents_m3092777572 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdParticleStateManager::PushContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PushContext_m2855507590 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method); // System.Object Mono.Xml.Schema.XsdValidatingReader::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_get_SchemaType_m312597155 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::get_ValidatableParticle() extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaComplexType_get_ValidatableParticle_m3083925611 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAny System.Xml.Schema.XmlSchemaAny::get_AnyTypeContent() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAny_t1119175207 * XmlSchemaAny_get_AnyTypeContent_m1524638066 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateKeySelectors() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateKeySelectors_m1622231840 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateKeyFields() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateKeyFields_m3739521519 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaElement::get_ActualIsAbstract() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_ActualIsAbstract_m2408989479 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaElement::get_ActualIsNillable() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaElement_get_ActualIsNillable_m2062928573 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessElementLocallyValidComplexType(System.Xml.Schema.XmlSchemaComplexType) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessElementLocallyValidComplexType_m1995389041 (XsdValidatingReader_t3961132625 * __this, XmlSchemaComplexType_t3740801802 * ___cType0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaUtil::FindAttributeDeclaration(System.String,System.Xml.Schema.XmlSchemaSet,System.Xml.Schema.XmlSchemaComplexType,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaUtil_FindAttributeDeclaration_m1889570336 (RuntimeObject * __this /* static, unused */, String_t* ___ns0, XmlSchemaSet_t266093086 * ___schemas1, XmlSchemaComplexType_t3740801802 * ___cType2, XmlQualifiedName_t2760654312 * ___qname3, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessAttributeLocallyValidUse(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessAttributeLocallyValidUse_m2734845558 (XsdValidatingReader_t3961132625 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessAttributeLocallyValid(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessAttributeLocallyValid_m434155488 (XsdValidatingReader_t3961132625 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaObjectTable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_GetEnumerator_m810751834 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m618120527 (DictionaryEntry_t3123975638 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::get_ValidatedUse() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAttribute_get_ValidatedUse_m1294483544 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAnySimpleType System.Xml.Schema.XmlSchemaSimpleType::get_AnySimpleType() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XmlSchemaSimpleType_get_AnySimpleType_m3105451177 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdIDManager::AssessEachAttributeIdentityConstraint(System.Xml.Schema.XmlSchemaDatatype,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767 (XsdIDManager_t1008806102 * __this, XmlSchemaDatatype_t322714710 * ___dt0, RuntimeObject * ___parsedValue1, String_t* ___elementName2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndSimpleContent() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndSimpleContent_m3425413609 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndElementParticle() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndElementParticle_m3377630758 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndElementKeyConstraints() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndElementKeyConstraints_m2157464943 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::EndIdentityValidation(Mono.Xml.Schema.XsdKeyTable) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_EndIdentityValidation_m3925567505 (XsdValidatingReader_t3961132625 * __this, XsdKeyTable_t2156891743 * ___seq0, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdKeyEntry::get_KeyFound() extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_get_KeyFound_m1513665906 (XsdKeyEntry_t693496666 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntryCollection::Add(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryCollection_Add_m3577222576 (XsdKeyEntryCollection_t3090959213 * __this, XsdKeyEntry_t693496666 * ___entry0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::RemoveAt(System.Int32) extern "C" IL2CPP_METHOD_ATTR void CollectionBase_RemoveAt_m3336462814 (CollectionBase_t2727926298 * __this, int32_t p0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::get_Constraints() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaElement_get_Constraints_m591235259 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdValidatingReader::CreateNewKeyTable(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR XsdKeyTable_t2156891743 * XsdValidatingReader_CreateNewKeyTable_m3992109590 (XsdValidatingReader_t3961132625 * __this, XmlSchemaIdentityConstraint_t297318432 * ___ident0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyTable::SelectorMatches(System.Collections.ArrayList,System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdIdentityPath_t991900844 * XsdKeyTable_SelectorMatches_m2719771857 (XsdKeyTable_t2156891743 * __this, ArrayList_t2718874744 * ___qnameStack0, int32_t ___depth1, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntry::.ctor(Mono.Xml.Schema.XsdKeyTable,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry__ctor_m1505451190 (XsdKeyEntry_t693496666 * __this, XsdKeyTable_t2156891743 * ___keyseq0, int32_t ___depth1, RuntimeObject* ___li2, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ProcessKeyEntry(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ProcessKeyEntry_m2629343996 (XsdValidatingReader_t3961132625 * __this, XsdKeyEntry_t693496666 * ___entry0, const RuntimeMethod* method); // System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_XsiNilDepth() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_XsiNilDepth_m2345162637 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::get_CurrentKeyFieldConsumers() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyEntry::ProcessMatch(System.Boolean,System.Collections.ArrayList,System.Object,System.Xml.XmlNameTable,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Xml.IXmlLineInfo,System.Int32,System.String,System.String,System.Object,System.Boolean,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry_ProcessMatch_m1498533836 (XsdKeyEntry_t693496666 * __this, bool ___isAttribute0, ArrayList_t2718874744 * ___qnameStack1, RuntimeObject * ___sender2, XmlNameTable_t71772148 * ___nameTable3, String_t* ___sourceUri4, RuntimeObject * ___schemaType5, RuntimeObject* ___nsResolver6, RuntimeObject* ___li7, int32_t ___depth8, String_t* ___attrName9, String_t* ___attrNS10, RuntimeObject * ___attrValue11, bool ___isXsiNil12, ArrayList_t2718874744 * ___currentKeyFieldConsumers13, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdKeyTable::.ctor(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdKeyTable__ctor_m3521614894 (XsdKeyTable_t2156891743 * __this, XmlSchemaIdentityConstraint_t297318432 * ___source0, const RuntimeMethod* method); // System.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.Xml.Schema.XmlSchemaIdentityConstraint System.Xml.Schema.XmlSchemaKeyref::get_Target() extern "C" IL2CPP_METHOD_ATTR XmlSchemaIdentityConstraint_t297318432 * XmlSchemaKeyref_get_Target_m3929317254 (XmlSchemaKeyref_t3124006214 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::EndKeyrefValidation(Mono.Xml.Schema.XsdKeyTable,System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_EndKeyrefValidation_m1902103373 (XsdValidatingReader_t3961132625 * __this, XsdKeyTable_t2156891743 * ___seq0, XmlSchemaIdentityConstraint_t297318432 * ___targetIdent1, const RuntimeMethod* method); // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdValidatingReader::SplitQName(System.String) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XsdValidatingReader_SplitQName_m1799428069 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdValidatingReader::GetDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_GetDefaultAttribute_m2498396940 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1216717135 (ArgumentException_t132251570 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToDefaultAttribute_m4268564530 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.XmlTextReader::.ctor(System.String,System.IO.Stream,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m2920712854 (XmlTextReader_t4233384356 * __this, String_t* ___url0, Stream_t1273022909 * ___input1, XmlNameTable_t71772148 * ___nt2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchema::Read(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchema_Read_m1071701696 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___rdr0, ValidationEventHandler_t791314227 * ___validationEventHandler1, const RuntimeMethod* method); // System.Xml.Schema.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.Int32 System.Xml.Schema.XmlSchemaSet::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSet_get_Count_m805802669 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema Mono.Xml.Schema.XsdValidatingReader::ReadExternalSchema(System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XsdValidatingReader_ReadExternalSchema_m2850905275 (XsdValidatingReader_t3961132625 * __this, String_t* ___uri0, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchema::get_TargetNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchema_get_TargetNamespace_m442842382 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::set_TargetNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_set_TargetNamespace_m3622691901 (XmlSchema_t3742557897 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::Add(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaSet_Add_m27831907 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___schema0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::Compile() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_Compile_m1310515789 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // Mono.Xml.EntityResolvingXmlReader Mono.Xml.DTDValidatingReader::get_Source() extern "C" IL2CPP_METHOD_ATTR EntityResolvingXmlReader_t1267732406 * DTDValidatingReader_get_Source_m3589721485 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::ExamineAdditionalSchema() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ExamineAdditionalSchema_m2985647698 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSet::get_IsCompiled() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_get_IsCompiled_m1394593071 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdIDManager::OnStartElement() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager_OnStartElement_m3778948600 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.Boolean Mono.Xml.Schema.XsdIDManager::HasMissingIDReferences() extern "C" IL2CPP_METHOD_ATTR bool XsdIDManager_HasMissingIDReferences_m4080266506 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.String Mono.Xml.Schema.XsdIDManager::GetMissingIDString() extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_GetMissingIDString_m686581614 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStartElementSchemaValidity() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStartElementSchemaValidity_m4258776490 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessEndElementSchemaValidity() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessEndElementSchemaValidity_m4115603069 (XsdValidatingReader_t3961132625 * __this, 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.Void Mono.Xml.Schema.XsdValidatingReader::ValidateCharacters() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateCharacters_m111816315 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.DictionaryBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void DictionaryBase__ctor_m2815385134 (DictionaryBase_t52754249 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryBase__ctor_m2815385134_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(List_1_t218596005_il2cpp_TypeInfo_var); List_1__ctor_m3719414661(__this, /*hidden argument*/List_1__ctor_m3719414661_RuntimeMethod_var); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DictionaryBase_get_Values_m2364603791_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__Iterator3_t2072931442 * V_0 = NULL; { U3CU3Ec__Iterator3_t2072931442 * L_0 = (U3CU3Ec__Iterator3_t2072931442 *)il2cpp_codegen_object_new(U3CU3Ec__Iterator3_t2072931442_il2cpp_TypeInfo_var); U3CU3Ec__Iterator3__ctor_m4217799562(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__Iterator3_t2072931442 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3Ef__this_4(__this); U3CU3Ec__Iterator3_t2072931442 * L_2 = V_0; U3CU3Ec__Iterator3_t2072931442 * L_3 = L_2; NullCheck(L_3); L_3->set_U24PC_2(((int32_t)-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.DictionaryBase/<>c__Iterator3::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__Iterator3__ctor_m4217799562 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDNode Mono.Xml.DictionaryBase/<>c__Iterator3::System.Collections.Generic.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR DTDNode_t858560093 * U3CU3Ec__Iterator3_System_Collections_Generic_IEnumeratorU3CMono_Xml_DTDNodeU3E_get_Current_m2785698945 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { { DTDNode_t858560093 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Object Mono.Xml.DictionaryBase/<>c__Iterator3::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec__Iterator3_System_Collections_IEnumerator_get_Current_m2717294726 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { { DTDNode_t858560093 * L_0 = __this->get_U24current_3(); return L_0; } } // System.Collections.IEnumerator Mono.Xml.DictionaryBase/<>c__Iterator3::System.Collections.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__Iterator3_System_Collections_IEnumerable_GetEnumerator_m4029912894 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = U3CU3Ec__Iterator3_System_Collections_Generic_IEnumerableU3CMono_Xml_DTDNodeU3E_GetEnumerator_m2276929946(__this, /*hidden argument*/NULL); return L_0; } } // System.Collections.Generic.IEnumerator`1 Mono.Xml.DictionaryBase/<>c__Iterator3::System.Collections.Generic.IEnumerable.GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__Iterator3_System_Collections_Generic_IEnumerableU3CMono_Xml_DTDNodeU3E_GetEnumerator_m2276929946 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__Iterator3_System_Collections_Generic_IEnumerableU3CMono_Xml_DTDNodeU3E_GetEnumerator_m2276929946_MetadataUsageId); s_Il2CppMethodInitialized = true; } U3CU3Ec__Iterator3_t2072931442 * V_0 = NULL; { int32_t* L_0 = __this->get_address_of_U24PC_2(); int32_t L_1 = Interlocked_CompareExchange_m3023855514(NULL /*static, unused*/, L_0, 0, ((int32_t)-2), /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)-2))))) { goto IL_0014; } } { return __this; } IL_0014: { U3CU3Ec__Iterator3_t2072931442 * L_2 = (U3CU3Ec__Iterator3_t2072931442 *)il2cpp_codegen_object_new(U3CU3Ec__Iterator3_t2072931442_il2cpp_TypeInfo_var); U3CU3Ec__Iterator3__ctor_m4217799562(L_2, /*hidden argument*/NULL); V_0 = L_2; U3CU3Ec__Iterator3_t2072931442 * L_3 = V_0; DictionaryBase_t52754249 * L_4 = __this->get_U3CU3Ef__this_4(); NullCheck(L_3); L_3->set_U3CU3Ef__this_4(L_4); U3CU3Ec__Iterator3_t2072931442 * L_5 = V_0; return L_5; } } // System.Boolean Mono.Xml.DictionaryBase/<>c__Iterator3::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__Iterator3_MoveNext_m1137428688 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__Iterator3_MoveNext_m1137428688_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; bool V_1 = false; bool V_2 = false; 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 = __this->get_U24PC_2(); V_0 = L_0; __this->set_U24PC_2((-1)); V_1 = (bool)0; uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0023; } case 1: { goto IL_0037; } } } { goto IL_00a9; } IL_0023: { DictionaryBase_t52754249 * L_2 = __this->get_U3CU3Ef__this_4(); NullCheck(L_2); Enumerator_t2107839882 L_3 = List_1_GetEnumerator_m2603131426(L_2, /*hidden argument*/List_1_GetEnumerator_m2603131426_RuntimeMethod_var); __this->set_U3CU24s_50U3E__0_0(L_3); V_0 = ((int32_t)-3); } IL_0037: try { // begin try (depth: 1) { uint32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1))) { case 0: { goto IL_0078; } } } IL_0043: { goto IL_0078; } IL_0048: { Enumerator_t2107839882 * L_5 = __this->get_address_of_U3CU24s_50U3E__0_0(); KeyValuePair_2_t3041488559 L_6 = Enumerator_get_Current_m2517474147(L_5, /*hidden argument*/Enumerator_get_Current_m2517474147_RuntimeMethod_var); __this->set_U3CpU3E__1_1(L_6); KeyValuePair_2_t3041488559 * L_7 = __this->get_address_of_U3CpU3E__1_1(); DTDNode_t858560093 * L_8 = KeyValuePair_2_get_Value_m161162096(L_7, /*hidden argument*/KeyValuePair_2_get_Value_m161162096_RuntimeMethod_var); __this->set_U24current_3(L_8); __this->set_U24PC_2(1); V_1 = (bool)1; IL2CPP_LEAVE(0xAB, FINALLY_008d); } IL_0078: { Enumerator_t2107839882 * L_9 = __this->get_address_of_U3CU24s_50U3E__0_0(); bool L_10 = Enumerator_MoveNext_m1007991587(L_9, /*hidden argument*/Enumerator_MoveNext_m1007991587_RuntimeMethod_var); if (L_10) { goto IL_0048; } } IL_0088: { IL2CPP_LEAVE(0xA2, FINALLY_008d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_008d; } FINALLY_008d: { // begin finally (depth: 1) { bool L_11 = V_1; if (!L_11) { goto IL_0091; } } IL_0090: { IL2CPP_END_FINALLY(141) } IL_0091: { Enumerator_t2107839882 L_12 = __this->get_U3CU24s_50U3E__0_0(); Enumerator_t2107839882 L_13 = L_12; RuntimeObject * L_14 = Box(Enumerator_t2107839882_il2cpp_TypeInfo_var, &L_13); NullCheck((RuntimeObject*)L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_14); IL2CPP_END_FINALLY(141) } } // end finally (depth: 1) IL2CPP_CLEANUP(141) { IL2CPP_JUMP_TBL(0xAB, IL_00ab) IL2CPP_JUMP_TBL(0xA2, IL_00a2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a2: { __this->set_U24PC_2((-1)); } IL_00a9: { return (bool)0; } IL_00ab: { return (bool)1; } // Dead block : IL_00ad: ldloc.2 } // System.Void Mono.Xml.DictionaryBase/<>c__Iterator3::Dispose() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__Iterator3_Dispose_m3617304968 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__Iterator3_Dispose_m3617304968_MetadataUsageId); s_Il2CppMethodInitialized = true; } uint32_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); { int32_t L_0 = __this->get_U24PC_2(); V_0 = L_0; __this->set_U24PC_2((-1)); uint32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0037; } case 1: { goto IL_0021; } } } { goto IL_0037; } IL_0021: try { // begin try (depth: 1) IL2CPP_LEAVE(0x37, FINALLY_0026); } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0026; } FINALLY_0026: { // begin finally (depth: 1) Enumerator_t2107839882 L_2 = __this->get_U3CU24s_50U3E__0_0(); Enumerator_t2107839882 L_3 = L_2; RuntimeObject * L_4 = Box(Enumerator_t2107839882_il2cpp_TypeInfo_var, &L_3); NullCheck((RuntimeObject*)L_4); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); IL2CPP_END_FINALLY(38) } // end finally (depth: 1) IL2CPP_CLEANUP(38) { IL2CPP_JUMP_TBL(0x37, IL_0037) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0037: { return; } } // System.Void Mono.Xml.DictionaryBase/<>c__Iterator3::Reset() extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__Iterator3_Reset_m3078230622 (U3CU3Ec__Iterator3_t2072931442 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CU3Ec__Iterator3_Reset_m3078230622_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_t1314879016 * L_0 = (NotSupportedException_t1314879016 *)il2cpp_codegen_object_new(NotSupportedException_t1314879016_il2cpp_TypeInfo_var); NotSupportedException__ctor_m2730133172(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0,U3CU3Ec__Iterator3_Reset_m3078230622_RuntimeMethod_var); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDAnyAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAnyAutomata__ctor_m2600313808 (DTDAnyAutomata_t3633486160 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDAnyAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAnyAutomata_TryEndElement_m1823748094 (DTDAnyAutomata_t3633486160 * __this, const RuntimeMethod* method) { { return __this; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDAnyAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAnyAutomata_TryStartElement_m2056481474 (DTDAnyAutomata_t3633486160 * __this, String_t* ___name0, const RuntimeMethod* method) { { return __this; } } // System.Boolean Mono.Xml.DTDAnyAutomata::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool DTDAnyAutomata_get_Emptiable_m1125881241 (DTDAnyAutomata_t3633486160 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclaration__ctor_m994004250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_attributeOrders_6(L_0); ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_attributes_7(L_1); DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_2 = ___root0; DTDNode_SetRoot_m2418337087(__this, L_2, /*hidden argument*/NULL); return; } } // System.String Mono.Xml.DTDAttListDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttListDeclaration_get_Name_m4265396932 (DTDAttListDeclaration_t3593159715 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_5(L_0); return; } } // 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) { { int32_t L_0 = ___i0; DTDAttributeDefinition_t3434905422 * L_1 = DTDAttListDeclaration_Get_m4035482393(__this, L_0, /*hidden argument*/NULL); return L_1; } } // 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) { { String_t* L_0 = ___name0; DTDAttributeDefinition_t3434905422 * L_1 = DTDAttListDeclaration_Get_m2748697277(__this, L_0, /*hidden argument*/NULL); return L_1; } } // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::Get(System.Int32) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_Get_m4035482393 (DTDAttListDeclaration_t3593159715 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclaration_Get_m4035482393_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_attributes_7(); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((DTDAttributeDefinition_t3434905422 *)IsInstClass((RuntimeObject*)L_2, DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var)); } } // Mono.Xml.DTDAttributeDefinition Mono.Xml.DTDAttListDeclaration::Get(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAttributeDefinition_t3434905422 * DTDAttListDeclaration_Get_m2748697277 (DTDAttListDeclaration_t3593159715 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclaration_Get_m2748697277_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_attributeOrders_6(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!L_3) { goto IL_002a; } } { ArrayList_t2718874744 * L_4 = __this->get_attributes_7(); RuntimeObject * L_5 = V_0; NullCheck(L_4); RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, ((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var))))); return ((DTDAttributeDefinition_t3434905422 *)IsInstClass((RuntimeObject*)L_6, DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var)); } IL_002a: { return (DTDAttributeDefinition_t3434905422 *)NULL; } } // System.Collections.IList Mono.Xml.DTDAttListDeclaration::get_Definitions() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DTDAttListDeclaration_get_Definitions_m3556676521 (DTDAttListDeclaration_t3593159715 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_attributes_7(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclaration_Add_m130084984_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_attributeOrders_6(); DTDAttributeDefinition_t3434905422 * L_1 = ___def0; NullCheck(L_1); String_t* L_2 = DTDAttributeDefinition_get_Name_m386820002(L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_3 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_2); if (!L_3) { goto IL_0032; } } { DTDAttributeDefinition_t3434905422 * L_4 = ___def0; NullCheck(L_4); String_t* L_5 = DTDAttributeDefinition_get_Name_m386820002(L_4, /*hidden argument*/NULL); String_t* L_6 = DTDAttListDeclaration_get_Name_m4265396932(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2137969353, L_5, L_6, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_8 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,DTDAttListDeclaration_Add_m130084984_RuntimeMethod_var); } IL_0032: { DTDAttributeDefinition_t3434905422 * L_9 = ___def0; DTDObjectModel_t1729680289 * L_10 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_9); DTDNode_SetRoot_m2418337087(L_9, L_10, /*hidden argument*/NULL); Hashtable_t1853889766 * L_11 = __this->get_attributeOrders_6(); DTDAttributeDefinition_t3434905422 * L_12 = ___def0; NullCheck(L_12); String_t* L_13 = DTDAttributeDefinition_get_Name_m386820002(L_12, /*hidden argument*/NULL); ArrayList_t2718874744 * L_14 = __this->get_attributes_7(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_11); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_11, L_13, L_17); ArrayList_t2718874744 * L_18 = __this->get_attributes_7(); DTDAttributeDefinition_t3434905422 * L_19 = ___def0; NullCheck(L_18); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_18, L_19); 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.DTDAttListDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAttListDeclarationCollection__ctor_m3120730703 (DTDAttListDeclarationCollection_t2220366188 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDCollectionBase__ctor_m3429786084(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclarationCollection_get_Item_m3930829771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = DTDCollectionBase_BaseGet_m4125684817(__this, L_0, /*hidden argument*/NULL); return ((DTDAttListDeclaration_t3593159715 *)IsInstClass((RuntimeObject*)L_1, DTDAttListDeclaration_t3593159715_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttListDeclarationCollection_Add_m2745516726_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDAttListDeclaration_t3593159715 * V_0 = NULL; DTDAttributeDefinition_t3434905422 * V_1 = NULL; RuntimeObject* V_2 = NULL; RuntimeObject* V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = ___name0; DTDAttListDeclaration_t3593159715 * L_1 = DTDAttListDeclarationCollection_get_Item_m3930829771(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; DTDAttListDeclaration_t3593159715 * L_2 = V_0; if (!L_2) { goto IL_006a; } } { DTDAttListDeclaration_t3593159715 * L_3 = ___decl1; NullCheck(L_3); RuntimeObject* L_4 = DTDAttListDeclaration_get_Definitions_m3556676521(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_4); V_2 = L_5; } IL_001a: try { // begin try (depth: 1) { goto IL_0043; } IL_001f: { RuntimeObject* L_6 = V_2; NullCheck(L_6); RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); V_1 = ((DTDAttributeDefinition_t3434905422 *)CastclassClass((RuntimeObject*)L_7, DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var)); DTDAttListDeclaration_t3593159715 * L_8 = ___decl1; DTDAttributeDefinition_t3434905422 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = DTDAttributeDefinition_get_Name_m386820002(L_9, /*hidden argument*/NULL); NullCheck(L_8); DTDAttributeDefinition_t3434905422 * L_11 = DTDAttListDeclaration_Get_m2748697277(L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0043; } } IL_003c: { DTDAttListDeclaration_t3593159715 * L_12 = V_0; DTDAttributeDefinition_t3434905422 * L_13 = V_1; NullCheck(L_12); DTDAttListDeclaration_Add_m130084984(L_12, L_13, /*hidden argument*/NULL); } IL_0043: { RuntimeObject* L_14 = V_2; NullCheck(L_14); bool L_15 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_14); if (L_15) { goto IL_001f; } } IL_004e: { IL2CPP_LEAVE(0x65, 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_16 = V_2; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_3; if (L_17) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(83) } IL_005e: { RuntimeObject* L_18 = V_3; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(83) } } // end finally (depth: 1) IL2CPP_CLEANUP(83) { IL2CPP_JUMP_TBL(0x65, IL_0065) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0065: { goto IL_007e; } IL_006a: { DTDAttListDeclaration_t3593159715 * L_19 = ___decl1; DTDObjectModel_t1729680289 * L_20 = DTDCollectionBase_get_Root_m2526370025(__this, /*hidden argument*/NULL); NullCheck(L_19); DTDNode_SetRoot_m2418337087(L_19, L_20, /*hidden argument*/NULL); String_t* L_21 = ___name0; DTDAttListDeclaration_t3593159715 * L_22 = ___decl1; DTDCollectionBase_BaseAdd_m1921945204(__this, L_21, L_22, /*hidden argument*/NULL); } IL_007e: { 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.DTDAttributeDefinition::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAttributeDefinition__ctor_m2861320921 (DTDAttributeDefinition_t3434905422 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; DTDNode_SetRoot_m2418337087(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Mono.Xml.DTDAttributeDefinition::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_Name_m386820002 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_5(L_0); return; } } // 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) { { XmlSchemaDatatype_t322714710 * L_0 = __this->get_datatype_6(); return L_0; } } // 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) { { XmlSchemaDatatype_t322714710 * L_0 = ___value0; __this->set_datatype_6(L_0); return; } } // Mono.Xml.DTDAttributeOccurenceType Mono.Xml.DTDAttributeDefinition::get_OccurenceType() extern "C" IL2CPP_METHOD_ATTR int32_t DTDAttributeDefinition_get_OccurenceType_m1446700722 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_occurenceType_10(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_occurenceType_10(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_enumeratedLiterals_7(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_enumeratedLiterals_7(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_enumeratedLiterals_7(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttributeDefinition_get_EnumeratedNotations_m770732171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_enumeratedNotations_9(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_enumeratedNotations_9(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_enumeratedNotations_9(); return L_2; } } // System.String Mono.Xml.DTDAttributeDefinition::get_DefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_DefaultValue_m2041870802 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_resolvedDefaultValue_11(); if (L_0) { goto IL_0017; } } { String_t* L_1 = DTDAttributeDefinition_ComputeDefaultValue_m119210498(__this, /*hidden argument*/NULL); __this->set_resolvedDefaultValue_11(L_1); } IL_0017: { String_t* L_2 = __this->get_resolvedDefaultValue_11(); return L_2; } } // System.String Mono.Xml.DTDAttributeDefinition::get_UnresolvedDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_get_UnresolvedDefaultValue_m2960646495 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_unresolvedDefault_8(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_unresolvedDefault_8(L_0); return; } } // System.String Mono.Xml.DTDAttributeDefinition::ComputeDefaultValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDAttributeDefinition_ComputeDefaultValue_m119210498 (DTDAttributeDefinition_t3434905422 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAttributeDefinition_ComputeDefaultValue_m119210498_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringBuilder_t * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; Il2CppChar V_5 = 0x0; int32_t V_6 = 0; String_t* V_7 = NULL; String_t* V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; { String_t* L_0 = DTDAttributeDefinition_get_UnresolvedDefaultValue_m2960646495(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_1, /*hidden argument*/NULL); V_0 = L_1; V_1 = 0; V_2 = 0; String_t* L_2 = DTDAttributeDefinition_get_UnresolvedDefaultValue_m2960646495(__this, /*hidden argument*/NULL); V_3 = L_2; goto IL_0102; } IL_0023: { String_t* L_3 = V_3; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = String_IndexOf_m2466398549(L_3, ((int32_t)59), L_4, /*hidden argument*/NULL); V_4 = L_5; String_t* L_6 = V_3; int32_t L_7 = V_2; NullCheck(L_6); Il2CppChar L_8 = String_get_Chars_m2986988803(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)35))))) { goto IL_00aa; } } { String_t* L_9 = V_3; int32_t L_10 = V_2; NullCheck(L_9); Il2CppChar L_11 = String_get_Chars_m2986988803(L_9, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2)), /*hidden argument*/NULL); V_5 = L_11; V_6 = 7; Il2CppChar L_12 = V_5; if ((((int32_t)L_12) == ((int32_t)((int32_t)120)))) { goto IL_005e; } } { Il2CppChar L_13 = V_5; if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)88))))) { goto IL_007e; } } IL_005e: { String_t* L_14 = V_3; int32_t L_15 = V_2; int32_t L_16 = V_4; int32_t L_17 = V_2; NullCheck(L_14); String_t* L_18 = String_Substring_m1610150815(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)3)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)), (int32_t)3)), /*hidden argument*/NULL); V_7 = L_18; int32_t L_19 = V_6; V_6 = ((int32_t)((int32_t)L_19|(int32_t)((int32_t)515))); goto IL_008f; } IL_007e: { String_t* L_20 = V_3; int32_t L_21 = V_2; int32_t L_22 = V_4; int32_t L_23 = V_2; NullCheck(L_20); String_t* L_24 = String_Substring_m1610150815(L_20, ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)2)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), (int32_t)2)), /*hidden argument*/NULL); V_7 = L_24; } IL_008f: { StringBuilder_t * L_25 = V_0; String_t* L_26 = V_7; int32_t L_27 = V_6; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_28 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_29 = Int32_Parse_m3682462547(NULL /*static, unused*/, L_26, L_27, L_28, /*hidden argument*/NULL); NullCheck(L_25); StringBuilder_Append_m2383614642(L_25, (((int32_t)((uint16_t)L_29))), /*hidden argument*/NULL); goto IL_00fd; } IL_00aa: { StringBuilder_t * L_30 = V_0; String_t* L_31 = V_3; int32_t L_32 = V_1; int32_t L_33 = V_2; NullCheck(L_31); String_t* L_34 = String_Substring_m1610150815(L_31, L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_30); StringBuilder_Append_m1965104174(L_30, L_34, /*hidden argument*/NULL); String_t* L_35 = V_3; int32_t L_36 = V_2; int32_t L_37 = V_4; NullCheck(L_35); String_t* L_38 = String_Substring_m1610150815(L_35, ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)2)), /*hidden argument*/NULL); V_8 = L_38; String_t* L_39 = V_8; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_40 = XmlChar_GetPredefinedEntity_m872927676(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); V_9 = L_40; int32_t L_41 = V_9; if ((((int32_t)L_41) < ((int32_t)0))) { goto IL_00e9; } } { StringBuilder_t * L_42 = V_0; int32_t L_43 = V_9; NullCheck(L_42); StringBuilder_Append_m890240332(L_42, L_43, /*hidden argument*/NULL); goto IL_00fd; } IL_00e9: { StringBuilder_t * L_44 = V_0; DTDObjectModel_t1729680289 * L_45 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); String_t* L_46 = V_8; NullCheck(L_45); String_t* L_47 = DTDObjectModel_ResolveEntity_m104410730(L_45, L_46, /*hidden argument*/NULL); NullCheck(L_44); StringBuilder_Append_m1965104174(L_44, L_47, /*hidden argument*/NULL); } IL_00fd: { int32_t L_48 = V_4; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0102: { String_t* L_49 = V_3; int32_t L_50 = V_1; NullCheck(L_49); int32_t L_51 = String_IndexOf_m2466398549(L_49, ((int32_t)38), L_50, /*hidden argument*/NULL); int32_t L_52 = L_51; V_2 = L_52; if ((((int32_t)L_52) >= ((int32_t)0))) { goto IL_0023; } } { StringBuilder_t * L_53 = V_0; String_t* L_54 = V_3; int32_t L_55 = V_1; NullCheck(L_54); String_t* L_56 = String_Substring_m2848979100(L_54, L_55, /*hidden argument*/NULL); NullCheck(L_53); StringBuilder_Append_m1965104174(L_53, L_56, /*hidden argument*/NULL); StringBuilder_t * L_57 = V_0; StringBuilder_t * L_58 = V_0; NullCheck(L_58); int32_t L_59 = StringBuilder_get_Length_m3238060835(L_58, /*hidden argument*/NULL); NullCheck(L_57); String_t* L_60 = StringBuilder_ToString_m774364392(L_57, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_59, (int32_t)2)), /*hidden argument*/NULL); V_10 = L_60; StringBuilder_t * L_61 = V_0; NullCheck(L_61); StringBuilder_set_Length_m1410065908(L_61, 0, /*hidden argument*/NULL); String_t* L_62 = V_10; return L_62; } } #ifdef __clang__ #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.DTDAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAutomata__ctor_m3176258281 (DTDAutomata_t781538777 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; __this->set_root_0(L_0); return; } } // Mono.Xml.DTDObjectModel Mono.Xml.DTDAutomata::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDAutomata_get_Root_m821764476 (DTDAutomata_t781538777 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_root_0(); return L_0; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::MakeChoice(Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAutomata_MakeChoice_m2090078545 (DTDAutomata_t781538777 * __this, DTDAutomata_t781538777 * ___other0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_0); DTDInvalidAutomata_t1406553220 * L_1 = DTDObjectModel_get_Invalid_m2081184092(L_0, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)__this) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_1)))) { goto IL_0013; } } { DTDAutomata_t781538777 * L_2 = ___other0; return L_2; } IL_0013: { DTDAutomata_t781538777 * L_3 = ___other0; DTDObjectModel_t1729680289 * L_4 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_4); DTDInvalidAutomata_t1406553220 * L_5 = DTDObjectModel_get_Invalid_m2081184092(L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_3) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_5)))) { goto IL_0026; } } { return __this; } IL_0026: { DTDObjectModel_t1729680289 * L_6 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_6); DTDEmptyAutomata_t465590953 * L_7 = DTDObjectModel_get_Empty_m2132593178(L_6, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)__this) == ((RuntimeObject*)(DTDEmptyAutomata_t465590953 *)L_7)))) { goto IL_004a; } } { DTDAutomata_t781538777 * L_8 = ___other0; DTDObjectModel_t1729680289 * L_9 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_9); DTDEmptyAutomata_t465590953 * L_10 = DTDObjectModel_get_Empty_m2132593178(L_9, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_8) == ((RuntimeObject*)(DTDEmptyAutomata_t465590953 *)L_10)))) { goto IL_004a; } } { return __this; } IL_004a: { DTDObjectModel_t1729680289 * L_11 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_11); DTDAnyAutomata_t3633486160 * L_12 = DTDObjectModel_get_Any_m483685826(L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)__this) == ((RuntimeObject*)(DTDAnyAutomata_t3633486160 *)L_12)))) { goto IL_006e; } } { DTDAutomata_t781538777 * L_13 = ___other0; DTDObjectModel_t1729680289 * L_14 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_14); DTDAnyAutomata_t3633486160 * L_15 = DTDObjectModel_get_Any_m483685826(L_14, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_13) == ((RuntimeObject*)(DTDAnyAutomata_t3633486160 *)L_15)))) { goto IL_006e; } } { return __this; } IL_006e: { DTDAutomata_t781538777 * L_16 = ___other0; DTDObjectModel_t1729680289 * L_17 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_17); DTDEmptyAutomata_t465590953 * L_18 = DTDObjectModel_get_Empty_m2132593178(L_17, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_16) == ((RuntimeObject*)(DTDEmptyAutomata_t465590953 *)L_18)))) { goto IL_0092; } } { DTDObjectModel_t1729680289 * L_19 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_19); DTDAutomataFactory_t2958275022 * L_20 = DTDObjectModel_get_Factory_m2668598880(L_19, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_21 = ___other0; NullCheck(L_20); DTDChoiceAutomata_t3129343723 * L_22 = DTDAutomataFactory_Choice_m2338484969(L_20, L_21, __this, /*hidden argument*/NULL); return L_22; } IL_0092: { DTDObjectModel_t1729680289 * L_23 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_23); DTDAutomataFactory_t2958275022 * L_24 = DTDObjectModel_get_Factory_m2668598880(L_23, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_25 = ___other0; NullCheck(L_24); DTDChoiceAutomata_t3129343723 * L_26 = DTDAutomataFactory_Choice_m2338484969(L_24, __this, L_25, /*hidden argument*/NULL); return L_26; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::MakeSequence(Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAutomata_MakeSequence_m3028959251 (DTDAutomata_t781538777 * __this, DTDAutomata_t781538777 * ___other0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_0); DTDInvalidAutomata_t1406553220 * L_1 = DTDObjectModel_get_Invalid_m2081184092(L_0, /*hidden argument*/NULL); if ((((RuntimeObject*)(DTDAutomata_t781538777 *)__this) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_1))) { goto IL_0022; } } { DTDAutomata_t781538777 * L_2 = ___other0; DTDObjectModel_t1729680289 * L_3 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_3); DTDInvalidAutomata_t1406553220 * L_4 = DTDObjectModel_get_Invalid_m2081184092(L_3, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_2) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_4)))) { goto IL_002e; } } IL_0022: { DTDObjectModel_t1729680289 * L_5 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDInvalidAutomata_t1406553220 * L_6 = DTDObjectModel_get_Invalid_m2081184092(L_5, /*hidden argument*/NULL); return L_6; } IL_002e: { DTDObjectModel_t1729680289 * L_7 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDEmptyAutomata_t465590953 * L_8 = DTDObjectModel_get_Empty_m2132593178(L_7, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)__this) == ((RuntimeObject*)(DTDEmptyAutomata_t465590953 *)L_8)))) { goto IL_0041; } } { DTDAutomata_t781538777 * L_9 = ___other0; return L_9; } IL_0041: { DTDAutomata_t781538777 * L_10 = ___other0; DTDObjectModel_t1729680289 * L_11 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_11); DTDEmptyAutomata_t465590953 * L_12 = DTDObjectModel_get_Empty_m2132593178(L_11, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_10) == ((RuntimeObject*)(DTDEmptyAutomata_t465590953 *)L_12)))) { goto IL_0054; } } { return __this; } IL_0054: { DTDObjectModel_t1729680289 * L_13 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_13); DTDAutomataFactory_t2958275022 * L_14 = DTDObjectModel_get_Factory_m2668598880(L_13, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_15 = ___other0; NullCheck(L_14); DTDSequenceAutomata_t2865847115 * L_16 = DTDAutomataFactory_Sequence_m3563248718(L_14, __this, L_15, /*hidden argument*/NULL); return L_16; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDAutomata_TryEndElement_m723950603 (DTDAutomata_t781538777 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_0); DTDInvalidAutomata_t1406553220 * L_1 = DTDObjectModel_get_Invalid_m2081184092(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool DTDAutomata_get_Emptiable_m765472464 (DTDAutomata_t781538777 * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDAutomataFactory::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDAutomataFactory__ctor_m2489245750 (DTDAutomataFactory_t2958275022 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAutomataFactory__ctor_m2489245750_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_choiceTable_1(L_0); Hashtable_t1853889766 * L_1 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_1, /*hidden argument*/NULL); __this->set_sequenceTable_2(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_2 = ___root0; __this->set_root_0(L_2); return; } } // Mono.Xml.DTDChoiceAutomata Mono.Xml.DTDAutomataFactory::Choice(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDChoiceAutomata_t3129343723 * DTDAutomataFactory_Choice_m2338484969 (DTDAutomataFactory_t2958275022 * __this, DTDAutomata_t781538777 * ___left0, DTDAutomata_t781538777 * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAutomataFactory_Choice_m2338484969_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; DTDChoiceAutomata_t3129343723 * V_1 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_choiceTable_1(); DTDAutomata_t781538777 * L_1 = ___left0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = ((Hashtable_t1853889766 *)IsInstClass((RuntimeObject*)L_2, Hashtable_t1853889766_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_3 = V_0; if (L_3) { goto IL_002b; } } { Hashtable_t1853889766 * L_4 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_4, /*hidden argument*/NULL); V_0 = L_4; Hashtable_t1853889766 * L_5 = __this->get_choiceTable_1(); DTDAutomata_t781538777 * L_6 = ___left0; Hashtable_t1853889766 * L_7 = V_0; NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_5, L_6, L_7); } IL_002b: { Hashtable_t1853889766 * L_8 = V_0; DTDAutomata_t781538777 * L_9 = ___right1; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9); V_1 = ((DTDChoiceAutomata_t3129343723 *)IsInstClass((RuntimeObject*)L_10, DTDChoiceAutomata_t3129343723_il2cpp_TypeInfo_var)); DTDChoiceAutomata_t3129343723 * L_11 = V_1; if (L_11) { goto IL_0054; } } { DTDObjectModel_t1729680289 * L_12 = __this->get_root_0(); DTDAutomata_t781538777 * L_13 = ___left0; DTDAutomata_t781538777 * L_14 = ___right1; DTDChoiceAutomata_t3129343723 * L_15 = (DTDChoiceAutomata_t3129343723 *)il2cpp_codegen_object_new(DTDChoiceAutomata_t3129343723_il2cpp_TypeInfo_var); DTDChoiceAutomata__ctor_m3093264231(L_15, L_12, L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; Hashtable_t1853889766 * L_16 = V_0; DTDAutomata_t781538777 * L_17 = ___right1; DTDChoiceAutomata_t3129343723 * L_18 = V_1; NullCheck(L_16); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_16, L_17, L_18); } IL_0054: { DTDChoiceAutomata_t3129343723 * L_19 = V_1; return L_19; } } // Mono.Xml.DTDSequenceAutomata Mono.Xml.DTDAutomataFactory::Sequence(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDSequenceAutomata_t2865847115 * DTDAutomataFactory_Sequence_m3563248718 (DTDAutomataFactory_t2958275022 * __this, DTDAutomata_t781538777 * ___left0, DTDAutomata_t781538777 * ___right1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDAutomataFactory_Sequence_m3563248718_MetadataUsageId); s_Il2CppMethodInitialized = true; } Hashtable_t1853889766 * V_0 = NULL; DTDSequenceAutomata_t2865847115 * V_1 = NULL; { Hashtable_t1853889766 * L_0 = __this->get_sequenceTable_2(); DTDAutomata_t781538777 * L_1 = ___left0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); V_0 = ((Hashtable_t1853889766 *)IsInstClass((RuntimeObject*)L_2, Hashtable_t1853889766_il2cpp_TypeInfo_var)); Hashtable_t1853889766 * L_3 = V_0; if (L_3) { goto IL_002b; } } { Hashtable_t1853889766 * L_4 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_4, /*hidden argument*/NULL); V_0 = L_4; Hashtable_t1853889766 * L_5 = __this->get_sequenceTable_2(); DTDAutomata_t781538777 * L_6 = ___left0; Hashtable_t1853889766 * L_7 = V_0; NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_5, L_6, L_7); } IL_002b: { Hashtable_t1853889766 * L_8 = V_0; DTDAutomata_t781538777 * L_9 = ___right1; NullCheck(L_8); RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_9); V_1 = ((DTDSequenceAutomata_t2865847115 *)IsInstClass((RuntimeObject*)L_10, DTDSequenceAutomata_t2865847115_il2cpp_TypeInfo_var)); DTDSequenceAutomata_t2865847115 * L_11 = V_1; if (L_11) { goto IL_0054; } } { DTDObjectModel_t1729680289 * L_12 = __this->get_root_0(); DTDAutomata_t781538777 * L_13 = ___left0; DTDAutomata_t781538777 * L_14 = ___right1; DTDSequenceAutomata_t2865847115 * L_15 = (DTDSequenceAutomata_t2865847115 *)il2cpp_codegen_object_new(DTDSequenceAutomata_t2865847115_il2cpp_TypeInfo_var); DTDSequenceAutomata__ctor_m2536768365(L_15, L_12, L_13, L_14, /*hidden argument*/NULL); V_1 = L_15; Hashtable_t1853889766 * L_16 = V_0; DTDAutomata_t781538777 * L_17 = ___right1; DTDSequenceAutomata_t2865847115 * L_18 = V_1; NullCheck(L_16); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_16, L_17, L_18); } IL_0054: { DTDSequenceAutomata_t2865847115 * L_19 = V_1; return L_19; } } #ifdef __clang__ #pragma 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.DTDChoiceAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDChoiceAutomata__ctor_m3093264231 (DTDChoiceAutomata_t3129343723 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___left1, DTDAutomata_t781538777 * ___right2, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_1 = ___left1; __this->set_left_1(L_1); DTDAutomata_t781538777 * L_2 = ___right2; __this->set_right_2(L_2); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDChoiceAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDChoiceAutomata_TryStartElement_m2672395552 (DTDChoiceAutomata_t3129343723 * __this, String_t* ___name0, const RuntimeMethod* method) { { DTDAutomata_t781538777 * L_0 = __this->get_left_1(); String_t* L_1 = ___name0; NullCheck(L_0); DTDAutomata_t781538777 * L_2 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_0, L_1); DTDAutomata_t781538777 * L_3 = __this->get_right_2(); String_t* L_4 = ___name0; NullCheck(L_3); DTDAutomata_t781538777 * L_5 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_3, L_4); NullCheck(L_2); DTDAutomata_t781538777 * L_6 = DTDAutomata_MakeChoice_m2090078545(L_2, L_5, /*hidden argument*/NULL); return L_6; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDChoiceAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDChoiceAutomata_TryEndElement_m3769464310 (DTDChoiceAutomata_t3129343723 * __this, const RuntimeMethod* method) { { DTDAutomata_t781538777 * L_0 = __this->get_left_1(); NullCheck(L_0); DTDAutomata_t781538777 * L_1 = VirtFuncInvoker0< DTDAutomata_t781538777 * >::Invoke(5 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryEndElement() */, L_0); DTDAutomata_t781538777 * L_2 = __this->get_right_2(); NullCheck(L_2); DTDAutomata_t781538777 * L_3 = VirtFuncInvoker0< DTDAutomata_t781538777 * >::Invoke(5 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryEndElement() */, L_2); NullCheck(L_1); DTDAutomata_t781538777 * L_4 = DTDAutomata_MakeChoice_m2090078545(L_1, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean Mono.Xml.DTDChoiceAutomata::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool DTDChoiceAutomata_get_Emptiable_m1728186416 (DTDChoiceAutomata_t3129343723 * __this, const RuntimeMethod* method) { DTDChoiceAutomata_t3129343723 * G_B3_0 = NULL; DTDChoiceAutomata_t3129343723 * G_B2_0 = NULL; int32_t G_B4_0 = 0; DTDChoiceAutomata_t3129343723 * G_B4_1 = NULL; { bool L_0 = __this->get_hasComputedEmptiable_3(); if (L_0) { goto IL_0036; } } { DTDAutomata_t781538777 * L_1 = __this->get_left_1(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_1); G_B2_0 = __this; if (L_2) { G_B3_0 = __this; goto IL_0029; } } { DTDAutomata_t781538777 * L_3 = __this->get_right_2(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_3); G_B4_0 = ((int32_t)(L_4)); G_B4_1 = G_B2_0; goto IL_002a; } IL_0029: { G_B4_0 = 1; G_B4_1 = G_B3_0; } IL_002a: { NullCheck(G_B4_1); G_B4_1->set_cachedEmptiable_4((bool)G_B4_0); __this->set_hasComputedEmptiable_3((bool)1); } IL_0036: { bool L_5 = __this->get_cachedEmptiable_4(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDCollectionBase::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDCollectionBase__ctor_m3429786084 (DTDCollectionBase_t3926218464 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DictionaryBase__ctor_m2815385134(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; __this->set_root_5(L_0); return; } } // Mono.Xml.DTDObjectModel Mono.Xml.DTDCollectionBase::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDCollectionBase_get_Root_m2526370025 (DTDCollectionBase_t3926218464 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_root_5(); return L_0; } } // System.Void Mono.Xml.DTDCollectionBase::BaseAdd(System.String,Mono.Xml.DTDNode) extern "C" IL2CPP_METHOD_ATTR void DTDCollectionBase_BaseAdd_m1921945204 (DTDCollectionBase_t3926218464 * __this, String_t* ___name0, DTDNode_t858560093 * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDCollectionBase_BaseAdd_m1921945204_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; DTDNode_t858560093 * L_1 = ___value1; KeyValuePair_2_t3041488559 L_2; memset(&L_2, 0, sizeof(L_2)); KeyValuePair_2__ctor_m3377111667((&L_2), L_0, L_1, /*hidden argument*/KeyValuePair_2__ctor_m3377111667_RuntimeMethod_var); List_1_Add_m1569234273(__this, L_2, /*hidden argument*/List_1_Add_m1569234273_RuntimeMethod_var); return; } } // System.Boolean Mono.Xml.DTDCollectionBase::Contains(System.String) extern "C" IL2CPP_METHOD_ATTR bool DTDCollectionBase_Contains_m2242936902 (DTDCollectionBase_t3926218464 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDCollectionBase_Contains_m2242936902_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3041488559 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t2107839882 V_1; memset(&V_1, 0, sizeof(V_1)); bool V_2 = false; 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); { Enumerator_t2107839882 L_0 = List_1_GetEnumerator_m2603131426(__this, /*hidden argument*/List_1_GetEnumerator_m2603131426_RuntimeMethod_var); V_1 = L_0; } IL_0007: try { // begin try (depth: 1) { goto IL_002d; } IL_000c: { KeyValuePair_2_t3041488559 L_1 = Enumerator_get_Current_m2517474147((&V_1), /*hidden argument*/Enumerator_get_Current_m2517474147_RuntimeMethod_var); V_0 = L_1; String_t* L_2 = KeyValuePair_2_get_Key_m2782160121((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m2782160121_RuntimeMethod_var); String_t* L_3 = ___key0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } IL_0026: { V_2 = (bool)1; IL2CPP_LEAVE(0x4C, FINALLY_003e); } IL_002d: { bool L_5 = Enumerator_MoveNext_m1007991587((&V_1), /*hidden argument*/Enumerator_MoveNext_m1007991587_RuntimeMethod_var); if (L_5) { goto IL_000c; } } IL_0039: { IL2CPP_LEAVE(0x4A, FINALLY_003e); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003e; } FINALLY_003e: { // begin finally (depth: 1) Enumerator_t2107839882 L_6 = V_1; Enumerator_t2107839882 L_7 = L_6; RuntimeObject * L_8 = Box(Enumerator_t2107839882_il2cpp_TypeInfo_var, &L_7); NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); IL2CPP_END_FINALLY(62) } // end finally (depth: 1) IL2CPP_CLEANUP(62) { IL2CPP_JUMP_TBL(0x4C, IL_004c) IL2CPP_JUMP_TBL(0x4A, IL_004a) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004a: { return (bool)0; } IL_004c: { bool L_9 = V_2; return L_9; } } // System.Object Mono.Xml.DTDCollectionBase::BaseGet(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DTDCollectionBase_BaseGet_m4125684817 (DTDCollectionBase_t3926218464 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDCollectionBase_BaseGet_m4125684817_MetadataUsageId); s_Il2CppMethodInitialized = true; } KeyValuePair_2_t3041488559 V_0; memset(&V_0, 0, sizeof(V_0)); Enumerator_t2107839882 V_1; memset(&V_1, 0, sizeof(V_1)); RuntimeObject * 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); { Enumerator_t2107839882 L_0 = List_1_GetEnumerator_m2603131426(__this, /*hidden argument*/List_1_GetEnumerator_m2603131426_RuntimeMethod_var); V_1 = L_0; } IL_0007: try { // begin try (depth: 1) { goto IL_0033; } IL_000c: { KeyValuePair_2_t3041488559 L_1 = Enumerator_get_Current_m2517474147((&V_1), /*hidden argument*/Enumerator_get_Current_m2517474147_RuntimeMethod_var); V_0 = L_1; String_t* L_2 = KeyValuePair_2_get_Key_m2782160121((&V_0), /*hidden argument*/KeyValuePair_2_get_Key_m2782160121_RuntimeMethod_var); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0033; } } IL_0026: { DTDNode_t858560093 * L_5 = KeyValuePair_2_get_Value_m161162096((&V_0), /*hidden argument*/KeyValuePair_2_get_Value_m161162096_RuntimeMethod_var); V_2 = L_5; IL2CPP_LEAVE(0x52, FINALLY_0044); } IL_0033: { bool L_6 = Enumerator_MoveNext_m1007991587((&V_1), /*hidden argument*/Enumerator_MoveNext_m1007991587_RuntimeMethod_var); if (L_6) { goto IL_000c; } } IL_003f: { IL2CPP_LEAVE(0x50, FINALLY_0044); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0044; } FINALLY_0044: { // begin finally (depth: 1) Enumerator_t2107839882 L_7 = V_1; Enumerator_t2107839882 L_8 = L_7; RuntimeObject * L_9 = Box(Enumerator_t2107839882_il2cpp_TypeInfo_var, &L_8); NullCheck((RuntimeObject*)L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, (RuntimeObject*)L_9); IL2CPP_END_FINALLY(68) } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_JUMP_TBL(0x50, IL_0050) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0050: { return NULL; } IL_0052: { RuntimeObject * L_10 = V_2; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDContentModel__ctor_m1009718562_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDContentModelCollection_t2798820000 * L_0 = (DTDContentModelCollection_t2798820000 *)il2cpp_codegen_object_new(DTDContentModelCollection_t2798820000_il2cpp_TypeInfo_var); DTDContentModelCollection__ctor_m1037658466(L_0, /*hidden argument*/NULL); __this->set_childModels_10(L_0); DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_1 = ___root0; __this->set_root_5(L_1); String_t* L_2 = ___ownerElementName1; __this->set_ownerElementName_7(L_2); return; } } // 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) { { DTDContentModelCollection_t2798820000 * L_0 = __this->get_childModels_10(); return L_0; } } // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDContentModel::get_ElementDecl() extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDContentModel_get_ElementDecl_m3565452333 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_root_5(); NullCheck(L_0); DTDElementDeclarationCollection_t222313714 * L_1 = DTDObjectModel_get_ElementDecls_m2095665786(L_0, /*hidden argument*/NULL); String_t* L_2 = __this->get_ownerElementName_7(); NullCheck(L_1); DTDElementDeclaration_t1830540991 * L_3 = DTDElementDeclarationCollection_get_Item_m643703552(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.String Mono.Xml.DTDContentModel::get_ElementName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDContentModel_get_ElementName_m1158922440 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_elementName_8(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_elementName_8(L_0); return; } } // Mono.Xml.DTDOccurence Mono.Xml.DTDContentModel::get_Occurence() extern "C" IL2CPP_METHOD_ATTR int32_t DTDContentModel_get_Occurence_m3394637266 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_occurence_11(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_occurence_11(L_0); return; } } // 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) { { int32_t L_0 = __this->get_orderType_9(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_orderType_9(L_0); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::GetAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_GetAutomata_m2840796918 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { { DTDAutomata_t781538777 * L_0 = __this->get_compiledAutomata_6(); if (L_0) { goto IL_0012; } } { DTDContentModel_Compile_m1418249235(__this, /*hidden argument*/NULL); } IL_0012: { DTDAutomata_t781538777 * L_1 = __this->get_compiledAutomata_6(); return L_1; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Compile() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Compile_m1418249235 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { { DTDAutomata_t781538777 * L_0 = DTDContentModel_CompileInternal_m1703661021(__this, /*hidden argument*/NULL); __this->set_compiledAutomata_6(L_0); DTDAutomata_t781538777 * L_1 = __this->get_compiledAutomata_6(); return L_1; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::CompileInternal() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_CompileInternal_m1703661021 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDContentModel_CompileInternal_m1703661021_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDAutomata_t781538777 * V_0 = NULL; int32_t V_1 = 0; { DTDElementDeclaration_t1830540991 * L_0 = DTDContentModel_get_ElementDecl_m3565452333(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = DTDElementDeclaration_get_IsAny_m3208998903(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { DTDObjectModel_t1729680289 * L_2 = __this->get_root_5(); NullCheck(L_2); DTDAnyAutomata_t3633486160 * L_3 = DTDObjectModel_get_Any_m483685826(L_2, /*hidden argument*/NULL); return L_3; } IL_001c: { DTDElementDeclaration_t1830540991 * L_4 = DTDContentModel_get_ElementDecl_m3565452333(__this, /*hidden argument*/NULL); NullCheck(L_4); bool L_5 = DTDElementDeclaration_get_IsEmpty_m2668080414(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0038; } } { DTDObjectModel_t1729680289 * L_6 = __this->get_root_5(); NullCheck(L_6); DTDEmptyAutomata_t465590953 * L_7 = DTDObjectModel_get_Empty_m2132593178(L_6, /*hidden argument*/NULL); return L_7; } IL_0038: { DTDAutomata_t781538777 * L_8 = DTDContentModel_GetBasicContentAutomata_m148994321(__this, /*hidden argument*/NULL); V_0 = L_8; int32_t L_9 = DTDContentModel_get_Occurence_m3394637266(__this, /*hidden argument*/NULL); V_1 = L_9; int32_t L_10 = V_1; switch (L_10) { case 0: { goto IL_0061; } case 1: { goto IL_0063; } case 2: { goto IL_0083; } case 3: { goto IL_0076; } } } { goto IL_00a1; } IL_0061: { DTDAutomata_t781538777 * L_11 = V_0; return L_11; } IL_0063: { DTDObjectModel_t1729680289 * L_12 = __this->get_root_5(); NullCheck(L_12); DTDEmptyAutomata_t465590953 * L_13 = DTDObjectModel_get_Empty_m2132593178(L_12, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_14 = V_0; DTDAutomata_t781538777 * L_15 = DTDContentModel_Choice_m3552554715(__this, L_13, L_14, /*hidden argument*/NULL); return L_15; } IL_0076: { DTDObjectModel_t1729680289 * L_16 = __this->get_root_5(); DTDAutomata_t781538777 * L_17 = V_0; DTDOneOrMoreAutomata_t1192707047 * L_18 = (DTDOneOrMoreAutomata_t1192707047 *)il2cpp_codegen_object_new(DTDOneOrMoreAutomata_t1192707047_il2cpp_TypeInfo_var); DTDOneOrMoreAutomata__ctor_m2702862782(L_18, L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_0083: { DTDObjectModel_t1729680289 * L_19 = __this->get_root_5(); NullCheck(L_19); DTDEmptyAutomata_t465590953 * L_20 = DTDObjectModel_get_Empty_m2132593178(L_19, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_21 = __this->get_root_5(); DTDAutomata_t781538777 * L_22 = V_0; DTDOneOrMoreAutomata_t1192707047 * L_23 = (DTDOneOrMoreAutomata_t1192707047 *)il2cpp_codegen_object_new(DTDOneOrMoreAutomata_t1192707047_il2cpp_TypeInfo_var); DTDOneOrMoreAutomata__ctor_m2702862782(L_23, L_21, L_22, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_24 = DTDContentModel_Choice_m3552554715(__this, L_20, L_23, /*hidden argument*/NULL); return L_24; } IL_00a1: { InvalidOperationException_t56020091 * L_25 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m2734335978(L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,DTDContentModel_CompileInternal_m1703661021_RuntimeMethod_var); } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::GetBasicContentAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_GetBasicContentAutomata_m148994321 (DTDContentModel_t3264596611 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDContentModel_GetBasicContentAutomata_m148994321_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDAutomata_t781538777 * V_0 = NULL; 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* L_0 = DTDContentModel_get_ElementName_m1158922440(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001d; } } { DTDObjectModel_t1729680289 * L_1 = __this->get_root_5(); String_t* L_2 = DTDContentModel_get_ElementName_m1158922440(__this, /*hidden argument*/NULL); DTDElementAutomata_t1050190167 * L_3 = (DTDElementAutomata_t1050190167 *)il2cpp_codegen_object_new(DTDElementAutomata_t1050190167_il2cpp_TypeInfo_var); DTDElementAutomata__ctor_m1088117097(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } IL_001d: { DTDContentModelCollection_t2798820000 * L_4 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = DTDContentModelCollection_get_Count_m3297431626(L_4, /*hidden argument*/NULL); V_4 = L_5; int32_t L_6 = V_4; if (!L_6) { goto IL_003e; } } { int32_t L_7 = V_4; if ((((int32_t)L_7) == ((int32_t)1))) { goto IL_004a; } } { goto IL_005c; } IL_003e: { DTDObjectModel_t1729680289 * L_8 = __this->get_root_5(); NullCheck(L_8); DTDEmptyAutomata_t465590953 * L_9 = DTDObjectModel_get_Empty_m2132593178(L_8, /*hidden argument*/NULL); return L_9; } IL_004a: { DTDContentModelCollection_t2798820000 * L_10 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); NullCheck(L_10); DTDContentModel_t3264596611 * L_11 = DTDContentModelCollection_get_Item_m2392527709(L_10, 0, /*hidden argument*/NULL); NullCheck(L_11); DTDAutomata_t781538777 * L_12 = DTDContentModel_GetAutomata_m2840796918(L_11, /*hidden argument*/NULL); return L_12; } IL_005c: { V_0 = (DTDAutomata_t781538777 *)NULL; DTDContentModelCollection_t2798820000 * L_13 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = DTDContentModelCollection_get_Count_m3297431626(L_13, /*hidden argument*/NULL); V_1 = L_14; int32_t L_15 = DTDContentModel_get_OrderType_m3335859170(__this, /*hidden argument*/NULL); V_5 = L_15; int32_t L_16 = V_5; if ((((int32_t)L_16) == ((int32_t)1))) { goto IL_0087; } } { int32_t L_17 = V_5; if ((((int32_t)L_17) == ((int32_t)2))) { goto IL_00e5; } } { goto IL_0143; } IL_0087: { DTDContentModelCollection_t2798820000 * L_18 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_19 = V_1; NullCheck(L_18); DTDContentModel_t3264596611 * L_20 = DTDContentModelCollection_get_Item_m2392527709(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)2)), /*hidden argument*/NULL); NullCheck(L_20); DTDAutomata_t781538777 * L_21 = DTDContentModel_GetAutomata_m2840796918(L_20, /*hidden argument*/NULL); DTDContentModelCollection_t2798820000 * L_22 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_23 = V_1; NullCheck(L_22); DTDContentModel_t3264596611 * L_24 = DTDContentModelCollection_get_Item_m2392527709(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_24); DTDAutomata_t781538777 * L_25 = DTDContentModel_GetAutomata_m2840796918(L_24, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_26 = DTDContentModel_Sequence_m899346704(__this, L_21, L_25, /*hidden argument*/NULL); V_0 = L_26; int32_t L_27 = V_1; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)2)); goto IL_00dc; } IL_00bd: { DTDContentModelCollection_t2798820000 * L_28 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_29 = V_2; NullCheck(L_28); DTDContentModel_t3264596611 * L_30 = DTDContentModelCollection_get_Item_m2392527709(L_28, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_30); DTDAutomata_t781538777 * L_31 = DTDContentModel_GetAutomata_m2840796918(L_30, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_32 = V_0; DTDAutomata_t781538777 * L_33 = DTDContentModel_Sequence_m899346704(__this, L_31, L_32, /*hidden argument*/NULL); V_0 = L_33; int32_t L_34 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)); } IL_00dc: { int32_t L_35 = V_2; if ((((int32_t)L_35) > ((int32_t)0))) { goto IL_00bd; } } { DTDAutomata_t781538777 * L_36 = V_0; return L_36; } IL_00e5: { DTDContentModelCollection_t2798820000 * L_37 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_38 = V_1; NullCheck(L_37); DTDContentModel_t3264596611 * L_39 = DTDContentModelCollection_get_Item_m2392527709(L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)2)), /*hidden argument*/NULL); NullCheck(L_39); DTDAutomata_t781538777 * L_40 = DTDContentModel_GetAutomata_m2840796918(L_39, /*hidden argument*/NULL); DTDContentModelCollection_t2798820000 * L_41 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_42 = V_1; NullCheck(L_41); DTDContentModel_t3264596611 * L_43 = DTDContentModelCollection_get_Item_m2392527709(L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_43); DTDAutomata_t781538777 * L_44 = DTDContentModel_GetAutomata_m2840796918(L_43, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_45 = DTDContentModel_Choice_m3552554715(__this, L_40, L_44, /*hidden argument*/NULL); V_0 = L_45; int32_t L_46 = V_1; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)2)); goto IL_013a; } IL_011b: { DTDContentModelCollection_t2798820000 * L_47 = DTDContentModel_get_ChildModels_m1303332449(__this, /*hidden argument*/NULL); int32_t L_48 = V_3; NullCheck(L_47); DTDContentModel_t3264596611 * L_49 = DTDContentModelCollection_get_Item_m2392527709(L_47, ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)1)), /*hidden argument*/NULL); NullCheck(L_49); DTDAutomata_t781538777 * L_50 = DTDContentModel_GetAutomata_m2840796918(L_49, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_51 = V_0; DTDAutomata_t781538777 * L_52 = DTDContentModel_Choice_m3552554715(__this, L_50, L_51, /*hidden argument*/NULL); V_0 = L_52; int32_t L_53 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)1)); } IL_013a: { int32_t L_54 = V_3; if ((((int32_t)L_54) > ((int32_t)0))) { goto IL_011b; } } { DTDAutomata_t781538777 * L_55 = V_0; return L_55; } IL_0143: { InvalidOperationException_t56020091 * L_56 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_56, _stringLiteral8053872, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,DTDContentModel_GetBasicContentAutomata_m148994321_RuntimeMethod_var); } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Sequence(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Sequence_m899346704 (DTDContentModel_t3264596611 * __this, DTDAutomata_t781538777 * ___l0, DTDAutomata_t781538777 * ___r1, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_root_5(); NullCheck(L_0); DTDAutomataFactory_t2958275022 * L_1 = DTDObjectModel_get_Factory_m2668598880(L_0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_2 = ___l0; DTDAutomata_t781538777 * L_3 = ___r1; NullCheck(L_1); DTDSequenceAutomata_t2865847115 * L_4 = DTDAutomataFactory_Sequence_m3563248718(L_1, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDContentModel::Choice(Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDContentModel_Choice_m3552554715 (DTDContentModel_t3264596611 * __this, DTDAutomata_t781538777 * ___l0, DTDAutomata_t781538777 * ___r1, const RuntimeMethod* method) { { DTDAutomata_t781538777 * L_0 = ___l0; DTDAutomata_t781538777 * L_1 = ___r1; NullCheck(L_0); DTDAutomata_t781538777 * L_2 = DTDAutomata_MakeChoice_m2090078545(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 Mono.Xml.DTDContentModelCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void DTDContentModelCollection__ctor_m1037658466 (DTDContentModelCollection_t2798820000 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDContentModelCollection__ctor_m1037658466_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_contentModel_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDContentModelCollection_get_Item_m2392527709_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_contentModel_0(); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); return ((DTDContentModel_t3264596611 *)IsInstClass((RuntimeObject*)L_2, DTDContentModel_t3264596611_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Xml.DTDContentModelCollection::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t DTDContentModelCollection_get_Count_m3297431626 (DTDContentModelCollection_t2798820000 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_contentModel_0(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); return L_1; } } // System.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) { { ArrayList_t2718874744 * L_0 = __this->get_contentModel_0(); DTDContentModel_t3264596611 * L_1 = ___model0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDElementAutomata::.ctor(Mono.Xml.DTDObjectModel,System.String) extern "C" IL2CPP_METHOD_ATTR void DTDElementAutomata__ctor_m1088117097 (DTDElementAutomata_t1050190167 * __this, DTDObjectModel_t1729680289 * ___root0, String_t* ___name1, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name1; __this->set_name_1(L_1); return; } } // System.String Mono.Xml.DTDElementAutomata::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDElementAutomata_get_Name_m3172890970 (DTDElementAutomata_t1050190167 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_1(); return L_0; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDElementAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDElementAutomata_TryStartElement_m866366944 (DTDElementAutomata_t1050190167 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDElementAutomata_TryStartElement_m866366944_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = DTDElementAutomata_get_Name_m3172890970(__this, /*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); if (!L_2) { goto IL_001d; } } { DTDObjectModel_t1729680289 * L_3 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_3); DTDEmptyAutomata_t465590953 * L_4 = DTDObjectModel_get_Empty_m2132593178(L_3, /*hidden argument*/NULL); return L_4; } IL_001d: { DTDObjectModel_t1729680289 * L_5 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDInvalidAutomata_t1406553220 * L_6 = DTDObjectModel_get_Invalid_m2081184092(L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; __this->set_root_5(L_0); return; } } // System.String Mono.Xml.DTDElementDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDElementDeclaration_get_Name_m3235366997 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_7(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_7(L_0); return; } } // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsEmpty_m2668080414 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isEmpty_8(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_isEmpty_8(L_0); return; } } // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsAny() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsAny_m3208998903 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isAny_9(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_isAny_9(L_0); return; } } // System.Boolean Mono.Xml.DTDElementDeclaration::get_IsMixedContent() extern "C" IL2CPP_METHOD_ATTR bool DTDElementDeclaration_get_IsMixedContent_m4155140208 (DTDElementDeclaration_t1830540991 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isMixedContent_10(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_isMixedContent_10(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDElementDeclaration_get_ContentModel_m2473615350_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDContentModel_t3264596611 * L_0 = __this->get_contentModel_6(); if (L_0) { goto IL_0022; } } { DTDObjectModel_t1729680289 * L_1 = __this->get_root_5(); String_t* L_2 = DTDElementDeclaration_get_Name_m3235366997(__this, /*hidden argument*/NULL); DTDContentModel_t3264596611 * L_3 = (DTDContentModel_t3264596611 *)il2cpp_codegen_object_new(DTDContentModel_t3264596611_il2cpp_TypeInfo_var); DTDContentModel__ctor_m1009718562(L_3, L_1, L_2, /*hidden argument*/NULL); __this->set_contentModel_6(L_3); } IL_0022: { DTDContentModel_t3264596611 * L_4 = __this->get_contentModel_6(); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDElementDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDElementDeclarationCollection__ctor_m4236567404 (DTDElementDeclarationCollection_t222313714 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDCollectionBase__ctor_m3429786084(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDElementDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDElementDeclarationCollection_get_Item_m643703552 (DTDElementDeclarationCollection_t222313714 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; DTDElementDeclaration_t1830540991 * L_1 = DTDElementDeclarationCollection_Get_m4279625071(__this, L_0, /*hidden argument*/NULL); return L_1; } } // Mono.Xml.DTDElementDeclaration Mono.Xml.DTDElementDeclarationCollection::Get(System.String) extern "C" IL2CPP_METHOD_ATTR DTDElementDeclaration_t1830540991 * DTDElementDeclarationCollection_Get_m4279625071 (DTDElementDeclarationCollection_t222313714 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDElementDeclarationCollection_Get_m4279625071_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = DTDCollectionBase_BaseGet_m4125684817(__this, L_0, /*hidden argument*/NULL); return ((DTDElementDeclaration_t1830540991 *)IsInstClass((RuntimeObject*)L_1, DTDElementDeclaration_t1830540991_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDElementDeclarationCollection_Add_m184065781_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; bool L_1 = DTDCollectionBase_Contains_m2242936902(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0029; } } { DTDObjectModel_t1729680289 * L_2 = DTDCollectionBase_get_Root_m2526370025(__this, /*hidden argument*/NULL); String_t* L_3 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral891653241, L_3, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_5 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_5, L_4, (Exception_t *)NULL, /*hidden argument*/NULL); NullCheck(L_2); DTDObjectModel_AddError_m663438897(L_2, L_5, /*hidden argument*/NULL); return; } IL_0029: { DTDElementDeclaration_t1830540991 * L_6 = ___decl1; DTDObjectModel_t1729680289 * L_7 = DTDCollectionBase_get_Root_m2526370025(__this, /*hidden argument*/NULL); NullCheck(L_6); DTDNode_SetRoot_m2418337087(L_6, L_7, /*hidden argument*/NULL); String_t* L_8 = ___name0; DTDElementDeclaration_t1830540991 * L_9 = ___decl1; DTDCollectionBase_BaseAdd_m1921945204(__this, L_8, L_9, /*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.DTDEmptyAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEmptyAutomata__ctor_m467107178 (DTDEmptyAutomata_t465590953 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDEmptyAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDEmptyAutomata_TryEndElement_m2604374490 (DTDEmptyAutomata_t465590953 * __this, const RuntimeMethod* method) { { return __this; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDEmptyAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDEmptyAutomata_TryStartElement_m3150777685 (DTDEmptyAutomata_t465590953 * __this, String_t* ___name0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_0); DTDInvalidAutomata_t1406553220 * L_1 = DTDObjectModel_get_Invalid_m2081184092(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Mono.Xml.DTDEmptyAutomata::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool DTDEmptyAutomata_get_Emptiable_m2501308457 (DTDEmptyAutomata_t465590953 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDEntityBase::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase__ctor_m1870083492 (DTDEntityBase_t1228162861 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; DTDNode_SetRoot_m2418337087(__this, L_0, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml.DTDEntityBase::get_IsInvalid() extern "C" IL2CPP_METHOD_ATTR bool DTDEntityBase_get_IsInvalid_m1316318435 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isInvalid_12(); return L_0; } } // System.Void Mono.Xml.DTDEntityBase::set_LoadFailed(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_set_LoadFailed_m4140829105 (DTDEntityBase_t1228162861 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_loadFailed_13(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_Name_m1482881339 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_5(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_PublicId_m1097134121 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_6(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_publicId_6(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_SystemId_m548211319 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_7(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_systemId_7(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_LiteralEntityValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_LiteralEntityValue_m3165688761 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_literalValue_8(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_literalValue_8(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_ReplacementText() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ReplacementText_m2400228330 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_replacementText_9(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_replacementText_9(L_0); return; } } // 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) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_14(L_0); return; } } // System.String Mono.Xml.DTDEntityBase::get_ActualUri() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityBase_get_ActualUri_m3317770620 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityBase_get_ActualUri_m3317770620_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); DTDEntityBase_t1228162861 * G_B13_0 = NULL; DTDEntityBase_t1228162861 * G_B12_0 = NULL; String_t* G_B14_0 = NULL; DTDEntityBase_t1228162861 * G_B14_1 = NULL; { String_t* L_0 = __this->get_uriString_10(); if (L_0) { goto IL_00bb; } } { XmlResolver_t626023767 * L_1 = __this->get_resolver_14(); if (!L_1) { goto IL_0031; } } { String_t* L_2 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { String_t* L_3 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4 = String_get_Length_m3847582255(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0042; } } IL_0031: { String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, __this); __this->set_uriString_10(L_5); goto IL_00bb; } IL_0042: { V_0 = (Uri_t100236324 *)NULL; } IL_0044: try { // begin try (depth: 1) { String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, __this); if (!L_6) { goto IL_006c; } } IL_004f: { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, __this); NullCheck(L_7); int32_t L_8 = String_get_Length_m3847582255(L_7, /*hidden argument*/NULL); if ((((int32_t)L_8) <= ((int32_t)0))) { goto IL_006c; } } IL_0060: { String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, __this); Uri_t100236324 * L_10 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_006c: { goto IL_0077; } } // 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_0071; throw e; } CATCH_0071: { // begin catch(System.UriFormatException) goto IL_0077; } // end catch (depth: 1) IL_0077: { XmlResolver_t626023767 * L_11 = __this->get_resolver_14(); Uri_t100236324 * L_12 = V_0; String_t* L_13 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); NullCheck(L_11); Uri_t100236324 * L_14 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_11, L_12, L_13); __this->set_absUri_11(L_14); Uri_t100236324 * L_15 = __this->get_absUri_11(); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_16 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_15, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); G_B12_0 = __this; if (!L_16) { G_B13_0 = __this; goto IL_00b1; } } { Uri_t100236324 * L_17 = __this->get_absUri_11(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_17); G_B14_0 = L_18; G_B14_1 = G_B12_0; goto IL_00b6; } IL_00b1: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B14_0 = L_19; G_B14_1 = G_B13_0; } IL_00b6: { NullCheck(G_B14_1); G_B14_1->set_uriString_10(G_B14_0); } IL_00bb: { String_t* L_20 = __this->get_uriString_10(); return L_20; } } // System.Void Mono.Xml.DTDEntityBase::Resolve() extern "C" IL2CPP_METHOD_ATTR void DTDEntityBase_Resolve_m3690880264 (DTDEntityBase_t1228162861 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityBase_Resolve_m3690880264_MetadataUsageId); s_Il2CppMethodInitialized = true; } Stream_t1273022909 * V_0 = NULL; XmlTextReader_t3455035481 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = DTDEntityBase_get_ActualUri_m3317770620(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0028; } } { DTDEntityBase_set_LoadFailed_m4140829105(__this, (bool)1, /*hidden argument*/NULL); 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(); DTDEntityBase_set_LiteralEntityValue_m657829660(__this, L_3, /*hidden argument*/NULL); return; } IL_0028: { DTDObjectModel_t1729680289 * L_4 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_4); Hashtable_t1853889766 * L_5 = DTDObjectModel_get_ExternalResources_m865763292(L_4, /*hidden argument*/NULL); String_t* L_6 = DTDEntityBase_get_ActualUri_m3317770620(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_5, L_6); if (!L_7) { goto IL_0064; } } { DTDObjectModel_t1729680289 * L_8 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_8); Hashtable_t1853889766 * L_9 = DTDObjectModel_get_ExternalResources_m865763292(L_8, /*hidden argument*/NULL); String_t* L_10 = DTDEntityBase_get_ActualUri_m3317770620(__this, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_11 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_9, L_10); DTDEntityBase_set_LiteralEntityValue_m657829660(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); } IL_0064: { V_0 = (Stream_t1273022909 *)NULL; } IL_0066: try { // begin try (depth: 1) try { // begin try (depth: 2) { XmlResolver_t626023767 * L_12 = __this->get_resolver_14(); Uri_t100236324 * L_13 = __this->get_absUri_11(); RuntimeTypeHandle_t3027515415 L_14 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_15 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); NullCheck(L_12); RuntimeObject * L_16 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_12, L_13, (String_t*)NULL, L_15); V_0 = ((Stream_t1273022909 *)IsInstClass((RuntimeObject*)L_16, Stream_t1273022909_il2cpp_TypeInfo_var)); String_t* L_17 = DTDEntityBase_get_ActualUri_m3317770620(__this, /*hidden argument*/NULL); Stream_t1273022909 * L_18 = V_0; DTDObjectModel_t1729680289 * L_19 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_19); XmlNameTable_t71772148 * L_20 = DTDObjectModel_get_NameTable_m461383864(L_19, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_21 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m407573097(L_21, L_17, L_18, L_20, /*hidden argument*/NULL); V_1 = L_21; XmlTextReader_t3455035481 * L_22 = V_1; NullCheck(L_22); TextReader_t283511965 * L_23 = XmlTextReader_GetRemainder_m3291199686(L_22, /*hidden argument*/NULL); NullCheck(L_23); String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadToEnd() */, L_23); DTDEntityBase_set_LiteralEntityValue_m657829660(__this, L_24, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_25 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_25); Hashtable_t1853889766 * L_26 = DTDObjectModel_get_ExternalResources_m865763292(L_25, /*hidden argument*/NULL); String_t* L_27 = DTDEntityBase_get_ActualUri_m3317770620(__this, /*hidden argument*/NULL); String_t* L_28 = DTDEntityBase_get_LiteralEntityValue_m3165688761(__this, /*hidden argument*/NULL); NullCheck(L_26); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_26, L_27, L_28); DTDObjectModel_t1729680289 * L_29 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_29); Hashtable_t1853889766 * L_30 = DTDObjectModel_get_ExternalResources_m865763292(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_30); if ((((int32_t)L_31) <= ((int32_t)((int32_t)256)))) { goto IL_00f2; } } IL_00e7: { InvalidOperationException_t56020091 * L_32 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_32, _stringLiteral1387388418, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32,DTDEntityBase_Resolve_m3690880264_RuntimeMethod_var); } IL_00f2: { IL2CPP_LEAVE(0x11C, FINALLY_010f); } } // end try (depth: 2) 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_00f7; throw e; } CATCH_00f7: { // begin catch(System.Exception) IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); DTDEntityBase_set_LiteralEntityValue_m657829660(__this, L_33, /*hidden argument*/NULL); DTDEntityBase_set_LoadFailed_m4140829105(__this, (bool)1, /*hidden argument*/NULL); IL2CPP_LEAVE(0x11C, FINALLY_010f); } // end catch (depth: 2) } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_010f; } FINALLY_010f: { // begin finally (depth: 1) { Stream_t1273022909 * L_34 = V_0; if (!L_34) { goto IL_011b; } } IL_0115: { Stream_t1273022909 * L_35 = V_0; NullCheck(L_35); VirtActionInvoker0::Invoke(14 /* System.Void System.IO.Stream::Close() */, L_35); } IL_011b: { IL2CPP_END_FINALLY(271) } } // end finally (depth: 1) IL2CPP_CLEANUP(271) { IL2CPP_JUMP_TBL(0x11C, IL_011c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_011c: { 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.DTDEntityDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclaration__ctor_m807478646 (DTDEntityDeclaration_t811637416 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclaration__ctor_m807478646_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_ReferencingEntities_17(L_0); DTDObjectModel_t1729680289 * L_1 = ___root0; DTDEntityBase__ctor_m1870083492(__this, L_1, /*hidden argument*/NULL); return; } } // System.String Mono.Xml.DTDEntityDeclaration::get_NotationName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityDeclaration_get_NotationName_m675121615 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_notationName_16(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_notationName_16(L_0); return; } } // System.Boolean Mono.Xml.DTDEntityDeclaration::get_HasExternalReference() extern "C" IL2CPP_METHOD_ATTR bool DTDEntityDeclaration_get_HasExternalReference_m2445477146 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclaration_get_HasExternalReference_m2445477146_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_scanned_18(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); DTDEntityDeclaration_ScanEntityValue_m289179801(__this, L_1, /*hidden argument*/NULL); } IL_0016: { bool L_2 = __this->get_hasExternalReference_20(); return L_2; } } // System.String Mono.Xml.DTDEntityDeclaration::get_EntityValue() extern "C" IL2CPP_METHOD_ATTR String_t* DTDEntityDeclaration_get_EntityValue_m498441691 (DTDEntityDeclaration_t811637416 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclaration_get_EntityValue_m498441691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = DTDEntityBase_get_IsInvalid_m1316318435(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_1; } IL_0011: { String_t* L_2 = DTDEntityBase_get_PublicId_m1097134121(__this, /*hidden argument*/NULL); if (L_2) { goto IL_0038; } } { String_t* L_3 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); if (L_3) { goto IL_0038; } } { String_t* L_4 = DTDEntityBase_get_LiteralEntityValue_m3165688761(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0038; } } { 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_0038: { String_t* L_6 = __this->get_entityValue_15(); if (L_6) { goto IL_00bc; } } { String_t* L_7 = DTDEntityDeclaration_get_NotationName_m675121615(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_005e; } } { 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(); __this->set_entityValue_15(L_8); goto IL_00b1; } IL_005e: { String_t* L_9 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); if (!L_9) { goto IL_007e; } } { String_t* L_10 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); 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_00a5; } } IL_007e: { String_t* L_13 = DTDEntityBase_get_ReplacementText_m2400228330(__this, /*hidden argument*/NULL); __this->set_entityValue_15(L_13); String_t* L_14 = __this->get_entityValue_15(); if (L_14) { goto IL_00a0; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_entityValue_15(L_15); } IL_00a0: { goto IL_00b1; } IL_00a5: { String_t* L_16 = DTDEntityBase_get_ReplacementText_m2400228330(__this, /*hidden argument*/NULL); __this->set_entityValue_15(L_16); } IL_00b1: { ArrayList_t2718874744 * L_17 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_17, /*hidden argument*/NULL); DTDEntityDeclaration_ScanEntityValue_m289179801(__this, L_17, /*hidden argument*/NULL); } IL_00bc: { String_t* L_18 = __this->get_entityValue_15(); return L_18; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclaration_ScanEntityValue_m289179801_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; RuntimeObject* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; String_t* V_6 = NULL; DTDEntityDeclaration_t811637416 * V_7 = NULL; String_t* V_8 = NULL; RuntimeObject* V_9 = NULL; RuntimeObject* V_10 = NULL; Il2CppChar V_11 = 0x0; RuntimeObject* V_12 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { String_t* L_0 = DTDEntityDeclaration_get_EntityValue_m498441691(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = DTDEntityBase_get_SystemId_m548211319(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { __this->set_hasExternalReference_20((bool)1); } IL_0019: { bool L_2 = __this->get_recursed_19(); if (!L_2) { goto IL_0030; } } { XmlException_t1761730631 * L_3 = DTDNode_NotWFError_m151665321(__this, _stringLiteral2418643425, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,DTDEntityDeclaration_ScanEntityValue_m289179801_RuntimeMethod_var); } IL_0030: { __this->set_recursed_19((bool)1); bool L_4 = __this->get_scanned_18(); if (!L_4) { goto IL_00b0; } } { ArrayList_t2718874744 * L_5 = ___refs0; NullCheck(L_5); RuntimeObject* L_6 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_5); V_2 = L_6; } IL_0049: try { // begin try (depth: 1) { goto IL_0083; } IL_004e: { RuntimeObject* L_7 = V_2; NullCheck(L_7); RuntimeObject * L_8 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_9 = __this->get_ReferencingEntities_17(); String_t* L_10 = V_1; NullCheck(L_9); bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_9, L_10); if (!L_11) { goto IL_0083; } } IL_006b: { String_t* L_12 = V_1; String_t* L_13 = DTDEntityBase_get_Name_m1482881339(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral1689551606, L_12, L_13, /*hidden argument*/NULL); XmlException_t1761730631 * L_15 = DTDNode_NotWFError_m151665321(__this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DTDEntityDeclaration_ScanEntityValue_m289179801_RuntimeMethod_var); } IL_0083: { RuntimeObject* L_16 = V_2; NullCheck(L_16); bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_16); if (L_17) { goto IL_004e; } } IL_008e: { IL2CPP_LEAVE(0xA8, FINALLY_0093); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0093; } FINALLY_0093: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_2; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_10; if (L_19) { goto IL_00a0; } } IL_009f: { IL2CPP_END_FINALLY(147) } IL_00a0: { RuntimeObject* L_20 = V_10; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(147) } } // end finally (depth: 1) IL2CPP_CLEANUP(147) { IL2CPP_JUMP_TBL(0xA8, IL_00a8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a8: { __this->set_recursed_19((bool)0); return; } IL_00b0: { String_t* L_21 = V_0; NullCheck(L_21); int32_t L_22 = String_get_Length_m3847582255(L_21, /*hidden argument*/NULL); V_3 = L_22; V_4 = 0; V_5 = 0; goto IL_0243; } IL_00c2: { String_t* L_23 = V_0; int32_t L_24 = V_5; NullCheck(L_23); Il2CppChar L_25 = String_get_Chars_m2986988803(L_23, L_24, /*hidden argument*/NULL); V_11 = L_25; Il2CppChar L_26 = V_11; if ((((int32_t)L_26) == ((int32_t)((int32_t)38)))) { goto IL_00e3; } } { Il2CppChar L_27 = V_11; if ((((int32_t)L_27) == ((int32_t)((int32_t)59)))) { goto IL_00ee; } } { goto IL_023d; } IL_00e3: { int32_t L_28 = V_5; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); goto IL_023d; } IL_00ee: { int32_t L_29 = V_4; if (L_29) { goto IL_00fa; } } { goto IL_023d; } IL_00fa: { String_t* L_30 = V_0; int32_t L_31 = V_4; int32_t L_32 = V_5; int32_t L_33 = V_4; NullCheck(L_30); String_t* L_34 = String_Substring_m1610150815(L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL); V_6 = L_34; String_t* L_35 = V_6; NullCheck(L_35); int32_t L_36 = String_get_Length_m3847582255(L_35, /*hidden argument*/NULL); if (L_36) { goto IL_0121; } } { XmlException_t1761730631 * L_37 = DTDNode_NotWFError_m151665321(__this, _stringLiteral88527364, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,DTDEntityDeclaration_ScanEntityValue_m289179801_RuntimeMethod_var); } IL_0121: { String_t* L_38 = V_6; NullCheck(L_38); Il2CppChar L_39 = String_get_Chars_m2986988803(L_38, 0, /*hidden argument*/NULL); if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)35))))) { goto IL_0135; } } { goto IL_023d; } IL_0135: { String_t* L_40 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); int32_t L_41 = XmlChar_GetPredefinedEntity_m872927676(NULL /*static, unused*/, L_40, /*hidden argument*/NULL); if ((((int32_t)L_41) < ((int32_t)0))) { goto IL_0147; } } { goto IL_023d; } IL_0147: { ArrayList_t2718874744 * L_42 = __this->get_ReferencingEntities_17(); String_t* L_43 = V_6; NullCheck(L_42); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_42, L_43); DTDObjectModel_t1729680289 * L_44 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); NullCheck(L_44); DTDEntityDeclarationCollection_t2250844513 * L_45 = DTDObjectModel_get_EntityDecls_m2343264842(L_44, /*hidden argument*/NULL); String_t* L_46 = V_6; NullCheck(L_45); DTDEntityDeclaration_t811637416 * L_47 = DTDEntityDeclarationCollection_get_Item_m883323424(L_45, L_46, /*hidden argument*/NULL); V_7 = L_47; DTDEntityDeclaration_t811637416 * L_48 = V_7; if (!L_48) { goto IL_0235; } } { DTDEntityDeclaration_t811637416 * L_49 = V_7; NullCheck(L_49); String_t* L_50 = DTDEntityBase_get_SystemId_m548211319(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0183; } } { __this->set_hasExternalReference_20((bool)1); } IL_0183: { ArrayList_t2718874744 * L_51 = ___refs0; String_t* L_52 = DTDEntityBase_get_Name_m1482881339(__this, /*hidden argument*/NULL); NullCheck(L_51); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_51, L_52); DTDEntityDeclaration_t811637416 * L_53 = V_7; ArrayList_t2718874744 * L_54 = ___refs0; NullCheck(L_53); DTDEntityDeclaration_ScanEntityValue_m289179801(L_53, L_54, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_55 = V_7; NullCheck(L_55); ArrayList_t2718874744 * L_56 = L_55->get_ReferencingEntities_17(); NullCheck(L_56); RuntimeObject* L_57 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_56); V_9 = L_57; } IL_01a6: try { // begin try (depth: 1) { goto IL_01c7; } IL_01ab: { RuntimeObject* L_58 = V_9; NullCheck(L_58); RuntimeObject * L_59 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_58); V_8 = ((String_t*)CastclassSealed((RuntimeObject*)L_59, String_t_il2cpp_TypeInfo_var)); ArrayList_t2718874744 * L_60 = __this->get_ReferencingEntities_17(); String_t* L_61 = V_8; NullCheck(L_60); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_60, L_61); } IL_01c7: { RuntimeObject* L_62 = V_9; NullCheck(L_62); bool L_63 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_62); if (L_63) { goto IL_01ab; } } IL_01d3: { IL2CPP_LEAVE(0x1EE, FINALLY_01d8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01d8; } FINALLY_01d8: { // begin finally (depth: 1) { RuntimeObject* L_64 = V_9; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_64, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_65 = V_12; if (L_65) { goto IL_01e6; } } IL_01e5: { IL2CPP_END_FINALLY(472) } IL_01e6: { RuntimeObject* L_66 = V_12; NullCheck(L_66); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_66); IL2CPP_END_FINALLY(472) } } // end finally (depth: 1) IL2CPP_CLEANUP(472) { IL2CPP_JUMP_TBL(0x1EE, IL_01ee) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01ee: { ArrayList_t2718874744 * L_67 = ___refs0; String_t* L_68 = DTDEntityBase_get_Name_m1482881339(__this, /*hidden argument*/NULL); NullCheck(L_67); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_67, L_68); String_t* L_69 = V_0; int32_t L_70 = V_4; String_t* L_71 = V_6; NullCheck(L_71); int32_t L_72 = String_get_Length_m3847582255(L_71, /*hidden argument*/NULL); NullCheck(L_69); String_t* L_73 = String_Remove_m562998446(L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1)), ((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)2)), /*hidden argument*/NULL); V_0 = L_73; String_t* L_74 = V_0; int32_t L_75 = V_4; DTDEntityDeclaration_t811637416 * L_76 = V_7; NullCheck(L_76); String_t* L_77 = DTDEntityDeclaration_get_EntityValue_m498441691(L_76, /*hidden argument*/NULL); NullCheck(L_74); String_t* L_78 = String_Insert_m3534971326(L_74, ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)1)), L_77, /*hidden argument*/NULL); V_0 = L_78; int32_t L_79 = V_5; String_t* L_80 = V_6; NullCheck(L_80); int32_t L_81 = String_get_Length_m3847582255(L_80, /*hidden argument*/NULL); V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_79, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)))); String_t* L_82 = V_0; NullCheck(L_82); int32_t L_83 = String_get_Length_m3847582255(L_82, /*hidden argument*/NULL); V_3 = L_83; } IL_0235: { V_4 = 0; goto IL_023d; } IL_023d: { int32_t L_84 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_0243: { int32_t L_85 = V_5; int32_t L_86 = V_3; if ((((int32_t)L_85) < ((int32_t)L_86))) { goto IL_00c2; } } { int32_t L_87 = V_4; if (!L_87) { goto IL_027b; } } { DTDObjectModel_t1729680289 * L_88 = DTDNode_get_Root_m2984697035(__this, /*hidden argument*/NULL); int32_t L_89 = DTDNode_get_LineNumber_m711922727(__this, /*hidden argument*/NULL); int32_t L_90 = DTDNode_get_LinePosition_m855897727(__this, /*hidden argument*/NULL); String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, __this); XmlSchemaException_t3511258692 * L_92 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_92, _stringLiteral1758338508, L_89, L_90, (XmlSchemaObject_t1315720168 *)NULL, L_91, (Exception_t *)NULL, /*hidden argument*/NULL); NullCheck(L_88); DTDObjectModel_AddError_m663438897(L_88, L_92, /*hidden argument*/NULL); } IL_027b: { __this->set_scanned_18((bool)1); __this->set_recursed_19((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDEntityDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDEntityDeclarationCollection__ctor_m2600599280 (DTDEntityDeclarationCollection_t2250844513 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDCollectionBase__ctor_m3429786084(__this, L_0, /*hidden argument*/NULL); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclarationCollection_get_Item_m883323424_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = DTDCollectionBase_BaseGet_m4125684817(__this, L_0, /*hidden argument*/NULL); return ((DTDEntityDeclaration_t811637416 *)IsInstClass((RuntimeObject*)L_1, DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDEntityDeclarationCollection_Add_m3564010074_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; bool L_1 = DTDCollectionBase_Contains_m2242936902(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral987067896, L_2, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DTDEntityDeclarationCollection_Add_m3564010074_RuntimeMethod_var); } IL_001d: { DTDEntityDeclaration_t811637416 * L_5 = ___decl1; DTDObjectModel_t1729680289 * L_6 = DTDCollectionBase_get_Root_m2526370025(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDNode_SetRoot_m2418337087(L_5, L_6, /*hidden argument*/NULL); String_t* L_7 = ___name0; DTDEntityDeclaration_t811637416 * L_8 = ___decl1; DTDCollectionBase_BaseAdd_m1921945204(__this, L_7, L_8, /*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.DTDInvalidAutomata::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDInvalidAutomata__ctor_m2280271974 (DTDInvalidAutomata_t1406553220 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDInvalidAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDInvalidAutomata_TryEndElement_m4093069744 (DTDInvalidAutomata_t1406553220 * __this, const RuntimeMethod* method) { { return __this; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDInvalidAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDInvalidAutomata_TryStartElement_m3879479117 (DTDInvalidAutomata_t1406553220 * __this, String_t* ___name0, const RuntimeMethod* method) { { return __this; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDNode::.ctor() extern "C" IL2CPP_METHOD_ATTR void DTDNode__ctor_m1418166605 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.String Mono.Xml.DTDNode::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNode_get_BaseURI_m2121235413 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_2(); return L_0; } } // System.Void Mono.Xml.DTDNode::set_BaseURI(System.String) extern "C" IL2CPP_METHOD_ATTR void DTDNode_set_BaseURI_m3292984824 (DTDNode_t858560093 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_baseURI_2(L_0); return; } } // System.Boolean Mono.Xml.DTDNode::get_IsInternalSubset() extern "C" IL2CPP_METHOD_ATTR bool DTDNode_get_IsInternalSubset_m279305321 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isInternalSubset_1(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_isInternalSubset_1(L_0); return; } } // System.Int32 Mono.Xml.DTDNode::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDNode_get_LineNumber_m711922727 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_3(); return L_0; } } // System.Int32 Mono.Xml.DTDNode::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDNode_get_LinePosition_m855897727 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_4(); return L_0; } } // System.Boolean Mono.Xml.DTDNode::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool DTDNode_HasLineInfo_m2563026676 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_3(); return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void Mono.Xml.DTDNode::SetRoot(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNode_SetRoot_m2418337087 (DTDNode_t858560093 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; __this->set_root_0(L_0); String_t* L_1 = __this->get_baseURI_2(); if (L_1) { goto IL_001e; } } { DTDObjectModel_t1729680289 * L_2 = ___root0; NullCheck(L_2); String_t* L_3 = DTDObjectModel_get_BaseURI_m4066085242(L_2, /*hidden argument*/NULL); VirtActionInvoker1< String_t* >::Invoke(8 /* System.Void Mono.Xml.DTDNode::set_BaseURI(System.String) */, __this, L_3); } IL_001e: { return; } } // Mono.Xml.DTDObjectModel Mono.Xml.DTDNode::get_Root() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDNode_get_Root_m2984697035 (DTDNode_t858560093 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_root_0(); return L_0; } } // System.Xml.XmlException Mono.Xml.DTDNode::NotWFError(System.String) extern "C" IL2CPP_METHOD_ATTR XmlException_t1761730631 * DTDNode_NotWFError_m151665321 (DTDNode_t858560093 * __this, String_t* ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDNode_NotWFError_m151665321_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::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; } } #ifdef __clang__ #pragma 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.DTDNotationDeclaration::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclaration__ctor_m299885585 (DTDNotationDeclaration_t3702682588 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDNode__ctor_m1418166605(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_0 = ___root0; DTDNode_SetRoot_m2418337087(__this, L_0, /*hidden argument*/NULL); return; } } // System.String Mono.Xml.DTDNotationDeclaration::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_Name_m2084897025 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_5(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_5(L_0); return; } } // System.String Mono.Xml.DTDNotationDeclaration::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_PublicId_m2264571245 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_8(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_publicId_8(L_0); return; } } // System.String Mono.Xml.DTDNotationDeclaration::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_SystemId_m3829250027 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_9(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_systemId_9(L_0); return; } } // System.String Mono.Xml.DTDNotationDeclaration::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_LocalName_m3055653754 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_localName_6(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_localName_6(L_0); return; } } // System.String Mono.Xml.DTDNotationDeclaration::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* DTDNotationDeclaration_get_Prefix_m1111171227 (DTDNotationDeclaration_t3702682588 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_prefix_7(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_prefix_7(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDNotationDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDNotationDeclarationCollection__ctor_m2336051020 (DTDNotationDeclarationCollection_t959292105 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDCollectionBase__ctor_m3429786084(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.DTDNotationDeclaration Mono.Xml.DTDNotationDeclarationCollection::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR DTDNotationDeclaration_t3702682588 * DTDNotationDeclarationCollection_get_Item_m3718639518 (DTDNotationDeclarationCollection_t959292105 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDNotationDeclarationCollection_get_Item_m3718639518_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; RuntimeObject * L_1 = DTDCollectionBase_BaseGet_m4125684817(__this, L_0, /*hidden argument*/NULL); return ((DTDNotationDeclaration_t3702682588 *)IsInstClass((RuntimeObject*)L_1, DTDNotationDeclaration_t3702682588_il2cpp_TypeInfo_var)); } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDNotationDeclarationCollection_Add_m2041974702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; bool L_1 = DTDCollectionBase_Contains_m2242936902(__this, L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001d; } } { String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3905211785, L_2, /*hidden argument*/NULL); InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DTDNotationDeclarationCollection_Add_m2041974702_RuntimeMethod_var); } IL_001d: { DTDNotationDeclaration_t3702682588 * L_5 = ___decl1; DTDObjectModel_t1729680289 * L_6 = DTDCollectionBase_get_Root_m2526370025(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDNode_SetRoot_m2418337087(L_5, L_6, /*hidden argument*/NULL); String_t* L_7 = ___name0; DTDNotationDeclaration_t3702682588 * L_8 = ___decl1; DTDCollectionBase_BaseAdd_m1921945204(__this, L_7, L_8, /*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.DTDObjectModel::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void DTDObjectModel__ctor_m375820113 (DTDObjectModel_t1729680289 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel__ctor_m375820113_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_0 = ___nameTable0; __this->set_nameTable_12(L_0); DTDElementDeclarationCollection_t222313714 * L_1 = (DTDElementDeclarationCollection_t222313714 *)il2cpp_codegen_object_new(DTDElementDeclarationCollection_t222313714_il2cpp_TypeInfo_var); DTDElementDeclarationCollection__ctor_m4236567404(L_1, __this, /*hidden argument*/NULL); __this->set_elementDecls_5(L_1); DTDAttListDeclarationCollection_t2220366188 * L_2 = (DTDAttListDeclarationCollection_t2220366188 *)il2cpp_codegen_object_new(DTDAttListDeclarationCollection_t2220366188_il2cpp_TypeInfo_var); DTDAttListDeclarationCollection__ctor_m3120730703(L_2, __this, /*hidden argument*/NULL); __this->set_attListDecls_6(L_2); DTDEntityDeclarationCollection_t2250844513 * L_3 = (DTDEntityDeclarationCollection_t2250844513 *)il2cpp_codegen_object_new(DTDEntityDeclarationCollection_t2250844513_il2cpp_TypeInfo_var); DTDEntityDeclarationCollection__ctor_m2600599280(L_3, __this, /*hidden argument*/NULL); __this->set_entityDecls_8(L_3); DTDParameterEntityDeclarationCollection_t2844734410 * L_4 = (DTDParameterEntityDeclarationCollection_t2844734410 *)il2cpp_codegen_object_new(DTDParameterEntityDeclarationCollection_t2844734410_il2cpp_TypeInfo_var); DTDParameterEntityDeclarationCollection__ctor_m2493510717(L_4, __this, /*hidden argument*/NULL); __this->set_peDecls_7(L_4); DTDNotationDeclarationCollection_t959292105 * L_5 = (DTDNotationDeclarationCollection_t959292105 *)il2cpp_codegen_object_new(DTDNotationDeclarationCollection_t959292105_il2cpp_TypeInfo_var); DTDNotationDeclarationCollection__ctor_m2336051020(L_5, __this, /*hidden argument*/NULL); __this->set_notationDecls_9(L_5); DTDAutomataFactory_t2958275022 * L_6 = (DTDAutomataFactory_t2958275022 *)il2cpp_codegen_object_new(DTDAutomataFactory_t2958275022_il2cpp_TypeInfo_var); DTDAutomataFactory__ctor_m2489245750(L_6, __this, /*hidden argument*/NULL); __this->set_factory_0(L_6); ArrayList_t2718874744 * L_7 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_7, /*hidden argument*/NULL); __this->set_validationErrors_10(L_7); Hashtable_t1853889766 * L_8 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_8, /*hidden argument*/NULL); __this->set_externalResources_13(L_8); return; } } // System.String Mono.Xml.DTDObjectModel::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_BaseURI_m4066085242 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_baseURI_14(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_baseURI_14(L_0); return; } } // System.Boolean Mono.Xml.DTDObjectModel::get_IsStandalone() extern "C" IL2CPP_METHOD_ATTR bool DTDObjectModel_get_IsStandalone_m1971931063 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isStandalone_20(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_isStandalone_20(L_0); return; } } // System.String Mono.Xml.DTDObjectModel::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_Name_m4149993094 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_15(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_name_15(L_0); return; } } // 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) { { XmlNameTable_t71772148 * L_0 = __this->get_nameTable_12(); return L_0; } } // System.String Mono.Xml.DTDObjectModel::get_PublicId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_PublicId_m664009037 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_publicId_16(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_publicId_16(L_0); return; } } // System.String Mono.Xml.DTDObjectModel::get_SystemId() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_SystemId_m2725442049 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_systemId_17(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_systemId_17(L_0); return; } } // System.String Mono.Xml.DTDObjectModel::get_InternalSubset() extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_get_InternalSubset_m3920583053 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_intSubset_18(); return L_0; } } // 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) { { String_t* L_0 = ___value0; __this->set_intSubset_18(L_0); return; } } // System.Boolean Mono.Xml.DTDObjectModel::get_InternalSubsetHasPEReference() extern "C" IL2CPP_METHOD_ATTR bool DTDObjectModel_get_InternalSubsetHasPEReference_m3084666918 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_intSubsetHasPERef_19(); return L_0; } } // 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) { { bool L_0 = ___value0; __this->set_intSubsetHasPERef_19(L_0); return; } } // System.Int32 Mono.Xml.DTDObjectModel::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDObjectModel_get_LineNumber_m3423555889 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_21(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_lineNumber_21(L_0); return; } } // System.Int32 Mono.Xml.DTDObjectModel::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDObjectModel_get_LinePosition_m3799219581 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_22(); return L_0; } } // 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) { { int32_t L_0 = ___value0; __this->set_linePosition_22(L_0); return; } } // System.String Mono.Xml.DTDObjectModel::ResolveEntity(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDObjectModel_ResolveEntity_m104410730 (DTDObjectModel_t1729680289 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_ResolveEntity_m104410730_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; { DTDEntityDeclarationCollection_t2250844513 * L_0 = DTDObjectModel_get_EntityDecls_m2343264842(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; NullCheck(L_0); DTDEntityDeclaration_t811637416 * L_2 = DTDEntityDeclarationCollection_get_Item_m883323424(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; DTDEntityDeclaration_t811637416 * L_3 = V_0; if (L_3) { goto IL_003d; } } { int32_t L_4 = DTDObjectModel_get_LineNumber_m3423555889(__this, /*hidden argument*/NULL); int32_t L_5 = DTDObjectModel_get_LinePosition_m3799219581(__this, /*hidden argument*/NULL); String_t* L_6 = DTDObjectModel_get_BaseURI_m4066085242(__this, /*hidden argument*/NULL); XmlSchemaException_t3511258692 * L_7 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_7, _stringLiteral2173662601, L_4, L_5, (XmlSchemaObject_t1315720168 *)NULL, L_6, (Exception_t *)NULL, /*hidden argument*/NULL); DTDObjectModel_AddError_m663438897(__this, L_7, /*hidden argument*/NULL); return _stringLiteral3452614528; } IL_003d: { DTDEntityDeclaration_t811637416 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = DTDEntityDeclaration_get_EntityValue_m498441691(L_8, /*hidden argument*/NULL); return L_9; } } // 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) { { XmlResolver_t626023767 * L_0 = __this->get_resolver_11(); return L_0; } } // 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) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_11(L_0); return; } } // 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) { { Hashtable_t1853889766 * L_0 = __this->get_externalResources_13(); return L_0; } } // Mono.Xml.DTDAutomataFactory Mono.Xml.DTDObjectModel::get_Factory() extern "C" IL2CPP_METHOD_ATTR DTDAutomataFactory_t2958275022 * DTDObjectModel_get_Factory_m2668598880 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { { DTDAutomataFactory_t2958275022 * L_0 = __this->get_factory_0(); return L_0; } } // 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) { { DTDElementDeclarationCollection_t222313714 * L_0 = __this->get_elementDecls_5(); return L_0; } } // 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) { { DTDAttListDeclarationCollection_t2220366188 * L_0 = __this->get_attListDecls_6(); return L_0; } } // 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) { { DTDEntityDeclarationCollection_t2250844513 * L_0 = __this->get_entityDecls_8(); return L_0; } } // 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) { { DTDParameterEntityDeclarationCollection_t2844734410 * L_0 = __this->get_peDecls_7(); return L_0; } } // 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) { { DTDNotationDeclarationCollection_t959292105 * L_0 = __this->get_notationDecls_9(); return L_0; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDObjectModel::get_RootAutomata() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDObjectModel_get_RootAutomata_m3186628721 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_get_RootAutomata_m3186628721_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDElementAutomata_t1050190167 * L_0 = __this->get_rootAutomata_1(); if (L_0) { goto IL_001d; } } { String_t* L_1 = DTDObjectModel_get_Name_m4149993094(__this, /*hidden argument*/NULL); DTDElementAutomata_t1050190167 * L_2 = (DTDElementAutomata_t1050190167 *)il2cpp_codegen_object_new(DTDElementAutomata_t1050190167_il2cpp_TypeInfo_var); DTDElementAutomata__ctor_m1088117097(L_2, __this, L_1, /*hidden argument*/NULL); __this->set_rootAutomata_1(L_2); } IL_001d: { DTDElementAutomata_t1050190167 * L_3 = __this->get_rootAutomata_1(); return L_3; } } // Mono.Xml.DTDEmptyAutomata Mono.Xml.DTDObjectModel::get_Empty() extern "C" IL2CPP_METHOD_ATTR DTDEmptyAutomata_t465590953 * DTDObjectModel_get_Empty_m2132593178 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_get_Empty_m2132593178_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDEmptyAutomata_t465590953 * L_0 = __this->get_emptyAutomata_2(); if (L_0) { goto IL_0017; } } { DTDEmptyAutomata_t465590953 * L_1 = (DTDEmptyAutomata_t465590953 *)il2cpp_codegen_object_new(DTDEmptyAutomata_t465590953_il2cpp_TypeInfo_var); DTDEmptyAutomata__ctor_m467107178(L_1, __this, /*hidden argument*/NULL); __this->set_emptyAutomata_2(L_1); } IL_0017: { DTDEmptyAutomata_t465590953 * L_2 = __this->get_emptyAutomata_2(); return L_2; } } // Mono.Xml.DTDAnyAutomata Mono.Xml.DTDObjectModel::get_Any() extern "C" IL2CPP_METHOD_ATTR DTDAnyAutomata_t3633486160 * DTDObjectModel_get_Any_m483685826 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_get_Any_m483685826_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDAnyAutomata_t3633486160 * L_0 = __this->get_anyAutomata_3(); if (L_0) { goto IL_0017; } } { DTDAnyAutomata_t3633486160 * L_1 = (DTDAnyAutomata_t3633486160 *)il2cpp_codegen_object_new(DTDAnyAutomata_t3633486160_il2cpp_TypeInfo_var); DTDAnyAutomata__ctor_m2600313808(L_1, __this, /*hidden argument*/NULL); __this->set_anyAutomata_3(L_1); } IL_0017: { DTDAnyAutomata_t3633486160 * L_2 = __this->get_anyAutomata_3(); return L_2; } } // Mono.Xml.DTDInvalidAutomata Mono.Xml.DTDObjectModel::get_Invalid() extern "C" IL2CPP_METHOD_ATTR DTDInvalidAutomata_t1406553220 * DTDObjectModel_get_Invalid_m2081184092 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_get_Invalid_m2081184092_MetadataUsageId); s_Il2CppMethodInitialized = true; } { DTDInvalidAutomata_t1406553220 * L_0 = __this->get_invalidAutomata_4(); if (L_0) { goto IL_0017; } } { DTDInvalidAutomata_t1406553220 * L_1 = (DTDInvalidAutomata_t1406553220 *)il2cpp_codegen_object_new(DTDInvalidAutomata_t1406553220_il2cpp_TypeInfo_var); DTDInvalidAutomata__ctor_m2280271974(L_1, __this, /*hidden argument*/NULL); __this->set_invalidAutomata_4(L_1); } IL_0017: { DTDInvalidAutomata_t1406553220 * L_2 = __this->get_invalidAutomata_4(); return L_2; } } // System.Xml.Schema.XmlSchemaException[] Mono.Xml.DTDObjectModel::get_Errors() extern "C" IL2CPP_METHOD_ATTR XmlSchemaExceptionU5BU5D_t4099652653* DTDObjectModel_get_Errors_m2671149940 (DTDObjectModel_t1729680289 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_get_Errors_m2671149940_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_validationErrors_10(); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (XmlSchemaException_t3511258692_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeArray * L_3 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_2); return ((XmlSchemaExceptionU5BU5D_t4099652653*)IsInst((RuntimeObject*)L_3, XmlSchemaExceptionU5BU5D_t4099652653_il2cpp_TypeInfo_var)); } } // 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) { { ArrayList_t2718874744 * L_0 = __this->get_validationErrors_10(); XmlSchemaException_t3511258692 * L_1 = ___ex0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return; } } // 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) { DTDEntityDeclaration_t811637416 * V_0 = NULL; { DTDEntityDeclarationCollection_t2250844513 * L_0 = DTDObjectModel_get_EntityDecls_m2343264842(__this, /*hidden argument*/NULL); String_t* L_1 = ___entityName0; NullCheck(L_0); DTDEntityDeclaration_t811637416 * L_2 = DTDEntityDeclarationCollection_get_Item_m883323424(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; DTDEntityDeclaration_t811637416 * L_3 = V_0; if (L_3) { goto IL_0015; } } { return (String_t*)NULL; } IL_0015: { DTDEntityDeclaration_t811637416 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = DTDEntityDeclaration_get_EntityValue_m498441691(L_4, /*hidden argument*/NULL); return L_5; } } // Mono.Xml2.XmlTextReader Mono.Xml.DTDObjectModel::GenerateEntityContentReader(System.String,System.Xml.XmlParserContext) extern "C" IL2CPP_METHOD_ATTR XmlTextReader_t3455035481 * DTDObjectModel_GenerateEntityContentReader_m3148241306 (DTDObjectModel_t1729680289 * __this, String_t* ___entityName0, XmlParserContext_t2544895291 * ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDObjectModel_GenerateEntityContentReader_m3148241306_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDEntityDeclaration_t811637416 * V_0 = NULL; Uri_t100236324 * V_1 = NULL; Stream_t1273022909 * V_2 = NULL; Uri_t100236324 * G_B6_0 = NULL; { DTDEntityDeclarationCollection_t2250844513 * L_0 = DTDObjectModel_get_EntityDecls_m2343264842(__this, /*hidden argument*/NULL); String_t* L_1 = ___entityName0; NullCheck(L_0); DTDEntityDeclaration_t811637416 * L_2 = DTDEntityDeclarationCollection_get_Item_m883323424(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; DTDEntityDeclaration_t811637416 * L_3 = V_0; if (L_3) { goto IL_0015; } } { return (XmlTextReader_t3455035481 *)NULL; } IL_0015: { DTDEntityDeclaration_t811637416 * L_4 = V_0; NullCheck(L_4); String_t* L_5 = DTDEntityBase_get_SystemId_m548211319(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_007e; } } { DTDEntityDeclaration_t811637416 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_6); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_003b; } } { G_B6_0 = ((Uri_t100236324 *)(NULL)); goto IL_0046; } IL_003b: { DTDEntityDeclaration_t811637416 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String Mono.Xml.DTDNode::get_BaseURI() */, L_10); Uri_t100236324 * L_12 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_12, L_11, /*hidden argument*/NULL); G_B6_0 = L_12; } IL_0046: { V_1 = G_B6_0; XmlResolver_t626023767 * L_13 = __this->get_resolver_11(); XmlResolver_t626023767 * L_14 = __this->get_resolver_11(); Uri_t100236324 * L_15 = V_1; DTDEntityDeclaration_t811637416 * L_16 = V_0; NullCheck(L_16); String_t* L_17 = DTDEntityBase_get_SystemId_m548211319(L_16, /*hidden argument*/NULL); NullCheck(L_14); Uri_t100236324 * L_18 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_14, L_15, L_17); RuntimeTypeHandle_t3027515415 L_19 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_20 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); NullCheck(L_13); RuntimeObject * L_21 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_13, L_18, (String_t*)NULL, L_20); V_2 = ((Stream_t1273022909 *)IsInstClass((RuntimeObject*)L_21, Stream_t1273022909_il2cpp_TypeInfo_var)); Stream_t1273022909 * L_22 = V_2; XmlParserContext_t2544895291 * L_23 = ___context1; XmlTextReader_t3455035481 * L_24 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m1590625499(L_24, L_22, 1, L_23, /*hidden argument*/NULL); return L_24; } IL_007e: { DTDEntityDeclaration_t811637416 * L_25 = V_0; NullCheck(L_25); String_t* L_26 = DTDEntityDeclaration_get_EntityValue_m498441691(L_25, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_27 = ___context1; XmlTextReader_t3455035481 * L_28 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m4089766063(L_28, L_26, 1, L_27, /*hidden argument*/NULL); return L_28; } } #ifdef __clang__ #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.DTDOneOrMoreAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDOneOrMoreAutomata__ctor_m2702862782 (DTDOneOrMoreAutomata_t1192707047 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___children1, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_1 = ___children1; __this->set_children_1(L_1); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDOneOrMoreAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDOneOrMoreAutomata_TryStartElement_m796938495 (DTDOneOrMoreAutomata_t1192707047 * __this, String_t* ___name0, const RuntimeMethod* method) { DTDAutomata_t781538777 * V_0 = NULL; { DTDAutomata_t781538777 * L_0 = __this->get_children_1(); String_t* L_1 = ___name0; NullCheck(L_0); DTDAutomata_t781538777 * L_2 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_0, L_1); V_0 = L_2; DTDAutomata_t781538777 * L_3 = V_0; DTDObjectModel_t1729680289 * L_4 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_4); DTDInvalidAutomata_t1406553220 * L_5 = DTDObjectModel_get_Invalid_m2081184092(L_4, /*hidden argument*/NULL); if ((((RuntimeObject*)(DTDAutomata_t781538777 *)L_3) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_5))) { goto IL_0036; } } { DTDAutomata_t781538777 * L_6 = V_0; DTDObjectModel_t1729680289 * L_7 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDEmptyAutomata_t465590953 * L_8 = DTDObjectModel_get_Empty_m2132593178(L_7, /*hidden argument*/NULL); NullCheck(L_8); DTDAutomata_t781538777 * L_9 = DTDAutomata_MakeChoice_m2090078545(L_8, __this, /*hidden argument*/NULL); NullCheck(L_6); DTDAutomata_t781538777 * L_10 = DTDAutomata_MakeSequence_m3028959251(L_6, L_9, /*hidden argument*/NULL); return L_10; } IL_0036: { DTDObjectModel_t1729680289 * L_11 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_11); DTDInvalidAutomata_t1406553220 * L_12 = DTDObjectModel_get_Invalid_m2081184092(L_11, /*hidden argument*/NULL); return L_12; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDOneOrMoreAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDOneOrMoreAutomata_TryEndElement_m1297531789 (DTDOneOrMoreAutomata_t1192707047 * __this, const RuntimeMethod* method) { DTDAutomata_t781538777 * G_B3_0 = NULL; { bool L_0 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, __this); if (!L_0) { goto IL_001b; } } { DTDAutomata_t781538777 * L_1 = __this->get_children_1(); NullCheck(L_1); DTDAutomata_t781538777 * L_2 = VirtFuncInvoker0< DTDAutomata_t781538777 * >::Invoke(5 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryEndElement() */, L_1); G_B3_0 = L_2; goto IL_0026; } IL_001b: { DTDObjectModel_t1729680289 * L_3 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_3); DTDInvalidAutomata_t1406553220 * L_4 = DTDObjectModel_get_Invalid_m2081184092(L_3, /*hidden argument*/NULL); G_B3_0 = ((DTDAutomata_t781538777 *)(L_4)); } IL_0026: { return G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDEntityBase__ctor_m1870083492(__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.DTDParameterEntityDeclarationCollection::.ctor(Mono.Xml.DTDObjectModel) extern "C" IL2CPP_METHOD_ATTR void DTDParameterEntityDeclarationCollection__ctor_m2493510717 (DTDParameterEntityDeclarationCollection_t2844734410 * __this, DTDObjectModel_t1729680289 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDParameterEntityDeclarationCollection__ctor_m2493510717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_peDecls_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); DTDObjectModel_t1729680289 * L_1 = ___root0; __this->set_root_1(L_1); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDParameterEntityDeclarationCollection_get_Item_m325522663_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_peDecls_0(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); return ((DTDParameterEntityDeclaration_t3796253422 *)IsInstClass((RuntimeObject*)L_2, DTDParameterEntityDeclaration_t3796253422_il2cpp_TypeInfo_var)); } } // 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) { { Hashtable_t1853889766 * L_0 = __this->get_peDecls_0(); String_t* L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1); if (!L_2) { goto IL_0012; } } { return; } IL_0012: { DTDParameterEntityDeclaration_t3796253422 * L_3 = ___decl1; DTDObjectModel_t1729680289 * L_4 = __this->get_root_1(); NullCheck(L_3); DTDNode_SetRoot_m2418337087(L_3, L_4, /*hidden argument*/NULL); Hashtable_t1853889766 * L_5 = __this->get_peDecls_0(); String_t* L_6 = ___name0; DTDParameterEntityDeclaration_t3796253422 * L_7 = ___decl1; NullCheck(L_5); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_5, L_6, L_7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDSequenceAutomata::.ctor(Mono.Xml.DTDObjectModel,Mono.Xml.DTDAutomata,Mono.Xml.DTDAutomata) extern "C" IL2CPP_METHOD_ATTR void DTDSequenceAutomata__ctor_m2536768365 (DTDSequenceAutomata_t2865847115 * __this, DTDObjectModel_t1729680289 * ___root0, DTDAutomata_t781538777 * ___left1, DTDAutomata_t781538777 * ___right2, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = ___root0; DTDAutomata__ctor_m3176258281(__this, L_0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_1 = ___left1; __this->set_left_1(L_1); DTDAutomata_t781538777 * L_2 = ___right2; __this->set_right_2(L_2); return; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDSequenceAutomata::TryStartElement(System.String) extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDSequenceAutomata_TryStartElement_m936009056 (DTDSequenceAutomata_t2865847115 * __this, String_t* ___name0, const RuntimeMethod* method) { DTDAutomata_t781538777 * V_0 = NULL; DTDAutomata_t781538777 * V_1 = NULL; DTDAutomata_t781538777 * V_2 = NULL; DTDAutomata_t781538777 * G_B4_0 = NULL; { DTDAutomata_t781538777 * L_0 = __this->get_left_1(); String_t* L_1 = ___name0; NullCheck(L_0); DTDAutomata_t781538777 * L_2 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_0, L_1); V_0 = L_2; DTDAutomata_t781538777 * L_3 = __this->get_right_2(); String_t* L_4 = ___name0; NullCheck(L_3); DTDAutomata_t781538777 * L_5 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_3, L_4); V_1 = L_5; DTDAutomata_t781538777 * L_6 = V_0; DTDObjectModel_t1729680289 * L_7 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_7); DTDInvalidAutomata_t1406553220 * L_8 = DTDObjectModel_get_Invalid_m2081184092(L_7, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_6) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_8)))) { goto IL_0043; } } { DTDAutomata_t781538777 * L_9 = __this->get_left_1(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_9); if (!L_10) { goto IL_0041; } } { DTDAutomata_t781538777 * L_11 = V_1; G_B4_0 = L_11; goto IL_0042; } IL_0041: { DTDAutomata_t781538777 * L_12 = V_0; G_B4_0 = L_12; } IL_0042: { return G_B4_0; } IL_0043: { DTDAutomata_t781538777 * L_13 = V_0; DTDAutomata_t781538777 * L_14 = __this->get_right_2(); NullCheck(L_13); DTDAutomata_t781538777 * L_15 = DTDAutomata_MakeSequence_m3028959251(L_13, L_14, /*hidden argument*/NULL); V_2 = L_15; DTDAutomata_t781538777 * L_16 = __this->get_left_1(); NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_16); if (!L_17) { goto IL_0068; } } { DTDAutomata_t781538777 * L_18 = V_1; DTDAutomata_t781538777 * L_19 = V_2; NullCheck(L_18); DTDAutomata_t781538777 * L_20 = DTDAutomata_MakeChoice_m2090078545(L_18, L_19, /*hidden argument*/NULL); return L_20; } IL_0068: { DTDAutomata_t781538777 * L_21 = V_2; return L_21; } } // Mono.Xml.DTDAutomata Mono.Xml.DTDSequenceAutomata::TryEndElement() extern "C" IL2CPP_METHOD_ATTR DTDAutomata_t781538777 * DTDSequenceAutomata_TryEndElement_m3568734170 (DTDSequenceAutomata_t2865847115 * __this, const RuntimeMethod* method) { DTDAutomata_t781538777 * G_B3_0 = NULL; { DTDAutomata_t781538777 * L_0 = __this->get_left_1(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_0); if (!L_1) { goto IL_001b; } } { DTDAutomata_t781538777 * L_2 = __this->get_right_2(); G_B3_0 = L_2; goto IL_0026; } IL_001b: { DTDObjectModel_t1729680289 * L_3 = DTDAutomata_get_Root_m821764476(__this, /*hidden argument*/NULL); NullCheck(L_3); DTDInvalidAutomata_t1406553220 * L_4 = DTDObjectModel_get_Invalid_m2081184092(L_3, /*hidden argument*/NULL); G_B3_0 = ((DTDAutomata_t781538777 *)(L_4)); } IL_0026: { return G_B3_0; } } // System.Boolean Mono.Xml.DTDSequenceAutomata::get_Emptiable() extern "C" IL2CPP_METHOD_ATTR bool DTDSequenceAutomata_get_Emptiable_m4221518945 (DTDSequenceAutomata_t2865847115 * __this, const RuntimeMethod* method) { DTDSequenceAutomata_t2865847115 * G_B3_0 = NULL; DTDSequenceAutomata_t2865847115 * G_B2_0 = NULL; int32_t G_B4_0 = 0; DTDSequenceAutomata_t2865847115 * G_B4_1 = NULL; { bool L_0 = __this->get_hasComputedEmptiable_3(); if (L_0) { goto IL_0036; } } { DTDAutomata_t781538777 * L_1 = __this->get_left_1(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_1); G_B2_0 = __this; if (!L_2) { G_B3_0 = __this; goto IL_0029; } } { DTDAutomata_t781538777 * L_3 = __this->get_right_2(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.DTDAutomata::get_Emptiable() */, L_3); G_B4_0 = ((int32_t)(L_4)); G_B4_1 = G_B2_0; goto IL_002a; } IL_0029: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_002a: { NullCheck(G_B4_1); G_B4_1->set_cachedEmptiable_4((bool)G_B4_0); __this->set_hasComputedEmptiable_3((bool)1); } IL_0036: { bool L_5 = __this->get_cachedEmptiable_4(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.DTDValidatingReader::.ctor(System.Xml.XmlReader,System.Xml.XmlValidatingReader) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader__ctor_m3400285377 (DTDValidatingReader_t3946379043 * __this, XmlReader_t3121518892 * ___reader0, XmlValidatingReader_t1719295192 * ___validatingReader1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader__ctor_m3400285377_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlTextReader_t4233384356 * V_0 = NULL; { __this->set_currentAttribute_10((-1)); 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_attributeValueEntityStack_27(L_0); CharU5BU5D_t3528271667* L_1 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); __this->set_whitespaceChars_29(L_1); XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_2 = ___reader0; EntityResolvingXmlReader_t1267732406 * L_3 = (EntityResolvingXmlReader_t1267732406 *)il2cpp_codegen_object_new(EntityResolvingXmlReader_t1267732406_il2cpp_TypeInfo_var); EntityResolvingXmlReader__ctor_m354844612(L_3, L_2, /*hidden argument*/NULL); __this->set_reader_2(L_3); XmlReader_t3121518892 * L_4 = ___reader0; __this->set_sourceTextReader_3(((XmlTextReader_t4233384356 *)IsInstClass((RuntimeObject*)L_4, XmlTextReader_t4233384356_il2cpp_TypeInfo_var))); Stack_t2329662280 * L_5 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_5, /*hidden argument*/NULL); __this->set_elementStack_12(L_5); Stack_t2329662280 * L_6 = (Stack_t2329662280 *)il2cpp_codegen_object_new(Stack_t2329662280_il2cpp_TypeInfo_var); Stack__ctor_m2907601956(L_6, /*hidden argument*/NULL); __this->set_automataStack_13(L_6); __this->set_attributes_8(((AttributeSlotU5BU5D_t600906362*)SZArrayNew(AttributeSlotU5BU5D_t600906362_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)))); XmlReader_t3121518892 * L_7 = ___reader0; NullCheck(L_7); XmlNameTable_t71772148 * L_8 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_7); XmlNamespaceManager_t418790500 * L_9 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_9, L_8, /*hidden argument*/NULL); __this->set_nsmgr_20(L_9); XmlValidatingReader_t1719295192 * L_10 = ___validatingReader1; __this->set_validatingReader_4(L_10); StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_11, /*hidden argument*/NULL); __this->set_valueBuilder_28(L_11); ArrayList_t2718874744 * L_12 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_12, /*hidden argument*/NULL); __this->set_idList_18(L_12); ArrayList_t2718874744 * L_13 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_13, /*hidden argument*/NULL); __this->set_missingIDReferences_19(L_13); XmlReader_t3121518892 * L_14 = ___reader0; V_0 = ((XmlTextReader_t4233384356 *)IsInstClass((RuntimeObject*)L_14, XmlTextReader_t4233384356_il2cpp_TypeInfo_var)); XmlTextReader_t4233384356 * L_15 = V_0; if (!L_15) { goto IL_00bb; } } { XmlTextReader_t4233384356 * L_16 = V_0; NullCheck(L_16); XmlResolver_t626023767 * L_17 = XmlTextReader_get_Resolver_m258955197(L_16, /*hidden argument*/NULL); __this->set_resolver_6(L_17); goto IL_00c6; } IL_00bb: { XmlUrlResolver_t817895037 * L_18 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_18, /*hidden argument*/NULL); __this->set_resolver_6(L_18); } IL_00c6: { return; } } // System.Boolean Mono.Xml.DTDValidatingReader::System.Xml.IXmlLineInfo.HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m148184473 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m148184473_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0014; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); return L_3; } IL_0014: { return (bool)0; } } // System.String Mono.Xml.DTDValidatingReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m454015409 (DTDValidatingReader_t3946379043 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m454015409_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; String_t* G_B3_0 = NULL; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0019; } } { RuntimeObject* L_2 = V_0; String_t* L_3 = ___ns0; NullCheck(L_2); String_t* L_4 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_2, L_3); G_B3_0 = L_4; goto IL_001a; } IL_0019: { G_B3_0 = ((String_t*)(NULL)); } IL_001a: { return G_B3_0; } } // Mono.Xml.EntityResolvingXmlReader Mono.Xml.DTDValidatingReader::get_Source() extern "C" IL2CPP_METHOD_ATTR EntityResolvingXmlReader_t1267732406 * DTDValidatingReader_get_Source_m3589721485 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); return L_0; } } // Mono.Xml.DTDObjectModel Mono.Xml.DTDValidatingReader::get_DTD() extern "C" IL2CPP_METHOD_ATTR DTDObjectModel_t1729680289 * DTDValidatingReader_get_DTD_m4226329251 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_5(); return L_0; } } // System.Xml.EntityHandling Mono.Xml.DTDValidatingReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_EntityHandling_m492338416 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = EntityResolvingXmlReader_get_EntityHandling_m3093091768(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Mono.Xml.DTDValidatingReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_set_EntityHandling_m3201559656 (DTDValidatingReader_t3946379043 * __this, int32_t ___value0, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); int32_t L_1 = ___value0; NullCheck(L_0); EntityResolvingXmlReader_set_EntityHandling_m4261678968(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.DTDValidatingReader::Close() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_Close_m102359983 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_0); return; } } // System.Int32 Mono.Xml.DTDValidatingReader::GetAttributeIndex(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_GetAttributeIndex_m1466680695 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_GetAttributeIndex_m1466680695_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_0025; } IL_0007: { AttributeSlotU5BU5D_t600906362* L_0 = __this->get_attributes_8(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; AttributeSlot_t3985135163 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); String_t* L_4 = L_3->get_Name_0(); 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_0021; } } { int32_t L_7 = V_0; return L_7; } IL_0021: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0025: { int32_t L_9 = V_0; int32_t L_10 = __this->get_attributeCount_9(); if ((((int32_t)L_9) < ((int32_t)L_10))) { goto IL_0007; } } { return (-1); } } // System.Int32 Mono.Xml.DTDValidatingReader::GetAttributeIndex(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_GetAttributeIndex_m680305599 (DTDValidatingReader_t3946379043 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_GetAttributeIndex_m680305599_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { V_0 = 0; goto IL_003d; } IL_0007: { AttributeSlotU5BU5D_t600906362* L_0 = __this->get_attributes_8(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; AttributeSlot_t3985135163 * L_3 = (L_0)->GetAt(static_cast(L_2)); NullCheck(L_3); String_t* L_4 = L_3->get_LocalName_1(); String_t* L_5 = ___localName0; 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_0039; } } { AttributeSlotU5BU5D_t600906362* L_7 = __this->get_attributes_8(); int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = L_8; AttributeSlot_t3985135163 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11 = L_10->get_NS_2(); String_t* L_12 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0039; } } { int32_t L_14 = V_0; return L_14; } IL_0039: { int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_003d: { int32_t L_16 = V_0; int32_t L_17 = __this->get_attributeCount_9(); if ((((int32_t)L_16) < ((int32_t)L_17))) { goto IL_0007; } } { return (-1); } } // System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_GetAttribute_m4158788111 (DTDValidatingReader_t3946379043 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_GetAttribute_m4158788111_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_0021; } } { int32_t L_1 = ___i0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral466378866, L_3, /*hidden argument*/NULL); IndexOutOfRangeException_t1578797820 * L_5 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_5, L_4, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5,DTDValidatingReader_GetAttribute_m4158788111_RuntimeMethod_var); } IL_0021: { int32_t L_6 = __this->get_attributeCount_9(); int32_t L_7 = ___i0; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_0043; } } { int32_t L_8 = ___i0; int32_t L_9 = L_8; RuntimeObject * L_10 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral466378866, L_10, /*hidden argument*/NULL); IndexOutOfRangeException_t1578797820 * L_12 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,DTDValidatingReader_GetAttribute_m4158788111_RuntimeMethod_var); } IL_0043: { AttributeSlotU5BU5D_t600906362* L_13 = __this->get_attributes_8(); int32_t L_14 = ___i0; NullCheck(L_13); int32_t L_15 = L_14; AttributeSlot_t3985135163 * L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_16); String_t* L_17 = L_16->get_Value_4(); return L_17; } } // System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_GetAttribute_m1051915109 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* G_B5_0 = NULL; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { String_t* L_1 = ___name0; int32_t L_2 = DTDValidatingReader_GetAttributeIndex_m1466680695(__this, 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_0022; } } { G_B5_0 = ((String_t*)(NULL)); goto IL_002f; } IL_0022: { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_Value_4(); G_B5_0 = L_8; } IL_002f: { return G_B5_0; } } // System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_GetAttribute_m1344278125 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* G_B5_0 = NULL; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (String_t*)NULL; } IL_000d: { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; int32_t L_3 = DTDValidatingReader_GetAttributeIndex_m680305599(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_0023; } } { G_B5_0 = ((String_t*)(NULL)); goto IL_0030; } IL_0023: { AttributeSlotU5BU5D_t600906362* L_5 = __this->get_attributes_8(); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; AttributeSlot_t3985135163 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); String_t* L_9 = L_8->get_Value_4(); G_B5_0 = L_9; } IL_0030: { return G_B5_0; } } // System.String Mono.Xml.DTDValidatingReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_LookupNamespace_m3074009913 (DTDValidatingReader_t3946379043 * __this, String_t* ___prefix0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_LookupNamespace_m3074009913_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { XmlNamespaceManager_t418790500 * L_0 = __this->get_nsmgr_20(); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.DTDValidatingReader::get_NameTable() */, __this); String_t* L_2 = ___prefix0; NullCheck(L_1); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_1, L_2); NullCheck(L_0); String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_0, L_3); V_0 = L_4; String_t* L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002e; } } { G_B3_0 = ((String_t*)(NULL)); goto IL_002f; } IL_002e: { String_t* L_8 = V_0; G_B3_0 = L_8; } IL_002f: { return G_B3_0; } } // System.Void Mono.Xml.DTDValidatingReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_MoveToAttribute_m798435060 (DTDValidatingReader_t3946379043 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_MoveToAttribute_m798435060_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_0016; } } { IndexOutOfRangeException_t1578797820 * L_1 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_1, _stringLiteral1427248887, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,DTDValidatingReader_MoveToAttribute_m798435060_RuntimeMethod_var); } IL_0016: { int32_t L_2 = __this->get_attributeCount_9(); int32_t L_3 = ___i0; if ((((int32_t)L_2) > ((int32_t)L_3))) { goto IL_002d; } } { IndexOutOfRangeException_t1578797820 * L_4 = (IndexOutOfRangeException_t1578797820 *)il2cpp_codegen_object_new(IndexOutOfRangeException_t1578797820_il2cpp_TypeInfo_var); IndexOutOfRangeException__ctor_m3408750441(L_4, _stringLiteral1427248887, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,DTDValidatingReader_MoveToAttribute_m798435060_RuntimeMethod_var); } IL_002d: { int32_t L_5 = ___i0; EntityResolvingXmlReader_t1267732406 * L_6 = __this->get_reader_2(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_AttributeCount() */, L_6); if ((((int32_t)L_5) >= ((int32_t)L_7))) { goto IL_004a; } } { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_reader_2(); int32_t L_9 = ___i0; NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.Int32) */, L_8, L_9); } IL_004a: { int32_t L_10 = ___i0; __this->set_currentAttribute_10(L_10); __this->set_consumedAttribute_11((bool)0); return; } } // System.Boolean Mono.Xml.DTDValidatingReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_MoveToAttribute_m3794690816 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_1 = ___name0; int32_t L_2 = DTDValidatingReader_GetAttributeIndex_m1466680695(__this, 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_001e; } } { return (bool)0; } IL_001e: { int32_t L_4 = V_0; EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_reader_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_AttributeCount() */, L_5); if ((((int32_t)L_4) >= ((int32_t)L_6))) { goto IL_003b; } } { EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_reader_2(); int32_t L_8 = V_0; NullCheck(L_7); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.Int32) */, L_7, L_8); } IL_003b: { int32_t L_9 = V_0; __this->set_currentAttribute_10(L_9); __this->set_consumedAttribute_11((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.DTDValidatingReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_MoveToAttribute_m3172462994 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { String_t* L_1 = ___name0; String_t* L_2 = ___ns1; int32_t L_3 = DTDValidatingReader_GetAttributeIndex_m680305599(__this, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_001f; } } { return (bool)0; } IL_001f: { int32_t L_5 = V_0; EntityResolvingXmlReader_t1267732406 * L_6 = __this->get_reader_2(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_AttributeCount() */, L_6); if ((((int32_t)L_5) >= ((int32_t)L_7))) { goto IL_003c; } } { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_reader_2(); int32_t L_9 = V_0; NullCheck(L_8); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.Int32) */, L_8, L_9); } IL_003c: { int32_t L_10 = V_0; __this->set_currentAttribute_10(L_10); __this->set_consumedAttribute_11((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.DTDValidatingReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_MoveToElement_m4088127852 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { bool V_0 = false; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_reader_2(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToElement() */, L_1); V_0 = L_2; bool L_3 = V_0; if (L_3) { goto IL_002c; } } { bool L_4 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Mono.Xml.DTDValidatingReader::get_IsDefault() */, __this); if (L_4) { goto IL_002c; } } { return (bool)0; } IL_002c: { __this->set_currentAttribute_10((-1)); __this->set_consumedAttribute_11((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.DTDValidatingReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_MoveToFirstAttribute_m1751127889 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_attributeCount_9(); if (L_1) { goto IL_001a; } } { return (bool)0; } IL_001a: { __this->set_currentAttribute_10(0); EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_reader_2(); NullCheck(L_2); VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToFirstAttribute() */, L_2); __this->set_consumedAttribute_11((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.DTDValidatingReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_MoveToNextAttribute_m1647811769 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_currentAttribute_10(); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0020; } } { bool L_2 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml.DTDValidatingReader::MoveToFirstAttribute() */, __this); return L_2; } IL_0020: { int32_t L_3 = __this->get_currentAttribute_10(); int32_t L_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)); V_0 = L_4; __this->set_currentAttribute_10(L_4); int32_t L_5 = V_0; int32_t L_6 = __this->get_attributeCount_9(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_004c; } } { int32_t L_7 = __this->get_currentAttribute_10(); __this->set_currentAttribute_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1))); return (bool)0; } IL_004c: { int32_t L_8 = __this->get_currentAttribute_10(); EntityResolvingXmlReader_t1267732406 * L_9 = __this->get_reader_2(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_AttributeCount() */, L_9); if ((((int32_t)L_8) >= ((int32_t)L_10))) { goto IL_0073; } } { EntityResolvingXmlReader_t1267732406 * L_11 = __this->get_reader_2(); int32_t L_12 = __this->get_currentAttribute_10(); NullCheck(L_11); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.Int32) */, L_11, L_12); } IL_0073: { __this->set_consumedAttribute_11((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.DTDValidatingReader::Read() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_Read_m1271360298 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_Read_m1271360298_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B7_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_0012; } } { __this->set_shouldResetCurrentTextValue_23((bool)1); } IL_0012: { int32_t L_1 = __this->get_currentAttribute_10(); if ((((int32_t)L_1) < ((int32_t)0))) { goto IL_0025; } } { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.DTDValidatingReader::MoveToElement() */, __this); } IL_0025: { __this->set_currentElement_7((String_t*)NULL); __this->set_currentAttribute_10((-1)); __this->set_consumedAttribute_11((bool)0); __this->set_attributeCount_9(0); __this->set_isWhitespace_25((bool)0); __this->set_isSignificantWhitespace_24((bool)0); __this->set_isText_26((bool)0); bool L_2 = DTDValidatingReader_ReadContent_m389124876(__this, /*hidden argument*/NULL); if (L_2) { goto IL_006f; } } { String_t* L_3 = __this->get_currentTextValue_21(); G_B7_0 = ((((int32_t)((((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0070; } IL_006f: { G_B7_0 = 1; } IL_0070: { V_0 = (bool)G_B7_0; bool L_4 = V_0; if (L_4) { goto IL_00e5; } } { XmlReaderSettings_t2186285234 * L_5 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, __this); if (!L_5) { goto IL_0094; } } { XmlReaderSettings_t2186285234 * L_6 = VirtFuncInvoker0< XmlReaderSettings_t2186285234 * >::Invoke(25 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, __this); NullCheck(L_6); int32_t L_7 = XmlReaderSettings_get_ValidationFlags_m2837396330(L_6, /*hidden argument*/NULL); if (((int32_t)((int32_t)L_7&(int32_t)8))) { goto IL_00e5; } } IL_0094: { ArrayList_t2718874744 * L_8 = __this->get_missingIDReferences_19(); NullCheck(L_8); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8); if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_00e5; } } { ArrayList_t2718874744 * L_10 = __this->get_missingIDReferences_19(); RuntimeTypeHandle_t3027515415 L_11 = { reinterpret_cast (String_t_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_10); RuntimeArray * L_13 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_10, L_12); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614532, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_13, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3557005411, L_14, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_15, 0, /*hidden argument*/NULL); ArrayList_t2718874744 * L_16 = __this->get_missingIDReferences_19(); NullCheck(L_16); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_16); } IL_00e5: { XmlValidatingReader_t1719295192 * L_17 = __this->get_validatingReader_4(); if (!L_17) { goto IL_0101; } } { XmlValidatingReader_t1719295192 * L_18 = __this->get_validatingReader_4(); NullCheck(L_18); int32_t L_19 = XmlValidatingReader_get_EntityHandling_m3276362566(L_18, /*hidden argument*/NULL); DTDValidatingReader_set_EntityHandling_m3201559656(__this, L_19, /*hidden argument*/NULL); } IL_0101: { bool L_20 = V_0; return L_20; } } // System.Boolean Mono.Xml.DTDValidatingReader::ReadContent() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_ReadContent_m389124876 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ReadContent_m389124876_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_0); V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)2))) { case 0: { goto IL_0025; } case 1: { goto IL_0025; } case 2: { goto IL_0025; } } } { goto IL_0027; } IL_0025: { return (bool)0; } IL_0027: { bool L_3 = __this->get_popScope_14(); if (!L_3) { goto IL_005c; } } { XmlNamespaceManager_t418790500 * L_4 = __this->get_nsmgr_20(); NullCheck(L_4); VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlNamespaceManager::PopScope() */, L_4); __this->set_popScope_14((bool)0); Stack_t2329662280 * L_5 = __this->get_elementStack_12(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_5); if (L_6) { goto IL_005c; } } { __this->set_currentAutomata_16((DTDAutomata_t781538777 *)NULL); } IL_005c: { EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_reader_2(); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() */, L_7); V_0 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); bool L_9 = __this->get_shouldResetCurrentTextValue_23(); if (!L_9) { goto IL_0089; } } { __this->set_currentTextValue_21((String_t*)NULL); __this->set_shouldResetCurrentTextValue_23((bool)0); goto IL_0095; } IL_0089: { EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_reader_2(); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() */, L_10); V_0 = L_11; } IL_0095: { bool L_12 = V_0; if (L_12) { goto IL_00b8; } } { Stack_t2329662280 * L_13 = __this->get_elementStack_12(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_13); if (!L_14) { goto IL_00b6; } } { InvalidOperationException_t56020091 * L_15 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_15, _stringLiteral1041629450, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15,DTDValidatingReader_ReadContent_m389124876_RuntimeMethod_var); } IL_00b6: { return (bool)0; } IL_00b8: { bool L_16 = DTDValidatingReader_ProcessContent_m908765027(__this, /*hidden argument*/NULL); return L_16; } } // System.Boolean Mono.Xml.DTDValidatingReader::ProcessContent() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_ProcessContent_m908765027 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ProcessContent_m908765027_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() */, L_0); 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_0094; } case 1: { goto IL_01bb; } case 2: { goto IL_015b; } case 3: { goto IL_00fb; } case 4: { goto IL_01bb; } case 5: { goto IL_01bb; } case 6: { goto IL_01bb; } case 7: { goto IL_01bb; } case 8: { goto IL_01bb; } case 9: { goto IL_0089; } case 10: { goto IL_0177; } case 11: { goto IL_01bb; } case 12: { goto IL_0199; } case 13: { goto IL_013d; } case 14: { goto IL_00d0; } case 15: { goto IL_01bb; } case 16: { goto IL_005d; } } } { goto IL_01bb; } IL_005d: { DTDValidatingReader_FillAttributes_m4267884608(__this, /*hidden argument*/NULL); String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.String) */, __this, _stringLiteral2469761506); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, _stringLiteral4119301762, /*hidden argument*/NULL); if (!L_4) { goto IL_0084; } } { __this->set_isStandalone_15((bool)1); } IL_0084: { goto IL_01bb; } IL_0089: { DTDValidatingReader_ReadDoctype_m1413055859(__this, /*hidden argument*/NULL); goto IL_01bb; } IL_0094: { String_t* L_5 = __this->get_constructingTextValue_22(); if (!L_5) { goto IL_00c5; } } { String_t* L_6 = __this->get_constructingTextValue_22(); __this->set_currentTextValue_21(L_6); __this->set_constructingTextValue_22((String_t*)NULL); bool L_7 = __this->get_isWhitespace_25(); if (!L_7) { goto IL_00c3; } } { DTDValidatingReader_ValidateWhitespaceNode_m2065290341(__this, /*hidden argument*/NULL); } IL_00c3: { return (bool)1; } IL_00c5: { DTDValidatingReader_ProcessStartElement_m3363567628(__this, /*hidden argument*/NULL); goto IL_01bb; } IL_00d0: { String_t* L_8 = __this->get_constructingTextValue_22(); if (!L_8) { goto IL_00f0; } } { String_t* L_9 = __this->get_constructingTextValue_22(); __this->set_currentTextValue_21(L_9); __this->set_constructingTextValue_22((String_t*)NULL); return (bool)1; } IL_00f0: { DTDValidatingReader_ProcessEndElement_m3996910107(__this, /*hidden argument*/NULL); goto IL_01bb; } IL_00fb: { int32_t L_10 = 0; V_1 = (bool)L_10; __this->set_isWhitespace_25((bool)L_10); bool L_11 = V_1; __this->set_isSignificantWhitespace_24(L_11); __this->set_isText_26((bool)1); DTDValidatingReader_ValidateText_m4189176275(__this, /*hidden argument*/NULL); String_t* L_12 = __this->get_currentTextValue_21(); if (!L_12) { goto IL_0138; } } { String_t* L_13 = __this->get_constructingTextValue_22(); __this->set_currentTextValue_21(L_13); __this->set_constructingTextValue_22((String_t*)NULL); return (bool)1; } IL_0138: { goto IL_01bb; } IL_013d: { bool L_14 = __this->get_isText_26(); if (L_14) { goto IL_014f; } } { __this->set_isSignificantWhitespace_24((bool)1); } IL_014f: { __this->set_isWhitespace_25((bool)0); goto IL_0177; } IL_015b: { int32_t L_15 = 0; V_1 = (bool)L_15; __this->set_isSignificantWhitespace_24((bool)L_15); bool L_16 = V_1; __this->set_isWhitespace_25(L_16); __this->set_isText_26((bool)1); goto IL_0177; } IL_0177: { EntityResolvingXmlReader_t1267732406 * L_17 = __this->get_reader_2(); NullCheck(L_17); int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)11))))) { goto IL_018e; } } { goto IL_01bb; } IL_018e: { DTDValidatingReader_ValidateText_m4189176275(__this, /*hidden argument*/NULL); goto IL_01bb; } IL_0199: { bool L_19 = __this->get_isText_26(); if (L_19) { goto IL_01b6; } } { bool L_20 = __this->get_isSignificantWhitespace_24(); if (L_20) { goto IL_01b6; } } { __this->set_isWhitespace_25((bool)1); } IL_01b6: { goto IL_0177; } IL_01bb: { bool L_21 = __this->get_isWhitespace_25(); if (!L_21) { goto IL_01cc; } } { DTDValidatingReader_ValidateWhitespaceNode_m2065290341(__this, /*hidden argument*/NULL); } IL_01cc: { String_t* L_22 = __this->get_constructingTextValue_22(); __this->set_currentTextValue_21(L_22); __this->set_constructingTextValue_22((String_t*)NULL); return (bool)1; } } // System.Void Mono.Xml.DTDValidatingReader::FillAttributes() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_FillAttributes_m4267884608 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { AttributeSlot_t3985135163 * V_0 = NULL; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToFirstAttribute() */, L_0); if (!L_1) { goto IL_0088; } } IL_0010: { AttributeSlot_t3985135163 * L_2 = DTDValidatingReader_GetAttributeSlot_m1582516134(__this, /*hidden argument*/NULL); V_0 = L_2; AttributeSlot_t3985135163 * L_3 = V_0; EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_reader_2(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_4); NullCheck(L_3); L_3->set_Name_0(L_5); AttributeSlot_t3985135163 * L_6 = V_0; EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_reader_2(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.EntityResolvingXmlReader::get_LocalName() */, L_7); NullCheck(L_6); L_6->set_LocalName_1(L_8); AttributeSlot_t3985135163 * L_9 = V_0; EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_reader_2(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Prefix() */, L_10); NullCheck(L_9); L_9->set_Prefix_3(L_11); AttributeSlot_t3985135163 * L_12 = V_0; EntityResolvingXmlReader_t1267732406 * L_13 = __this->get_reader_2(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml.EntityResolvingXmlReader::get_NamespaceURI() */, L_13); NullCheck(L_12); L_12->set_NS_2(L_14); AttributeSlot_t3985135163 * L_15 = V_0; EntityResolvingXmlReader_t1267732406 * L_16 = __this->get_reader_2(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Value() */, L_16); NullCheck(L_15); L_15->set_Value_4(L_17); EntityResolvingXmlReader_t1267732406 * L_18 = __this->get_reader_2(); NullCheck(L_18); bool L_19 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToNextAttribute() */, L_18); if (L_19) { goto IL_0010; } } { EntityResolvingXmlReader_t1267732406 * L_20 = __this->get_reader_2(); NullCheck(L_20); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToElement() */, L_20); } IL_0088: { return; } } // System.Void Mono.Xml.DTDValidatingReader::ValidateText() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateText_m4189176275 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ValidateText_m4189176275_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDElementDeclaration_t1830540991 * V_0 = NULL; { DTDAutomata_t781538777 * L_0 = __this->get_currentAutomata_16(); if (L_0) { goto IL_000c; } } { return; } IL_000c: { V_0 = (DTDElementDeclaration_t1830540991 *)NULL; Stack_t2329662280 * L_1 = __this->get_elementStack_12(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_1); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0040; } } { DTDObjectModel_t1729680289 * L_3 = __this->get_dtd_5(); NullCheck(L_3); DTDElementDeclarationCollection_t222313714 * L_4 = DTDObjectModel_get_ElementDecls_m2095665786(L_3, /*hidden argument*/NULL); Stack_t2329662280 * L_5 = __this->get_elementStack_12(); NullCheck(L_5); RuntimeObject * L_6 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_5); NullCheck(L_4); DTDElementDeclaration_t1830540991 * L_7 = DTDElementDeclarationCollection_get_Item_m643703552(L_4, ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_7; } IL_0040: { DTDElementDeclaration_t1830540991 * L_8 = V_0; if (!L_8) { goto IL_0094; } } { DTDElementDeclaration_t1830540991 * L_9 = V_0; NullCheck(L_9); bool L_10 = DTDElementDeclaration_get_IsMixedContent_m4155140208(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0094; } } { DTDElementDeclaration_t1830540991 * L_11 = V_0; NullCheck(L_11); bool L_12 = DTDElementDeclaration_get_IsAny_m3208998903(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0094; } } { bool L_13 = __this->get_isWhitespace_25(); if (L_13) { goto IL_0094; } } { Stack_t2329662280 * L_14 = __this->get_elementStack_12(); NullCheck(L_14); RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_14); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_16 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1146624283, ((String_t*)IsInstSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_16, 0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_17 = __this->get_previousAutomata_17(); __this->set_currentAutomata_16(L_17); } IL_0094: { return; } } // System.Void Mono.Xml.DTDValidatingReader::ValidateWhitespaceNode() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateWhitespaceNode_m2065290341 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ValidateWhitespaceNode_m2065290341_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDElementDeclaration_t1830540991 * V_0 = NULL; { bool L_0 = __this->get_isStandalone_15(); if (!L_0) { goto IL_0086; } } { DTDObjectModel_t1729680289 * L_1 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0086; } } { Stack_t2329662280 * L_2 = __this->get_elementStack_12(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_2); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0086; } } { DTDObjectModel_t1729680289 * L_4 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_4); DTDElementDeclarationCollection_t222313714 * L_5 = DTDObjectModel_get_ElementDecls_m2095665786(L_4, /*hidden argument*/NULL); Stack_t2329662280 * L_6 = __this->get_elementStack_12(); NullCheck(L_6); RuntimeObject * L_7 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Stack::Peek() */, L_6); NullCheck(L_5); DTDElementDeclaration_t1830540991 * L_8 = DTDElementDeclarationCollection_get_Item_m643703552(L_5, ((String_t*)IsInstSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_8; DTDElementDeclaration_t1830540991 * L_9 = V_0; if (!L_9) { goto IL_0086; } } { DTDElementDeclaration_t1830540991 * L_10 = V_0; NullCheck(L_10); bool L_11 = DTDNode_get_IsInternalSubset_m279305321(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0086; } } { DTDElementDeclaration_t1830540991 * L_12 = V_0; NullCheck(L_12); bool L_13 = DTDElementDeclaration_get_IsMixedContent_m4155140208(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0086; } } { DTDElementDeclaration_t1830540991 * L_14 = V_0; NullCheck(L_14); bool L_15 = DTDElementDeclaration_get_IsAny_m3208998903(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0086; } } { DTDElementDeclaration_t1830540991 * L_16 = V_0; NullCheck(L_16); bool L_17 = DTDElementDeclaration_get_IsEmpty_m2668080414(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0086; } } { DTDValidatingReader_HandleError_m1792782619(__this, _stringLiteral2183237322, 0, /*hidden argument*/NULL); } IL_0086: { return; } } // System.Void Mono.Xml.DTDValidatingReader::HandleError(System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_HandleError_m1792782619 (DTDValidatingReader_t3946379043 * __this, String_t* ___message0, int32_t ___severity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_HandleError_m1792782619_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; XmlSchemaException_t3511258692 * V_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B4_0 = NULL; int32_t G_B6_0 = 0; String_t* G_B6_1 = NULL; int32_t G_B8_0 = 0; String_t* G_B8_1 = NULL; int32_t G_B7_0 = 0; String_t* G_B7_1 = NULL; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; String_t* G_B9_2 = NULL; { XmlValidatingReader_t1719295192 * L_0 = __this->get_validatingReader_4(); if (!L_0) { goto IL_001c; } } { XmlValidatingReader_t1719295192 * L_1 = __this->get_validatingReader_4(); NullCheck(L_1); int32_t L_2 = XmlValidatingReader_get_ValidationType_m768883523(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { return; } IL_001c: { V_0 = __this; RuntimeObject* L_3 = V_0; NullCheck(L_3); bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_3); V_1 = L_4; String_t* L_5 = ___message0; bool L_6 = V_1; G_B4_0 = L_5; if (!L_6) { G_B5_0 = L_5; goto IL_0037; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); int32_t L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_7); G_B6_0 = L_8; G_B6_1 = G_B4_0; goto IL_0038; } IL_0037: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0038: { bool L_9 = V_1; G_B7_0 = G_B6_0; G_B7_1 = G_B6_1; if (!L_9) { G_B8_0 = G_B6_0; G_B8_1 = G_B6_1; goto IL_0049; } } { RuntimeObject* L_10 = V_0; NullCheck(L_10); int32_t L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_10); G_B9_0 = L_11; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_004a; } IL_0049: { G_B9_0 = 0; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_004a: { String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.DTDValidatingReader::get_BaseURI() */, __this); XmlSchemaException_t3511258692 * L_13 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m1475206260(L_13, G_B9_2, G_B9_1, G_B9_0, (XmlSchemaObject_t1315720168 *)NULL, L_12, (Exception_t *)NULL, /*hidden argument*/NULL); V_2 = L_13; XmlSchemaException_t3511258692 * L_14 = V_2; int32_t L_15 = ___severity1; DTDValidatingReader_HandleError_m4237651086(__this, L_14, L_15, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.DTDValidatingReader::HandleError(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_HandleError_m4237651086 (DTDValidatingReader_t3946379043 * __this, XmlSchemaException_t3511258692 * ___ex0, int32_t ___severity1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_HandleError_m4237651086_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlValidatingReader_t1719295192 * L_0 = __this->get_validatingReader_4(); if (!L_0) { goto IL_001c; } } { XmlValidatingReader_t1719295192 * L_1 = __this->get_validatingReader_4(); NullCheck(L_1); int32_t L_2 = XmlValidatingReader_get_ValidationType_m768883523(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001c; } } { return; } IL_001c: { XmlValidatingReader_t1719295192 * L_3 = __this->get_validatingReader_4(); if (!L_3) { goto IL_0045; } } { XmlValidatingReader_t1719295192 * L_4 = __this->get_validatingReader_4(); XmlSchemaException_t3511258692 * L_5 = ___ex0; XmlSchemaException_t3511258692 * L_6 = ___ex0; NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaException::get_Message() */, L_6); int32_t L_8 = ___severity1; ValidationEventArgs_t2784773869 * L_9 = (ValidationEventArgs_t2784773869 *)il2cpp_codegen_object_new(ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var); ValidationEventArgs__ctor_m2303611623(L_9, L_5, L_7, L_8, /*hidden argument*/NULL); NullCheck(L_4); XmlValidatingReader_OnValidationEvent_m367061793(L_4, __this, L_9, /*hidden argument*/NULL); goto IL_004d; } IL_0045: { int32_t L_10 = ___severity1; if (L_10) { goto IL_004d; } } { XmlSchemaException_t3511258692 * L_11 = ___ex0; IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,DTDValidatingReader_HandleError_m4237651086_RuntimeMethod_var); } IL_004d: { return; } } // System.Void Mono.Xml.DTDValidatingReader::ValidateAttributes(Mono.Xml.DTDAttListDeclaration,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ValidateAttributes_m3495875521 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, bool ___validate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ValidateAttributes_m3495875521_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AttributeSlot_t3985135163 * V_1 = NULL; int32_t V_2 = 0; AttributeSlot_t3985135163 * V_3 = NULL; XmlNamespaceManager_t418790500 * G_B5_0 = NULL; XmlNamespaceManager_t418790500 * G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlNamespaceManager_t418790500 * G_B6_1 = NULL; { DTDAttListDeclaration_t3593159715 * L_0 = ___decl0; bool L_1 = ___validate1; DTDValidatingReader_DtdValidateAttributes_m3689249578(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = 0; goto IL_007c; } IL_000f: { AttributeSlotU5BU5D_t600906362* L_2 = __this->get_attributes_8(); int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; AttributeSlot_t3985135163 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; AttributeSlot_t3985135163 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_Name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Equality_m920492651(NULL /*static, unused*/, L_7, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_8) { goto IL_0042; } } { AttributeSlot_t3985135163 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = L_9->get_Prefix_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_11) { goto IL_0078; } } IL_0042: { XmlNamespaceManager_t418790500 * L_12 = __this->get_nsmgr_20(); AttributeSlot_t3985135163 * L_13 = V_1; NullCheck(L_13); String_t* L_14 = L_13->get_Prefix_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_15 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, _stringLiteral3929236445, /*hidden argument*/NULL); G_B4_0 = L_12; if (!L_15) { G_B5_0 = L_12; goto IL_0068; } } { AttributeSlot_t3985135163 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = L_16->get_LocalName_1(); G_B6_0 = L_17; G_B6_1 = G_B4_0; goto IL_006d; } IL_0068: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_18; G_B6_1 = G_B5_0; } IL_006d: { AttributeSlot_t3985135163 * L_19 = V_1; NullCheck(L_19); String_t* L_20 = L_19->get_Value_4(); NullCheck(G_B6_1); VirtActionInvoker2< String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) */, G_B6_1, G_B6_0, L_20); } IL_0078: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_007c: { int32_t L_22 = V_0; int32_t L_23 = __this->get_attributeCount_9(); if ((((int32_t)L_22) < ((int32_t)L_23))) { goto IL_000f; } } { V_2 = 0; goto IL_00f4; } IL_008f: { AttributeSlotU5BU5D_t600906362* L_24 = __this->get_attributes_8(); int32_t L_25 = V_2; NullCheck(L_24); int32_t L_26 = L_25; AttributeSlot_t3985135163 * L_27 = (L_24)->GetAt(static_cast(L_26)); V_3 = L_27; AttributeSlot_t3985135163 * L_28 = V_3; NullCheck(L_28); String_t* L_29 = L_28->get_Name_0(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_30) { goto IL_00bd; } } { AttributeSlot_t3985135163 * L_31 = V_3; NullCheck(L_31); L_31->set_NS_2(_stringLiteral2829469855); goto IL_00f0; } IL_00bd: { AttributeSlot_t3985135163 * L_32 = V_3; NullCheck(L_32); String_t* L_33 = L_32->get_Prefix_3(); NullCheck(L_33); int32_t L_34 = String_get_Length_m3847582255(L_33, /*hidden argument*/NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_00e5; } } { AttributeSlot_t3985135163 * L_35 = V_3; AttributeSlot_t3985135163 * L_36 = V_3; NullCheck(L_36); String_t* L_37 = L_36->get_Prefix_3(); String_t* L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String Mono.Xml.DTDValidatingReader::LookupNamespace(System.String) */, __this, L_37); NullCheck(L_35); L_35->set_NS_2(L_38); goto IL_00f0; } IL_00e5: { AttributeSlot_t3985135163 * L_39 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_40 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_39); L_39->set_NS_2(L_40); } IL_00f0: { int32_t L_41 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_00f4: { int32_t L_42 = V_2; int32_t L_43 = __this->get_attributeCount_9(); if ((((int32_t)L_42) < ((int32_t)L_43))) { goto IL_008f; } } { return; } } // Mono.Xml.DTDValidatingReader/AttributeSlot Mono.Xml.DTDValidatingReader::GetAttributeSlot() extern "C" IL2CPP_METHOD_ATTR AttributeSlot_t3985135163 * DTDValidatingReader_GetAttributeSlot_m1582516134 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_GetAttributeSlot_m1582516134_MetadataUsageId); s_Il2CppMethodInitialized = true; } AttributeSlotU5BU5D_t600906362* V_0 = NULL; AttributeSlot_t3985135163 * V_1 = NULL; { int32_t L_0 = __this->get_attributeCount_9(); AttributeSlotU5BU5D_t600906362* L_1 = __this->get_attributes_8(); NullCheck(L_1); if ((!(((uint32_t)L_0) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))))))) { goto IL_003a; } } { int32_t L_2 = __this->get_attributeCount_9(); V_0 = ((AttributeSlotU5BU5D_t600906362*)SZArrayNew(AttributeSlotU5BU5D_t600906362_il2cpp_TypeInfo_var, (uint32_t)((int32_t)((int32_t)L_2<<(int32_t)1)))); AttributeSlotU5BU5D_t600906362* L_3 = __this->get_attributes_8(); AttributeSlotU5BU5D_t600906362* L_4 = V_0; int32_t L_5 = __this->get_attributeCount_9(); Array_Copy_m1988217701(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_3, (RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL); AttributeSlotU5BU5D_t600906362* L_6 = V_0; __this->set_attributes_8(L_6); } IL_003a: { AttributeSlotU5BU5D_t600906362* L_7 = __this->get_attributes_8(); int32_t L_8 = __this->get_attributeCount_9(); NullCheck(L_7); int32_t L_9 = L_8; AttributeSlot_t3985135163 * L_10 = (L_7)->GetAt(static_cast(L_9)); if (L_10) { goto IL_005e; } } { AttributeSlotU5BU5D_t600906362* L_11 = __this->get_attributes_8(); int32_t L_12 = __this->get_attributeCount_9(); AttributeSlot_t3985135163 * L_13 = (AttributeSlot_t3985135163 *)il2cpp_codegen_object_new(AttributeSlot_t3985135163_il2cpp_TypeInfo_var); AttributeSlot__ctor_m1749929865(L_13, /*hidden argument*/NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(L_12), (AttributeSlot_t3985135163 *)L_13); } IL_005e: { AttributeSlotU5BU5D_t600906362* L_14 = __this->get_attributes_8(); int32_t L_15 = __this->get_attributeCount_9(); NullCheck(L_14); int32_t L_16 = L_15; AttributeSlot_t3985135163 * L_17 = (L_14)->GetAt(static_cast(L_16)); V_1 = L_17; AttributeSlot_t3985135163 * L_18 = V_1; NullCheck(L_18); AttributeSlot_Clear_m3566431702(L_18, /*hidden argument*/NULL); int32_t L_19 = __this->get_attributeCount_9(); __this->set_attributeCount_9(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1))); AttributeSlot_t3985135163 * L_20 = V_1; return L_20; } } // System.Void Mono.Xml.DTDValidatingReader::DtdValidateAttributes(Mono.Xml.DTDAttListDeclaration,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_DtdValidateAttributes_m3689249578 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, bool ___validate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_DtdValidateAttributes_m3689249578_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; AttributeSlot_t3985135163 * V_1 = NULL; XmlReader_t3121518892 * V_2 = NULL; String_t* V_3 = NULL; DTDEntityDeclaration_t811637416 * V_4 = NULL; XmlTextReader_t4233384356 * V_5 = NULL; DTDAttributeDefinition_t3434905422 * V_6 = NULL; String_t* V_7 = NULL; DTDEntityDeclaration_t811637416 * V_8 = NULL; StringU5BU5D_t1281789340* V_9 = NULL; Exception_t * V_10 = NULL; int32_t V_11 = 0; String_t* V_12 = NULL; int32_t V_13 = 0; String_t* V_14 = NULL; int32_t V_15 = 0; int32_t V_16 = 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); { goto IL_0596; } IL_0005: { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_0); V_0 = L_1; AttributeSlot_t3985135163 * L_2 = DTDValidatingReader_GetAttributeSlot_m1582516134(__this, /*hidden argument*/NULL); V_1 = L_2; AttributeSlot_t3985135163 * L_3 = V_1; EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_reader_2(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_4); NullCheck(L_3); L_3->set_Name_0(L_5); AttributeSlot_t3985135163 * L_6 = V_1; EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_reader_2(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.EntityResolvingXmlReader::get_LocalName() */, L_7); NullCheck(L_6); L_6->set_LocalName_1(L_8); AttributeSlot_t3985135163 * L_9 = V_1; EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_reader_2(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Prefix() */, L_10); NullCheck(L_9); L_9->set_Prefix_3(L_11); EntityResolvingXmlReader_t1267732406 * L_12 = __this->get_reader_2(); V_2 = L_12; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); V_3 = L_13; goto IL_0132; } IL_005d: { XmlReader_t3121518892 * L_14 = V_2; NullCheck(L_14); bool L_15 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_14); if (L_15) { goto IL_0094; } } { Stack_t2329662280 * L_16 = __this->get_attributeValueEntityStack_27(); NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_16); if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_008f; } } { Stack_t2329662280 * L_18 = __this->get_attributeValueEntityStack_27(); NullCheck(L_18); RuntimeObject * L_19 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_18); V_2 = ((XmlReader_t3121518892 *)IsInstClass((RuntimeObject*)L_19, XmlReader_t3121518892_il2cpp_TypeInfo_var)); goto IL_0132; } IL_008f: { goto IL_0143; } IL_0094: { XmlReader_t3121518892 * L_20 = V_2; NullCheck(L_20); int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_20); V_15 = L_21; int32_t L_22 = V_15; if ((((int32_t)L_22) == ((int32_t)5))) { goto IL_00b2; } } { int32_t L_23 = V_15; if ((((int32_t)L_23) == ((int32_t)((int32_t)16)))) { goto IL_011b; } } { goto IL_0120; } IL_00b2: { DTDObjectModel_t1729680289 * L_24 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_24); DTDEntityDeclarationCollection_t2250844513 * L_25 = DTDObjectModel_get_EntityDecls_m2343264842(L_24, /*hidden argument*/NULL); XmlReader_t3121518892 * L_26 = V_2; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_26); NullCheck(L_25); DTDEntityDeclaration_t811637416 * L_28 = DTDEntityDeclarationCollection_get_Item_m883323424(L_25, L_27, /*hidden argument*/NULL); V_4 = L_28; DTDEntityDeclaration_t811637416 * L_29 = V_4; if (L_29) { goto IL_00ed; } } { XmlReader_t3121518892 * L_30 = V_2; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2919637151, L_31, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_32, 0, /*hidden argument*/NULL); goto IL_0116; } IL_00ed: { DTDEntityDeclaration_t811637416 * L_33 = V_4; NullCheck(L_33); String_t* L_34 = DTDEntityDeclaration_get_EntityValue_m498441691(L_33, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_35 = DTDValidatingReader_get_ParserContext_m883207457(__this, /*hidden argument*/NULL); XmlTextReader_t4233384356 * L_36 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m873020869(L_36, L_34, 2, L_35, /*hidden argument*/NULL); V_5 = L_36; Stack_t2329662280 * L_37 = __this->get_attributeValueEntityStack_27(); XmlReader_t3121518892 * L_38 = V_2; NullCheck(L_37); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_37, L_38); XmlTextReader_t4233384356 * L_39 = V_5; V_2 = L_39; goto IL_0132; } IL_0116: { goto IL_0132; } IL_011b: { goto IL_0132; } IL_0120: { String_t* L_40 = V_3; XmlReader_t3121518892 * L_41 = V_2; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m3937257545(NULL /*static, unused*/, L_40, L_42, /*hidden argument*/NULL); V_3 = L_43; goto IL_0132; } IL_0132: { Stack_t2329662280 * L_44 = __this->get_attributeValueEntityStack_27(); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Stack::get_Count() */, L_44); if ((((int32_t)L_45) >= ((int32_t)0))) { goto IL_005d; } } IL_0143: { EntityResolvingXmlReader_t1267732406 * L_46 = __this->get_reader_2(); NullCheck(L_46); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToElement() */, L_46); EntityResolvingXmlReader_t1267732406 * L_47 = __this->get_reader_2(); String_t* L_48 = V_0; NullCheck(L_47); VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.String) */, L_47, L_48); AttributeSlot_t3985135163 * L_49 = V_1; String_t* L_50 = V_0; String_t* L_51 = V_3; String_t* L_52 = DTDValidatingReader_FilterNormalization_m1400461934(__this, L_50, L_51, /*hidden argument*/NULL); NullCheck(L_49); L_49->set_Value_4(L_52); bool L_53 = ___validate1; if (L_53) { goto IL_0175; } } { goto IL_0596; } IL_0175: { DTDAttListDeclaration_t3593159715 * L_54 = ___decl0; EntityResolvingXmlReader_t1267732406 * L_55 = __this->get_reader_2(); NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_55); NullCheck(L_54); DTDAttributeDefinition_t3434905422 * L_57 = DTDAttListDeclaration_get_Item_m126874962(L_54, L_56, /*hidden argument*/NULL); V_6 = L_57; DTDAttributeDefinition_t3434905422 * L_58 = V_6; if (L_58) { goto IL_01b0; } } { EntityResolvingXmlReader_t1267732406 * L_59 = __this->get_reader_2(); NullCheck(L_59); String_t* L_60 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_59); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_61 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral81972803, L_60, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_61, 0, /*hidden argument*/NULL); goto IL_0596; } IL_01b0: { DTDAttributeDefinition_t3434905422 * L_62 = V_6; NullCheck(L_62); ArrayList_t2718874744 * L_63 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_62, /*hidden argument*/NULL); NullCheck(L_63); int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_63); if ((((int32_t)L_64) <= ((int32_t)0))) { goto IL_01f6; } } { DTDAttributeDefinition_t3434905422 * L_65 = V_6; NullCheck(L_65); ArrayList_t2718874744 * L_66 = DTDAttributeDefinition_get_EnumeratedAttributeDeclaration_m2829156161(L_65, /*hidden argument*/NULL); AttributeSlot_t3985135163 * L_67 = V_1; NullCheck(L_67); String_t* L_68 = L_67->get_Value_4(); NullCheck(L_66); bool L_69 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_66, L_68); if (L_69) { goto IL_01f6; } } { EntityResolvingXmlReader_t1267732406 * L_70 = __this->get_reader_2(); NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_70); String_t* L_72 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_73 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral3489282555, L_71, L_72, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_73, 0, /*hidden argument*/NULL); } IL_01f6: { DTDAttributeDefinition_t3434905422 * L_74 = V_6; NullCheck(L_74); ArrayList_t2718874744 * L_75 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_74, /*hidden argument*/NULL); NullCheck(L_75); int32_t L_76 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_75); if ((((int32_t)L_76) <= ((int32_t)0))) { goto IL_023c; } } { DTDAttributeDefinition_t3434905422 * L_77 = V_6; NullCheck(L_77); ArrayList_t2718874744 * L_78 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_77, /*hidden argument*/NULL); AttributeSlot_t3985135163 * L_79 = V_1; NullCheck(L_79); String_t* L_80 = L_79->get_Value_4(); NullCheck(L_78); bool L_81 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_78, L_80); if (L_81) { goto IL_023c; } } { EntityResolvingXmlReader_t1267732406 * L_82 = __this->get_reader_2(); NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_82); String_t* L_84 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_85 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2940916899, L_83, L_84, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_85, 0, /*hidden argument*/NULL); } IL_023c: { V_7 = (String_t*)NULL; DTDAttributeDefinition_t3434905422 * L_86 = V_6; NullCheck(L_86); XmlSchemaDatatype_t322714710 * L_87 = DTDAttributeDefinition_get_Datatype_m3025876381(L_86, /*hidden argument*/NULL); if (!L_87) { goto IL_0260; } } { DTDAttributeDefinition_t3434905422 * L_88 = V_6; NullCheck(L_88); String_t* L_89 = DTDAttributeDefinition_get_Name_m386820002(L_88, /*hidden argument*/NULL); String_t* L_90 = V_3; String_t* L_91 = DTDValidatingReader_FilterNormalization_m1400461934(__this, L_89, L_90, /*hidden argument*/NULL); V_7 = L_91; goto IL_0263; } IL_0260: { String_t* L_92 = V_3; V_7 = L_92; } IL_0263: { V_9 = (StringU5BU5D_t1281789340*)NULL; DTDAttributeDefinition_t3434905422 * L_93 = V_6; NullCheck(L_93); XmlSchemaDatatype_t322714710 * L_94 = DTDAttributeDefinition_get_Datatype_m3025876381(L_93, /*hidden argument*/NULL); NullCheck(L_94); int32_t L_95 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_94); V_16 = L_95; int32_t L_96 = V_16; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_96, (int32_t)3))) { case 0: { goto IL_0296; } case 1: { goto IL_02d6; } case 2: { goto IL_0296; } case 3: { goto IL_02d6; } case 4: { goto IL_0296; } } } { goto IL_02d6; } IL_0296: try { // begin try (depth: 1) DTDAttributeDefinition_t3434905422 * L_97 = V_6; NullCheck(L_97); XmlSchemaDatatype_t322714710 * L_98 = DTDAttributeDefinition_get_Datatype_m3025876381(L_97, /*hidden argument*/NULL); String_t* L_99 = V_7; XmlNameTable_t71772148 * L_100 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.DTDValidatingReader::get_NameTable() */, __this); NullCheck(L_98); RuntimeObject * L_101 = 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_98, L_99, L_100, (RuntimeObject*)NULL); V_9 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_101, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); goto IL_02d1; } // 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_02b7; throw e; } CATCH_02b7: { // begin catch(System.Exception) DTDValidatingReader_HandleError_m1792782619(__this, _stringLiteral3566955851, 0, /*hidden argument*/NULL); V_9 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_02d1; } // end catch (depth: 1) IL_02d1: { goto IL_031c; } IL_02d6: try { // begin try (depth: 1) DTDAttributeDefinition_t3434905422 * L_102 = V_6; NullCheck(L_102); XmlSchemaDatatype_t322714710 * L_103 = DTDAttributeDefinition_get_Datatype_m3025876381(L_102, /*hidden argument*/NULL); String_t* L_104 = V_7; XmlNameTable_t71772148 * L_105 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.DTDValidatingReader::get_NameTable() */, __this); NullCheck(L_103); 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_103, L_104, L_105, (RuntimeObject*)NULL); goto IL_0317; } // 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_02f1; throw e; } CATCH_02f1: { // begin catch(System.Exception) V_10 = ((Exception_t *)__exception_local); DTDAttributeDefinition_t3434905422 * L_106 = V_6; NullCheck(L_106); XmlSchemaDatatype_t322714710 * L_107 = DTDAttributeDefinition_get_Datatype_m3025876381(L_106, /*hidden argument*/NULL); Exception_t * L_108 = V_10; NullCheck(L_108); String_t* L_109 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Exception::get_Message() */, L_108); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_110 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral994131790, L_107, L_109, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_110, 0, /*hidden argument*/NULL); goto IL_0317; } // end catch (depth: 1) IL_0317: { goto IL_031c; } IL_031c: { DTDAttributeDefinition_t3434905422 * L_111 = V_6; NullCheck(L_111); XmlSchemaDatatype_t322714710 * L_112 = DTDAttributeDefinition_get_Datatype_m3025876381(L_111, /*hidden argument*/NULL); NullCheck(L_112); int32_t L_113 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_112); V_16 = L_113; int32_t L_114 = V_16; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_114, (int32_t)1))) { case 0: { goto IL_034c; } case 1: { goto IL_03a7; } case 2: { goto IL_03cc; } case 3: { goto IL_0411; } case 4: { goto IL_0484; } } } { goto IL_0528; } IL_034c: { ArrayList_t2718874744 * L_115 = __this->get_idList_18(); String_t* L_116 = V_7; NullCheck(L_115); bool L_117 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_115, L_116); if (!L_117) { goto IL_0375; } } { String_t* L_118 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_119 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral440689521, L_118, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_119, 0, /*hidden argument*/NULL); goto IL_03a2; } IL_0375: { ArrayList_t2718874744 * L_120 = __this->get_missingIDReferences_19(); String_t* L_121 = V_7; NullCheck(L_120); bool L_122 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_120, L_121); if (!L_122) { goto IL_0394; } } { ArrayList_t2718874744 * L_123 = __this->get_missingIDReferences_19(); String_t* L_124 = V_7; NullCheck(L_123); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_123, L_124); } IL_0394: { ArrayList_t2718874744 * L_125 = __this->get_idList_18(); String_t* L_126 = V_7; NullCheck(L_125); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_125, L_126); } IL_03a2: { goto IL_0528; } IL_03a7: { ArrayList_t2718874744 * L_127 = __this->get_idList_18(); String_t* L_128 = V_7; NullCheck(L_127); bool L_129 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_127, L_128); if (L_129) { goto IL_03c7; } } { ArrayList_t2718874744 * L_130 = __this->get_missingIDReferences_19(); String_t* L_131 = V_7; NullCheck(L_130); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_130, L_131); } IL_03c7: { goto IL_0528; } IL_03cc: { V_11 = 0; goto IL_0401; } IL_03d4: { StringU5BU5D_t1281789340* L_132 = V_9; int32_t L_133 = V_11; NullCheck(L_132); int32_t L_134 = L_133; String_t* L_135 = (L_132)->GetAt(static_cast(L_134)); V_12 = L_135; ArrayList_t2718874744 * L_136 = __this->get_idList_18(); String_t* L_137 = V_12; NullCheck(L_136); bool L_138 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_136, L_137); if (L_138) { goto IL_03fb; } } { ArrayList_t2718874744 * L_139 = __this->get_missingIDReferences_19(); String_t* L_140 = V_12; NullCheck(L_139); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_139, L_140); } IL_03fb: { int32_t L_141 = V_11; V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)1)); } IL_0401: { int32_t L_142 = V_11; StringU5BU5D_t1281789340* L_143 = V_9; NullCheck(L_143); if ((((int32_t)L_142) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_143)->max_length))))))) { goto IL_03d4; } } { goto IL_0528; } IL_0411: { DTDObjectModel_t1729680289 * L_144 = __this->get_dtd_5(); NullCheck(L_144); DTDEntityDeclarationCollection_t2250844513 * L_145 = DTDObjectModel_get_EntityDecls_m2343264842(L_144, /*hidden argument*/NULL); String_t* L_146 = V_7; NullCheck(L_145); DTDEntityDeclaration_t811637416 * L_147 = DTDEntityDeclarationCollection_get_Item_m883323424(L_145, L_146, /*hidden argument*/NULL); V_8 = L_147; DTDEntityDeclaration_t811637416 * L_148 = V_8; if (L_148) { goto IL_0452; } } { EntityResolvingXmlReader_t1267732406 * L_149 = __this->get_reader_2(); NullCheck(L_149); String_t* L_150 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_149); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_151 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral246897473, L_150, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_151, 0, /*hidden argument*/NULL); goto IL_047f; } IL_0452: { DTDEntityDeclaration_t811637416 * L_152 = V_8; NullCheck(L_152); String_t* L_153 = DTDEntityDeclaration_get_NotationName_m675121615(L_152, /*hidden argument*/NULL); if (L_153) { goto IL_047f; } } { EntityResolvingXmlReader_t1267732406 * L_154 = __this->get_reader_2(); NullCheck(L_154); String_t* L_155 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_154); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_156 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1333859213, L_155, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_156, 0, /*hidden argument*/NULL); } IL_047f: { goto IL_0528; } IL_0484: { V_13 = 0; goto IL_0518; } IL_048c: { StringU5BU5D_t1281789340* L_157 = V_9; int32_t L_158 = V_13; NullCheck(L_157); int32_t L_159 = L_158; String_t* L_160 = (L_157)->GetAt(static_cast(L_159)); V_14 = L_160; DTDObjectModel_t1729680289 * L_161 = __this->get_dtd_5(); NullCheck(L_161); DTDEntityDeclarationCollection_t2250844513 * L_162 = DTDObjectModel_get_EntityDecls_m2343264842(L_161, /*hidden argument*/NULL); EntityResolvingXmlReader_t1267732406 * L_163 = __this->get_reader_2(); NullCheck(L_163); String_t* L_164 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_163); String_t* L_165 = V_14; String_t* L_166 = DTDValidatingReader_FilterNormalization_m1400461934(__this, L_164, L_165, /*hidden argument*/NULL); NullCheck(L_162); DTDEntityDeclaration_t811637416 * L_167 = DTDEntityDeclarationCollection_get_Item_m883323424(L_162, L_166, /*hidden argument*/NULL); V_8 = L_167; DTDEntityDeclaration_t811637416 * L_168 = V_8; if (L_168) { goto IL_04e5; } } { EntityResolvingXmlReader_t1267732406 * L_169 = __this->get_reader_2(); NullCheck(L_169); String_t* L_170 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_169); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_171 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral246897473, L_170, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_171, 0, /*hidden argument*/NULL); goto IL_0512; } IL_04e5: { DTDEntityDeclaration_t811637416 * L_172 = V_8; NullCheck(L_172); String_t* L_173 = DTDEntityDeclaration_get_NotationName_m675121615(L_172, /*hidden argument*/NULL); if (L_173) { goto IL_0512; } } { EntityResolvingXmlReader_t1267732406 * L_174 = __this->get_reader_2(); NullCheck(L_174); String_t* L_175 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_174); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_176 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3576901372, L_175, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_176, 0, /*hidden argument*/NULL); } IL_0512: { int32_t L_177 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_177, (int32_t)1)); } IL_0518: { int32_t L_178 = V_13; StringU5BU5D_t1281789340* L_179 = V_9; NullCheck(L_179); if ((((int32_t)L_178) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_179)->max_length))))))) { goto IL_048c; } } { goto IL_0528; } IL_0528: { bool L_180 = __this->get_isStandalone_15(); if (!L_180) { goto IL_0558; } } { DTDAttributeDefinition_t3434905422 * L_181 = V_6; NullCheck(L_181); bool L_182 = DTDNode_get_IsInternalSubset_m279305321(L_181, /*hidden argument*/NULL); if (L_182) { goto IL_0558; } } { String_t* L_183 = V_3; String_t* L_184 = V_7; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_185 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_183, L_184, /*hidden argument*/NULL); if (!L_185) { goto IL_0558; } } { DTDValidatingReader_HandleError_m1792782619(__this, _stringLiteral4236656608, 0, /*hidden argument*/NULL); } IL_0558: { DTDAttributeDefinition_t3434905422 * L_186 = V_6; NullCheck(L_186); int32_t L_187 = DTDAttributeDefinition_get_OccurenceType_m1446700722(L_186, /*hidden argument*/NULL); if ((!(((uint32_t)L_187) == ((uint32_t)3)))) { goto IL_0596; } } { String_t* L_188 = V_3; DTDAttributeDefinition_t3434905422 * L_189 = V_6; NullCheck(L_189); String_t* L_190 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_189, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_191 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_188, L_190, /*hidden argument*/NULL); if (!L_191) { goto IL_0596; } } { DTDAttributeDefinition_t3434905422 * L_192 = V_6; NullCheck(L_192); String_t* L_193 = DTDAttributeDefinition_get_Name_m386820002(L_192, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_194 = ___decl0; NullCheck(L_194); String_t* L_195 = DTDAttListDeclaration_get_Name_m4265396932(L_194, /*hidden argument*/NULL); String_t* L_196 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_197 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral1553611096, L_193, L_195, L_196, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_197, 0, /*hidden argument*/NULL); } IL_0596: { EntityResolvingXmlReader_t1267732406 * L_198 = __this->get_reader_2(); NullCheck(L_198); bool L_199 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToNextAttribute() */, L_198); if (L_199) { goto IL_0005; } } { bool L_200 = ___validate1; if (!L_200) { goto IL_05b3; } } { DTDAttListDeclaration_t3593159715 * L_201 = ___decl0; DTDValidatingReader_VerifyDeclaredAttributes_m2638776816(__this, L_201, /*hidden argument*/NULL); } IL_05b3: { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.DTDValidatingReader::MoveToElement() */, __this); return; } } // System.Void Mono.Xml.DTDValidatingReader::ReadDoctype() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ReadDoctype_m1413055859 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ReadDoctype_m1413055859_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlTextReader_t3455035481 * V_1 = NULL; int32_t V_2 = 0; DTDEntityDeclaration_t811637416 * V_3 = NULL; RuntimeObject* V_4 = NULL; DTDAttListDeclaration_t3593159715 * V_5 = NULL; RuntimeObject* V_6 = NULL; DTDAttributeDefinition_t3434905422 * V_7 = NULL; RuntimeObject* V_8 = NULL; String_t* V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = 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); { DTDValidatingReader_FillAttributes_m4267884608(__this, /*hidden argument*/NULL); EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0024; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); XmlParserContext_t2544895291 * L_3 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); DTDObjectModel_t1729680289 * L_4 = XmlParserContext_get_Dtd_m2960147355(L_3, /*hidden argument*/NULL); __this->set_dtd_5(L_4); } IL_0024: { DTDObjectModel_t1729680289 * L_5 = __this->get_dtd_5(); if (L_5) { goto IL_0092; } } { 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(); XmlTextReader_t3455035481 * L_7 = (XmlTextReader_t3455035481 *)il2cpp_codegen_object_new(XmlTextReader_t3455035481_il2cpp_TypeInfo_var); XmlTextReader__ctor_m4089766063(L_7, L_6, ((int32_t)9), (XmlParserContext_t2544895291 *)NULL, /*hidden argument*/NULL); V_1 = L_7; XmlTextReader_t3455035481 * L_8 = V_1; XmlResolver_t626023767 * L_9 = __this->get_resolver_6(); NullCheck(L_8); XmlTextReader_set_XmlResolver_m151906742(L_8, L_9, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_10 = V_1; EntityResolvingXmlReader_t1267732406 * L_11 = __this->get_reader_2(); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_11); EntityResolvingXmlReader_t1267732406 * L_13 = __this->get_reader_2(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_13, _stringLiteral3984887517); EntityResolvingXmlReader_t1267732406 * L_15 = __this->get_reader_2(); NullCheck(L_15); String_t* L_16 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_15, _stringLiteral3261774195); EntityResolvingXmlReader_t1267732406 * L_17 = __this->get_reader_2(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Value() */, L_17); NullCheck(L_10); XmlTextReader_GenerateDTDObjectModel_m1291768325(L_10, L_12, L_14, L_16, L_18, /*hidden argument*/NULL); XmlTextReader_t3455035481 * L_19 = V_1; NullCheck(L_19); DTDObjectModel_t1729680289 * L_20 = XmlTextReader_get_DTD_m2116886483(L_19, /*hidden argument*/NULL); __this->set_dtd_5(L_20); } IL_0092: { DTDObjectModel_t1729680289 * L_21 = __this->get_dtd_5(); NullCheck(L_21); DTDAutomata_t781538777 * L_22 = DTDObjectModel_get_RootAutomata_m3186628721(L_21, /*hidden argument*/NULL); __this->set_currentAutomata_16(L_22); V_2 = 0; goto IL_00c7; } IL_00aa: { DTDObjectModel_t1729680289 * L_23 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_23); XmlSchemaExceptionU5BU5D_t4099652653* L_24 = DTDObjectModel_get_Errors_m2671149940(L_23, /*hidden argument*/NULL); int32_t L_25 = V_2; NullCheck(L_24); int32_t L_26 = L_25; XmlSchemaException_t3511258692 * L_27 = (L_24)->GetAt(static_cast(L_26)); NullCheck(L_27); String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaException::get_Message() */, L_27); DTDValidatingReader_HandleError_m1792782619(__this, L_28, 0, /*hidden argument*/NULL); int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c7: { int32_t L_30 = V_2; DTDObjectModel_t1729680289 * L_31 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_31); XmlSchemaExceptionU5BU5D_t4099652653* L_32 = DTDObjectModel_get_Errors_m2671149940(L_31, /*hidden argument*/NULL); NullCheck(L_32); if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length))))))) { goto IL_00aa; } } { DTDObjectModel_t1729680289 * L_33 = __this->get_dtd_5(); NullCheck(L_33); DTDEntityDeclarationCollection_t2250844513 * L_34 = DTDObjectModel_get_EntityDecls_m2343264842(L_33, /*hidden argument*/NULL); NullCheck(L_34); RuntimeObject* L_35 = DictionaryBase_get_Values_m2364603791(L_34, /*hidden argument*/NULL); NullCheck(L_35); RuntimeObject* L_36 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4133380278_il2cpp_TypeInfo_var, L_35); V_4 = L_36; } IL_00f1: try { // begin try (depth: 1) { goto IL_0145; } IL_00f6: { RuntimeObject* L_37 = V_4; NullCheck(L_37); DTDNode_t858560093 * L_38 = InterfaceFuncInvoker0< DTDNode_t858560093 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1291130561_il2cpp_TypeInfo_var, L_37); V_3 = ((DTDEntityDeclaration_t811637416 *)CastclassClass((RuntimeObject*)L_38, DTDEntityDeclaration_t811637416_il2cpp_TypeInfo_var)); DTDEntityDeclaration_t811637416 * L_39 = V_3; NullCheck(L_39); String_t* L_40 = DTDEntityDeclaration_get_NotationName_m675121615(L_39, /*hidden argument*/NULL); if (!L_40) { goto IL_0145; } } IL_010e: { DTDObjectModel_t1729680289 * L_41 = __this->get_dtd_5(); NullCheck(L_41); DTDNotationDeclarationCollection_t959292105 * L_42 = DTDObjectModel_get_NotationDecls_m3855949721(L_41, /*hidden argument*/NULL); DTDEntityDeclaration_t811637416 * L_43 = V_3; NullCheck(L_43); String_t* L_44 = DTDEntityDeclaration_get_NotationName_m675121615(L_43, /*hidden argument*/NULL); NullCheck(L_42); DTDNotationDeclaration_t3702682588 * L_45 = DTDNotationDeclarationCollection_get_Item_m3718639518(L_42, L_44, /*hidden argument*/NULL); if (L_45) { goto IL_0145; } } IL_0129: { DTDEntityDeclaration_t811637416 * L_46 = V_3; NullCheck(L_46); String_t* L_47 = DTDEntityBase_get_Name_m1482881339(L_46, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1648003253, L_47, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_48, 0, /*hidden argument*/NULL); } IL_0145: { RuntimeObject* L_49 = V_4; NullCheck(L_49); bool L_50 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_49); if (L_50) { goto IL_00f6; } } IL_0151: { IL2CPP_LEAVE(0x163, FINALLY_0156); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0156; } FINALLY_0156: { // begin finally (depth: 1) { RuntimeObject* L_51 = V_4; if (L_51) { goto IL_015b; } } IL_015a: { IL2CPP_END_FINALLY(342) } IL_015b: { RuntimeObject* L_52 = V_4; NullCheck(L_52); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_52); IL2CPP_END_FINALLY(342) } } // end finally (depth: 1) IL2CPP_CLEANUP(342) { IL2CPP_JUMP_TBL(0x163, IL_0163) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0163: { DTDObjectModel_t1729680289 * L_53 = __this->get_dtd_5(); NullCheck(L_53); DTDAttListDeclarationCollection_t2220366188 * L_54 = DTDObjectModel_get_AttListDecls_m2801359668(L_53, /*hidden argument*/NULL); NullCheck(L_54); RuntimeObject* L_55 = DictionaryBase_get_Values_m2364603791(L_54, /*hidden argument*/NULL); NullCheck(L_55); RuntimeObject* L_56 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4133380278_il2cpp_TypeInfo_var, L_55); V_6 = L_56; } IL_017a: try { // begin try (depth: 1) { goto IL_0268; } IL_017f: { RuntimeObject* L_57 = V_6; NullCheck(L_57); DTDNode_t858560093 * L_58 = InterfaceFuncInvoker0< DTDNode_t858560093 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t1291130561_il2cpp_TypeInfo_var, L_57); V_5 = ((DTDAttListDeclaration_t3593159715 *)CastclassClass((RuntimeObject*)L_58, DTDAttListDeclaration_t3593159715_il2cpp_TypeInfo_var)); DTDAttListDeclaration_t3593159715 * L_59 = V_5; NullCheck(L_59); RuntimeObject* L_60 = DTDAttListDeclaration_get_Definitions_m3556676521(L_59, /*hidden argument*/NULL); NullCheck(L_60); RuntimeObject* L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_60); V_8 = L_61; } IL_019b: try { // begin try (depth: 2) { goto IL_0241; } IL_01a0: { RuntimeObject* L_62 = V_8; NullCheck(L_62); RuntimeObject * L_63 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_62); V_7 = ((DTDAttributeDefinition_t3434905422 *)CastclassClass((RuntimeObject*)L_63, DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var)); DTDAttributeDefinition_t3434905422 * L_64 = V_7; 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); if ((((int32_t)L_66) == ((int32_t)8))) { goto IL_01c5; } } IL_01c0: { goto IL_0241; } IL_01c5: { DTDAttributeDefinition_t3434905422 * L_67 = V_7; NullCheck(L_67); ArrayList_t2718874744 * L_68 = DTDAttributeDefinition_get_EnumeratedNotations_m770732171(L_67, /*hidden argument*/NULL); NullCheck(L_68); RuntimeObject* L_69 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_68); V_10 = L_69; } IL_01d3: try { // begin try (depth: 3) { goto IL_021a; } IL_01d8: { RuntimeObject* L_70 = V_10; NullCheck(L_70); RuntimeObject * L_71 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_70); V_9 = ((String_t*)CastclassSealed((RuntimeObject*)L_71, String_t_il2cpp_TypeInfo_var)); DTDObjectModel_t1729680289 * L_72 = __this->get_dtd_5(); NullCheck(L_72); DTDNotationDeclarationCollection_t959292105 * L_73 = DTDObjectModel_get_NotationDecls_m3855949721(L_72, /*hidden argument*/NULL); String_t* L_74 = V_9; NullCheck(L_73); DTDNotationDeclaration_t3702682588 * L_75 = DTDNotationDeclarationCollection_get_Item_m3718639518(L_73, L_74, /*hidden argument*/NULL); if (L_75) { goto IL_021a; } } IL_01fd: { DTDAttributeDefinition_t3434905422 * L_76 = V_7; NullCheck(L_76); String_t* L_77 = DTDAttributeDefinition_get_Name_m386820002(L_76, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_78 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2767307080, L_77, _stringLiteral3452614530, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_78, 0, /*hidden argument*/NULL); } IL_021a: { RuntimeObject* L_79 = V_10; NullCheck(L_79); bool L_80 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_79); if (L_80) { goto IL_01d8; } } IL_0226: { IL2CPP_LEAVE(0x241, FINALLY_022b); } } // end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_022b; } FINALLY_022b: { // begin finally (depth: 3) { RuntimeObject* L_81 = V_10; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_81, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_82 = V_11; if (L_82) { goto IL_0239; } } IL_0238: { IL2CPP_END_FINALLY(555) } IL_0239: { RuntimeObject* L_83 = V_11; NullCheck(L_83); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_83); IL2CPP_END_FINALLY(555) } } // end finally (depth: 3) IL2CPP_CLEANUP(555) { IL2CPP_JUMP_TBL(0x241, IL_0241) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0241: { RuntimeObject* L_84 = V_8; NullCheck(L_84); bool L_85 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_84); if (L_85) { goto IL_01a0; } } IL_024d: { IL2CPP_LEAVE(0x268, FINALLY_0252); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0252; } FINALLY_0252: { // begin finally (depth: 2) { RuntimeObject* L_86 = V_8; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_86, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_87 = V_12; if (L_87) { goto IL_0260; } } IL_025f: { IL2CPP_END_FINALLY(594) } IL_0260: { RuntimeObject* L_88 = V_12; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_88); IL2CPP_END_FINALLY(594) } } // end finally (depth: 2) IL2CPP_CLEANUP(594) { IL2CPP_JUMP_TBL(0x268, IL_0268) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0268: { RuntimeObject* L_89 = V_6; NullCheck(L_89); bool L_90 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_89); if (L_90) { goto IL_017f; } } IL_0274: { IL2CPP_LEAVE(0x286, FINALLY_0279); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0279; } FINALLY_0279: { // begin finally (depth: 1) { RuntimeObject* L_91 = V_6; if (L_91) { goto IL_027e; } } IL_027d: { IL2CPP_END_FINALLY(633) } IL_027e: { RuntimeObject* L_92 = V_6; NullCheck(L_92); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_92); IL2CPP_END_FINALLY(633) } } // end finally (depth: 1) IL2CPP_CLEANUP(633) { IL2CPP_JUMP_TBL(0x286, IL_0286) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0286: { return; } } // System.Void Mono.Xml.DTDValidatingReader::ProcessStartElement() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ProcessStartElement_m3363567628 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ProcessStartElement_m3363567628_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDElementDeclaration_t1830540991 * V_0 = NULL; DTDAttListDeclaration_t3593159715 * V_1 = NULL; { XmlNamespaceManager_t418790500 * L_0 = __this->get_nsmgr_20(); NullCheck(L_0); VirtActionInvoker0::Invoke(14 /* System.Void System.Xml.XmlNamespaceManager::PushScope() */, L_0); EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_reader_2(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsEmptyElement() */, L_1); __this->set_popScope_14(L_2); Stack_t2329662280 * L_3 = __this->get_elementStack_12(); EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_reader_2(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_4); NullCheck(L_3); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_3, L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.DTDValidatingReader::get_Name() */, __this); __this->set_currentElement_7(L_6); DTDAutomata_t781538777 * L_7 = __this->get_currentAutomata_16(); if (L_7) { goto IL_0068; } } { DTDValidatingReader_ValidateAttributes_m3495875521(__this, (DTDAttListDeclaration_t3593159715 *)NULL, (bool)0, /*hidden argument*/NULL); EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_reader_2(); NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsEmptyElement() */, L_8); if (!L_9) { goto IL_0067; } } { DTDValidatingReader_ProcessEndElement_m3996910107(__this, /*hidden argument*/NULL); } IL_0067: { return; } IL_0068: { DTDAutomata_t781538777 * L_10 = __this->get_currentAutomata_16(); __this->set_previousAutomata_17(L_10); DTDAutomata_t781538777 * L_11 = __this->get_currentAutomata_16(); EntityResolvingXmlReader_t1267732406 * L_12 = __this->get_reader_2(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_12); NullCheck(L_11); DTDAutomata_t781538777 * L_14 = VirtFuncInvoker1< DTDAutomata_t781538777 *, String_t* >::Invoke(4 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryStartElement(System.String) */, L_11, L_13); __this->set_currentAutomata_16(L_14); DTDAutomata_t781538777 * L_15 = __this->get_currentAutomata_16(); DTDObjectModel_t1729680289 * L_16 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_16); DTDInvalidAutomata_t1406553220 * L_17 = DTDObjectModel_get_Invalid_m2081184092(L_16, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_15) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_17)))) { goto IL_00ce; } } { EntityResolvingXmlReader_t1267732406 * L_18 = __this->get_reader_2(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_18); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral351514891, L_19, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_20, 0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_21 = __this->get_previousAutomata_17(); __this->set_currentAutomata_16(L_21); } IL_00ce: { DTDObjectModel_t1729680289 * L_22 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_22); DTDElementDeclarationCollection_t222313714 * L_23 = DTDObjectModel_get_ElementDecls_m2095665786(L_22, /*hidden argument*/NULL); EntityResolvingXmlReader_t1267732406 * L_24 = __this->get_reader_2(); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_24); NullCheck(L_23); DTDElementDeclaration_t1830540991 * L_26 = DTDElementDeclarationCollection_get_Item_m643703552(L_23, L_25, /*hidden argument*/NULL); V_0 = L_26; DTDElementDeclaration_t1830540991 * L_27 = V_0; if (L_27) { goto IL_0118; } } { EntityResolvingXmlReader_t1267732406 * L_28 = __this->get_reader_2(); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral381919006, L_29, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_30, 0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_31 = __this->get_previousAutomata_17(); __this->set_currentAutomata_16(L_31); } IL_0118: { Stack_t2329662280 * L_32 = __this->get_automataStack_13(); DTDAutomata_t781538777 * L_33 = __this->get_currentAutomata_16(); NullCheck(L_32); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_32, L_33); DTDElementDeclaration_t1830540991 * L_34 = V_0; if (!L_34) { goto IL_0140; } } { DTDElementDeclaration_t1830540991 * L_35 = V_0; NullCheck(L_35); DTDContentModel_t3264596611 * L_36 = DTDElementDeclaration_get_ContentModel_m2473615350(L_35, /*hidden argument*/NULL); NullCheck(L_36); DTDAutomata_t781538777 * L_37 = DTDContentModel_GetAutomata_m2840796918(L_36, /*hidden argument*/NULL); __this->set_currentAutomata_16(L_37); } IL_0140: { DTDObjectModel_t1729680289 * L_38 = __this->get_dtd_5(); NullCheck(L_38); DTDAttListDeclarationCollection_t2220366188 * L_39 = DTDObjectModel_get_AttListDecls_m2801359668(L_38, /*hidden argument*/NULL); String_t* L_40 = __this->get_currentElement_7(); NullCheck(L_39); DTDAttListDeclaration_t3593159715 * L_41 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_39, L_40, /*hidden argument*/NULL); V_1 = L_41; DTDAttListDeclaration_t3593159715 * L_42 = V_1; if (!L_42) { goto IL_0171; } } { DTDAttListDeclaration_t3593159715 * L_43 = V_1; DTDValidatingReader_ValidateAttributes_m3495875521(__this, L_43, (bool)1, /*hidden argument*/NULL); __this->set_currentAttribute_10((-1)); goto IL_01a0; } IL_0171: { EntityResolvingXmlReader_t1267732406 * L_44 = __this->get_reader_2(); NullCheck(L_44); bool L_45 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_44); if (!L_45) { goto IL_0198; } } { String_t* L_46 = __this->get_currentElement_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3976510761, L_46, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_47, 0, /*hidden argument*/NULL); } IL_0198: { DTDValidatingReader_ValidateAttributes_m3495875521(__this, (DTDAttListDeclaration_t3593159715 *)NULL, (bool)0, /*hidden argument*/NULL); } IL_01a0: { EntityResolvingXmlReader_t1267732406 * L_48 = __this->get_reader_2(); NullCheck(L_48); bool L_49 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsEmptyElement() */, L_48); if (!L_49) { goto IL_01b6; } } { DTDValidatingReader_ProcessEndElement_m3996910107(__this, /*hidden argument*/NULL); } IL_01b6: { return; } } // System.Void Mono.Xml.DTDValidatingReader::ProcessEndElement() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ProcessEndElement_m3996910107 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_ProcessEndElement_m3996910107_MetadataUsageId); s_Il2CppMethodInitialized = true; } DTDElementDeclaration_t1830540991 * V_0 = NULL; DTDAutomata_t781538777 * V_1 = NULL; { __this->set_popScope_14((bool)1); Stack_t2329662280 * L_0 = __this->get_elementStack_12(); NullCheck(L_0); VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); DTDAutomata_t781538777 * L_1 = __this->get_currentAutomata_16(); if (L_1) { goto IL_001f; } } { return; } IL_001f: { DTDObjectModel_t1729680289 * L_2 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_2); DTDElementDeclarationCollection_t222313714 * L_3 = DTDObjectModel_get_ElementDecls_m2095665786(L_2, /*hidden argument*/NULL); EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_reader_2(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_4); NullCheck(L_3); DTDElementDeclaration_t1830540991 * L_6 = DTDElementDeclarationCollection_get_Item_m643703552(L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; DTDElementDeclaration_t1830540991 * L_7 = V_0; if (L_7) { goto IL_005d; } } { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_reader_2(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral381919006, L_9, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_10, 0, /*hidden argument*/NULL); } IL_005d: { DTDAutomata_t781538777 * L_11 = __this->get_currentAutomata_16(); __this->set_previousAutomata_17(L_11); DTDAutomata_t781538777 * L_12 = __this->get_currentAutomata_16(); NullCheck(L_12); DTDAutomata_t781538777 * L_13 = VirtFuncInvoker0< DTDAutomata_t781538777 * >::Invoke(5 /* Mono.Xml.DTDAutomata Mono.Xml.DTDAutomata::TryEndElement() */, L_12); V_1 = L_13; DTDAutomata_t781538777 * L_14 = V_1; DTDObjectModel_t1729680289 * L_15 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_15); DTDInvalidAutomata_t1406553220 * L_16 = DTDObjectModel_get_Invalid_m2081184092(L_15, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(DTDAutomata_t781538777 *)L_14) == ((RuntimeObject*)(DTDInvalidAutomata_t1406553220 *)L_16)))) { goto IL_00ae; } } { EntityResolvingXmlReader_t1267732406 * L_17 = __this->get_reader_2(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_17); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1567591723, L_18, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_19, 0, /*hidden argument*/NULL); DTDAutomata_t781538777 * L_20 = __this->get_previousAutomata_17(); __this->set_currentAutomata_16(L_20); } IL_00ae: { Stack_t2329662280 * L_21 = __this->get_automataStack_13(); NullCheck(L_21); RuntimeObject * L_22 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_21); __this->set_currentAutomata_16(((DTDAutomata_t781538777 *)IsInstClass((RuntimeObject*)L_22, DTDAutomata_t781538777_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Xml.DTDValidatingReader::VerifyDeclaredAttributes(Mono.Xml.DTDAttListDeclaration) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_VerifyDeclaredAttributes_m2638776816 (DTDValidatingReader_t3946379043 * __this, DTDAttListDeclaration_t3593159715 * ___decl0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_VerifyDeclaredAttributes_m2638776816_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DTDAttributeDefinition_t3434905422 * V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; AttributeSlot_t3985135163 * V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; int32_t V_7 = 0; AttributeSlot_t3985135163 * G_B22_0 = NULL; AttributeSlot_t3985135163 * G_B21_0 = NULL; String_t* G_B23_0 = NULL; AttributeSlot_t3985135163 * G_B23_1 = NULL; String_t* G_B26_0 = NULL; { V_0 = 0; goto IL_019b; } IL_0007: { DTDAttListDeclaration_t3593159715 * L_0 = ___decl0; NullCheck(L_0); RuntimeObject* L_1 = DTDAttListDeclaration_get_Definitions_m3556676521(L_0, /*hidden argument*/NULL); int32_t L_2 = V_0; NullCheck(L_1); RuntimeObject * L_3 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_1, L_2); V_1 = ((DTDAttributeDefinition_t3434905422 *)CastclassClass((RuntimeObject*)L_3, DTDAttributeDefinition_t3434905422_il2cpp_TypeInfo_var)); V_2 = (bool)0; V_3 = 0; goto IL_004a; } IL_0022: { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = V_3; NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_Name_0(); DTDAttributeDefinition_t3434905422 * L_9 = V_1; NullCheck(L_9); String_t* L_10 = DTDAttributeDefinition_get_Name_m386820002(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_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0046; } } { V_2 = (bool)1; goto IL_0056; } IL_0046: { int32_t L_12 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_004a: { int32_t L_13 = V_3; int32_t L_14 = __this->get_attributeCount_9(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0022; } } IL_0056: { bool L_15 = V_2; if (!L_15) { goto IL_0061; } } { goto IL_0197; } IL_0061: { DTDAttributeDefinition_t3434905422 * L_16 = V_1; NullCheck(L_16); int32_t L_17 = DTDAttributeDefinition_get_OccurenceType_m1446700722(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_008f; } } { DTDAttributeDefinition_t3434905422 * L_18 = V_1; NullCheck(L_18); String_t* L_19 = DTDAttributeDefinition_get_Name_m386820002(L_18, /*hidden argument*/NULL); DTDAttListDeclaration_t3593159715 * L_20 = ___decl0; NullCheck(L_20); String_t* L_21 = DTDAttListDeclaration_get_Name_m4265396932(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2435153519, L_19, L_21, /*hidden argument*/NULL); DTDValidatingReader_HandleError_m1792782619(__this, L_22, 0, /*hidden argument*/NULL); goto IL_0197; } IL_008f: { DTDAttributeDefinition_t3434905422 * L_23 = V_1; NullCheck(L_23); String_t* L_24 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_23, /*hidden argument*/NULL); if (L_24) { goto IL_009f; } } { goto IL_0197; } IL_009f: { bool L_25 = __this->get_isStandalone_15(); if (!L_25) { goto IL_00c1; } } { DTDAttributeDefinition_t3434905422 * L_26 = V_1; NullCheck(L_26); bool L_27 = DTDNode_get_IsInternalSubset_m279305321(L_26, /*hidden argument*/NULL); if (L_27) { goto IL_00c1; } } { DTDValidatingReader_HandleError_m1792782619(__this, _stringLiteral411041319, 0, /*hidden argument*/NULL); } IL_00c1: { XmlValidatingReader_t1719295192 * L_28 = __this->get_validatingReader_4(); NullCheck(L_28); int32_t L_29 = XmlValidatingReader_get_ValidationType_m768883523(L_28, /*hidden argument*/NULL); V_7 = L_29; int32_t L_30 = V_7; switch (L_30) { case 0: { goto IL_0105; } case 1: { goto IL_00e6; } case 2: { goto IL_0105; } } } { goto IL_0197; } IL_00e6: { XmlValidatingReader_t1719295192 * L_31 = __this->get_validatingReader_4(); NullCheck(L_31); XmlSchemaCollection_t3610399789 * L_32 = XmlValidatingReader_get_Schemas_m1542506967(L_31, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = XmlSchemaCollection_get_Count_m4165650316(L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0100; } } { goto IL_0105; } IL_0100: { goto IL_0197; } IL_0105: { AttributeSlot_t3985135163 * L_34 = DTDValidatingReader_GetAttributeSlot_m1582516134(__this, /*hidden argument*/NULL); V_4 = L_34; AttributeSlot_t3985135163 * L_35 = V_4; DTDAttributeDefinition_t3434905422 * L_36 = V_1; NullCheck(L_36); String_t* L_37 = DTDAttributeDefinition_get_Name_m386820002(L_36, /*hidden argument*/NULL); NullCheck(L_35); L_35->set_Name_0(L_37); DTDAttributeDefinition_t3434905422 * L_38 = V_1; NullCheck(L_38); String_t* L_39 = DTDAttributeDefinition_get_Name_m386820002(L_38, /*hidden argument*/NULL); NullCheck(L_39); int32_t L_40 = String_IndexOf_m363431711(L_39, ((int32_t)58), /*hidden argument*/NULL); V_5 = L_40; AttributeSlot_t3985135163 * L_41 = V_4; int32_t L_42 = V_5; G_B21_0 = L_41; if ((((int32_t)L_42) >= ((int32_t)0))) { G_B22_0 = L_41; goto IL_013e; } } { DTDAttributeDefinition_t3434905422 * L_43 = V_1; NullCheck(L_43); String_t* L_44 = DTDAttributeDefinition_get_Name_m386820002(L_43, /*hidden argument*/NULL); G_B23_0 = L_44; G_B23_1 = G_B21_0; goto IL_014d; } IL_013e: { DTDAttributeDefinition_t3434905422 * L_45 = V_1; NullCheck(L_45); String_t* L_46 = DTDAttributeDefinition_get_Name_m386820002(L_45, /*hidden argument*/NULL); int32_t L_47 = V_5; NullCheck(L_46); String_t* L_48 = String_Substring_m2848979100(L_46, ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1)), /*hidden argument*/NULL); G_B23_0 = L_48; G_B23_1 = G_B22_0; } IL_014d: { NullCheck(G_B23_1); G_B23_1->set_LocalName_1(G_B23_0); int32_t L_49 = V_5; if ((((int32_t)L_49) >= ((int32_t)0))) { goto IL_0164; } } { 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(); G_B26_0 = L_50; goto IL_0172; } IL_0164: { DTDAttributeDefinition_t3434905422 * L_51 = V_1; NullCheck(L_51); String_t* L_52 = DTDAttributeDefinition_get_Name_m386820002(L_51, /*hidden argument*/NULL); int32_t L_53 = V_5; NullCheck(L_52); String_t* L_54 = String_Substring_m1610150815(L_52, 0, L_53, /*hidden argument*/NULL); G_B26_0 = L_54; } IL_0172: { V_6 = G_B26_0; AttributeSlot_t3985135163 * L_55 = V_4; String_t* L_56 = V_6; NullCheck(L_55); L_55->set_Prefix_3(L_56); AttributeSlot_t3985135163 * L_57 = V_4; DTDAttributeDefinition_t3434905422 * L_58 = V_1; NullCheck(L_58); String_t* L_59 = DTDAttributeDefinition_get_DefaultValue_m2041870802(L_58, /*hidden argument*/NULL); NullCheck(L_57); L_57->set_Value_4(L_59); AttributeSlot_t3985135163 * L_60 = V_4; NullCheck(L_60); L_60->set_IsDefault_5((bool)1); goto IL_0197; } IL_0197: { int32_t L_61 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_019b: { int32_t L_62 = V_0; DTDAttListDeclaration_t3593159715 * L_63 = ___decl0; NullCheck(L_63); RuntimeObject* L_64 = DTDAttListDeclaration_get_Definitions_m3556676521(L_63, /*hidden argument*/NULL); NullCheck(L_64); int32_t L_65 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t3904884886_il2cpp_TypeInfo_var, L_64); if ((((int32_t)L_62) < ((int32_t)L_65))) { goto IL_0007; } } { return; } } // System.Boolean Mono.Xml.DTDValidatingReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_ReadAttributeValue_m823430173 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_consumedAttribute_11(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_002e; } } { int32_t L_2 = DTDValidatingReader_get_EntityHandling_m492338416(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002e; } } { __this->set_consumedAttribute_11((bool)1); return (bool)1; } IL_002e: { bool L_3 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Mono.Xml.DTDValidatingReader::get_IsDefault() */, __this); if (!L_3) { goto IL_0042; } } { __this->set_consumedAttribute_11((bool)1); return (bool)1; } IL_0042: { EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_reader_2(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::ReadAttributeValue() */, L_4); return L_5; } } // System.Void Mono.Xml.DTDValidatingReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_ResolveEntity_m1950042753 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void Mono.Xml.EntityResolvingXmlReader::ResolveEntity() */, L_0); return; } } // System.Int32 Mono.Xml.DTDValidatingReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_AttributeCount_m1160119421 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return 0; } IL_000d: { int32_t L_1 = __this->get_attributeCount_9(); return L_1; } } // System.String Mono.Xml.DTDValidatingReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_BaseURI_m53529175 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.EntityResolvingXmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean Mono.Xml.DTDValidatingReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_get_CanResolveEntity_m1101706457 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Xml.DTDValidatingReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_Depth_m2087608403 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B6_0 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_Depth() */, L_0); V_0 = L_1; String_t* L_2 = __this->get_currentTextValue_21(); if (!L_2) { goto IL_002d; } } { EntityResolvingXmlReader_t1267732406 * L_3 = __this->get_reader_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() */, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)15))))) { goto IL_002d; } } { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_002d: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Mono.Xml.DTDValidatingReader::get_IsDefault() */, __this); if (!L_6) { goto IL_0040; } } { int32_t L_7 = V_0; G_B6_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); goto IL_0041; } IL_0040: { int32_t L_8 = V_0; G_B6_0 = L_8; } IL_0041: { return G_B6_0; } } // System.Boolean Mono.Xml.DTDValidatingReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_get_EOF_m3442088962 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() */, L_0); return L_1; } } // System.Boolean Mono.Xml.DTDValidatingReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_get_HasValue_m2886317409 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { int32_t G_B5_0 = 0; { int32_t L_0 = __this->get_currentAttribute_10(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0012; } } { G_B5_0 = 1; goto IL_002e; } IL_0012: { String_t* L_1 = __this->get_currentTextValue_21(); if (!L_1) { goto IL_0023; } } { G_B5_0 = 1; goto IL_002e; } IL_0023: { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_reader_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_HasValue() */, L_2); G_B5_0 = ((int32_t)(L_3)); } IL_002e: { return (bool)G_B5_0; } } // System.Boolean Mono.Xml.DTDValidatingReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_get_IsDefault_m50682637 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { int32_t L_1 = __this->get_currentAttribute_10(); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_001b; } } { return (bool)0; } IL_001b: { AttributeSlotU5BU5D_t600906362* L_2 = __this->get_attributes_8(); int32_t L_3 = __this->get_currentAttribute_10(); NullCheck(L_2); int32_t L_4 = L_3; AttributeSlot_t3985135163 * L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_5); bool L_6 = L_5->get_IsDefault_5(); return L_6; } } // System.Boolean Mono.Xml.DTDValidatingReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool DTDValidatingReader_get_IsEmptyElement_m3116780712 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_000d; } } { return (bool)0; } IL_000d: { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_reader_2(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsEmptyElement() */, L_1); return L_2; } } // System.String Mono.Xml.DTDValidatingReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Item_m3140086634 (DTDValidatingReader_t3946379043 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; String_t* L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.Int32) */, __this, L_0); return L_1; } } // System.String Mono.Xml.DTDValidatingReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Item_m328731124 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.String) */, __this, L_0); return L_1; } } // System.String Mono.Xml.DTDValidatingReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Item_m442493515 (DTDValidatingReader_t3946379043 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = ___ns1; String_t* L_2 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String Mono.Xml.DTDValidatingReader::GetAttribute(System.String,System.String) */, __this, L_0, L_1); return L_2; } } // System.Int32 Mono.Xml.DTDValidatingReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_LineNumber_m1025785487 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_LineNumber_m1025785487_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0018; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return G_B3_0; } } // System.Int32 Mono.Xml.DTDValidatingReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_LinePosition_m1918690891 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_LinePosition_m1918690891_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0018; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = L_3; goto IL_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return G_B3_0; } } // System.String Mono.Xml.DTDValidatingReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_LocalName_m2488395595 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_LocalName_m2488395595_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_currentTextValue_21(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_consumedAttribute_11(); if (!L_1) { goto IL_001c; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001c: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_003b; } } { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = __this->get_currentAttribute_10(); NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_LocalName_1(); return L_8; } IL_003b: { EntityResolvingXmlReader_t1267732406 * L_9 = __this->get_reader_2(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.EntityResolvingXmlReader::get_LocalName() */, L_9); return L_10; } } // System.String Mono.Xml.DTDValidatingReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Name_m1782034022 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_Name_m1782034022_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_currentTextValue_21(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_consumedAttribute_11(); if (!L_1) { goto IL_001c; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001c: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_003b; } } { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = __this->get_currentAttribute_10(); NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_Name_0(); return L_8; } IL_003b: { EntityResolvingXmlReader_t1267732406 * L_9 = __this->get_reader_2(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Name() */, L_9); return L_10; } } // System.String Mono.Xml.DTDValidatingReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_NamespaceURI_m4126680830 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_NamespaceURI_m4126680830_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_consumedAttribute_11(); if (!L_1) { goto IL_001c; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001c: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); V_0 = L_3; int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_0051; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)2))) { goto IL_003e; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)15)))) { goto IL_0051; } } { goto IL_0063; } IL_003e: { AttributeSlotU5BU5D_t600906362* L_7 = __this->get_attributes_8(); int32_t L_8 = __this->get_currentAttribute_10(); NullCheck(L_7); int32_t L_9 = L_8; AttributeSlot_t3985135163 * L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_10); String_t* L_11 = L_10->get_NS_2(); return L_11; } IL_0051: { XmlNamespaceManager_t418790500 * L_12 = __this->get_nsmgr_20(); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.DTDValidatingReader::get_Prefix() */, __this); NullCheck(L_12); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_12, L_13); return L_14; } IL_0063: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_15; } } // System.Xml.XmlNameTable Mono.Xml.DTDValidatingReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * DTDValidatingReader_get_NameTable_m3513000584 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.EntityResolvingXmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_NodeType_m3769893213 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { int32_t G_B6_0 = 0; int32_t G_B12_0 = 0; { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_0031; } } { bool L_1 = __this->get_isSignificantWhitespace_24(); if (!L_1) { goto IL_001d; } } { G_B6_0 = ((int32_t)14); goto IL_0030; } IL_001d: { bool L_2 = __this->get_isWhitespace_25(); if (!L_2) { goto IL_002f; } } { G_B6_0 = ((int32_t)13); goto IL_0030; } IL_002f: { G_B6_0 = 3; } IL_0030: { return (int32_t)(G_B6_0); } IL_0031: { bool L_3 = __this->get_consumedAttribute_11(); if (!L_3) { goto IL_0042; } } { G_B12_0 = 3; goto IL_005e; } IL_0042: { bool L_4 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean Mono.Xml.DTDValidatingReader::get_IsDefault() */, __this); if (!L_4) { goto IL_0053; } } { G_B12_0 = 2; goto IL_005e; } IL_0053: { EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_reader_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() */, L_5); G_B12_0 = ((int32_t)(L_6)); } IL_005e: { return (int32_t)(G_B12_0); } } // System.Xml.XmlParserContext Mono.Xml.DTDValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * DTDValidatingReader_get_ParserContext_m883207457 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_ParserContext_m883207457_MetadataUsageId); s_Il2CppMethodInitialized = true; } { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlParserContext_t2544895291 * L_1 = XmlSchemaUtil_GetParserContext_m769704433(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Xml.DTDValidatingReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Prefix_m1593995716 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_Prefix_m1593995716_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->get_currentTextValue_21(); if (L_0) { goto IL_0016; } } { bool L_1 = __this->get_consumedAttribute_11(); if (!L_1) { goto IL_001c; } } IL_0016: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_2; } IL_001c: { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_003b; } } { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = __this->get_currentAttribute_10(); NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_Prefix_3(); return L_8; } IL_003b: { EntityResolvingXmlReader_t1267732406 * L_9 = __this->get_reader_2(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Prefix() */, L_9); return L_10; } } // System.Xml.ReadState Mono.Xml.DTDValidatingReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_ReadState_m2912107152 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_001e; } } { String_t* L_2 = __this->get_currentTextValue_21(); if (!L_2) { goto IL_001e; } } { return (int32_t)(1); } IL_001e: { EntityResolvingXmlReader_t1267732406 * L_3 = __this->get_reader_2(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_3); return L_4; } } // System.Object Mono.Xml.DTDValidatingReader::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * DTDValidatingReader_get_SchemaType_m2807483500 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { DTDAttListDeclaration_t3593159715 * V_0 = NULL; DTDAttributeDefinition_t3434905422 * V_1 = NULL; DTDAttributeDefinition_t3434905422 * G_B7_0 = NULL; XmlSchemaDatatype_t322714710 * G_B10_0 = NULL; { DTDObjectModel_t1729680289 * L_0 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0022; } } { int32_t L_1 = __this->get_currentAttribute_10(); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_0022; } } { String_t* L_2 = __this->get_currentElement_7(); if (L_2) { goto IL_0024; } } IL_0022: { return NULL; } IL_0024: { DTDObjectModel_t1729680289 * L_3 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); NullCheck(L_3); DTDAttListDeclarationCollection_t2220366188 * L_4 = DTDObjectModel_get_AttListDecls_m2801359668(L_3, /*hidden argument*/NULL); String_t* L_5 = __this->get_currentElement_7(); NullCheck(L_4); DTDAttListDeclaration_t3593159715 * L_6 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; DTDAttListDeclaration_t3593159715 * L_7 = V_0; if (!L_7) { goto IL_005e; } } { DTDAttListDeclaration_t3593159715 * L_8 = V_0; AttributeSlotU5BU5D_t600906362* L_9 = __this->get_attributes_8(); int32_t L_10 = __this->get_currentAttribute_10(); NullCheck(L_9); int32_t L_11 = L_10; AttributeSlot_t3985135163 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = L_12->get_Name_0(); NullCheck(L_8); DTDAttributeDefinition_t3434905422 * L_14 = DTDAttListDeclaration_get_Item_m126874962(L_8, L_13, /*hidden argument*/NULL); G_B7_0 = L_14; goto IL_005f; } IL_005e: { G_B7_0 = ((DTDAttributeDefinition_t3434905422 *)(NULL)); } IL_005f: { V_1 = G_B7_0; DTDAttributeDefinition_t3434905422 * L_15 = V_1; if (!L_15) { goto IL_0071; } } { DTDAttributeDefinition_t3434905422 * L_16 = V_1; NullCheck(L_16); XmlSchemaDatatype_t322714710 * L_17 = DTDAttributeDefinition_get_Datatype_m3025876381(L_16, /*hidden argument*/NULL); G_B10_0 = L_17; goto IL_0072; } IL_0071: { G_B10_0 = ((XmlSchemaDatatype_t322714710 *)(NULL)); } IL_0072: { return G_B10_0; } } // System.String Mono.Xml.DTDValidatingReader::FilterNormalization(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_FilterNormalization_m1400461934 (DTDValidatingReader_t3946379043 * __this, String_t* ___attrName0, String_t* ___rawValue1, const RuntimeMethod* method) { DTDAttributeDefinition_t3434905422 * V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { DTDObjectModel_t1729680289 * L_0 = DTDValidatingReader_get_DTD_m4226329251(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0026; } } { XmlTextReader_t4233384356 * L_1 = __this->get_sourceTextReader_3(); if (!L_1) { goto IL_0026; } } { XmlTextReader_t4233384356 * L_2 = __this->get_sourceTextReader_3(); NullCheck(L_2); bool L_3 = XmlTextReader_get_Normalization_m4194310650(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0028; } } IL_0026: { String_t* L_4 = ___rawValue1; return L_4; } IL_0028: { DTDObjectModel_t1729680289 * L_5 = __this->get_dtd_5(); NullCheck(L_5); DTDAttListDeclarationCollection_t2220366188 * L_6 = DTDObjectModel_get_AttListDecls_m2801359668(L_5, /*hidden argument*/NULL); String_t* L_7 = __this->get_currentElement_7(); NullCheck(L_6); DTDAttListDeclaration_t3593159715 * L_8 = DTDAttListDeclarationCollection_get_Item_m3930829771(L_6, L_7, /*hidden argument*/NULL); String_t* L_9 = ___attrName0; NullCheck(L_8); DTDAttributeDefinition_t3434905422 * L_10 = DTDAttListDeclaration_Get_m2748697277(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; StringBuilder_t * L_11 = __this->get_valueBuilder_28(); String_t* L_12 = ___rawValue1; NullCheck(L_11); StringBuilder_Append_m1965104174(L_11, L_12, /*hidden argument*/NULL); StringBuilder_t * L_13 = __this->get_valueBuilder_28(); NullCheck(L_13); StringBuilder_Replace_m83747291(L_13, ((int32_t)13), ((int32_t)32), /*hidden argument*/NULL); StringBuilder_t * L_14 = __this->get_valueBuilder_28(); NullCheck(L_14); StringBuilder_Replace_m83747291(L_14, ((int32_t)10), ((int32_t)32), /*hidden argument*/NULL); StringBuilder_t * L_15 = __this->get_valueBuilder_28(); NullCheck(L_15); StringBuilder_Replace_m83747291(L_15, ((int32_t)9), ((int32_t)32), /*hidden argument*/NULL); } IL_0082: try { // begin try (depth: 1) { DTDAttributeDefinition_t3434905422 * L_16 = V_0; if (!L_16) { goto IL_0098; } } IL_0088: { DTDAttributeDefinition_t3434905422 * L_17 = V_0; NullCheck(L_17); XmlSchemaDatatype_t322714710 * L_18 = DTDAttributeDefinition_get_Datatype_m3025876381(L_17, /*hidden argument*/NULL); NullCheck(L_18); int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_18); if (L_19) { goto IL_00a9; } } IL_0098: { StringBuilder_t * L_20 = __this->get_valueBuilder_28(); NullCheck(L_20); String_t* L_21 = StringBuilder_ToString_m3317489284(L_20, /*hidden argument*/NULL); V_2 = L_21; IL2CPP_LEAVE(0x146, FINALLY_0139); } IL_00a9: { V_1 = 0; goto IL_0107; } IL_00b0: { StringBuilder_t * L_22 = __this->get_valueBuilder_28(); int32_t L_23 = V_1; NullCheck(L_22); Il2CppChar L_24 = StringBuilder_get_Chars_m1819843468(L_22, L_23, /*hidden argument*/NULL); if ((((int32_t)L_24) == ((int32_t)((int32_t)32)))) { goto IL_00c8; } } IL_00c3: { goto IL_0103; } IL_00c8: { goto IL_00db; } IL_00cd: { StringBuilder_t * L_25 = __this->get_valueBuilder_28(); int32_t L_26 = V_1; NullCheck(L_25); StringBuilder_Remove_m940064945(L_25, L_26, 1, /*hidden argument*/NULL); } IL_00db: { int32_t L_27 = V_1; int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); V_1 = L_28; StringBuilder_t * L_29 = __this->get_valueBuilder_28(); NullCheck(L_29); int32_t L_30 = StringBuilder_get_Length_m3238060835(L_29, /*hidden argument*/NULL); if ((((int32_t)L_28) >= ((int32_t)L_30))) { goto IL_0103; } } IL_00f0: { StringBuilder_t * L_31 = __this->get_valueBuilder_28(); int32_t L_32 = V_1; NullCheck(L_31); Il2CppChar L_33 = StringBuilder_get_Chars_m1819843468(L_31, L_32, /*hidden argument*/NULL); if ((((int32_t)L_33) == ((int32_t)((int32_t)32)))) { goto IL_00cd; } } IL_0103: { int32_t L_34 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_0107: { int32_t L_35 = V_1; StringBuilder_t * L_36 = __this->get_valueBuilder_28(); NullCheck(L_36); int32_t L_37 = StringBuilder_get_Length_m3238060835(L_36, /*hidden argument*/NULL); if ((((int32_t)L_35) < ((int32_t)L_37))) { goto IL_00b0; } } IL_0118: { StringBuilder_t * L_38 = __this->get_valueBuilder_28(); NullCheck(L_38); String_t* L_39 = StringBuilder_ToString_m3317489284(L_38, /*hidden argument*/NULL); CharU5BU5D_t3528271667* L_40 = __this->get_whitespaceChars_29(); NullCheck(L_39); String_t* L_41 = String_Trim_m3384720403(L_39, L_40, /*hidden argument*/NULL); V_2 = L_41; IL2CPP_LEAVE(0x146, FINALLY_0139); } IL_0134: { ; // IL_0134: leave IL_0146 } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0139; } FINALLY_0139: { // begin finally (depth: 1) StringBuilder_t * L_42 = __this->get_valueBuilder_28(); NullCheck(L_42); StringBuilder_set_Length_m1410065908(L_42, 0, /*hidden argument*/NULL); IL2CPP_END_FINALLY(313) } // end finally (depth: 1) IL2CPP_CLEANUP(313) { IL2CPP_JUMP_TBL(0x146, IL_0146) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0146: { String_t* L_43 = V_2; return L_43; } } // System.String Mono.Xml.DTDValidatingReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_Value_m1095628821 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_currentTextValue_21(); if (!L_0) { goto IL_0012; } } { String_t* L_1 = __this->get_currentTextValue_21(); return L_1; } IL_0012: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.DTDValidatingReader::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0029; } } { bool L_3 = __this->get_consumedAttribute_11(); if (!L_3) { goto IL_003c; } } IL_0029: { AttributeSlotU5BU5D_t600906362* L_4 = __this->get_attributes_8(); int32_t L_5 = __this->get_currentAttribute_10(); NullCheck(L_4); int32_t L_6 = L_5; AttributeSlot_t3985135163 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = L_7->get_Value_4(); return L_8; } IL_003c: { EntityResolvingXmlReader_t1267732406 * L_9 = __this->get_reader_2(); NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.EntityResolvingXmlReader::get_Value() */, L_9); return L_10; } } // System.String Mono.Xml.DTDValidatingReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* DTDValidatingReader_get_XmlLang_m2507654730 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_XmlLang_m2507654730_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* G_B3_0 = NULL; { String_t* L_0 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String Mono.Xml.DTDValidatingReader::get_Item(System.String) */, __this, _stringLiteral3559080196); V_0 = L_0; String_t* L_1 = V_0; if (!L_1) { goto IL_0018; } } { String_t* L_2 = V_0; G_B3_0 = L_2; goto IL_0023; } IL_0018: { EntityResolvingXmlReader_t1267732406 * L_3 = __this->get_reader_2(); NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String Mono.Xml.EntityResolvingXmlReader::get_XmlLang() */, L_3); G_B3_0 = L_4; } IL_0023: { return G_B3_0; } } // System.Void Mono.Xml.DTDValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void DTDValidatingReader_set_XmlResolver_m3887196702 (DTDValidatingReader_t3946379043 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { { DTDObjectModel_t1729680289 * L_0 = __this->get_dtd_5(); if (!L_0) { goto IL_0017; } } { DTDObjectModel_t1729680289 * L_1 = __this->get_dtd_5(); XmlResolver_t626023767 * L_2 = ___value0; NullCheck(L_1); DTDObjectModel_set_XmlResolver_m2430352424(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { XmlResolver_t626023767 * L_3 = ___value0; __this->set_resolver_6(L_3); return; } } // System.Xml.XmlSpace Mono.Xml.DTDValidatingReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t DTDValidatingReader_get_XmlSpace_m3986433750 (DTDValidatingReader_t3946379043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (DTDValidatingReader_get_XmlSpace_m3986433750_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { String_t* L_0 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String Mono.Xml.DTDValidatingReader::get_Item(System.String) */, __this, _stringLiteral1942376246); V_0 = L_0; String_t* L_1 = V_0; V_1 = L_1; String_t* L_2 = V_1; if (!L_2) { goto IL_006b; } } { Dictionary_2_t2736202052 * L_3 = ((DTDValidatingReader_t3946379043_StaticFields*)il2cpp_codegen_static_fields_for(DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2A_30(); if (L_3) { goto IL_0043; } } { Dictionary_2_t2736202052 * L_4 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_4, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_4; Dictionary_2_t2736202052 * L_5 = V_2; NullCheck(L_5); Dictionary_2_Add_m282647386(L_5, _stringLiteral3137061838, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral1948332219, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; ((DTDValidatingReader_t3946379043_StaticFields*)il2cpp_codegen_static_fields_for(DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2A_30(L_7); } IL_0043: { Dictionary_2_t2736202052 * L_8 = ((DTDValidatingReader_t3946379043_StaticFields*)il2cpp_codegen_static_fields_for(DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2A_30(); String_t* L_9 = V_1; NullCheck(L_8); bool L_10 = Dictionary_2_TryGetValue_m1013208020(L_8, L_9, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_10) { goto IL_006b; } } { int32_t L_11 = V_3; if (!L_11) { goto IL_0067; } } { int32_t L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)1))) { goto IL_0069; } } { goto IL_006b; } IL_0067: { return (int32_t)(2); } IL_0069: { return (int32_t)(1); } IL_006b: { EntityResolvingXmlReader_t1267732406 * L_13 = __this->get_reader_2(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace Mono.Xml.EntityResolvingXmlReader::get_XmlSpace() */, L_13); return L_14; } } #ifdef __clang__ #pragma 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.DTDValidatingReader/AttributeSlot::.ctor() extern "C" IL2CPP_METHOD_ATTR void AttributeSlot__ctor_m1749929865 (AttributeSlot_t3985135163 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.DTDValidatingReader/AttributeSlot::Clear() extern "C" IL2CPP_METHOD_ATTR void AttributeSlot_Clear_m3566431702 (AttributeSlot_t3985135163 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (AttributeSlot_Clear_m3566431702_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(); __this->set_Prefix_3(L_0); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_LocalName_1(L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_NS_2(L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); __this->set_Value_4(L_3); __this->set_IsDefault_5((bool)0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.EntityResolvingXmlReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader__ctor_m354844612 (EntityResolvingXmlReader_t1267732406 * __this, XmlReader_t3121518892 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader__ctor_m354844612_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_0 = ___source0; __this->set_source_3(L_0); XmlReader_t3121518892 * L_1 = ___source0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_002b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); XmlParserContext_t2544895291 * L_4 = InterfaceFuncInvoker0< XmlParserContext_t2544895291 * >::Invoke(0 /* System.Xml.XmlParserContext Mono.Xml.IHasXmlParserContext::get_ParserContext() */, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var, L_3); __this->set_context_4(L_4); goto IL_0049; } IL_002b: { XmlReader_t3121518892 * L_5 = ___source0; NullCheck(L_5); XmlNameTable_t71772148 * L_6 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_5); XmlReader_t3121518892 * L_7 = ___source0; NullCheck(L_7); XmlNameTable_t71772148 * L_8 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_7); XmlNamespaceManager_t418790500 * L_9 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_9, L_8, /*hidden argument*/NULL); XmlParserContext_t2544895291 * L_10 = (XmlParserContext_t2544895291 *)il2cpp_codegen_object_new(XmlParserContext_t2544895291_il2cpp_TypeInfo_var); XmlParserContext__ctor_m52393894(L_10, L_6, L_9, (String_t*)NULL, 0, /*hidden argument*/NULL); __this->set_context_4(L_10); } IL_0049: { return; } } // System.Void Mono.Xml.EntityResolvingXmlReader::.ctor(System.Xml.XmlReader,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader__ctor_m4002118761 (EntityResolvingXmlReader_t1267732406 * __this, XmlReader_t3121518892 * ___entityContainer0, bool ___inside_attr1, const RuntimeMethod* method) { { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_0 = ___entityContainer0; __this->set_source_3(L_0); bool L_1 = ___inside_attr1; __this->set_entity_inside_attr_7(L_1); return; } } // System.Xml.XmlParserContext Mono.Xml.EntityResolvingXmlReader::Mono.Xml.IHasXmlParserContext.get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * EntityResolvingXmlReader_Mono_Xml_IHasXmlParserContext_get_ParserContext_m3263233797 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_context_4(); return L_0; } } // System.String Mono.Xml.EntityResolvingXmlReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4062316866 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m4062316866_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); String_t* L_1 = ___ns0; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var))); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)), L_1); return L_2; } } // System.Xml.XmlReader Mono.Xml.EntityResolvingXmlReader::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * EntityResolvingXmlReader_get_Current_m4255189506 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { EntityResolvingXmlReader_t1267732406 * G_B4_0 = NULL; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0026; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_1); if (!L_2) { goto IL_0026; } } { EntityResolvingXmlReader_t1267732406 * L_3 = __this->get_entity_2(); G_B4_0 = L_3; goto IL_002c; } IL_0026: { XmlReader_t3121518892 * L_4 = __this->get_source_3(); G_B4_0 = ((EntityResolvingXmlReader_t1267732406 *)(L_4)); } IL_002c: { return G_B4_0; } } // System.Int32 Mono.Xml.EntityResolvingXmlReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_AttributeCount_m2515623693 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_BaseURI_m865118301 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_get_CanResolveEntity_m3057457697 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 Mono.Xml.EntityResolvingXmlReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_Depth_m1161477899 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0036; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0036; } } { XmlReader_t3121518892 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_3); EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_entity_2(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.EntityResolvingXmlReader::get_Depth() */, L_5); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_6)), (int32_t)1)); } IL_0036: { XmlReader_t3121518892 * L_7 = __this->get_source_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_7); return L_8; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_get_EOF_m198132740 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_source_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_get_HasValue_m127265583 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_0); return L_1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_get_IsDefault_m2443843382 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_get_IsEmptyElement_m418235467 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_LocalName_m1133610417 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_Name_m1774439343 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_NamespaceURI_m3681499745 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.Xml.XmlNameTable Mono.Xml.EntityResolvingXmlReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * EntityResolvingXmlReader_get_NameTable_m1396267397 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_NodeType_m3574072791 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { int32_t G_B6_0 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_004a; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() */, L_1); if (L_2) { goto IL_0027; } } { XmlReader_t3121518892 * L_3 = __this->get_source_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_3); return L_4; } IL_0027: { EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_entity_2(); NullCheck(L_5); bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() */, L_5); if (!L_6) { goto IL_003e; } } { G_B6_0 = ((int32_t)16); goto IL_0049; } IL_003e: { EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_entity_2(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.EntityResolvingXmlReader::get_NodeType() */, L_7); G_B6_0 = ((int32_t)(L_8)); } IL_0049: { return (int32_t)(G_B6_0); } IL_004a: { XmlReader_t3121518892 * L_9 = __this->get_source_3(); NullCheck(L_9); int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_9); return L_10; } } // System.Xml.XmlParserContext Mono.Xml.EntityResolvingXmlReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * EntityResolvingXmlReader_get_ParserContext_m4198171196 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlParserContext_t2544895291 * L_0 = __this->get_context_4(); return L_0; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_Prefix_m427295945 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.Xml.ReadState Mono.Xml.EntityResolvingXmlReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_ReadState_m169071955 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0011; } } { G_B3_0 = 1; goto IL_001c; } IL_0011: { XmlReader_t3121518892 * L_1 = __this->get_source_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); G_B3_0 = ((int32_t)(L_2)); } IL_001c: { return (int32_t)(G_B3_0); } } // System.String Mono.Xml.EntityResolvingXmlReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_Value_m1941441397 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String Mono.Xml.EntityResolvingXmlReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_get_XmlLang_m2607487808 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.XmlSpace Mono.Xml.EntityResolvingXmlReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_XmlSpace_m3920006977 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.Void Mono.Xml.EntityResolvingXmlReader::CopyProperties(Mono.Xml.EntityResolvingXmlReader) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_CopyProperties_m719296923 (EntityResolvingXmlReader_t1267732406 * __this, EntityResolvingXmlReader_t1267732406 * ___other0, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = ___other0; NullCheck(L_0); XmlParserContext_t2544895291 * L_1 = L_0->get_context_4(); __this->set_context_4(L_1); EntityResolvingXmlReader_t1267732406 * L_2 = ___other0; NullCheck(L_2); XmlResolver_t626023767 * L_3 = L_2->get_resolver_5(); __this->set_resolver_5(L_3); EntityResolvingXmlReader_t1267732406 * L_4 = ___other0; NullCheck(L_4); int32_t L_5 = L_4->get_entity_handling_6(); __this->set_entity_handling_6(L_5); return; } } // System.Xml.EntityHandling Mono.Xml.EntityResolvingXmlReader::get_EntityHandling() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_EntityHandling_m3093091768 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_entity_handling_6(); return L_0; } } // System.Void Mono.Xml.EntityResolvingXmlReader::set_EntityHandling(System.Xml.EntityHandling) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_set_EntityHandling_m4261678968 (EntityResolvingXmlReader_t1267732406 * __this, int32_t ___value0, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0017; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); int32_t L_2 = ___value0; NullCheck(L_1); EntityResolvingXmlReader_set_EntityHandling_m4261678968(L_1, L_2, /*hidden argument*/NULL); } IL_0017: { int32_t L_3 = ___value0; __this->set_entity_handling_6(L_3); return; } } // System.Int32 Mono.Xml.EntityResolvingXmlReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_LineNumber_m3843520811 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader_get_LineNumber_m3843520811_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0018; } } { G_B3_0 = 0; goto IL_001e; } IL_0018: { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = L_3; } IL_001e: { return G_B3_0; } } // System.Int32 Mono.Xml.EntityResolvingXmlReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t EntityResolvingXmlReader_get_LinePosition_m385422362 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader_get_LinePosition_m385422362_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0018; } } { G_B3_0 = 0; goto IL_001e; } IL_0018: { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = L_3; } IL_001e: { return G_B3_0; } } // System.Void Mono.Xml.EntityResolvingXmlReader::Close() extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_Close_m3240435131 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0016; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_1); } IL_0016: { XmlReader_t3121518892 * L_2 = __this->get_source_3(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_2); return; } } // System.String Mono.Xml.EntityResolvingXmlReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_GetAttribute_m1060565691 (EntityResolvingXmlReader_t1267732406 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.String Mono.Xml.EntityResolvingXmlReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_GetAttribute_m976019870 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String Mono.Xml.EntityResolvingXmlReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_GetAttribute_m4263012167 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___localName0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); String_t* L_1 = ___localName0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String Mono.Xml.EntityResolvingXmlReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* EntityResolvingXmlReader_LookupNamespace_m287277763 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Void Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_MoveToAttribute_m3591698111 (EntityResolvingXmlReader_t1267732406 * __this, int32_t ___i0, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0028; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (!L_1) { goto IL_0028; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_2); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_0028: { XmlReader_t3121518892 * L_3 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); int32_t L_4 = ___i0; NullCheck(L_3); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_3, L_4); __this->set_inside_attr_8((bool)1); return; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_MoveToAttribute_m9532200 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___name0, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0023; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (L_1) { goto IL_0023; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); String_t* L_3 = ___name0; NullCheck(L_2); bool L_4 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.String) */, L_2, L_3); return L_4; } IL_0023: { XmlReader_t3121518892 * L_5 = __this->get_source_3(); String_t* L_6 = ___name0; NullCheck(L_5); bool L_7 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_5, L_6); if (L_7) { goto IL_0036; } } { return (bool)0; } IL_0036: { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_entity_2(); if (!L_8) { goto IL_005e; } } { bool L_9 = __this->get_entity_inside_attr_7(); if (!L_9) { goto IL_005e; } } { EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_entity_2(); NullCheck(L_10); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_10); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_005e: { __this->set_inside_attr_8((bool)1); return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_MoveToAttribute_m1969534198 (EntityResolvingXmlReader_t1267732406 * __this, String_t* ___localName0, String_t* ___namespaceName1, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0024; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (L_1) { goto IL_0024; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); String_t* L_3 = ___localName0; String_t* L_4 = ___namespaceName1; NullCheck(L_2); bool L_5 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToAttribute(System.String,System.String) */, L_2, L_3, L_4); return L_5; } IL_0024: { XmlReader_t3121518892 * L_6 = __this->get_source_3(); String_t* L_7 = ___localName0; String_t* L_8 = ___namespaceName1; NullCheck(L_6); bool L_9 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_6, L_7, L_8); if (L_9) { goto IL_0038; } } { return (bool)0; } IL_0038: { EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_entity_2(); if (!L_10) { goto IL_0060; } } { bool L_11 = __this->get_entity_inside_attr_7(); if (!L_11) { goto IL_0060; } } { EntityResolvingXmlReader_t1267732406 * L_12 = __this->get_entity_2(); NullCheck(L_12); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_12); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_0060: { __this->set_inside_attr_8((bool)1); return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_MoveToElement_m2079594118 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0028; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (!L_1) { goto IL_0028; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); NullCheck(L_2); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_2); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_0028: { XmlReader_t3121518892 * L_3 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_3); if (L_4) { goto IL_003a; } } { return (bool)0; } IL_003a: { __this->set_inside_attr_8((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_MoveToFirstAttribute_m4074898592 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (L_1) { goto IL_0022; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToFirstAttribute() */, L_2); return L_3; } IL_0022: { XmlReader_t3121518892 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { EntityResolvingXmlReader_t1267732406 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_005c; } } { bool L_7 = __this->get_entity_inside_attr_7(); if (!L_7) { goto IL_005c; } } { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_entity_2(); NullCheck(L_8); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_8); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_005c: { __this->set_inside_attr_8((bool)1); return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_MoveToNextAttribute_m3606890858 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_0022; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (L_1) { goto IL_0022; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::MoveToNextAttribute() */, L_2); return L_3; } IL_0022: { XmlReader_t3121518892 * L_4 = __this->get_source_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_4); if (L_5) { goto IL_0034; } } { return (bool)0; } IL_0034: { EntityResolvingXmlReader_t1267732406 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_005c; } } { bool L_7 = __this->get_entity_inside_attr_7(); if (!L_7) { goto IL_005c; } } { EntityResolvingXmlReader_t1267732406 * L_8 = __this->get_entity_2(); NullCheck(L_8); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_8); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_005c: { __this->set_inside_attr_8((bool)1); return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_Read_m2095192993 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_do_resolve_9(); if (!L_0) { goto IL_0018; } } { EntityResolvingXmlReader_DoResolveEntity_m4137144799(__this, /*hidden argument*/NULL); __this->set_do_resolve_9((bool)0); } IL_0018: { __this->set_inside_attr_8((bool)0); EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); if (!L_1) { goto IL_0057; } } { bool L_2 = __this->get_entity_inside_attr_7(); if (L_2) { goto IL_0045; } } { EntityResolvingXmlReader_t1267732406 * L_3 = __this->get_entity_2(); NullCheck(L_3); bool L_4 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() */, L_3); if (!L_4) { goto IL_0057; } } IL_0045: { EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_entity_2(); NullCheck(L_5); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_5); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); } IL_0057: { EntityResolvingXmlReader_t1267732406 * L_6 = __this->get_entity_2(); if (!L_6) { goto IL_009b; } } { EntityResolvingXmlReader_t1267732406 * L_7 = __this->get_entity_2(); NullCheck(L_7); bool L_8 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() */, L_7); if (!L_8) { goto IL_0074; } } { return (bool)1; } IL_0074: { int32_t L_9 = EntityResolvingXmlReader_get_EntityHandling_m3093091768(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_9) == ((uint32_t)1)))) { goto IL_0099; } } { EntityResolvingXmlReader_t1267732406 * L_10 = __this->get_entity_2(); NullCheck(L_10); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_10); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); bool L_11 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() */, __this); return L_11; } IL_0099: { return (bool)1; } IL_009b: { XmlReader_t3121518892 * L_12 = __this->get_source_3(); NullCheck(L_12); bool L_13 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_12); if (L_13) { goto IL_00ad; } } { return (bool)0; } IL_00ad: { int32_t L_14 = EntityResolvingXmlReader_get_EntityHandling_m3093091768(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00d7; } } { XmlReader_t3121518892 * L_15 = __this->get_source_3(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_15); if ((!(((uint32_t)L_16) == ((uint32_t)5)))) { goto IL_00d7; } } { VirtActionInvoker0::Invoke(48 /* System.Void Mono.Xml.EntityResolvingXmlReader::ResolveEntity() */, __this); bool L_17 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() */, __this); return L_17; } IL_00d7: { return (bool)1; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_ReadAttributeValue_m2114397155 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_004b; } } { bool L_1 = __this->get_entity_inside_attr_7(); if (!L_1) { goto IL_004b; } } { EntityResolvingXmlReader_t1267732406 * L_2 = __this->get_entity_2(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::get_EOF() */, L_2); if (!L_3) { goto IL_003d; } } { EntityResolvingXmlReader_t1267732406 * L_4 = __this->get_entity_2(); NullCheck(L_4); VirtActionInvoker0::Invoke(29 /* System.Void Mono.Xml.EntityResolvingXmlReader::Close() */, L_4); __this->set_entity_2((EntityResolvingXmlReader_t1267732406 *)NULL); goto IL_004b; } IL_003d: { EntityResolvingXmlReader_t1267732406 * L_5 = __this->get_entity_2(); NullCheck(L_5); VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean Mono.Xml.EntityResolvingXmlReader::Read() */, L_5); return (bool)1; } IL_004b: { XmlReader_t3121518892 * L_6 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_6); return L_7; } } // System.Void Mono.Xml.EntityResolvingXmlReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_ResolveEntity_m2473585852 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { EntityResolvingXmlReader_DoResolveEntity_m4137144799(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.EntityResolvingXmlReader::DoResolveEntity() extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_DoResolveEntity_m4137144799 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader_DoResolveEntity_m4137144799_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlReader_t3121518892 * V_0 = NULL; { EntityResolvingXmlReader_t1267732406 * L_0 = __this->get_entity_2(); if (!L_0) { goto IL_001b; } } { EntityResolvingXmlReader_t1267732406 * L_1 = __this->get_entity_2(); NullCheck(L_1); VirtActionInvoker0::Invoke(48 /* System.Void Mono.Xml.EntityResolvingXmlReader::ResolveEntity() */, L_1); goto IL_00d1; } IL_001b: { XmlReader_t3121518892 * L_2 = __this->get_source_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_2); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_0037; } } { InvalidOperationException_t56020091 * L_4 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_4, _stringLiteral899481384, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,EntityResolvingXmlReader_DoResolveEntity_m4137144799_RuntimeMethod_var); } IL_0037: { XmlParserContext_t2544895291 * L_5 = EntityResolvingXmlReader_get_ParserContext_m4198171196(__this, /*hidden argument*/NULL); NullCheck(L_5); DTDObjectModel_t1729680289 * L_6 = XmlParserContext_get_Dtd_m2960147355(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0069; } } { String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.EntityResolvingXmlReader::get_BaseURI() */, __this); XmlReader_t3121518892 * L_8 = __this->get_source_3(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_8); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2391346107, L_9, /*hidden argument*/NULL); XmlException_t1761730631 * L_11 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_11, __this, L_7, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11,EntityResolvingXmlReader_DoResolveEntity_m4137144799_RuntimeMethod_var); } IL_0069: { XmlParserContext_t2544895291 * L_12 = EntityResolvingXmlReader_get_ParserContext_m4198171196(__this, /*hidden argument*/NULL); NullCheck(L_12); DTDObjectModel_t1729680289 * L_13 = XmlParserContext_get_Dtd_m2960147355(L_12, /*hidden argument*/NULL); XmlReader_t3121518892 * L_14 = __this->get_source_3(); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_14); XmlParserContext_t2544895291 * L_16 = EntityResolvingXmlReader_get_ParserContext_m4198171196(__this, /*hidden argument*/NULL); NullCheck(L_13); XmlTextReader_t3455035481 * L_17 = DTDObjectModel_GenerateEntityContentReader_m3148241306(L_13, L_15, L_16, /*hidden argument*/NULL); V_0 = L_17; XmlReader_t3121518892 * L_18 = V_0; if (L_18) { goto IL_00b3; } } { String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.EntityResolvingXmlReader::get_BaseURI() */, __this); XmlReader_t3121518892 * L_20 = __this->get_source_3(); NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_20); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2705683803, L_21, /*hidden argument*/NULL); XmlException_t1761730631 * L_23 = (XmlException_t1761730631 *)il2cpp_codegen_object_new(XmlException_t1761730631_il2cpp_TypeInfo_var); XmlException__ctor_m212897041(L_23, __this, L_19, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23,EntityResolvingXmlReader_DoResolveEntity_m4137144799_RuntimeMethod_var); } IL_00b3: { XmlReader_t3121518892 * L_24 = V_0; bool L_25 = __this->get_inside_attr_8(); EntityResolvingXmlReader_t1267732406 * L_26 = (EntityResolvingXmlReader_t1267732406 *)il2cpp_codegen_object_new(EntityResolvingXmlReader_t1267732406_il2cpp_TypeInfo_var); EntityResolvingXmlReader__ctor_m4002118761(L_26, L_24, L_25, /*hidden argument*/NULL); __this->set_entity_2(L_26); EntityResolvingXmlReader_t1267732406 * L_27 = __this->get_entity_2(); NullCheck(L_27); EntityResolvingXmlReader_CopyProperties_m719296923(L_27, __this, /*hidden argument*/NULL); } IL_00d1: { return; } } // System.Void Mono.Xml.EntityResolvingXmlReader::Skip() extern "C" IL2CPP_METHOD_ATTR void EntityResolvingXmlReader_Skip_m112903369 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { { XmlReader_Skip_m2445993341(__this, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml.EntityResolvingXmlReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool EntityResolvingXmlReader_HasLineInfo_m1584257412 (EntityResolvingXmlReader_t1267732406 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (EntityResolvingXmlReader_HasLineInfo_m1584257412_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t G_B3_0 = 0; { XmlReader_t3121518892 * L_0 = EntityResolvingXmlReader_get_Current_m4255189506(__this, /*hidden argument*/NULL); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (L_1) { goto IL_0018; } } { G_B3_0 = 0; goto IL_001e; } IL_0018: { RuntimeObject* L_2 = V_0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_2); G_B3_0 = ((int32_t)(L_3)); } IL_001e: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XdtAnyAtomicType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XdtAnyAtomicType__ctor_m730254766 (XdtAnyAtomicType_t269366253 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XdtAnyAtomicType__ctor_m730254766_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XdtAnyAtomicType::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XdtAnyAtomicType_get_TypeCode_m1367649856 (XdtAnyAtomicType_t269366253 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XdtDayTimeDuration::.ctor() extern "C" IL2CPP_METHOD_ATTR void XdtDayTimeDuration__ctor_m3863236555 (XdtDayTimeDuration_t268779858 * __this, const RuntimeMethod* method) { { XsdDuration__ctor_m1299864582(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XdtDayTimeDuration::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XdtDayTimeDuration_get_TypeCode_m2697306315 (XdtDayTimeDuration_t268779858 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)54)); } } // System.Object Mono.Xml.Schema.XdtDayTimeDuration::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XdtDayTimeDuration_ParseValue_m2646591790 (XdtDayTimeDuration_t268779858 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XdtDayTimeDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XdtDayTimeDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XdtDayTimeDuration_ParseValueType_m3805215039 (XdtDayTimeDuration_t268779858 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XdtDayTimeDuration_ParseValueType_m3805215039_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = XmlConvert_ToTimeSpan_m349710467(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TimeSpan_t881159249 L_3 = L_2; RuntimeObject * L_4 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XdtUntypedAtomic::.ctor() extern "C" IL2CPP_METHOD_ATTR void XdtUntypedAtomic__ctor_m3920464079 (XdtUntypedAtomic_t1388131523 * __this, const RuntimeMethod* method) { { XdtAnyAtomicType__ctor_m730254766(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XdtUntypedAtomic::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XdtUntypedAtomic_get_TypeCode_m2536567124 (XdtUntypedAtomic_t1388131523 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XdtYearMonthDuration::.ctor() extern "C" IL2CPP_METHOD_ATTR void XdtYearMonthDuration__ctor_m601529108 (XdtYearMonthDuration_t1503718519 * __this, const RuntimeMethod* method) { { XsdDuration__ctor_m1299864582(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XdtYearMonthDuration::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XdtYearMonthDuration_get_TypeCode_m2982400138 (XdtYearMonthDuration_t1503718519 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)53)); } } // System.Object Mono.Xml.Schema.XdtYearMonthDuration::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XdtYearMonthDuration_ParseValue_m1856345866 (XdtYearMonthDuration_t1503718519 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XdtYearMonthDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XdtYearMonthDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XdtYearMonthDuration_ParseValueType_m2091022425 (XdtYearMonthDuration_t1503718519 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XdtYearMonthDuration_ParseValueType_m2091022425_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = XmlConvert_ToTimeSpan_m349710467(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TimeSpan_t881159249 L_3 = L_2; RuntimeObject * L_4 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XmlSchemaUri::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUri__ctor_m622714251 (XmlSchemaUri_t3948303260 * __this, String_t* ___src0, const RuntimeMethod* method) { { String_t* L_0 = ___src0; String_t* L_1 = ___src0; bool L_2 = XmlSchemaUri_HasValidScheme_m2569374488(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); XmlSchemaUri__ctor_m3725302561(__this, L_0, L_2, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XmlSchemaUri::.ctor(System.String,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUri__ctor_m3725302561 (XmlSchemaUri_t3948303260 * __this, String_t* ___src0, bool ___formal1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUri__ctor_m3725302561_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaUri_t3948303260 * G_B2_0 = NULL; XmlSchemaUri_t3948303260 * G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlSchemaUri_t3948303260 * G_B3_1 = NULL; { bool L_0 = ___formal1; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___src0; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0018; } IL_000d: { String_t* L_2 = ___src0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2051850676, L_2, /*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_0018: { bool L_4 = ___formal1; NullCheck(G_B3_1); IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m3377055802(G_B3_1, G_B3_0, (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); String_t* L_5 = ___src0; __this->set_value_36(L_5); return; } } // System.Boolean Mono.Xml.Schema.XmlSchemaUri::HasValidScheme(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUri_HasValidScheme_m2569374488 (RuntimeObject * __this /* static, unused */, String_t* ___src0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUri_HasValidScheme_m2569374488_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___src0; NullCheck(L_0); int32_t L_1 = String_IndexOf_m363431711(L_0, ((int32_t)58), /*hidden argument*/NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_0012; } } { return (bool)0; } IL_0012: { V_1 = 0; goto IL_0060; } IL_0019: { String_t* L_3 = ___src0; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5 = String_get_Chars_m2986988803(L_3, L_4, /*hidden argument*/NULL); V_2 = L_5; Il2CppChar L_6 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)((int32_t)43)))) { case 0: { goto IL_003f; } case 1: { goto IL_0044; } case 2: { goto IL_003f; } case 3: { goto IL_003f; } } } { goto IL_0044; } IL_003f: { goto IL_005c; } IL_0044: { String_t* L_7 = ___src0; int32_t L_8 = V_1; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_10 = Char_IsLetterOrDigit_m3494175785(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005a; } } { goto IL_005c; } IL_005a: { return (bool)0; } IL_005c: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0060: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0019; } } { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaUri::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUri_Equals_m2865762107 (XmlSchemaUri_t3948303260 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUri_Equals_m2865762107_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___obj0; if (!((XmlSchemaUri_t3948303260 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaUri_t3948303260_il2cpp_TypeInfo_var))) { goto IL_0018; } } { RuntimeObject * L_1 = ___obj0; bool L_2 = XmlSchemaUri_op_Equality_m3889789032(NULL /*static, unused*/, ((XmlSchemaUri_t3948303260 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaUri_t3948303260_il2cpp_TypeInfo_var)), __this, /*hidden argument*/NULL); return L_2; } IL_0018: { return (bool)0; } } // System.Int32 Mono.Xml.Schema.XmlSchemaUri::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUri_GetHashCode_m1503774718 (XmlSchemaUri_t3948303260 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_36(); NullCheck(L_0); int32_t L_1 = String_GetHashCode_m1906374149(L_0, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Xml.Schema.XmlSchemaUri::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaUri_ToString_m2617996388 (XmlSchemaUri_t3948303260 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_value_36(); return L_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUri_op_Equality_m3889789032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaUri_t3948303260 * L_0 = ___v10; NullCheck(L_0); String_t* L_1 = L_0->get_value_36(); XmlSchemaUri_t3948303260 * L_2 = ___v21; NullCheck(L_2); String_t* L_3 = L_2->get_value_36(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::.ctor(System.Xml.XmlReader,System.Xml.XmlReaderSettings) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader__ctor_m1701189759 (XmlSchemaValidatingReader_t3113890617 * __this, XmlReader_t3121518892 * ___reader0, XmlReaderSettings_t2186285234 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader__ctor_m1701189759_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaSet_t266093086 * V_1 = NULL; U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * V_2 = NULL; { U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_0 = (U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 *)il2cpp_codegen_object_new(U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946_il2cpp_TypeInfo_var); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4__ctor_m3446994086(L_0, /*hidden argument*/NULL); V_2 = L_0; U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_1 = V_2; XmlReaderSettings_t2186285234 * L_2 = ___settings1; NullCheck(L_1); L_1->set_settings_0(L_2); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_3 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_emptyAttributeArray_2(); __this->set_defaultAttributes_10(L_3); __this->set_currentDefaultAttribute_11((-1)); ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); __this->set_defaultAttributesCache_12(L_4); XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_5 = V_2; NullCheck(L_5); L_5->set_U3CU3Ef__this_1(__this); XmlReader_t3121518892 * L_6 = ___reader0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var)); RuntimeObject* L_7 = V_0; if (L_7) { goto IL_0050; } } { XmlReader_t3121518892 * L_8 = ___reader0; NullCheck(L_8); XmlNameTable_t71772148 * L_9 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_8); XmlNamespaceManager_t418790500 * L_10 = (XmlNamespaceManager_t418790500 *)il2cpp_codegen_object_new(XmlNamespaceManager_t418790500_il2cpp_TypeInfo_var); XmlNamespaceManager__ctor_m3238790559(L_10, L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_0050: { U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_11 = V_2; NullCheck(L_11); XmlReaderSettings_t2186285234 * L_12 = L_11->get_settings_0(); NullCheck(L_12); XmlSchemaSet_t266093086 * L_13 = XmlReaderSettings_get_Schemas_m1700956566(L_12, /*hidden argument*/NULL); V_1 = L_13; XmlSchemaSet_t266093086 * L_14 = V_1; if (L_14) { goto IL_0068; } } { XmlSchemaSet_t266093086 * L_15 = (XmlSchemaSet_t266093086 *)il2cpp_codegen_object_new(XmlSchemaSet_t266093086_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m2333710421(L_15, /*hidden argument*/NULL); V_1 = L_15; } IL_0068: { U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_16 = V_2; NullCheck(L_16); XmlReaderSettings_t2186285234 * L_17 = L_16->get_settings_0(); NullCheck(L_17); int32_t L_18 = XmlReaderSettings_get_ValidationFlags_m2837396330(L_17, /*hidden argument*/NULL); __this->set_options_4(L_18); XmlReader_t3121518892 * L_19 = ___reader0; __this->set_reader_3(L_19); XmlReader_t3121518892 * L_20 = ___reader0; NullCheck(L_20); XmlNameTable_t71772148 * L_21 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_20); XmlSchemaSet_t266093086 * L_22 = V_1; RuntimeObject* L_23 = V_0; int32_t L_24 = __this->get_options_4(); XmlSchemaValidator_t1317961423 * L_25 = (XmlSchemaValidator_t1317961423 *)il2cpp_codegen_object_new(XmlSchemaValidator_t1317961423_il2cpp_TypeInfo_var); XmlSchemaValidator__ctor_m1435666755(L_25, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); __this->set_v_5(L_25); XmlReader_t3121518892 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_26); 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(); bool L_29 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_27, L_28, /*hidden argument*/NULL); if (!L_29) { goto IL_00c4; } } { XmlSchemaValidator_t1317961423 * L_30 = __this->get_v_5(); XmlReader_t3121518892 * L_31 = ___reader0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_31); Uri_t100236324 * L_33 = (Uri_t100236324 *)il2cpp_codegen_object_new(Uri_t100236324_il2cpp_TypeInfo_var); Uri__ctor_m1474792120(L_33, L_32, /*hidden argument*/NULL); NullCheck(L_30); XmlSchemaValidator_set_SourceUri_m2822135170(L_30, L_33, /*hidden argument*/NULL); } IL_00c4: { XmlReader_t3121518892 * L_34 = ___reader0; __this->set_readerLineInfo_8(((RuntimeObject*)IsInst((RuntimeObject*)L_34, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_35 = V_2; intptr_t L_36 = (intptr_t)U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__0_m1368783235_RuntimeMethod_var; XmlValueGetter_t3904916812 * L_37 = (XmlValueGetter_t3904916812 *)il2cpp_codegen_object_new(XmlValueGetter_t3904916812_il2cpp_TypeInfo_var); XmlValueGetter__ctor_m911128440(L_37, L_35, L_36, /*hidden argument*/NULL); __this->set_getter_6(L_37); XmlSchemaInfo_t997462956 * L_38 = (XmlSchemaInfo_t997462956 *)il2cpp_codegen_object_new(XmlSchemaInfo_t997462956_il2cpp_TypeInfo_var); XmlSchemaInfo__ctor_m1822719070(L_38, /*hidden argument*/NULL); __this->set_xsinfo_7(L_38); XmlSchemaValidator_t1317961423 * L_39 = __this->get_v_5(); NullCheck(L_39); XmlSchemaValidator_set_LineInfoProvider_m2483414929(L_39, __this, /*hidden argument*/NULL); XmlSchemaValidator_t1317961423 * L_40 = __this->get_v_5(); XmlReader_t3121518892 * L_41 = ___reader0; NullCheck(L_40); XmlSchemaValidator_set_ValidationEventSender_m1864589280(L_40, L_41, /*hidden argument*/NULL); RuntimeObject* L_42 = V_0; __this->set_nsResolver_9(L_42); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_43 = V_2; intptr_t L_44 = (intptr_t)U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__1_m2241346613_RuntimeMethod_var; ValidationEventHandler_t791314227 * L_45 = (ValidationEventHandler_t791314227 *)il2cpp_codegen_object_new(ValidationEventHandler_t791314227_il2cpp_TypeInfo_var); ValidationEventHandler__ctor_m2945978529(L_45, L_43, L_44, /*hidden argument*/NULL); XmlSchemaValidatingReader_add_ValidationEventHandler_m1326912609(__this, L_45, /*hidden argument*/NULL); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_46 = V_2; NullCheck(L_46); XmlReaderSettings_t2186285234 * L_47 = L_46->get_settings_0(); if (!L_47) { goto IL_0159; } } { U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_48 = V_2; NullCheck(L_48); XmlReaderSettings_t2186285234 * L_49 = L_48->get_settings_0(); NullCheck(L_49); XmlSchemaSet_t266093086 * L_50 = XmlReaderSettings_get_Schemas_m1700956566(L_49, /*hidden argument*/NULL); if (!L_50) { goto IL_0159; } } { XmlSchemaValidator_t1317961423 * L_51 = __this->get_v_5(); U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * L_52 = V_2; NullCheck(L_52); XmlReaderSettings_t2186285234 * L_53 = L_52->get_settings_0(); NullCheck(L_53); XmlSchemaSet_t266093086 * L_54 = XmlReaderSettings_get_Schemas_m1700956566(L_53, /*hidden argument*/NULL); NullCheck(L_54); XmlResolver_t626023767 * L_55 = XmlSchemaSet_get_XmlResolver_m380038612(L_54, /*hidden argument*/NULL); NullCheck(L_51); XmlSchemaValidator_set_XmlResolver_m3656103938(L_51, L_55, /*hidden argument*/NULL); goto IL_0169; } IL_0159: { XmlSchemaValidator_t1317961423 * L_56 = __this->get_v_5(); XmlUrlResolver_t817895037 * L_57 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_57, /*hidden argument*/NULL); NullCheck(L_56); XmlSchemaValidator_set_XmlResolver_m3656103938(L_56, L_57, /*hidden argument*/NULL); } IL_0169: { XmlSchemaValidator_t1317961423 * L_58 = __this->get_v_5(); NullCheck(L_58); XmlSchemaValidator_Initialize_m895242008(L_58, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader__cctor_m3899310452 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader__cctor_m3899310452_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->set_emptyAttributeArray_2(((XmlSchemaAttributeU5BU5D_t346244693*)SZArrayNew(XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::add_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_add_ValidationEventHandler_m1326912609 (XmlSchemaValidatingReader_t3113890617 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method) { { XmlSchemaValidator_t1317961423 * L_0 = __this->get_v_5(); ValidationEventHandler_t791314227 * L_1 = ___value0; NullCheck(L_0); XmlSchemaValidator_add_ValidationEventHandler_m2553815393(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::remove_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_remove_ValidationEventHandler_m2010674536 (XmlSchemaValidatingReader_t3113890617 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method) { { XmlSchemaValidator_t1317961423 * L_0 = __this->get_v_5(); ValidationEventHandler_t791314227 * L_1 = ___value0; NullCheck(L_0); XmlSchemaValidator_remove_ValidationEventHandler_m2448433872(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::System.Xml.IXmlLineInfo.get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LineNumber_m4155911136 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LineNumber_m4155911136_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_8(); 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.Schema.XmlSchemaValidatingReader::System.Xml.IXmlLineInfo.get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LinePosition_m2284653347 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_get_LinePosition_m2284653347_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_8(); 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.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::System.Xml.IXmlLineInfo.HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m3781929344 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_System_Xml_IXmlLineInfo_HasLineInfo_m3781929344_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_8(); if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_8(); 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_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return (bool)G_B3_0; } } // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XmlSchemaValidatingReader::get_ElementSchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaValidatingReader_get_ElementSchemaType_m2838614127 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { XmlSchemaType_t2033747345 * G_B3_0 = NULL; { XmlSchemaElement_t427880856 * L_0 = __this->get_element_16(); if (!L_0) { goto IL_001b; } } { XmlSchemaElement_t427880856 * L_1 = __this->get_element_16(); NullCheck(L_1); XmlSchemaType_t2033747345 * L_2 = XmlSchemaElement_get_ElementSchemaType_m371898276(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((XmlSchemaType_t2033747345 *)(NULL)); } IL_001c: { return G_B3_0; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::ResetStateOnRead() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_ResetStateOnRead_m3250518356 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_ResetStateOnRead_m3250518356_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_0 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_emptyAttributeArray_2(); __this->set_defaultAttributes_10(L_0); XmlSchemaValidator_t1317961423 * L_1 = __this->get_v_5(); NullCheck(L_1); L_1->set_CurrentAttributeType_24((XmlSchemaDatatype_t322714710 *)NULL); return; } } // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_LineNumber_m2266903654 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_LineNumber_m2266903654_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_8(); 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.Schema.XmlSchemaValidatingReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_LinePosition_m3335114426 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_LinePosition_m3335114426_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_8(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_8(); 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.Schema.XmlSchemaType Mono.Xml.Schema.XmlSchemaValidatingReader::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaValidatingReader_get_SchemaType_m1322786911 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_SchemaType_m1322786911_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; XmlSchemaAttribute_t2797257020 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.Schema.XmlSchemaValidatingReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000e; } } { return (XmlSchemaType_t2033747345 *)NULL; } IL_000e: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.Schema.XmlSchemaValidatingReader::get_NodeType() */, __this); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0028; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_003c; } } { goto IL_009b; } IL_0028: { XmlSchemaType_t2033747345 * L_4 = XmlSchemaValidatingReader_get_ElementSchemaType_m2838614127(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_003a; } } { XmlSchemaType_t2033747345 * L_5 = XmlSchemaValidatingReader_get_ElementSchemaType_m2838614127(__this, /*hidden argument*/NULL); return L_5; } IL_003a: { return (XmlSchemaType_t2033747345 *)NULL; } IL_003c: { XmlSchemaType_t2033747345 * L_6 = __this->get_currentAttrType_14(); if (L_6) { goto IL_0094; } } { XmlSchemaType_t2033747345 * L_7 = XmlSchemaValidatingReader_get_ElementSchemaType_m2838614127(__this, /*hidden argument*/NULL); V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_7, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_8 = V_0; if (!L_8) { goto IL_0094; } } { XmlSchemaComplexType_t3740801802 * L_9 = V_0; NullCheck(L_9); XmlSchemaObjectTable_t2546974348 * L_10 = XmlSchemaComplexType_get_AttributeUses_m3736990879(L_9, /*hidden argument*/NULL); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_LocalName() */, __this); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_NamespaceURI() */, __this); XmlQualifiedName_t2760654312 * L_13 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_13, L_11, L_12, /*hidden argument*/NULL); NullCheck(L_10); XmlSchemaObject_t1315720168 * L_14 = XmlSchemaObjectTable_get_Item_m170185878(L_10, L_13, /*hidden argument*/NULL); V_1 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_14, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_15 = V_1; if (!L_15) { goto IL_008d; } } { XmlSchemaAttribute_t2797257020 * L_16 = V_1; NullCheck(L_16); XmlSchemaSimpleType_t2678868104 * L_17 = XmlSchemaAttribute_get_AttributeSchemaType_m2030385281(L_16, /*hidden argument*/NULL); __this->set_currentAttrType_14(L_17); } IL_008d: { XmlSchemaType_t2033747345 * L_18 = __this->get_currentAttrType_14(); return L_18; } IL_0094: { XmlSchemaType_t2033747345 * L_19 = __this->get_currentAttrType_14(); return L_19; } IL_009b: { return (XmlSchemaType_t2033747345 *)NULL; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::LookupPrefix(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_LookupPrefix_m255192695 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_LookupPrefix_m255192695_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_nsResolver_9(); String_t* L_1 = ___ns0; NullCheck(L_0); String_t* L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_AttributeCount_m1822444258 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); XmlSchemaAttributeU5BU5D_t346244693* L_2 = __this->get_defaultAttributes_10(); NullCheck(L_2); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_BaseURI_m3730558639 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.Schema.XmlSchemaValidatingReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_CanResolveEntity_m2707751228 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_0); return L_1; } } // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_Depth_m2448406566 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0031; } } { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_4); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_0031: { XmlReader_t3121518892 * L_6 = __this->get_reader_3(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_6); return ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_EOF_m710832038 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_HasValue_m819616911 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_1); return L_2; } IL_0018: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_IsDefault_m3463648029 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); return L_2; } IL_0018: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_IsEmptyElement_m921352072 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_1); return L_2; } IL_0018: { return (bool)0; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Item_m2757504277 (XmlSchemaValidatingReader_t3113890617 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; String_t* L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.Int32) */, __this, L_0); return L_1; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Item_m1129767188 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.String) */, __this, L_0); return L_1; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Item_m3866537727 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.String,System.String) */, __this, L_0, L_1); return L_2; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_LocalName_m1094400093 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_LocalName_m1094400093_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_10(); int32_t L_6 = __this->get_currentDefaultAttribute_11(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Name_m815040483(L_9, /*hidden argument*/NULL); return L_10; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Name_m2562306746 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_Name_m2562306746_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_10(); int32_t L_6 = __this->get_currentDefaultAttribute_11(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Prefix() */, __this); V_1 = L_10; String_t* L_11 = V_1; 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(); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { XmlQualifiedName_t2760654312 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Name_m815040483(L_14, /*hidden argument*/NULL); return L_15; } IL_005a: { String_t* L_16 = V_1; XmlQualifiedName_t2760654312 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = XmlQualifiedName_get_Name_m815040483(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3755062657(NULL /*static, unused*/, L_16, _stringLiteral3452614550, L_18, /*hidden argument*/NULL); return L_19; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_NamespaceURI_m2898019679 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_NamespaceURI_m2898019679_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_10(); int32_t L_6 = __this->get_currentDefaultAttribute_11(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Namespace_m3957593392(L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.XmlNameTable Mono.Xml.Schema.XmlSchemaValidatingReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlSchemaValidatingReader_get_NameTable_m3187641248 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType Mono.Xml.Schema.XmlSchemaValidatingReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_NodeType_m1526654254 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0025; } } { return (int32_t)(3); } IL_0025: { return (int32_t)(2); } } // System.Xml.XmlParserContext Mono.Xml.Schema.XmlSchemaValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XmlSchemaValidatingReader_get_ParserContext_m2296243526 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_ParserContext_m2296243526_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlParserContext_t2544895291 * L_1 = XmlSchemaUtil_GetParserContext_m769704433(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Prefix_m1598568946 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_Prefix_m1598568946_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_10(); int32_t L_6 = __this->get_currentDefaultAttribute_11(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); V_0 = L_9; RuntimeObject* L_10 = __this->get_nsResolver_9(); XmlQualifiedName_t2760654312 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_m3957593392(L_11, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_13 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t535375154_il2cpp_TypeInfo_var, L_10, L_12); V_1 = L_13; String_t* L_14 = V_1; if (L_14) { goto IL_005a; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_15; } IL_005a: { String_t* L_16 = V_1; return L_16; } } // System.Xml.ReadState Mono.Xml.Schema.XmlSchemaValidatingReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_ReadState_m739547496 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.Schema.IXmlSchemaInfo Mono.Xml.Schema.XmlSchemaValidatingReader::get_SchemaInfo() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaValidatingReader_get_SchemaInfo_m2972359086 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { return __this; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_Value_m242449730 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); return L_2; } IL_0018: { XmlSchemaAttributeU5BU5D_t346244693* L_3 = __this->get_defaultAttributes_10(); int32_t L_4 = __this->get_currentDefaultAttribute_11(); NullCheck(L_3); int32_t L_5 = L_4; XmlSchemaAttribute_t2797257020 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; if (L_8) { goto IL_0044; } } { XmlSchemaAttributeU5BU5D_t346244693* L_9 = __this->get_defaultAttributes_10(); int32_t L_10 = __this->get_currentDefaultAttribute_11(); NullCheck(L_9); int32_t L_11 = L_10; XmlSchemaAttribute_t2797257020 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0044: { String_t* L_14 = V_0; return L_14; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_get_XmlLang_m1164323968 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_XmlLang_m1164323968_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0014; } } { String_t* L_3 = V_0; return L_3; } IL_0014: { int32_t L_4 = XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139(__this, _stringLiteral2409271576, _stringLiteral2984480440, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } { return (String_t*)NULL; } IL_002e: { XmlSchemaAttributeU5BU5D_t346244693* L_6 = __this->get_defaultAttributes_10(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; XmlSchemaAttribute_t2797257020 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; if (L_11) { goto IL_0050; } } { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_10(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; XmlSchemaAttribute_t2797257020 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0050: { String_t* L_17 = V_0; return L_17; } } // System.Xml.XmlSpace Mono.Xml.Schema.XmlSchemaValidatingReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_XmlSpace_m3176631832 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_get_XmlSpace_m3176631832_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0014; } } { int32_t L_3 = V_0; return L_3; } IL_0014: { int32_t L_4 = XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139(__this, _stringLiteral1613539661, _stringLiteral2984480440, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } { return (int32_t)(0); } IL_002e: { XmlSchemaAttributeU5BU5D_t346244693* L_6 = __this->get_defaultAttributes_10(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; XmlSchemaAttribute_t2797257020 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; if (L_11) { goto IL_0050; } } { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_10(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; XmlSchemaAttribute_t2797257020 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_15, /*hidden argument*/NULL); V_2 = L_16; } IL_0050: { RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (XmlSpace_t3324193251_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); String_t* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_20 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_18, L_19, (bool)0, /*hidden argument*/NULL); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_20, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_Close_m2383470 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_GetAttribute_m2489449869 (XmlSchemaValidatingReader_t3113890617 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_GetAttribute_m2489449869_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); int32_t L_5 = ___i0; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_4, L_5); return L_6; } IL_002e: { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_7); int32_t L_9 = ___i0; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_004c; } } { XmlReader_t3121518892 * L_10 = __this->get_reader_3(); int32_t L_11 = ___i0; NullCheck(L_10); VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_10, L_11); } IL_004c: { int32_t L_12 = ___i0; XmlReader_t3121518892 * L_13 = __this->get_reader_3(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_13); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14)); int32_t L_15 = ___i0; int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::get_AttributeCount() */, __this); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0074; } } { XmlSchemaAttributeU5BU5D_t346244693* L_17 = __this->get_defaultAttributes_10(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; XmlSchemaAttribute_t2797257020 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = XmlSchemaAttribute_get_DefaultValue_m3961071173(L_20, /*hidden argument*/NULL); return L_21; } IL_0074: { int32_t L_22 = ___i0; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); ArgumentOutOfRangeException_t777629997 * L_25 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_25, _stringLiteral3452614599, L_24, _stringLiteral2200369686, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,XmlSchemaValidatingReader_GetAttribute_m2489449869_RuntimeMethod_var); } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_GetAttribute_m1466583965 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___name0, const RuntimeMethod* method) { String_t* V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; int32_t V_2 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___name0; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_4, L_5); return L_6; } IL_002e: { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); String_t* L_8 = ___name0; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; if (!L_10) { goto IL_0043; } } { String_t* L_11 = V_0; return L_11; } IL_0043: { String_t* L_12 = ___name0; XmlQualifiedName_t2760654312 * L_13 = XmlSchemaValidatingReader_SplitQName_m3175656219(__this, L_12, /*hidden argument*/NULL); V_1 = L_13; XmlQualifiedName_t2760654312 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Name_m815040483(L_14, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = XmlQualifiedName_get_Namespace_m3957593392(L_16, /*hidden argument*/NULL); String_t* L_18 = XmlSchemaValidatingReader_GetDefaultAttribute_m1397535475(__this, L_15, L_17, /*hidden argument*/NULL); return L_18; } } // System.Xml.XmlQualifiedName Mono.Xml.Schema.XmlSchemaValidatingReader::SplitQName(System.String) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaValidatingReader_SplitQName_m3175656219 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_SplitQName_m3175656219_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyName_m2131148908(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); V_0 = (Exception_t *)NULL; XmlReader_t3121518892 * L_1 = __this->get_reader_3(); String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaUtil_ToQName_m3017013972(NULL /*static, unused*/, L_1, L_2, (&V_0), /*hidden argument*/NULL); V_1 = L_3; Exception_t * L_4 = V_0; if (!L_4) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_5 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); return L_5; } IL_0024: { XmlQualifiedName_t2760654312 * L_6 = V_1; return L_6; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_GetAttribute_m3310567013 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002f; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; NullCheck(L_4); String_t* L_7 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_4, L_5, L_6); return L_7; } IL_002f: { XmlReader_t3121518892 * L_8 = __this->get_reader_3(); String_t* L_9 = ___localName0; String_t* L_10 = ___ns1; NullCheck(L_8); String_t* L_11 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_8, L_9, L_10); V_0 = L_11; String_t* L_12 = V_0; if (!L_12) { goto IL_0045; } } { String_t* L_13 = V_0; return L_13; } IL_0045: { String_t* L_14 = ___localName0; String_t* L_15 = ___ns1; String_t* L_16 = XmlSchemaValidatingReader_GetDefaultAttribute_m1397535475(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::GetDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_GetDefaultAttribute_m1397535475 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; int32_t L_2 = XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139(__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: { XmlSchemaAttributeU5BU5D_t346244693* L_4 = __this->get_defaultAttributes_10(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; XmlSchemaAttribute_t2797257020 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; if (L_9) { goto IL_0034; } } { XmlSchemaAttributeU5BU5D_t346244693* L_10 = __this->get_defaultAttributes_10(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; XmlSchemaAttribute_t2797257020 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); String_t* L_14 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_0034: { String_t* L_15 = V_1; return L_15; } } // System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::FindDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaAttribute_t2797257020 * V_1 = NULL; { V_0 = 0; goto IL_0048; } IL_0007: { XmlSchemaAttributeU5BU5D_t346244693* L_0 = __this->get_defaultAttributes_10(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlSchemaAttribute_t2797257020 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; XmlSchemaAttribute_t2797257020 * L_4 = V_1; NullCheck(L_4); XmlQualifiedName_t2760654312 * L_5 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = XmlQualifiedName_get_Name_m815040483(L_5, /*hidden argument*/NULL); String_t* L_7 = ___localName0; 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_0044; } } { String_t* L_9 = ___ns1; if (!L_9) { goto IL_0042; } } { XmlSchemaAttribute_t2797257020 * L_10 = V_1; NullCheck(L_10); XmlQualifiedName_t2760654312 * L_11 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_m3957593392(L_11, /*hidden argument*/NULL); String_t* L_13 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } IL_0042: { int32_t L_15 = V_0; return L_15; } IL_0044: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0048: { int32_t L_17 = V_0; XmlSchemaAttributeU5BU5D_t346244693* L_18 = __this->get_defaultAttributes_10(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0007; } } { return (-1); } } // System.String Mono.Xml.Schema.XmlSchemaValidatingReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaValidatingReader_LookupNamespace_m3382352196 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.Schema.XmlSchemaValidatingReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_MoveToAttribute_m4205380390 (XmlSchemaValidatingReader_t3113890617 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_MoveToAttribute_m4205380390_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); int32_t L_5 = ___i0; NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_4, L_5); return; } IL_002e: { __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); int32_t L_6 = ___i0; XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_7); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_0060; } } { XmlReader_t3121518892 * L_9 = __this->get_reader_3(); int32_t L_10 = ___i0; NullCheck(L_9); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_9, L_10); __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); } IL_0060: { int32_t L_11 = ___i0; int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.Schema.XmlSchemaValidatingReader::get_AttributeCount() */, __this); if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_008b; } } { int32_t L_13 = ___i0; XmlReader_t3121518892 * L_14 = __this->get_reader_3(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_14); __this->set_currentDefaultAttribute_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15))); __this->set_defaultAttributeConsumed_13((bool)0); goto IL_00a1; } IL_008b: { int32_t L_16 = ___i0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); ArgumentOutOfRangeException_t777629997 * L_19 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_19, _stringLiteral3452614599, L_18, _stringLiteral3183961007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,XmlSchemaValidatingReader_MoveToAttribute_m4205380390_RuntimeMethod_var); } IL_00a1: { return; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToAttribute_m3911328815 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___name0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___name0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_4, L_5); return L_6; } IL_002e: { __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); XmlReader_t3121518892 * L_7 = __this->get_reader_3(); String_t* L_8 = ___name0; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_7, L_8); V_0 = L_9; bool L_10 = V_0; if (!L_10) { goto IL_0058; } } { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_0058: { String_t* L_11 = ___name0; bool L_12 = XmlSchemaValidatingReader_MoveToDefaultAttribute_m2938117598(__this, L_11, (String_t*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToAttribute_m3763046022 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002f; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; NullCheck(L_4); bool L_7 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_4, L_5, L_6); return L_7; } IL_002f: { __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); XmlReader_t3121518892 * L_8 = __this->get_reader_3(); String_t* L_9 = ___localName0; String_t* L_10 = ___ns1; NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_8, L_9, L_10); V_0 = L_11; bool L_12 = V_0; if (!L_12) { goto IL_005a; } } { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_005a: { String_t* L_13 = ___localName0; String_t* L_14 = ___ns1; bool L_15 = XmlSchemaValidatingReader_MoveToDefaultAttribute_m2938117598(__this, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToDefaultAttribute_m2938117598 (XmlSchemaValidatingReader_t3113890617 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; int32_t L_2 = XmlSchemaValidatingReader_FindDefaultAttribute_m1904531139(__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; __this->set_currentDefaultAttribute_11(L_4); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToElement_m854142546 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToFirstAttribute_m3219289007 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002d; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_4); return L_5; } IL_002d: { __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); XmlReader_t3121518892 * L_6 = __this->get_reader_3(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_6); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0067; } } { XmlReader_t3121518892 * L_8 = __this->get_reader_3(); NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_8); V_0 = L_9; bool L_10 = V_0; if (!L_10) { goto IL_0065; } } { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); } IL_0065: { bool L_11 = V_0; return L_11; } IL_0067: { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_10(); NullCheck(L_12); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) <= ((int32_t)0))) { goto IL_0085; } } { __this->set_currentDefaultAttribute_11(0); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_0085: { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_MoveToNextAttribute_m2935155311 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002d; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_4); return L_5; } IL_002d: { __this->set_currentAttrType_14((XmlSchemaType_t2033747345 *)NULL); int32_t L_6 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_006e; } } { XmlSchemaAttributeU5BU5D_t346244693* L_7 = __this->get_defaultAttributes_10(); NullCheck(L_7); int32_t L_8 = __this->get_currentDefaultAttribute_11(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_9 = __this->get_currentDefaultAttribute_11(); __this->set_currentDefaultAttribute_11(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_006e: { XmlReader_t3121518892 * L_10 = __this->get_reader_3(); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_10); V_0 = L_11; bool L_12 = V_0; if (!L_12) { goto IL_0090; } } { __this->set_currentDefaultAttribute_11((-1)); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_0090: { XmlSchemaAttributeU5BU5D_t346244693* L_13 = __this->get_defaultAttributes_10(); NullCheck(L_13); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) <= ((int32_t)0))) { goto IL_00ae; } } { __this->set_currentDefaultAttribute_11(0); __this->set_defaultAttributeConsumed_13((bool)0); return (bool)1; } IL_00ae: { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_Read_m691084510 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaValidatingReader_Read_m691084510_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; Dictionary_2_t2736202052 * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; int32_t V_9 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); if (L_1) { goto IL_002f; } } { bool L_2 = __this->get_validationDone_15(); if (L_2) { goto IL_002d; } } { XmlSchemaValidator_t1317961423 * L_3 = __this->get_v_5(); NullCheck(L_3); XmlSchemaValidator_EndValidation_m2972674338(L_3, /*hidden argument*/NULL); __this->set_validationDone_15((bool)1); } IL_002d: { return (bool)0; } IL_002f: { XmlSchemaValidatingReader_ResetStateOnRead_m3250518356(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_4); V_4 = L_5; int32_t L_6 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1))) { case 0: { goto IL_0072; } case 1: { goto IL_0057; } case 2: { goto IL_02ca; } } } IL_0057: { int32_t L_7 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)13)))) { case 0: { goto IL_02e0; } case 1: { goto IL_02e0; } case 2: { goto IL_02b3; } } } { goto IL_02f6; } IL_0072: { XmlReader_t3121518892 * L_8 = __this->get_reader_3(); NullCheck(L_8); String_t* L_9 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_8, _stringLiteral4101407196, _stringLiteral2474808697); V_0 = L_9; XmlReader_t3121518892 * L_10 = __this->get_reader_3(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_10, _stringLiteral4141044439, _stringLiteral2474808697); V_1 = L_11; XmlReader_t3121518892 * L_12 = __this->get_reader_3(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_12, _stringLiteral3243520166, _stringLiteral2474808697); V_2 = L_13; XmlReader_t3121518892 * L_14 = __this->get_reader_3(); NullCheck(L_14); String_t* L_15 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_14, _stringLiteral2910234592, _stringLiteral2474808697); V_3 = L_15; XmlSchemaValidator_t1317961423 * L_16 = __this->get_v_5(); XmlReader_t3121518892 * L_17 = __this->get_reader_3(); NullCheck(L_17); String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_17); XmlReader_t3121518892 * L_19 = __this->get_reader_3(); NullCheck(L_19); String_t* L_20 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_19); XmlSchemaInfo_t997462956 * L_21 = __this->get_xsinfo_7(); String_t* L_22 = V_2; String_t* L_23 = V_3; String_t* L_24 = V_0; String_t* L_25 = V_1; NullCheck(L_16); XmlSchemaValidator_ValidateElement_m1376047066(L_16, L_18, L_20, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); XmlReader_t3121518892 * L_26 = __this->get_reader_3(); NullCheck(L_26); bool L_27 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_26); if (!L_27) { goto IL_024c; } } IL_0105: { XmlReader_t3121518892 * L_28 = __this->get_reader_3(); NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_28); V_5 = L_29; String_t* L_30 = V_5; if (!L_30) { goto IL_0202; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_31 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1_18(); if (L_31) { goto IL_014c; } } { Dictionary_2_t2736202052 * L_32 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_32, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_32; Dictionary_2_t2736202052 * L_33 = V_6; NullCheck(L_33); Dictionary_2_Add_m282647386(L_33, _stringLiteral2474808697, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_34 = V_6; NullCheck(L_34); Dictionary_2_Add_m282647386(L_34, _stringLiteral2829469855, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_35 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map1_18(L_35); } IL_014c: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_36 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map1_18(); String_t* L_37 = V_5; NullCheck(L_36); bool L_38 = Dictionary_2_TryGetValue_m1013208020(L_36, L_37, (&V_7), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_38) { goto IL_0202; } } { int32_t L_39 = V_7; if (!L_39) { goto IL_0173; } } { int32_t L_40 = V_7; if ((((int32_t)L_40) == ((int32_t)1))) { goto IL_01fd; } } { goto IL_0202; } IL_0173: { XmlReader_t3121518892 * L_41 = __this->get_reader_3(); NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_41); V_8 = L_42; String_t* L_43 = V_8; if (!L_43) { goto IL_01f8; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_44 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map0_17(); if (L_44) { goto IL_01d4; } } { Dictionary_2_t2736202052 * L_45 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_45, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_6 = L_45; Dictionary_2_t2736202052 * L_46 = V_6; NullCheck(L_46); Dictionary_2_Add_m282647386(L_46, _stringLiteral4101407196, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_47 = V_6; NullCheck(L_47); Dictionary_2_Add_m282647386(L_47, _stringLiteral4141044439, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_48 = V_6; NullCheck(L_48); Dictionary_2_Add_m282647386(L_48, _stringLiteral2910234592, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_49 = V_6; NullCheck(L_49); Dictionary_2_Add_m282647386(L_49, _stringLiteral3243520166, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_50 = V_6; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map0_17(L_50); } IL_01d4: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_51 = ((XmlSchemaValidatingReader_t3113890617_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaValidatingReader_t3113890617_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map0_17(); String_t* L_52 = V_8; NullCheck(L_51); bool L_53 = Dictionary_2_TryGetValue_m1013208020(L_51, L_52, (&V_9), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_53) { goto IL_01f8; } } { int32_t L_54 = V_9; if (!L_54) { goto IL_01f3; } } { goto IL_01f8; } IL_01f3: { goto IL_0230; } IL_01f8: { goto IL_0202; } IL_01fd: { goto IL_0230; } IL_0202: { XmlSchemaValidator_t1317961423 * L_55 = __this->get_v_5(); XmlReader_t3121518892 * L_56 = __this->get_reader_3(); NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_56); XmlReader_t3121518892 * L_58 = __this->get_reader_3(); NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_58); XmlValueGetter_t3904916812 * L_60 = __this->get_getter_6(); XmlSchemaInfo_t997462956 * L_61 = __this->get_xsinfo_7(); NullCheck(L_55); XmlSchemaValidator_ValidateAttribute_m4104905090(L_55, L_57, L_59, L_60, L_61, /*hidden argument*/NULL); } IL_0230: { XmlReader_t3121518892 * L_62 = __this->get_reader_3(); NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_0105; } } { XmlReader_t3121518892 * L_64 = __this->get_reader_3(); NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_64); } IL_024c: { XmlSchemaValidator_t1317961423 * L_65 = __this->get_v_5(); ArrayList_t2718874744 * L_66 = __this->get_defaultAttributesCache_12(); NullCheck(L_65); XmlSchemaValidator_GetUnspecifiedDefaultAttributes_m2439792511(L_65, L_66, /*hidden argument*/NULL); ArrayList_t2718874744 * L_67 = __this->get_defaultAttributesCache_12(); RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (XmlSchemaAttribute_t2797257020_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_69 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_68, /*hidden argument*/NULL); NullCheck(L_67); RuntimeArray * L_70 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_67, L_69); __this->set_defaultAttributes_10(((XmlSchemaAttributeU5BU5D_t346244693*)Castclass((RuntimeObject*)L_70, XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var))); XmlSchemaValidator_t1317961423 * L_71 = __this->get_v_5(); XmlSchemaInfo_t997462956 * L_72 = __this->get_xsinfo_7(); NullCheck(L_71); XmlSchemaValidator_ValidateEndOfAttributes_m3768772799(L_71, L_72, /*hidden argument*/NULL); ArrayList_t2718874744 * L_73 = __this->get_defaultAttributesCache_12(); NullCheck(L_73); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_73); XmlReader_t3121518892 * L_74 = __this->get_reader_3(); NullCheck(L_74); bool L_75 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_74); if (!L_75) { goto IL_02ae; } } { goto IL_02b3; } IL_02ae: { goto IL_02f6; } IL_02b3: { XmlSchemaValidator_t1317961423 * L_76 = __this->get_v_5(); XmlSchemaInfo_t997462956 * L_77 = __this->get_xsinfo_7(); NullCheck(L_76); XmlSchemaValidator_ValidateEndElement_m1275264754(L_76, L_77, /*hidden argument*/NULL); goto IL_02f6; } IL_02ca: { XmlSchemaValidator_t1317961423 * L_78 = __this->get_v_5(); XmlValueGetter_t3904916812 * L_79 = __this->get_getter_6(); NullCheck(L_78); XmlSchemaValidator_ValidateText_m4060349748(L_78, L_79, /*hidden argument*/NULL); goto IL_02f6; } IL_02e0: { XmlSchemaValidator_t1317961423 * L_80 = __this->get_v_5(); XmlValueGetter_t3904916812 * L_81 = __this->get_getter_6(); NullCheck(L_80); XmlSchemaValidator_ValidateWhitespace_m4215763304(L_80, L_81, /*hidden argument*/NULL); goto IL_02f6; } IL_02f6: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_ReadAttributeValue_m4166215552 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_11(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_13(); if (!L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { __this->set_defaultAttributeConsumed_13((bool)1); return (bool)1; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaValidatingReader_ResolveEntity_m930949777 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.Boolean Mono.Xml.Schema.XmlSchemaValidatingReader::get_IsNil() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaValidatingReader_get_IsNil_m1634311525 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = __this->get_xsinfo_7(); NullCheck(L_0); bool L_1 = XmlSchemaInfo_get_IsNil_m1081501440(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaSimpleType Mono.Xml.Schema.XmlSchemaValidatingReader::get_MemberType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaValidatingReader_get_MemberType_m1637427520 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = __this->get_xsinfo_7(); NullCheck(L_0); XmlSchemaSimpleType_t2678868104 * L_1 = XmlSchemaInfo_get_MemberType_m2385564269(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaAttribute Mono.Xml.Schema.XmlSchemaValidatingReader::get_SchemaAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2797257020 * XmlSchemaValidatingReader_get_SchemaAttribute_m2117359419 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = __this->get_xsinfo_7(); NullCheck(L_0); XmlSchemaAttribute_t2797257020 * L_1 = XmlSchemaInfo_get_SchemaAttribute_m3847268992(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XmlSchemaValidatingReader::get_SchemaElement() extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaValidatingReader_get_SchemaElement_m2454135790 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = __this->get_xsinfo_7(); NullCheck(L_0); XmlSchemaElement_t427880856 * L_1 = XmlSchemaInfo_get_SchemaElement_m2547300845(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaValidity Mono.Xml.Schema.XmlSchemaValidatingReader::get_Validity() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaValidatingReader_get_Validity_m1617216388 (XmlSchemaValidatingReader_t3113890617 * __this, const RuntimeMethod* method) { { XmlSchemaInfo_t997462956 * L_0 = __this->get_xsinfo_7(); NullCheck(L_0); int32_t L_1 = XmlSchemaInfo_get_Validity_m3408868890(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::.ctor() extern "C" IL2CPP_METHOD_ATTR void U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4__ctor_m3446994086 (U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Object Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::<>m__0() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__0_m1368783235 (U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * __this, const RuntimeMethod* method) { { XmlSchemaValidatingReader_t3113890617 * L_0 = __this->get_U3CU3Ef__this_1(); NullCheck(L_0); XmlSchemaValidator_t1317961423 * L_1 = L_0->get_v_5(); NullCheck(L_1); XmlSchemaDatatype_t322714710 * L_2 = L_1->get_CurrentAttributeType_24(); if (!L_2) { goto IL_0047; } } { XmlSchemaValidatingReader_t3113890617 * L_3 = __this->get_U3CU3Ef__this_1(); NullCheck(L_3); XmlSchemaValidator_t1317961423 * L_4 = L_3->get_v_5(); NullCheck(L_4); XmlSchemaDatatype_t322714710 * L_5 = L_4->get_CurrentAttributeType_24(); XmlSchemaValidatingReader_t3113890617 * L_6 = __this->get_U3CU3Ef__this_1(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Value() */, L_6); XmlSchemaValidatingReader_t3113890617 * L_8 = __this->get_U3CU3Ef__this_1(); NullCheck(L_8); XmlNameTable_t71772148 * L_9 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XmlSchemaValidatingReader::get_NameTable() */, L_8); XmlSchemaValidatingReader_t3113890617 * L_10 = __this->get_U3CU3Ef__this_1(); NullCheck(L_5); RuntimeObject * L_11 = 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_5, L_7, L_9, L_10); return L_11; } IL_0047: { XmlSchemaValidatingReader_t3113890617 * L_12 = __this->get_U3CU3Ef__this_1(); NullCheck(L_12); String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.Schema.XmlSchemaValidatingReader::get_Value() */, L_12); return L_13; } } // System.Void Mono.Xml.Schema.XmlSchemaValidatingReader/c__AnonStorey4::<>m__1(System.Object,System.Xml.Schema.ValidationEventArgs) extern "C" IL2CPP_METHOD_ATTR void U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_U3CU3Em__1_m2241346613 (U3CXmlSchemaValidatingReaderU3Ec__AnonStorey4_t286117946 * __this, RuntimeObject * ___o0, ValidationEventArgs_t2784773869 * ___e1, const RuntimeMethod* method) { { XmlReaderSettings_t2186285234 * L_0 = __this->get_settings_0(); RuntimeObject * L_1 = ___o0; ValidationEventArgs_t2784773869 * L_2 = ___e1; NullCheck(L_0); XmlReaderSettings_OnValidationError_m4068068030(L_0, L_1, L_2, /*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.Schema.XsdAllValidationState::.ctor(System.Xml.Schema.XmlSchemaAll,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdAllValidationState__ctor_m3110480589 (XsdAllValidationState_t2703884157 * __this, XmlSchemaAll_t1118454309 * ___all0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAllValidationState__ctor_m3110480589_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_consumed_4(L_0); XsdParticleStateManager_t726654767 * L_1 = ___manager1; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_1, /*hidden argument*/NULL); XmlSchemaAll_t1118454309 * L_2 = ___all0; __this->set_all_3(L_2); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdAllValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdAllValidationState_EvaluateStartElement_m2870356782 (XsdAllValidationState_t2703884157 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAllValidationState_EvaluateStartElement_m2870356782_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t427880856 * V_1 = NULL; { XmlSchemaAll_t1118454309 * L_0 = __this->get_all_3(); NullCheck(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_3 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_3; } IL_001b: { V_0 = 0; goto IL_00a2; } IL_0022: { XmlSchemaAll_t1118454309 * L_4 = __this->get_all_3(); NullCheck(L_4); XmlSchemaObjectCollection_t1064819932 * L_5 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); XmlSchemaObject_t1315720168 * L_7 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_5, L_6); V_1 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_7, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_8 = V_1; NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaElement_get_QualifiedName_m2688553928(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Name_m815040483(L_9, /*hidden argument*/NULL); String_t* L_11 = ___localName0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_12 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_009e; } } { XmlSchemaElement_t427880856 * L_13 = V_1; NullCheck(L_13); XmlQualifiedName_t2760654312 * L_14 = XmlSchemaElement_get_QualifiedName_m2688553928(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Namespace_m3957593392(L_14, /*hidden argument*/NULL); String_t* L_16 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_009e; } } { ArrayList_t2718874744 * L_18 = __this->get_consumed_4(); XmlSchemaElement_t427880856 * L_19 = V_1; NullCheck(L_18); bool L_20 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_18, L_19); if (!L_20) { goto IL_007c; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_21 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_21; } IL_007c: { ArrayList_t2718874744 * L_22 = __this->get_consumed_4(); XmlSchemaElement_t427880856 * L_23 = V_1; NullCheck(L_22); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23); XsdParticleStateManager_t726654767 * L_24 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_25 = V_1; NullCheck(L_24); L_24->set_CurrentElement_2(L_25); XsdValidationState_set_OccuredInternal_m2545104504(__this, 1, /*hidden argument*/NULL); return __this; } IL_009e: { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_00a2: { int32_t L_27 = V_0; XmlSchemaAll_t1118454309 * L_28 = __this->get_all_3(); NullCheck(L_28); XmlSchemaObjectCollection_t1064819932 * L_29 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = CollectionBase_get_Count_m1708965601(L_29, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_30))) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_31 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_31; } } // System.Boolean Mono.Xml.Schema.XsdAllValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdAllValidationState_EvaluateEndElement_m3998820305 (XsdAllValidationState_t2703884157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAllValidationState_EvaluateEndElement_m3998820305_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t427880856 * V_1 = NULL; { XmlSchemaAll_t1118454309 * L_0 = __this->get_all_3(); NullCheck(L_0); bool L_1 = XmlSchemaAll_get_Emptiable_m370990858(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002b; } } { XmlSchemaAll_t1118454309 * L_2 = __this->get_all_3(); NullCheck(L_2); Decimal_t2948259380 L_3 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_2, /*hidden argument*/NULL); Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002d; } } IL_002b: { return (bool)1; } IL_002d: { XmlSchemaAll_t1118454309 * L_6 = __this->get_all_3(); NullCheck(L_6); Decimal_t2948259380 L_7 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_6, /*hidden argument*/NULL); Decimal_t2948259380 L_8; memset(&L_8, 0, sizeof(L_8)); Decimal__ctor_m1256289983((&L_8), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_9 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_005a; } } { ArrayList_t2718874744 * L_10 = __this->get_consumed_4(); NullCheck(L_10); int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10); if (L_11) { goto IL_005a; } } { return (bool)0; } IL_005a: { XmlSchemaAll_t1118454309 * L_12 = __this->get_all_3(); NullCheck(L_12); XmlSchemaObjectCollection_t1064819932 * L_13 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14 = CollectionBase_get_Count_m1708965601(L_13, /*hidden argument*/NULL); ArrayList_t2718874744 * L_15 = __this->get_consumed_4(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15); if ((!(((uint32_t)L_14) == ((uint32_t)L_16)))) { goto IL_007c; } } { return (bool)1; } IL_007c: { V_0 = 0; goto IL_00c7; } IL_0083: { XmlSchemaAll_t1118454309 * L_17 = __this->get_all_3(); NullCheck(L_17); XmlSchemaObjectCollection_t1064819932 * L_18 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_17, /*hidden argument*/NULL); int32_t L_19 = V_0; NullCheck(L_18); XmlSchemaObject_t1315720168 * L_20 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_18, L_19); V_1 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_20, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_21 = V_1; NullCheck(L_21); Decimal_t2948259380 L_22 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_21, /*hidden argument*/NULL); Decimal_t2948259380 L_23; memset(&L_23, 0, sizeof(L_23)); Decimal__ctor_m1256289983((&L_23), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_24 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_22, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00c3; } } { ArrayList_t2718874744 * L_25 = __this->get_consumed_4(); XmlSchemaElement_t427880856 * L_26 = V_1; NullCheck(L_25); bool L_27 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_25, L_26); if (L_27) { goto IL_00c3; } } { return (bool)0; } IL_00c3: { int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_00c7: { int32_t L_29 = V_0; XmlSchemaAll_t1118454309 * L_30 = __this->get_all_3(); NullCheck(L_30); XmlSchemaObjectCollection_t1064819932 * L_31 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_30, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = CollectionBase_get_Count_m1708965601(L_31, /*hidden argument*/NULL); if ((((int32_t)L_29) < ((int32_t)L_32))) { goto IL_0083; } } { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdAllValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdAllValidationState_EvaluateIsEmptiable_m3790110921 (XsdAllValidationState_t2703884157 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAllValidationState_EvaluateIsEmptiable_m3790110921_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t427880856 * V_1 = NULL; { XmlSchemaAll_t1118454309 * L_0 = __this->get_all_3(); NullCheck(L_0); bool L_1 = XmlSchemaAll_get_Emptiable_m370990858(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_002b; } } { XmlSchemaAll_t1118454309 * L_2 = __this->get_all_3(); NullCheck(L_2); Decimal_t2948259380 L_3 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_2, /*hidden argument*/NULL); Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_5 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_002d; } } IL_002b: { return (bool)1; } IL_002d: { V_0 = 0; goto IL_0078; } IL_0034: { XmlSchemaAll_t1118454309 * L_6 = __this->get_all_3(); NullCheck(L_6); XmlSchemaObjectCollection_t1064819932 * L_7 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_6, /*hidden argument*/NULL); int32_t L_8 = V_0; 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); V_1 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_10 = V_1; NullCheck(L_10); Decimal_t2948259380 L_11 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_10, /*hidden argument*/NULL); Decimal_t2948259380 L_12; memset(&L_12, 0, sizeof(L_12)); Decimal__ctor_m1256289983((&L_12), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_13 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0074; } } { ArrayList_t2718874744 * L_14 = __this->get_consumed_4(); XmlSchemaElement_t427880856 * L_15 = V_1; NullCheck(L_14); bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_14, L_15); if (L_16) { goto IL_0074; } } { return (bool)0; } IL_0074: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0078: { int32_t L_18 = V_0; XmlSchemaAll_t1118454309 * L_19 = __this->get_all_3(); NullCheck(L_19); XmlSchemaObjectCollection_t1064819932 * L_20 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_19, /*hidden argument*/NULL); NullCheck(L_20); int32_t L_21 = CollectionBase_get_Count_m1708965601(L_20, /*hidden argument*/NULL); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_0034; } } { 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.Schema.XsdAnySimpleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdAnySimpleType__ctor_m4270155019 (XsdAnySimpleType_t1257864485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType__ctor_m4270155019_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype__ctor_m3793684354(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdAnySimpleType::.cctor() extern "C" IL2CPP_METHOD_ATTR void XsdAnySimpleType__cctor_m3088794352 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType__cctor_m3088794352_MetadataUsageId); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t3528271667* L_0 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)((int32_t)32)); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_whitespaceArray_56(L_0); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_booleanAllowedFacets_57(((int32_t)40)); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_decimalAllowedFacets_58(((int32_t)4088)); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_durationAllowedFacets_59(((int32_t)1016)); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_stringAllowedFacets_60(((int32_t)63)); XsdAnySimpleType_t1257864485 * L_1 = (XsdAnySimpleType_t1257864485 *)il2cpp_codegen_object_new(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(L_1, /*hidden argument*/NULL); ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->set_instance_55(L_1); return; } } // Mono.Xml.Schema.XsdAnySimpleType Mono.Xml.Schema.XsdAnySimpleType::get_Instance() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XsdAnySimpleType_get_Instance_m525392955 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType_get_Instance_m525392955_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_instance_55(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdAnySimpleType::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnySimpleType_get_TypeCode_m3029871310 (XsdAnySimpleType_t1257864485 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdAnySimpleType::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnySimpleType_get_TokenizedType_m1900922997 (XsdAnySimpleType_t1257864485 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdAnySimpleType_ParseValue_m4017692683 (XsdAnySimpleType_t1257864485 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); return L_1; } } // System.ValueType Mono.Xml.Schema.XsdAnySimpleType::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdAnySimpleType_ParseValueType_m3326205053 (XsdAnySimpleType_t1257864485 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType_ParseValueType_m3326205053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); StringValueType_t261329552 L_2; memset(&L_2, 0, sizeof(L_2)); StringValueType__ctor_m3173627101((&L_2), L_1, /*hidden argument*/NULL); StringValueType_t261329552 L_3 = L_2; RuntimeObject * L_4 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // System.String[] Mono.Xml.Schema.XsdAnySimpleType::ParseListValue(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdAnySimpleType_ParseListValue_m2696966159 (XsdAnySimpleType_t1257864485 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType_ParseListValue_m2696966159_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m690280695(__this, L_0, 2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_2 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_whitespaceArray_56(); NullCheck(L_1); StringU5BU5D_t1281789340* L_3 = String_Split_m3646115398(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Boolean Mono.Xml.Schema.XsdAnySimpleType::AllowsFacet(System.Xml.Schema.XmlSchemaFacet) extern "C" IL2CPP_METHOD_ATTR bool XsdAnySimpleType_AllowsFacet_m3295817030 (XsdAnySimpleType_t1257864485 * __this, XmlSchemaFacet_t1906017689 * ___xsf0, const RuntimeMethod* method) { { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(11 /* System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::get_AllowedFacets() */, __this); XmlSchemaFacet_t1906017689 * L_1 = ___xsf0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_1); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)L_2))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnySimpleType_Compare_m164265596 (XsdAnySimpleType_t1257864485 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Int32 Mono.Xml.Schema.XsdAnySimpleType::Length(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnySimpleType_Length_m1929526160 (XsdAnySimpleType_t1257864485 * __this, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdAnySimpleType::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnySimpleType_get_AllowedFacets_m3226922619 (XsdAnySimpleType_t1257864485 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnySimpleType_get_AllowedFacets_m3226922619_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); int32_t L_0 = ((XmlSchemaFacet_t1906017689_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var))->get_AllFacets_16(); 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.Schema.XsdAnyURI::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdAnyURI__ctor_m300813714 (XsdAnyURI_t2755748070 * __this, const RuntimeMethod* method) { { XsdString__ctor_m4222326734(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdAnyURI::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnyURI_get_TokenizedType_m192777831 (XsdAnyURI_t2755748070 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdAnyURI::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdAnyURI_get_TypeCode_m2254853202 (XsdAnyURI_t2755748070 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)28)); } } // System.Object Mono.Xml.Schema.XsdAnyURI::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdAnyURI_ParseValue_m3192832390 (XsdAnyURI_t2755748070 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyURI_ParseValue_m3192832390_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); XmlSchemaUri_t3948303260 * L_2 = (XmlSchemaUri_t3948303260 *)il2cpp_codegen_object_new(XmlSchemaUri_t3948303260_il2cpp_TypeInfo_var); XmlSchemaUri__ctor_m622714251(L_2, L_1, /*hidden argument*/NULL); return L_2; } } // System.ValueType Mono.Xml.Schema.XsdAnyURI::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdAnyURI_ParseValueType_m92266749 (XsdAnyURI_t2755748070 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyURI_ParseValueType_m92266749_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnyURI::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); UriValueType_t2866347695 L_4; memset(&L_4, 0, sizeof(L_4)); UriValueType__ctor_m1468824155((&L_4), ((XmlSchemaUri_t3948303260 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaUri_t3948303260_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); UriValueType_t2866347695 L_5 = L_4; RuntimeObject * L_6 = Box(UriValueType_t2866347695_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdAnyValidationState::.ctor(System.Xml.Schema.XmlSchemaAny,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdAnyValidationState__ctor_m653492108 (XsdAnyValidationState_t3421545252 * __this, XmlSchemaAny_t1119175207 * ___any0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyValidationState__ctor_m653492108_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager1; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); XmlSchemaAny_t1119175207 * L_1 = ___any0; __this->set_any_3(L_1); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdAnyValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdAnyValidationState_EvaluateStartElement_m576051102 (XsdAnyValidationState_t3421545252 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyValidationState_EvaluateStartElement_m576051102_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___ns1; bool L_1 = XsdAnyValidationState_MatchesNamespace_m1573307450(__this, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_2 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_2; } IL_0012: { int32_t L_3 = XsdValidationState_get_OccuredInternal_m1611712523(__this, /*hidden argument*/NULL); XsdValidationState_set_OccuredInternal_m2545104504(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_4 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaAny_t1119175207 * L_5 = __this->get_any_3(); NullCheck(L_5); int32_t L_6 = XmlSchemaAny_get_ResolvedProcessContents_m3560277687(L_5, /*hidden argument*/NULL); NullCheck(L_4); XsdParticleStateManager_SetProcessContents_m2702413680(L_4, L_6, /*hidden argument*/NULL); int32_t L_7 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_8 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); XmlSchemaAny_t1119175207 * L_9 = __this->get_any_3(); NullCheck(L_9); Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_9, /*hidden argument*/NULL); bool L_11 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005c; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_12 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_12; } IL_005c: { int32_t L_13 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_14 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_13, /*hidden argument*/NULL); XmlSchemaAny_t1119175207 * L_15 = __this->get_any_3(); NullCheck(L_15); Decimal_t2948259380 L_16 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_15, /*hidden argument*/NULL); bool L_17 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_008d; } } { XsdParticleStateManager_t726654767 * L_18 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_19 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_18); XsdValidationState_t376578997 * L_20 = XsdParticleStateManager_Create_m2901984299(L_18, L_19, /*hidden argument*/NULL); return L_20; } IL_008d: { return __this; } } // System.Boolean Mono.Xml.Schema.XsdAnyValidationState::MatchesNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdAnyValidationState_MatchesNamespace_m1573307450 (XsdAnyValidationState_t3421545252 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyValidationState_MatchesNamespace_m1573307450_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlSchemaAny_t1119175207 * L_0 = __this->get_any_3(); NullCheck(L_0); bool L_1 = XmlSchemaAny_get_HasValueAny_m1356611694(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)1; } IL_0012: { XmlSchemaAny_t1119175207 * L_2 = __this->get_any_3(); NullCheck(L_2); bool L_3 = XmlSchemaAny_get_HasValueLocal_m2589071563(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { String_t* L_4 = ___ns0; 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_0034; } } { return (bool)1; } IL_0034: { XmlSchemaAny_t1119175207 * L_7 = __this->get_any_3(); NullCheck(L_7); bool L_8 = XmlSchemaAny_get_HasValueOther_m3314415087(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0076; } } { XmlSchemaAny_t1119175207 * L_9 = __this->get_any_3(); NullCheck(L_9); String_t* L_10 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_9, /*hidden argument*/NULL); 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_0074; } } { XmlSchemaAny_t1119175207 * L_13 = __this->get_any_3(); NullCheck(L_13); String_t* L_14 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_13, /*hidden argument*/NULL); String_t* L_15 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_16 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0076; } } IL_0074: { return (bool)1; } IL_0076: { XmlSchemaAny_t1119175207 * L_17 = __this->get_any_3(); NullCheck(L_17); bool L_18 = XmlSchemaAny_get_HasValueTargetNamespace_m1849711967(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_009e; } } { XmlSchemaAny_t1119175207 * L_19 = __this->get_any_3(); NullCheck(L_19); String_t* L_20 = XmlSchemaAny_get_TargetNamespace_m3878721791(L_19, /*hidden argument*/NULL); String_t* L_21 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_009e; } } { return (bool)1; } IL_009e: { V_0 = 0; goto IL_00c7; } IL_00a5: { XmlSchemaAny_t1119175207 * L_23 = __this->get_any_3(); NullCheck(L_23); StringCollection_t167406615 * L_24 = XmlSchemaAny_get_ResolvedNamespaces_m67621907(L_23, /*hidden argument*/NULL); int32_t L_25 = V_0; NullCheck(L_24); String_t* L_26 = StringCollection_get_Item_m2538039158(L_24, L_25, /*hidden argument*/NULL); String_t* L_27 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_28 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00c3; } } { return (bool)1; } IL_00c3: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00c7: { int32_t L_30 = V_0; XmlSchemaAny_t1119175207 * L_31 = __this->get_any_3(); NullCheck(L_31); StringCollection_t167406615 * L_32 = XmlSchemaAny_get_ResolvedNamespaces_m67621907(L_31, /*hidden argument*/NULL); NullCheck(L_32); int32_t L_33 = StringCollection_get_Count_m3756622418(L_32, /*hidden argument*/NULL); if ((((int32_t)L_30) < ((int32_t)L_33))) { goto IL_00a5; } } { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XsdAnyValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdAnyValidationState_EvaluateEndElement_m80735230 (XsdAnyValidationState_t3421545252 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdAnyValidationState::EvaluateIsEmptiable() */, __this); return L_0; } } // System.Boolean Mono.Xml.Schema.XsdAnyValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdAnyValidationState_EvaluateIsEmptiable_m1389161027 (XsdAnyValidationState_t3421545252 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAnyValidationState_EvaluateIsEmptiable_m1389161027_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { XmlSchemaAny_t1119175207 * L_0 = __this->get_any_3(); NullCheck(L_0); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_0, /*hidden argument*/NULL); int32_t L_2 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); bool L_4 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { XmlSchemaAny_t1119175207 * L_5 = __this->get_any_3(); NullCheck(L_5); Decimal_t2948259380 L_6 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_5, /*hidden argument*/NULL); int32_t L_7 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_8 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); bool L_9 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_9)); goto IL_003e; } IL_003d: { G_B3_0 = 0; } IL_003e: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdAppendedValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager,Mono.Xml.Schema.XsdValidationState,Mono.Xml.Schema.XsdValidationState) extern "C" IL2CPP_METHOD_ATTR void XsdAppendedValidationState__ctor_m1823796521 (XsdAppendedValidationState_t3608891238 * __this, XsdParticleStateManager_t726654767 * ___manager0, XsdValidationState_t376578997 * ___head1, XsdValidationState_t376578997 * ___rest2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAppendedValidationState__ctor_m1823796521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager0; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); XsdValidationState_t376578997 * L_1 = ___head1; __this->set_head_3(L_1); XsdValidationState_t376578997 * L_2 = ___rest2; __this->set_rest_4(L_2); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdAppendedValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdAppendedValidationState_EvaluateStartElement_m3335137423 (XsdAppendedValidationState_t3608891238 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdAppendedValidationState_EvaluateStartElement_m3335137423_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdValidationState_t376578997 * V_0 = NULL; XsdValidationState_t376578997 * G_B4_0 = NULL; { XsdValidationState_t376578997 * L_0 = __this->get_head_3(); String_t* L_1 = ___name0; 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); V_0 = L_3; XsdValidationState_t376578997 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_5 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(XsdValidationState_t376578997 *)L_4) == ((RuntimeObject*)(XsdInvalidValidationState_t3749995458 *)L_5))) { goto IL_0038; } } { XsdValidationState_t376578997 * L_6 = V_0; __this->set_head_3(L_6); XsdValidationState_t376578997 * L_7 = V_0; if (!((XsdEmptyValidationState_t1344146143 *)IsInstClass((RuntimeObject*)L_7, XsdEmptyValidationState_t1344146143_il2cpp_TypeInfo_var))) { goto IL_0036; } } { XsdValidationState_t376578997 * L_8 = __this->get_rest_4(); G_B4_0 = L_8; goto IL_0037; } IL_0036: { G_B4_0 = ((XsdValidationState_t376578997 *)(__this)); } IL_0037: { return G_B4_0; } IL_0038: { XsdValidationState_t376578997 * L_9 = __this->get_head_3(); NullCheck(L_9); bool L_10 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_9); if (L_10) { goto IL_004e; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_11 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_11; } IL_004e: { XsdValidationState_t376578997 * L_12 = __this->get_rest_4(); String_t* L_13 = ___name0; String_t* L_14 = ___ns1; NullCheck(L_12); XsdValidationState_t376578997 * L_15 = VirtFuncInvoker2< XsdValidationState_t376578997 *, String_t*, String_t* >::Invoke(4 /* Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdValidationState::EvaluateStartElement(System.String,System.String) */, L_12, L_13, L_14); return L_15; } } // System.Boolean Mono.Xml.Schema.XsdAppendedValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdAppendedValidationState_EvaluateEndElement_m4006262366 (XsdAppendedValidationState_t3608891238 * __this, const RuntimeMethod* method) { { XsdValidationState_t376578997 * L_0 = __this->get_head_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateEndElement() */, L_0); if (!L_1) { goto IL_001c; } } { XsdValidationState_t376578997 * L_2 = __this->get_rest_4(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_2); return L_3; } IL_001c: { XsdValidationState_t376578997 * L_4 = __this->get_head_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_4); if (L_5) { goto IL_002e; } } { return (bool)0; } IL_002e: { XsdValidationState_t376578997 * L_6 = __this->get_rest_4(); NullCheck(L_6); bool L_7 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateEndElement() */, L_6); return L_7; } } // System.Boolean Mono.Xml.Schema.XsdAppendedValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdAppendedValidationState_EvaluateIsEmptiable_m4182804533 (XsdAppendedValidationState_t3608891238 * __this, const RuntimeMethod* method) { { XsdValidationState_t376578997 * L_0 = __this->get_head_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_0); if (!L_1) { goto IL_001c; } } { XsdValidationState_t376578997 * L_2 = __this->get_rest_4(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_2); return L_3; } IL_001c: { 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.Schema.XsdBase64Binary::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdBase64Binary__ctor_m2518802212 (XsdBase64Binary_t3360383190 * __this, const RuntimeMethod* method) { { XsdString__ctor_m4222326734(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdBase64Binary::.cctor() extern "C" IL2CPP_METHOD_ATTR void XsdBase64Binary__cctor_m78814279 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBase64Binary__cctor_m78814279_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; { ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->set_ALPHABET_61(_stringLiteral2107438479); String_t* L_0 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_ALPHABET_61(); NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_0 = L_1; ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->set_decodeTable_62(((ByteU5BU5D_t4116647657*)SZArrayNew(ByteU5BU5D_t4116647657_il2cpp_TypeInfo_var, (uint32_t)((int32_t)123)))); V_1 = 0; goto IL_0038; } IL_0028: { ByteU5BU5D_t4116647657* L_2 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_decodeTable_62(); int32_t L_3 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)((int32_t)255)); int32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0038: { int32_t L_5 = V_1; ByteU5BU5D_t4116647657* L_6 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_decodeTable_62(); NullCheck(L_6); if ((((int32_t)L_5) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))))) { goto IL_0028; } } { V_2 = 0; goto IL_0065; } IL_004c: { String_t* L_7 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_ALPHABET_61(); int32_t L_8 = V_2; NullCheck(L_7); Il2CppChar L_9 = String_get_Chars_m2986988803(L_7, L_8, /*hidden argument*/NULL); V_3 = L_9; ByteU5BU5D_t4116647657* L_10 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_decodeTable_62(); Il2CppChar L_11 = V_3; int32_t L_12 = V_2; NullCheck(L_10); (L_10)->SetAt(static_cast(L_11), (uint8_t)(((int32_t)((uint8_t)L_12)))); int32_t L_13 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0065: { int32_t L_14 = V_2; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_004c; } } { return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdBase64Binary::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdBase64Binary_get_TypeCode_m4177753292 (XsdBase64Binary_t3360383190 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)27)); } } // System.Object Mono.Xml.Schema.XsdBase64Binary::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdBase64Binary_ParseValue_m2281295646 (XsdBase64Binary_t3360383190 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBase64Binary_ParseValue_m2281295646_MetadataUsageId); s_Il2CppMethodInitialized = true; } ByteU5BU5D_t4116647657* V_0 = NULL; FromBase64Transform_t2896579788 * V_1 = NULL; { ASCIIEncoding_t3446586211 * L_0 = (ASCIIEncoding_t3446586211 *)il2cpp_codegen_object_new(ASCIIEncoding_t3446586211_il2cpp_TypeInfo_var); ASCIIEncoding__ctor_m1380190655(L_0, /*hidden argument*/NULL); String_t* L_1 = ___s0; NullCheck(L_0); ByteU5BU5D_t4116647657* L_2 = VirtFuncInvoker1< ByteU5BU5D_t4116647657*, String_t* >::Invoke(10 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_0, L_1); V_0 = L_2; FromBase64Transform_t2896579788 * L_3 = (FromBase64Transform_t2896579788 *)il2cpp_codegen_object_new(FromBase64Transform_t2896579788_il2cpp_TypeInfo_var); FromBase64Transform__ctor_m4094031432(L_3, /*hidden argument*/NULL); V_1 = L_3; FromBase64Transform_t2896579788 * L_4 = V_1; ByteU5BU5D_t4116647657* L_5 = V_0; ByteU5BU5D_t4116647657* L_6 = V_0; NullCheck(L_6); NullCheck(L_4); ByteU5BU5D_t4116647657* L_7 = FromBase64Transform_TransformFinalBlock_m76791737(L_4, L_5, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), /*hidden argument*/NULL); return (RuntimeObject *)L_7; } } // System.Int32 Mono.Xml.Schema.XsdBase64Binary::Length(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XsdBase64Binary_Length_m142547296 (XsdBase64Binary_t3360383190 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBase64Binary_Length_m142547296_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; { V_0 = 0; V_1 = 0; String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); V_2 = L_1; V_3 = 0; goto IL_0057; } IL_0012: { String_t* L_2 = ___s0; int32_t L_3 = V_3; NullCheck(L_2); Il2CppChar L_4 = String_get_Chars_m2986988803(L_2, L_3, /*hidden argument*/NULL); V_4 = L_4; Il2CppChar L_5 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Char_t3634460470_il2cpp_TypeInfo_var); bool L_6 = Char_IsWhiteSpace_m2148390798(NULL /*static, unused*/, L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0053; } } { Il2CppChar L_7 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var); bool L_8 = XsdBase64Binary_isData_m2923929154(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_003c; } } { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); goto IL_0053; } IL_003c: { Il2CppChar L_10 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var); bool L_11 = XsdBase64Binary_isPad_m1038271513(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0051; } } { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); goto IL_0053; } IL_0051: { return (-1); } IL_0053: { int32_t L_13 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0057: { int32_t L_14 = V_3; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0012; } } { int32_t L_16 = V_1; if ((((int32_t)L_16) <= ((int32_t)2))) { goto IL_0067; } } { return (-1); } IL_0067: { int32_t L_17 = V_1; if ((((int32_t)L_17) <= ((int32_t)0))) { goto IL_0072; } } { int32_t L_18 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_18)); } IL_0072: { int32_t L_19 = V_0; int32_t L_20 = V_1; return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_19/(int32_t)4)), (int32_t)3)), (int32_t)L_20)); } } // System.Boolean Mono.Xml.Schema.XsdBase64Binary::isPad(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XsdBase64Binary_isPad_m1038271513 (RuntimeObject * __this /* static, unused */, Il2CppChar ___octect0, const RuntimeMethod* method) { { Il2CppChar L_0 = ___octect0; return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)61)))? 1 : 0); } } // System.Boolean Mono.Xml.Schema.XsdBase64Binary::isData(System.Char) extern "C" IL2CPP_METHOD_ATTR bool XsdBase64Binary_isData_m2923929154 (RuntimeObject * __this /* static, unused */, Il2CppChar ___octect0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBase64Binary_isData_m2923929154_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Il2CppChar L_0 = ___octect0; if ((((int32_t)L_0) > ((int32_t)((int32_t)122)))) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_1 = ((XsdBase64Binary_t3360383190_StaticFields*)il2cpp_codegen_static_fields_for(XsdBase64Binary_t3360383190_il2cpp_TypeInfo_var))->get_decodeTable_62(); Il2CppChar L_2 = ___octect0; NullCheck(L_1); Il2CppChar L_3 = L_2; uint8_t L_4 = (L_1)->GetAt(static_cast(L_3)); G_B3_0 = ((((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)255)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.ValueType Mono.Xml.Schema.XsdBase64Binary::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdBase64Binary_ParseValueType_m2313767322 (XsdBase64Binary_t3360383190 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBase64Binary_ParseValueType_m2313767322_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdBase64Binary::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); StringValueType_t261329552 L_4; memset(&L_4, 0, sizeof(L_4)); StringValueType__ctor_m3173627101((&L_4), ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); StringValueType_t261329552 L_5 = L_4; RuntimeObject * L_6 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdBoolean::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdBoolean__ctor_m3174350632 (XsdBoolean_t380164876 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBoolean__ctor_m3174350632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdBoolean::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdBoolean_get_AllowedFacets_m252311053 (XsdBoolean_t380164876 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBoolean_get_AllowedFacets_m252311053_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_booleanAllowedFacets_57(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdBoolean::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdBoolean_get_TokenizedType_m3691547859 (XsdBoolean_t380164876 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBoolean_get_TokenizedType_m3691547859_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_0 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_StrictMsCompliant_3(); if (!L_0) { goto IL_000d; } } { return (int32_t)(((int32_t)12)); } IL_000d: { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdBoolean::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdBoolean_get_TypeCode_m2474827321 (XsdBoolean_t380164876 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)13)); } } // System.Object Mono.Xml.Schema.XsdBoolean::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdBoolean_ParseValue_m1978190311 (XsdBoolean_t380164876 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdBoolean::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdBoolean::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdBoolean_ParseValueType_m4171155103 (XsdBoolean_t380164876 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdBoolean_ParseValueType_m4171155103_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_2 = XmlConvert_ToBoolean_m3792671347(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); bool L_3 = L_2; RuntimeObject * L_4 = Box(Boolean_t97287965_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdByte::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdByte__ctor_m2036920297 (XsdByte_t2221093920 * __this, const RuntimeMethod* method) { { XsdShort__ctor_m1570376925(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdByte::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdByte_get_TypeCode_m1305889371 (XsdByte_t2221093920 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)46)); } } // System.Object Mono.Xml.Schema.XsdByte::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdByte_ParseValue_m1103143065 (XsdByte_t2221093920 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdByte::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdByte::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdByte_ParseValueType_m2279132003 (XsdByte_t2221093920 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdByte_ParseValueType_m2279132003_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); int8_t L_2 = XmlConvert_ToSByte_m1731060397(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int8_t L_3 = L_2; RuntimeObject * L_4 = Box(SByte_t1669577662_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdByte::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdByte_Compare_m2970398061 (XsdByte_t2221093920 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdByte_Compare_m2970398061_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, SByte_t1669577662_il2cpp_TypeInfo_var))) { goto IL_0042; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, SByte_t1669577662_il2cpp_TypeInfo_var))) { goto IL_0042; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)(((int32_t)((int32_t)((*(int8_t*)((int8_t*)UnBox(L_2, SByte_t1669577662_il2cpp_TypeInfo_var)))))))) == ((uint32_t)(((int32_t)((int32_t)((*(int8_t*)((int8_t*)UnBox(L_3, SByte_t1669577662_il2cpp_TypeInfo_var))))))))))) { goto IL_002b; } } { return (int32_t)(0); } IL_002b: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int32_t)(((int32_t)((int32_t)((*(int8_t*)((int8_t*)UnBox(L_4, SByte_t1669577662_il2cpp_TypeInfo_var)))))))) >= ((int32_t)(((int32_t)((int32_t)((*(int8_t*)((int8_t*)UnBox(L_5, SByte_t1669577662_il2cpp_TypeInfo_var)))))))))) { goto IL_0040; } } { return (int32_t)((-1)); } IL_0040: { return (int32_t)(1); } IL_0042: { return (int32_t)(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 Mono.Xml.Schema.XsdChoiceValidationState::.ctor(System.Xml.Schema.XmlSchemaChoice,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdChoiceValidationState__ctor_m3689606689 (XsdChoiceValidationState_t2566230191 * __this, XmlSchemaChoice_t959520675 * ___choice0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdChoiceValidationState__ctor_m3689606689_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager1; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); XmlSchemaChoice_t959520675 * L_1 = ___choice0; __this->set_choice_3(L_1); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdChoiceValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdChoiceValidationState_EvaluateStartElement_m1354907609 (XsdChoiceValidationState_t2566230191 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdChoiceValidationState_EvaluateStartElement_m1354907609_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; XmlSchemaParticle_t3828501457 * V_2 = NULL; XsdValidationState_t376578997 * V_3 = NULL; XsdValidationState_t376578997 * V_4 = NULL; { __this->set_emptiableComputed_5((bool)0); V_0 = (bool)1; V_1 = 0; goto IL_00c8; } IL_0010: { XmlSchemaChoice_t959520675 * L_0 = __this->get_choice_3(); NullCheck(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_0, /*hidden argument*/NULL); int32_t L_2 = V_1; NullCheck(L_1); XmlSchemaObject_t1315720168 * L_3 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_1, L_2); V_2 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XsdParticleStateManager_t726654767 * L_4 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_5 = V_2; NullCheck(L_4); XsdValidationState_t376578997 * L_6 = XsdParticleStateManager_Create_m2901984299(L_4, L_5, /*hidden argument*/NULL); V_3 = L_6; XsdValidationState_t376578997 * L_7 = V_3; String_t* L_8 = ___localName0; String_t* L_9 = ___ns1; NullCheck(L_7); XsdValidationState_t376578997 * L_10 = VirtFuncInvoker2< XsdValidationState_t376578997 *, String_t*, String_t* >::Invoke(4 /* Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdValidationState::EvaluateStartElement(System.String,System.String) */, L_7, L_8, L_9); V_4 = L_10; XsdValidationState_t376578997 * L_11 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_12 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(XsdValidationState_t376578997 *)L_11) == ((RuntimeObject*)(XsdInvalidValidationState_t3749995458 *)L_12))) { goto IL_00b0; } } { int32_t L_13 = XsdValidationState_get_OccuredInternal_m1611712523(__this, /*hidden argument*/NULL); XsdValidationState_set_OccuredInternal_m2545104504(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), /*hidden argument*/NULL); int32_t L_14 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_15 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); XmlSchemaChoice_t959520675 * L_16 = __this->get_choice_3(); NullCheck(L_16); Decimal_t2948259380 L_17 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_16, /*hidden argument*/NULL); bool L_18 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_007e; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_19 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_19; } IL_007e: { int32_t L_20 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_21 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); XmlSchemaChoice_t959520675 * L_22 = __this->get_choice_3(); NullCheck(L_22); Decimal_t2948259380 L_23 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_22, /*hidden argument*/NULL); bool L_24 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_21, L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_00a1; } } { XsdValidationState_t376578997 * L_25 = V_4; return L_25; } IL_00a1: { XsdParticleStateManager_t726654767 * L_26 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XsdValidationState_t376578997 * L_27 = V_4; NullCheck(L_26); XsdValidationState_t376578997 * L_28 = XsdParticleStateManager_MakeSequence_m1806819590(L_26, L_27, __this, /*hidden argument*/NULL); return L_28; } IL_00b0: { bool L_29 = __this->get_emptiableComputed_5(); if (L_29) { goto IL_00c4; } } { bool L_30 = V_0; XsdValidationState_t376578997 * L_31 = V_3; NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_31); V_0 = (bool)((int32_t)((int32_t)L_30&(int32_t)L_32)); } IL_00c4: { int32_t L_33 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)); } IL_00c8: { int32_t L_34 = V_1; XmlSchemaChoice_t959520675 * L_35 = __this->get_choice_3(); NullCheck(L_35); XmlSchemaObjectCollection_t1064819932 * L_36 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_35, /*hidden argument*/NULL); NullCheck(L_36); int32_t L_37 = CollectionBase_get_Count_m1708965601(L_36, /*hidden argument*/NULL); if ((((int32_t)L_34) < ((int32_t)L_37))) { goto IL_0010; } } { bool L_38 = __this->get_emptiableComputed_5(); if (L_38) { goto IL_0129; } } { bool L_39 = V_0; if (!L_39) { goto IL_00f6; } } { __this->set_emptiable_4((bool)1); } IL_00f6: { bool L_40 = __this->get_emptiable_4(); if (L_40) { goto IL_0122; } } { XmlSchemaChoice_t959520675 * L_41 = __this->get_choice_3(); NullCheck(L_41); Decimal_t2948259380 L_42 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_41, /*hidden argument*/NULL); int32_t L_43 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_44 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_43, /*hidden argument*/NULL); bool L_45 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_42, L_44, /*hidden argument*/NULL); __this->set_emptiable_4(L_45); } IL_0122: { __this->set_emptiableComputed_5((bool)1); } IL_0129: { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_46 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_46; } } // System.Boolean Mono.Xml.Schema.XsdChoiceValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdChoiceValidationState_EvaluateEndElement_m2864400936 (XsdChoiceValidationState_t2566230191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdChoiceValidationState_EvaluateEndElement_m2864400936_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaParticle_t3828501457 * V_1 = NULL; { __this->set_emptiableComputed_5((bool)0); XmlSchemaChoice_t959520675 * L_0 = __this->get_choice_3(); NullCheck(L_0); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_0, /*hidden argument*/NULL); int32_t L_2 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); bool L_4 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002b; } } { return (bool)0; } IL_002b: { XmlSchemaChoice_t959520675 * L_5 = __this->get_choice_3(); NullCheck(L_5); Decimal_t2948259380 L_6 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_5, /*hidden argument*/NULL); int32_t L_7 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_8 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); bool L_9 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_004d; } } { return (bool)1; } IL_004d: { V_0 = 0; goto IL_0087; } IL_0054: { XmlSchemaChoice_t959520675 * L_10 = __this->get_choice_3(); NullCheck(L_10); XmlSchemaObjectCollection_t1064819932 * L_11 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_10, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); XmlSchemaObject_t1315720168 * L_13 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_11, L_12); V_1 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_13, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XsdParticleStateManager_t726654767 * L_14 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_15 = V_1; NullCheck(L_14); XsdValidationState_t376578997 * L_16 = XsdParticleStateManager_Create_m2901984299(L_14, L_15, /*hidden argument*/NULL); NullCheck(L_16); bool L_17 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_16); if (!L_17) { goto IL_0083; } } { return (bool)1; } IL_0083: { int32_t L_18 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0087: { int32_t L_19 = V_0; XmlSchemaChoice_t959520675 * L_20 = __this->get_choice_3(); NullCheck(L_20); XmlSchemaObjectCollection_t1064819932 * L_21 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_20, /*hidden argument*/NULL); NullCheck(L_21); int32_t L_22 = CollectionBase_get_Count_m1708965601(L_21, /*hidden argument*/NULL); if ((((int32_t)L_19) < ((int32_t)L_22))) { goto IL_0054; } } { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XsdChoiceValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdChoiceValidationState_EvaluateIsEmptiable_m627624045 (XsdChoiceValidationState_t2566230191 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdChoiceValidationState_EvaluateIsEmptiable_m627624045_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; XmlSchemaParticle_t3828501457 * V_3 = NULL; { bool L_0 = __this->get_emptiableComputed_5(); if (!L_0) { goto IL_0012; } } { bool L_1 = __this->get_emptiable_4(); return L_1; } IL_0012: { XmlSchemaChoice_t959520675 * L_2 = __this->get_choice_3(); NullCheck(L_2); Decimal_t2948259380 L_3 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_2, /*hidden argument*/NULL); int32_t L_4 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_5 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_4, /*hidden argument*/NULL); bool L_6 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_3, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0034; } } { return (bool)0; } IL_0034: { XmlSchemaChoice_t959520675 * L_7 = __this->get_choice_3(); NullCheck(L_7); Decimal_t2948259380 L_8 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_7, /*hidden argument*/NULL); int32_t L_9 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_10 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)), /*hidden argument*/NULL); bool L_11 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0058; } } { return (bool)0; } IL_0058: { int32_t L_12 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); V_0 = L_12; goto IL_00c7; } IL_0064: { V_1 = (bool)0; V_2 = 0; goto IL_00a5; } IL_006d: { XmlSchemaChoice_t959520675 * L_13 = __this->get_choice_3(); NullCheck(L_13); XmlSchemaObjectCollection_t1064819932 * L_14 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_13, /*hidden argument*/NULL); int32_t L_15 = V_2; NullCheck(L_14); XmlSchemaObject_t1315720168 * L_16 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_14, L_15); V_3 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_16, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XsdParticleStateManager_t726654767 * L_17 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_18 = V_3; NullCheck(L_17); XsdValidationState_t376578997 * L_19 = XsdParticleStateManager_Create_m2901984299(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_19); bool L_20 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_19); if (!L_20) { goto IL_00a1; } } { V_1 = (bool)1; goto IL_00bb; } IL_00a1: { int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_00a5: { int32_t L_22 = V_2; XmlSchemaChoice_t959520675 * L_23 = __this->get_choice_3(); NullCheck(L_23); XmlSchemaObjectCollection_t1064819932 * L_24 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CollectionBase_get_Count_m1708965601(L_24, /*hidden argument*/NULL); if ((((int32_t)L_22) < ((int32_t)L_25))) { goto IL_006d; } } IL_00bb: { bool L_26 = V_1; if (L_26) { goto IL_00c3; } } { return (bool)0; } IL_00c3: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_00c7: { int32_t L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_29 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_28, /*hidden argument*/NULL); XmlSchemaChoice_t959520675 * L_30 = __this->get_choice_3(); NullCheck(L_30); Decimal_t2948259380 L_31 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_30, /*hidden argument*/NULL); bool L_32 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_29, L_31, /*hidden argument*/NULL); if (L_32) { goto IL_0064; } } { 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.Schema.XsdDate::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDate__ctor_m3751134550 (XsdDate_t1417753656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDate__ctor_m3751134550_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdDate::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDate_get_AllowedFacets_m1908695969 (XsdDate_t1417753656 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDate_get_AllowedFacets_m1908695969_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdDate::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDate_get_TokenizedType_m2287363765 (XsdDate_t1417753656 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdDate::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDate_get_TypeCode_m3224533444 (XsdDate_t1417753656 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)20)); } } // System.Object Mono.Xml.Schema.XsdDate::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdDate_ParseValue_m1092385474 (XsdDate_t1417753656 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdDate::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdDate::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdDate_ParseValueType_m1593515909 (XsdDate_t1417753656 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDate_ParseValueType_m1593515909_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral1072719392, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdDate::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdDate_Compare_m2167923007 (XsdDate_t1417753656 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDate_Compare_m2167923007_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdDateTime::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m2530120481 (XsdDateTime_t2563698975 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDateTime__ctor_m2530120481_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdDateTime::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_AllowedFacets_m750155647 (XsdDateTime_t2563698975 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDateTime_get_AllowedFacets_m750155647_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdDateTime::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_TokenizedType_m1997377236 (XsdDateTime_t2563698975 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdDateTime::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_TypeCode_m102397878 (XsdDateTime_t2563698975 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)18)); } } // System.Object Mono.Xml.Schema.XsdDateTime::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdDateTime_ParseValue_m1672883403 (XsdDateTime_t2563698975 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdDateTime::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdDateTime::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdDateTime_ParseValueType_m2503954029 (XsdDateTime_t2563698975 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDateTime_ParseValueType_m2503954029_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = XmlConvert_ToDateTime_m800272518(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdDateTime::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdDateTime_Compare_m2487519261 (XsdDateTime_t2563698975 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDateTime_Compare_m2487519261_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdDecimal::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDecimal__ctor_m2017734992 (XsdDecimal_t1288601093 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDecimal__ctor_m2017734992_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdDecimal::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDecimal_get_AllowedFacets_m4075573144 (XsdDecimal_t1288601093 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDecimal_get_AllowedFacets_m4075573144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_decimalAllowedFacets_58(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdDecimal::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDecimal_get_TokenizedType_m196794937 (XsdDecimal_t1288601093 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdDecimal::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDecimal_get_TypeCode_m519245353 (XsdDecimal_t1288601093 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)14)); } } // System.Object Mono.Xml.Schema.XsdDecimal::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdDecimal_ParseValue_m870756872 (XsdDecimal_t1288601093 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdDecimal::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdDecimal::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdDecimal_ParseValueType_m3908252346 (XsdDecimal_t1288601093 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDecimal_ParseValueType_m3908252346_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdDecimal::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdDecimal_Compare_m1108865574 (XsdDecimal_t1288601093 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDecimal_Compare_m1108865574_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Decimal_t2948259380_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); int32_t L_4 = Decimal_Compare_m3062820418(NULL /*static, unused*/, ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_2, Decimal_t2948259380_il2cpp_TypeInfo_var)))), ((*(Decimal_t2948259380 *)((Decimal_t2948259380 *)UnBox(L_3, Decimal_t2948259380_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdDouble::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDouble__ctor_m3289475545 (XsdDouble_t3324344982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDouble__ctor_m3289475545_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdDouble::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDouble_get_AllowedFacets_m818305544 (XsdDouble_t3324344982 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDouble_get_AllowedFacets_m818305544_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdDouble::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDouble_get_TypeCode_m3216707989 (XsdDouble_t3324344982 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)16)); } } // System.Object Mono.Xml.Schema.XsdDouble::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdDouble_ParseValue_m712415285 (XsdDouble_t3324344982 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdDouble::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdDouble::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdDouble_ParseValueType_m3833084273 (XsdDouble_t3324344982 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDouble_ParseValueType_m3833084273_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); double L_2 = XmlConvert_ToDouble_m4257337793(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); double L_3 = L_2; RuntimeObject * L_4 = Box(Double_t594665363_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdDouble::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdDouble_Compare_m2813386867 (XsdDouble_t3324344982 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDouble_Compare_m2813386867_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Double_t594665363_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((double)((*(double*)((double*)UnBox(L_2, Double_t594665363_il2cpp_TypeInfo_var))))) == ((double)((*(double*)((double*)UnBox(L_3, Double_t594665363_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((!(((double)((*(double*)((double*)UnBox(L_4, Double_t594665363_il2cpp_TypeInfo_var))))) < ((double)((*(double*)((double*)UnBox(L_5, Double_t594665363_il2cpp_TypeInfo_var)))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdDuration::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdDuration__ctor_m1299864582 (XsdDuration_t1555973170 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDuration__ctor_m1299864582_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdDuration::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDuration_get_AllowedFacets_m2965230154 (XsdDuration_t1555973170 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDuration_get_AllowedFacets_m2965230154_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdDuration::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDuration_get_TokenizedType_m3016761429 (XsdDuration_t1555973170 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdDuration::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdDuration_get_TypeCode_m159343444 (XsdDuration_t1555973170 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)17)); } } // System.Object Mono.Xml.Schema.XsdDuration::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdDuration_ParseValue_m3339490468 (XsdDuration_t1555973170 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdDuration::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdDuration_ParseValueType_m1438865560 (XsdDuration_t1555973170 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDuration_ParseValueType_m1438865560_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); TimeSpan_t881159249 L_2 = XmlConvert_ToTimeSpan_m349710467(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); TimeSpan_t881159249 L_3 = L_2; RuntimeObject * L_4 = Box(TimeSpan_t881159249_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdDuration::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdDuration_Compare_m4090345725 (XsdDuration_t1555973170 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdDuration_Compare_m4090345725_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, TimeSpan_t881159249_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_t881159249_il2cpp_TypeInfo_var); int32_t L_4 = TimeSpan_Compare_m753151303(NULL /*static, unused*/, ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_2, TimeSpan_t881159249_il2cpp_TypeInfo_var)))), ((*(TimeSpan_t881159249 *)((TimeSpan_t881159249 *)UnBox(L_3, TimeSpan_t881159249_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdElementValidationState::.ctor(System.Xml.Schema.XmlSchemaElement,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdElementValidationState__ctor_m1389462036 (XsdElementValidationState_t2214590119 * __this, XmlSchemaElement_t427880856 * ___element0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdElementValidationState__ctor_m1389462036_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager1; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_1 = ___element0; __this->set_element_3(L_1); return; } } // System.String Mono.Xml.Schema.XsdElementValidationState::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XsdElementValidationState_get_Name_m3796013311 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method) { { XmlSchemaElement_t427880856 * L_0 = __this->get_element_3(); NullCheck(L_0); XmlQualifiedName_t2760654312 * L_1 = XmlSchemaElement_get_QualifiedName_m2688553928(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XmlQualifiedName_get_Name_m815040483(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Mono.Xml.Schema.XsdElementValidationState::get_NS() extern "C" IL2CPP_METHOD_ATTR String_t* XsdElementValidationState_get_NS_m3538470268 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method) { { XmlSchemaElement_t427880856 * L_0 = __this->get_element_3(); NullCheck(L_0); XmlQualifiedName_t2760654312 * L_1 = XmlSchemaElement_get_QualifiedName_m2688553928(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = XmlQualifiedName_get_Namespace_m3957593392(L_1, /*hidden argument*/NULL); return L_2; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdElementValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdElementValidationState_EvaluateStartElement_m3328494127 (XsdElementValidationState_t2214590119 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdElementValidationState_EvaluateStartElement_m3328494127_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaElement_t427880856 * V_1 = NULL; { String_t* L_0 = XsdElementValidationState_get_Name_m3796013311(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; 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); if (!L_2) { goto IL_003f; } } { String_t* L_3 = XsdElementValidationState_get_NS_m3538470268(__this, /*hidden argument*/NULL); String_t* L_4 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003f; } } { XmlSchemaElement_t427880856 * L_6 = __this->get_element_3(); NullCheck(L_6); bool L_7 = XmlSchemaElement_get_IsAbstract_m652583717(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003f; } } { XmlSchemaElement_t427880856 * L_8 = __this->get_element_3(); XsdValidationState_t376578997 * L_9 = XsdElementValidationState_CheckOccurence_m3143102662(__this, L_8, /*hidden argument*/NULL); return L_9; } IL_003f: { V_0 = 0; goto IL_0095; } IL_0046: { XmlSchemaElement_t427880856 * L_10 = __this->get_element_3(); NullCheck(L_10); ArrayList_t2718874744 * L_11 = XmlSchemaElement_get_SubstitutingElements_m2958346970(L_10, /*hidden argument*/NULL); int32_t L_12 = V_0; NullCheck(L_11); RuntimeObject * L_13 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12); V_1 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_13, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_14 = V_1; NullCheck(L_14); XmlQualifiedName_t2760654312 * L_15 = XmlSchemaElement_get_QualifiedName_m2688553928(L_14, /*hidden argument*/NULL); NullCheck(L_15); String_t* L_16 = XmlQualifiedName_get_Name_m815040483(L_15, /*hidden argument*/NULL); String_t* L_17 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0091; } } { XmlSchemaElement_t427880856 * L_19 = V_1; NullCheck(L_19); XmlQualifiedName_t2760654312 * L_20 = XmlSchemaElement_get_QualifiedName_m2688553928(L_19, /*hidden argument*/NULL); NullCheck(L_20); String_t* L_21 = XmlQualifiedName_get_Namespace_m3957593392(L_20, /*hidden argument*/NULL); String_t* L_22 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_0091; } } { XmlSchemaElement_t427880856 * L_24 = V_1; XsdValidationState_t376578997 * L_25 = XsdElementValidationState_CheckOccurence_m3143102662(__this, L_24, /*hidden argument*/NULL); return L_25; } IL_0091: { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0095: { int32_t L_27 = V_0; XmlSchemaElement_t427880856 * L_28 = __this->get_element_3(); NullCheck(L_28); ArrayList_t2718874744 * L_29 = XmlSchemaElement_get_SubstitutingElements_m2958346970(L_28, /*hidden argument*/NULL); NullCheck(L_29); int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29); if ((((int32_t)L_27) < ((int32_t)L_30))) { goto IL_0046; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_31 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_31; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdElementValidationState::CheckOccurence(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdElementValidationState_CheckOccurence_m3143102662 (XsdElementValidationState_t2214590119 * __this, XmlSchemaElement_t427880856 * ___maybeSubstituted0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdElementValidationState_CheckOccurence_m3143102662_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = XsdValidationState_get_OccuredInternal_m1611712523(__this, /*hidden argument*/NULL); XsdValidationState_set_OccuredInternal_m2545104504(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_1 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_2 = ___maybeSubstituted0; NullCheck(L_1); L_1->set_CurrentElement_2(L_2); int32_t L_3 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_4 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_5 = __this->get_element_3(); NullCheck(L_5); Decimal_t2948259380 L_6 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_5, /*hidden argument*/NULL); bool L_7 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_4, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0040; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_8 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_8; } IL_0040: { int32_t L_9 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_10 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_9, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_11 = __this->get_element_3(); NullCheck(L_11); Decimal_t2948259380 L_12 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_11, /*hidden argument*/NULL); bool L_13 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0071; } } { XsdParticleStateManager_t726654767 * L_14 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_15 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_14); XsdValidationState_t376578997 * L_16 = XsdParticleStateManager_Create_m2901984299(L_14, L_15, /*hidden argument*/NULL); return L_16; } IL_0071: { return __this; } } // System.Boolean Mono.Xml.Schema.XsdElementValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdElementValidationState_EvaluateEndElement_m4168910916 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method) { { bool L_0 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdElementValidationState::EvaluateIsEmptiable() */, __this); return L_0; } } // System.Boolean Mono.Xml.Schema.XsdElementValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdElementValidationState_EvaluateIsEmptiable_m4109291687 (XsdElementValidationState_t2214590119 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdElementValidationState_EvaluateIsEmptiable_m4109291687_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { XmlSchemaElement_t427880856 * L_0 = __this->get_element_3(); NullCheck(L_0); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_0, /*hidden argument*/NULL); int32_t L_2 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); bool L_4 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_003d; } } { XmlSchemaElement_t427880856 * L_5 = __this->get_element_3(); NullCheck(L_5); Decimal_t2948259380 L_6 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_5, /*hidden argument*/NULL); int32_t L_7 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_8 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); bool L_9 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_6, L_8, /*hidden argument*/NULL); G_B3_0 = ((int32_t)(L_9)); goto IL_003e; } IL_003d: { G_B3_0 = 0; } IL_003e: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdEmptyValidationState::.ctor(Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdEmptyValidationState__ctor_m2694895252 (XsdEmptyValidationState_t1344146143 * __this, XsdParticleStateManager_t726654767 * ___manager0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdEmptyValidationState__ctor_m2694895252_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager0; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdEmptyValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdEmptyValidationState_EvaluateStartElement_m499118769 (XsdEmptyValidationState_t1344146143 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdEmptyValidationState_EvaluateStartElement_m499118769_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_0 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // System.Boolean Mono.Xml.Schema.XsdEmptyValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdEmptyValidationState_EvaluateEndElement_m4037708800 (XsdEmptyValidationState_t1344146143 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdEmptyValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdEmptyValidationState_EvaluateIsEmptiable_m1717465349 (XsdEmptyValidationState_t1344146143 * __this, const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdEntities::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdEntities__ctor_m215931903 (XsdEntities_t1477210398 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdEntities::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdEntities_get_TokenizedType_m1213686171 (XsdEntities_t1477210398 * __this, const RuntimeMethod* method) { { return (int32_t)(5); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdEntities::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdEntities_get_TypeCode_m756112550 (XsdEntities_t1477210398 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Object Mono.Xml.Schema.XsdEntities::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdEntities_ParseValue_m2451277640 (XsdEntities_t1477210398 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdEntities_GetValidatedArray_m1762049673(__this, L_0, L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_2; } } // System.ValueType Mono.Xml.Schema.XsdEntities::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdEntities_ParseValueType_m2457047235 (XsdEntities_t1477210398 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdEntities_ParseValueType_m2457047235_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; StringU5BU5D_t1281789340* L_2 = XsdEntities_GetValidatedArray_m1762049673(__this, L_0, L_1, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_3; memset(&L_3, 0, sizeof(L_3)); StringArrayValueType__ctor_m66542887((&L_3), L_2, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_4 = L_3; RuntimeObject * L_5 = Box(StringArrayValueType_t3147326440_il2cpp_TypeInfo_var, &L_4); return (ValueType_t3640485471 *)L_5; } } // System.String[] Mono.Xml.Schema.XsdEntities::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdEntities_GetValidatedArray_m1762049673 (XsdEntities_t1477210398 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdEntities_GetValidatedArray_m1762049673_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdAnySimpleType_ParseListValue_m2696966159(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_002c; } IL_0010: { StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_7 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral2000176887, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XsdEntities_GetValidatedArray_m1762049673_RuntimeMethod_var); } IL_0028: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002c: { int32_t L_10 = V_1; StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0010; } } { StringU5BU5D_t1281789340* L_12 = V_0; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdEntity::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdEntity__ctor_m2939489795 (XsdEntity_t3956505874 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdEntity::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdEntity_get_TokenizedType_m3462933463 (XsdEntity_t3956505874 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdEntity::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdEntity_get_TypeCode_m4197034273 (XsdEntity_t3956505874 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)39)); } } #ifdef __clang__ #pragma 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.XsdFloat::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdFloat__ctor_m2327975209 (XsdFloat_t3181928905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdFloat__ctor_m2327975209_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdFloat::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdFloat_get_TypeCode_m643520480 (XsdFloat_t3181928905 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)15)); } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdFloat::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdFloat_get_AllowedFacets_m1366058430 (XsdFloat_t3181928905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdFloat_get_AllowedFacets_m1366058430_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Object Mono.Xml.Schema.XsdFloat::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdFloat_ParseValue_m4204681895 (XsdFloat_t3181928905 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdFloat::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdFloat::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdFloat_ParseValueType_m4204999702 (XsdFloat_t3181928905 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdFloat_ParseValueType_m4204999702_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); float L_2 = XmlConvert_ToSingle_m966688176(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); float L_3 = L_2; RuntimeObject * L_4 = Box(Single_t1397266774_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdFloat::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdFloat_Compare_m3036084250 (XsdFloat_t3181928905 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdFloat_Compare_m3036084250_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_t1397266774_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((float)((*(float*)((float*)UnBox(L_2, Single_t1397266774_il2cpp_TypeInfo_var))))) == ((float)((*(float*)((float*)UnBox(L_3, Single_t1397266774_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((!(((float)((*(float*)((float*)UnBox(L_4, Single_t1397266774_il2cpp_TypeInfo_var))))) < ((float)((*(float*)((float*)UnBox(L_5, Single_t1397266774_il2cpp_TypeInfo_var)))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdGDay::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdGDay__ctor_m1563377709 (XsdGDay_t293490745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGDay__ctor_m1563377709_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdGDay::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGDay_get_AllowedFacets_m3783908850 (XsdGDay_t293490745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGDay_get_AllowedFacets_m3783908850_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdGDay::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGDay_get_TypeCode_m1152122453 (XsdGDay_t293490745 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)24)); } } // System.Object Mono.Xml.Schema.XsdGDay::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdGDay_ParseValue_m1389471746 (XsdGDay_t293490745 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdGDay::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdGDay::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdGDay_ParseValueType_m1762033771 (XsdGDay_t293490745 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGDay_ParseValueType_m1762033771_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral3927569430, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdGDay::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdGDay_Compare_m3502917216 (XsdGDay_t293490745 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGDay_Compare_m3502917216_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdGMonth::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdGMonth__ctor_m833949263 (XsdGMonth_t3913018815 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonth__ctor_m833949263_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdGMonth::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonth_get_AllowedFacets_m3105483632 (XsdGMonth_t3913018815 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonth_get_AllowedFacets_m3105483632_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdGMonth::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonth_get_TypeCode_m2442855053 (XsdGMonth_t3913018815 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)25)); } } // System.Object Mono.Xml.Schema.XsdGMonth::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdGMonth_ParseValue_m3799969055 (XsdGMonth_t3913018815 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdGMonth::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdGMonth::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdGMonth_ParseValueType_m15842391 (XsdGMonth_t3913018815 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonth_ParseValueType_m15842391_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral664549951, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdGMonth::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonth_Compare_m237952732 (XsdGMonth_t3913018815 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonth_Compare_m237952732_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdGMonthDay::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdGMonthDay__ctor_m713211014 (XsdGMonthDay_t2605134399 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonthDay__ctor_m713211014_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdGMonthDay::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonthDay_get_AllowedFacets_m2397408450 (XsdGMonthDay_t2605134399 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonthDay_get_AllowedFacets_m2397408450_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdGMonthDay::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonthDay_get_TypeCode_m2670268087 (XsdGMonthDay_t2605134399 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)23)); } } // System.Object Mono.Xml.Schema.XsdGMonthDay::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdGMonthDay_ParseValue_m1854317449 (XsdGMonthDay_t2605134399 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdGMonthDay::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdGMonthDay::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdGMonthDay_ParseValueType_m3890211439 (XsdGMonthDay_t2605134399 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonthDay_ParseValueType_m3890211439_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral3159215297, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdGMonthDay::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdGMonthDay_Compare_m1255487935 (XsdGMonthDay_t2605134399 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGMonthDay_Compare_m1255487935_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdGYear::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdGYear__ctor_m2629246681 (XsdGYear_t3316212116 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYear__ctor_m2629246681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdGYear::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYear_get_AllowedFacets_m591905201 (XsdGYear_t3316212116 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYear_get_AllowedFacets_m591905201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdGYear::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYear_get_TypeCode_m3034600552 (XsdGYear_t3316212116 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)22)); } } // System.Object Mono.Xml.Schema.XsdGYear::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdGYear_ParseValue_m1025045252 (XsdGYear_t3316212116 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdGYear::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdGYear::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdGYear_ParseValueType_m2928851613 (XsdGYear_t3316212116 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYear_ParseValueType_m2928851613_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral2378956916, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdGYear::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYear_Compare_m2834212867 (XsdGYear_t3316212116 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYear_Compare_m2834212867_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdGYearMonth::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdGYearMonth__ctor_m1057867785 (XsdGYearMonth_t3399073121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYearMonth__ctor_m1057867785_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdGYearMonth::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYearMonth_get_AllowedFacets_m2613081162 (XsdGYearMonth_t3399073121 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYearMonth_get_AllowedFacets_m2613081162_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdGYearMonth::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYearMonth_get_TypeCode_m4193010579 (XsdGYearMonth_t3399073121 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)21)); } } // System.Object Mono.Xml.Schema.XsdGYearMonth::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdGYearMonth_ParseValue_m95014184 (XsdGYearMonth_t3399073121 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdGYearMonth::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdGYearMonth::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdGYearMonth_ParseValueType_m685947385 (XsdGYearMonth_t3399073121 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYearMonth_ParseValueType_m685947385_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_2 = DateTime_ParseExact_m3543736043(NULL /*static, unused*/, L_1, _stringLiteral3405197142, (RuntimeObject*)NULL, /*hidden argument*/NULL); DateTime_t3738529785 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdGYearMonth::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdGYearMonth_Compare_m551562453 (XsdGYearMonth_t3399073121 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdGYearMonth_Compare_m551562453_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdHexBinary::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdHexBinary__ctor_m3272209717 (XsdHexBinary_t882812470 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdHexBinary__ctor_m3272209717_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdHexBinary::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdHexBinary_get_AllowedFacets_m2501061596 (XsdHexBinary_t882812470 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdHexBinary_get_AllowedFacets_m2501061596_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_stringAllowedFacets_60(); return L_0; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdHexBinary::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdHexBinary_get_TypeCode_m1376429799 (XsdHexBinary_t882812470 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)26)); } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdHexBinary::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdHexBinary_get_TokenizedType_m3651164581 (XsdHexBinary_t882812470 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } // System.Object Mono.Xml.Schema.XsdHexBinary::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdHexBinary_ParseValue_m909559397 (XsdHexBinary_t882812470 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdHexBinary_ParseValue_m909559397_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); ByteU5BU5D_t4116647657* L_2 = XmlConvert_FromBinHexString_m376671528(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_2; } } // System.Int32 Mono.Xml.Schema.XsdHexBinary::Length(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XsdHexBinary_Length_m3048881351 (XsdHexBinary_t882812470 * __this, String_t* ___s0, const RuntimeMethod* method) { { String_t* L_0 = ___s0; NullCheck(L_0); int32_t L_1 = String_get_Length_m3847582255(L_0, /*hidden argument*/NULL); String_t* L_2 = ___s0; NullCheck(L_2); int32_t L_3 = String_get_Length_m3847582255(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_1/(int32_t)2)), (int32_t)((int32_t)((int32_t)L_3%(int32_t)2)))); } } // System.ValueType Mono.Xml.Schema.XsdHexBinary::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdHexBinary_ParseValueType_m3505185192 (XsdHexBinary_t882812470 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdHexBinary_ParseValueType_m3505185192_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdHexBinary::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); StringValueType_t261329552 L_4; memset(&L_4, 0, sizeof(L_4)); StringValueType__ctor_m3173627101((&L_4), ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); StringValueType_t261329552 L_5 = L_4; RuntimeObject * L_6 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdID::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdID__ctor_m100431195 (XsdID_t34704195 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdID::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdID_get_TokenizedType_m1596081776 (XsdID_t34704195 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdID::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdID_get_TypeCode_m457313740 (XsdID_t34704195 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)37)); } } // System.Object Mono.Xml.Schema.XsdID::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdID_ParseValue_m2616412140 (XsdID_t34704195 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdID_ParseValue_m2616412140_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsNCName_m2365231717(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_2, _stringLiteral3710732567, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XsdID_ParseValue_m2616412140_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___s0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIdentityField::.ctor(System.Xml.Schema.XmlSchemaXPath,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XsdIdentityField__ctor_m3093016367 (XsdIdentityField_t1964115728 * __this, XmlSchemaXPath_t3156455507 * ___field0, int32_t ___index1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); int32_t L_0 = ___index1; __this->set_index_1(L_0); XmlSchemaXPath_t3156455507 * L_1 = ___field0; NullCheck(L_1); XsdIdentityPathU5BU5D_t2466178853* L_2 = XmlSchemaXPath_get_CompiledExpression_m3788933425(L_1, /*hidden argument*/NULL); __this->set_fieldPaths_0(L_2); return; } } // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentityField::get_Paths() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XsdIdentityField_get_Paths_m2427912274 (XsdIdentityField_t1964115728 * __this, const RuntimeMethod* method) { { XsdIdentityPathU5BU5D_t2466178853* L_0 = __this->get_fieldPaths_0(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIdentityPath::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIdentityPath__ctor_m2092303249 (XsdIdentityPath_t991900844 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml.Schema.XsdIdentityPath::get_IsAttribute() extern "C" IL2CPP_METHOD_ATTR bool XsdIdentityPath_get_IsAttribute_m2126795200 (XsdIdentityPath_t991900844 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XsdIdentityStepU5BU5D_t2964233348* L_0 = __this->get_OrderedSteps_0(); NullCheck(L_0); if ((((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) { goto IL_0013; } } { G_B3_0 = 0; goto IL_0029; } IL_0013: { XsdIdentityStepU5BU5D_t2964233348* L_1 = __this->get_OrderedSteps_0(); XsdIdentityStepU5BU5D_t2964233348* L_2 = __this->get_OrderedSteps_0(); NullCheck(L_2); NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))), (int32_t)1)); XsdIdentityStep_t1480907129 * L_4 = (L_1)->GetAt(static_cast(L_3)); NullCheck(L_4); bool L_5 = L_4->get_IsAttribute_1(); G_B3_0 = ((int32_t)(L_5)); } IL_0029: { return (bool)G_B3_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIdentitySelector::.ctor(System.Xml.Schema.XmlSchemaXPath) extern "C" IL2CPP_METHOD_ATTR void XsdIdentitySelector__ctor_m81057794 (XsdIdentitySelector_t574258590 * __this, XmlSchemaXPath_t3156455507 * ___selector0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIdentitySelector__ctor_m81057794_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); __this->set_fields_1(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_1 = ___selector0; NullCheck(L_1); XsdIdentityPathU5BU5D_t2466178853* L_2 = XmlSchemaXPath_get_CompiledExpression_m3788933425(L_1, /*hidden argument*/NULL); __this->set_selectorPaths_0(L_2); return; } } // Mono.Xml.Schema.XsdIdentityPath[] Mono.Xml.Schema.XsdIdentitySelector::get_Paths() extern "C" IL2CPP_METHOD_ATTR XsdIdentityPathU5BU5D_t2466178853* XsdIdentitySelector_get_Paths_m1818629763 (XsdIdentitySelector_t574258590 * __this, const RuntimeMethod* method) { { XsdIdentityPathU5BU5D_t2466178853* L_0 = __this->get_selectorPaths_0(); return L_0; } } // System.Void Mono.Xml.Schema.XsdIdentitySelector::AddField(Mono.Xml.Schema.XsdIdentityField) extern "C" IL2CPP_METHOD_ATTR void XsdIdentitySelector_AddField_m3181856386 (XsdIdentitySelector_t574258590 * __this, XsdIdentityField_t1964115728 * ___field0, const RuntimeMethod* method) { { __this->set_cachedFields_2((XsdIdentityFieldU5BU5D_t881076913*)NULL); ArrayList_t2718874744 * L_0 = __this->get_fields_1(); XsdIdentityField_t1964115728 * L_1 = ___field0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); return; } } // Mono.Xml.Schema.XsdIdentityField[] Mono.Xml.Schema.XsdIdentitySelector::get_Fields() extern "C" IL2CPP_METHOD_ATTR XsdIdentityFieldU5BU5D_t881076913* XsdIdentitySelector_get_Fields_m1620750833 (XsdIdentitySelector_t574258590 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIdentitySelector_get_Fields_m1620750833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdIdentityFieldU5BU5D_t881076913* L_0 = __this->get_cachedFields_2(); if (L_0) { goto IL_002b; } } { ArrayList_t2718874744 * L_1 = __this->get_fields_1(); RuntimeTypeHandle_t3027515415 L_2 = { reinterpret_cast (XsdIdentityField_t1964115728_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); NullCheck(L_1); RuntimeArray * L_4 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_1, L_3); __this->set_cachedFields_2(((XsdIdentityFieldU5BU5D_t881076913*)IsInst((RuntimeObject*)L_4, XsdIdentityFieldU5BU5D_t881076913_il2cpp_TypeInfo_var))); } IL_002b: { XsdIdentityFieldU5BU5D_t881076913* L_5 = __this->get_cachedFields_2(); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIdentityStep::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIdentityStep__ctor_m1074702096 (XsdIdentityStep_t1480907129 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIdentityStep__ctor_m1074702096_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(); __this->set_Namespace_5(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIDManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager__ctor_m737023283 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDManager__ctor_m737023283_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_0, /*hidden argument*/NULL); __this->set_idList_0(L_0); Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Collections.ArrayList Mono.Xml.Schema.XsdIDManager::get_MissingIDReferences() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XsdIDManager_get_MissingIDReferences_m10498527 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDManager_get_MissingIDReferences_m10498527_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_missingIDReferences_1(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_missingIDReferences_1(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_missingIDReferences_1(); return L_2; } } // System.Void Mono.Xml.Schema.XsdIDManager::OnStartElement() extern "C" IL2CPP_METHOD_ATTR void XsdIDManager_OnStartElement_m3778948600 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method) { { __this->set_thisElementId_2((String_t*)NULL); return; } } // System.String Mono.Xml.Schema.XsdIDManager::AssessEachAttributeIdentityConstraint(System.Xml.Schema.XmlSchemaDatatype,System.Object,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767 (XsdIDManager_t1008806102 * __this, XmlSchemaDatatype_t322714710 * ___dt0, RuntimeObject * ___parsedValue1, String_t* ___elementName2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; int32_t V_4 = 0; { RuntimeObject * L_0 = ___parsedValue1; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_1 = ___dt0; NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_1); V_4 = L_2; int32_t L_3 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))) { case 0: { goto IL_0029; } case 1: { goto IL_0087; } case 2: { goto IL_00aa; } } } { goto IL_00ec; } IL_0029: { String_t* L_4 = __this->get_thisElementId_2(); if (!L_4) { goto IL_003a; } } { return _stringLiteral3072211601; } IL_003a: { String_t* L_5 = V_0; __this->set_thisElementId_2(L_5); Hashtable_t1853889766 * L_6 = __this->get_idList_0(); String_t* L_7 = V_0; NullCheck(L_6); bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_6, L_7); if (!L_8) { goto IL_0058; } } { return _stringLiteral1590151035; } IL_0058: { Hashtable_t1853889766 * L_9 = __this->get_idList_0(); String_t* L_10 = V_0; String_t* L_11 = ___elementName2; NullCheck(L_9); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_9, L_10, L_11); ArrayList_t2718874744 * L_12 = XsdIDManager_get_MissingIDReferences_m10498527(__this, /*hidden argument*/NULL); String_t* L_13 = V_0; NullCheck(L_12); bool L_14 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_12, L_13); if (!L_14) { goto IL_0082; } } { ArrayList_t2718874744 * L_15 = XsdIDManager_get_MissingIDReferences_m10498527(__this, /*hidden argument*/NULL); String_t* L_16 = V_0; NullCheck(L_15); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_15, L_16); } IL_0082: { goto IL_00ec; } IL_0087: { Hashtable_t1853889766 * L_17 = __this->get_idList_0(); String_t* L_18 = V_0; 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_00a5; } } { ArrayList_t2718874744 * L_20 = XsdIDManager_get_MissingIDReferences_m10498527(__this, /*hidden argument*/NULL); String_t* L_21 = V_0; NullCheck(L_20); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_20, L_21); } IL_00a5: { goto IL_00ec; } IL_00aa: { RuntimeObject * L_22 = ___parsedValue1; V_1 = ((StringU5BU5D_t1281789340*)Castclass((RuntimeObject*)L_22, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_00de; } IL_00b8: { StringU5BU5D_t1281789340* L_23 = V_1; int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; String_t* L_26 = (L_23)->GetAt(static_cast(L_25)); V_3 = L_26; Hashtable_t1853889766 * L_27 = __this->get_idList_0(); String_t* L_28 = V_3; NullCheck(L_27); bool L_29 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(35 /* System.Boolean System.Collections.Hashtable::Contains(System.Object) */, L_27, L_28); if (L_29) { goto IL_00da; } } { ArrayList_t2718874744 * L_30 = XsdIDManager_get_MissingIDReferences_m10498527(__this, /*hidden argument*/NULL); String_t* L_31 = V_3; NullCheck(L_30); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31); } IL_00da: { int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)); } IL_00de: { int32_t L_33 = V_2; StringU5BU5D_t1281789340* L_34 = V_1; NullCheck(L_34); if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length))))))) { goto IL_00b8; } } { goto IL_00ec; } IL_00ec: { return (String_t*)NULL; } } // System.Boolean Mono.Xml.Schema.XsdIDManager::HasMissingIDReferences() extern "C" IL2CPP_METHOD_ATTR bool XsdIDManager_HasMissingIDReferences_m4080266506 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { ArrayList_t2718874744 * L_0 = __this->get_missingIDReferences_1(); if (!L_0) { goto IL_001b; } } { ArrayList_t2718874744 * L_1 = __this->get_missingIDReferences_1(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1); G_B3_0 = ((((int32_t)L_2) > ((int32_t)0))? 1 : 0); goto IL_001c; } IL_001b: { G_B3_0 = 0; } IL_001c: { return (bool)G_B3_0; } } // System.String Mono.Xml.Schema.XsdIDManager::GetMissingIDString() extern "C" IL2CPP_METHOD_ATTR String_t* XsdIDManager_GetMissingIDString_m686581614 (XsdIDManager_t1008806102 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDManager_GetMissingIDString_m686581614_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = XsdIDManager_get_MissingIDReferences_m10498527(__this, /*hidden argument*/NULL); RuntimeTypeHandle_t3027515415 L_1 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); NullCheck(L_0); RuntimeArray * L_3 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_0, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3452614528, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_3, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIDRef::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIDRef__ctor_m3128335173 (XsdIDRef_t2913612829 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdIDRef::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdIDRef_get_TokenizedType_m1174162086 (XsdIDRef_t2913612829 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdIDRef::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdIDRef_get_TypeCode_m5324767 (XsdIDRef_t2913612829 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)38)); } } // System.Object Mono.Xml.Schema.XsdIDRef::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdIDRef_ParseValue_m1765904363 (XsdIDRef_t2913612829 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDRef_ParseValue_m1765904363_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsNCName_m2365231717(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_2, _stringLiteral3710732567, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XsdIDRef_ParseValue_m1765904363_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___s0; return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdIDRefs::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdIDRefs__ctor_m489260791 (XsdIDRefs_t16099206 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdIDRefs::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdIDRefs_get_TokenizedType_m3357126292 (XsdIDRefs_t16099206 * __this, const RuntimeMethod* method) { { return (int32_t)(3); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdIDRefs::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdIDRefs_get_TypeCode_m4194800024 (XsdIDRefs_t16099206 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Object Mono.Xml.Schema.XsdIDRefs::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdIDRefs_ParseValue_m2334166190 (XsdIDRefs_t16099206 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdIDRefs_GetValidatedArray_m801897568(__this, L_0, L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_2; } } // System.ValueType Mono.Xml.Schema.XsdIDRefs::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdIDRefs_ParseValueType_m3387992100 (XsdIDRefs_t16099206 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDRefs_ParseValueType_m3387992100_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; StringU5BU5D_t1281789340* L_2 = XsdIDRefs_GetValidatedArray_m801897568(__this, L_0, L_1, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_3; memset(&L_3, 0, sizeof(L_3)); StringArrayValueType__ctor_m66542887((&L_3), L_2, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_4 = L_3; RuntimeObject * L_5 = Box(StringArrayValueType_t3147326440_il2cpp_TypeInfo_var, &L_4); return (ValueType_t3640485471 *)L_5; } } // System.String[] Mono.Xml.Schema.XsdIDRefs::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdIDRefs_GetValidatedArray_m801897568 (XsdIDRefs_t16099206 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdIDRefs_GetValidatedArray_m801897568_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdAnySimpleType_ParseListValue_m2696966159(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_001d; } IL_0010: { StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); XmlConvert_VerifyNCName_m3085528481(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_001d: { int32_t L_8 = V_1; StringU5BU5D_t1281789340* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length))))))) { goto IL_0010; } } { StringU5BU5D_t1281789340* L_10 = V_0; return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdInt__ctor_m2854904476 (XsdInt_t33917785 * __this, const RuntimeMethod* method) { { XsdLong__ctor_m4201815979(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdInt::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdInt_get_TypeCode_m1608641979 (XsdInt_t33917785 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)44)); } } // System.Object Mono.Xml.Schema.XsdInt::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdInt_ParseValue_m1995130619 (XsdInt_t33917785 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdInt::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdInt::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdInt_ParseValueType_m3375987293 (XsdInt_t33917785 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdInt_ParseValueType_m3375987293_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); int32_t L_2 = XmlConvert_ToInt32_m2886969565(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdInt::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdInt_Compare_m2833720063 (XsdInt_t33917785 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdInt_Compare_m2833720063_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int32_t2950945753_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)((*(int32_t*)((int32_t*)UnBox(L_2, Int32_t2950945753_il2cpp_TypeInfo_var))))) == ((uint32_t)((*(int32_t*)((int32_t*)UnBox(L_3, Int32_t2950945753_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_4, Int32_t2950945753_il2cpp_TypeInfo_var))))) >= ((int32_t)((*(int32_t*)((int32_t*)UnBox(L_5, Int32_t2950945753_il2cpp_TypeInfo_var))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdInteger__ctor_m4241916478 (XsdInteger_t2044766898 * __this, const RuntimeMethod* method) { { XsdDecimal__ctor_m2017734992(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdInteger::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdInteger_get_TypeCode_m1862004525 (XsdInteger_t2044766898 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)40)); } } // System.Object Mono.Xml.Schema.XsdInteger::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdInteger_ParseValue_m3136548028 (XsdInteger_t2044766898 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdInteger_ParseValueType_m2892934505 (XsdInteger_t2044766898 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdInteger_ParseValueType_m2892934505_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); V_0 = L_2; Decimal_t2948259380 L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_4 = Decimal_Floor_m1786329488(NULL /*static, unused*/, L_3, /*hidden argument*/NULL); Decimal_t2948259380 L_5 = V_0; bool L_6 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0029; } } { FormatException_t154580423 * L_7 = (FormatException_t154580423 *)il2cpp_codegen_object_new(FormatException_t154580423_il2cpp_TypeInfo_var); FormatException__ctor_m4049685996(L_7, _stringLiteral1422995567, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XsdInteger_ParseValueType_m2892934505_RuntimeMethod_var); } IL_0029: { Decimal_t2948259380 L_8 = V_0; Decimal_t2948259380 L_9 = L_8; RuntimeObject * L_10 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_9); return (ValueType_t3640485471 *)L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdInvalidValidationState__ctor_m3277673763_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager0; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdInvalidValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdInvalidValidationState_EvaluateStartElement_m2759809372 (XsdInvalidValidationState_t3749995458 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { return __this; } } // System.Boolean Mono.Xml.Schema.XsdInvalidValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdInvalidValidationState_EvaluateEndElement_m1459441099 (XsdInvalidValidationState_t3749995458 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XsdInvalidValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdInvalidValidationState_EvaluateIsEmptiable_m2870690503 (XsdInvalidValidationState_t3749995458 * __this, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdKeyEntry::.ctor(Mono.Xml.Schema.XsdKeyTable,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry__ctor_m1505451190 (XsdKeyEntry_t693496666 * __this, XsdKeyTable_t2156891743 * ___keyseq0, int32_t ___depth1, RuntimeObject* ___li2, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XsdKeyTable_t2156891743 * L_0 = ___keyseq0; int32_t L_1 = ___depth1; RuntimeObject* L_2 = ___li2; XsdKeyEntry_Init_m389283221(__this, L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Boolean Mono.Xml.Schema.XsdKeyEntry::get_KeyFound() extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_get_KeyFound_m1513665906 (XsdKeyEntry_t693496666 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; XsdKeyEntryField_t3552275292 * V_1 = NULL; { bool L_0 = __this->get_keyFound_7(); if (!L_0) { goto IL_000d; } } { return (bool)1; } IL_000d: { V_0 = 0; goto IL_0039; } IL_0014: { XsdKeyEntryFieldCollection_t3698183622 * L_1 = __this->get_KeyFields_4(); int32_t L_2 = V_0; NullCheck(L_1); XsdKeyEntryField_t3552275292 * L_3 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_1, L_2, /*hidden argument*/NULL); V_1 = L_3; XsdKeyEntryField_t3552275292 * L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->get_FieldFound_2(); if (!L_5) { goto IL_0035; } } { __this->set_keyFound_7((bool)1); return (bool)1; } IL_0035: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0039: { int32_t L_7 = V_0; XsdKeyEntryFieldCollection_t3698183622 * L_8 = __this->get_KeyFields_4(); NullCheck(L_8); int32_t L_9 = CollectionBase_get_Count_m1708965601(L_8, /*hidden argument*/NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0014; } } { return (bool)0; } } // System.Void Mono.Xml.Schema.XsdKeyEntry::Init(Mono.Xml.Schema.XsdKeyTable,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry_Init_m389283221 (XsdKeyEntry_t693496666 * __this, XsdKeyTable_t2156891743 * ___keyseq0, int32_t ___depth1, RuntimeObject* ___li2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntry_Init_m389283221_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XsdKeyTable_t2156891743 * L_0 = ___keyseq0; __this->set_OwnerSequence_6(L_0); XsdKeyEntryFieldCollection_t3698183622 * L_1 = (XsdKeyEntryFieldCollection_t3698183622 *)il2cpp_codegen_object_new(XsdKeyEntryFieldCollection_t3698183622_il2cpp_TypeInfo_var); XsdKeyEntryFieldCollection__ctor_m1238020800(L_1, /*hidden argument*/NULL); __this->set_KeyFields_4(L_1); V_0 = 0; goto IL_003c; } IL_0019: { XsdKeyEntryFieldCollection_t3698183622 * L_2 = __this->get_KeyFields_4(); XsdKeyTable_t2156891743 * L_3 = ___keyseq0; NullCheck(L_3); XsdIdentitySelector_t574258590 * L_4 = XsdKeyTable_get_Selector_m1224296182(L_3, /*hidden argument*/NULL); NullCheck(L_4); XsdIdentityFieldU5BU5D_t881076913* L_5 = XsdIdentitySelector_get_Fields_m1620750833(L_4, /*hidden argument*/NULL); int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; XsdIdentityField_t1964115728 * L_8 = (L_5)->GetAt(static_cast(L_7)); XsdKeyEntryField_t3552275292 * L_9 = (XsdKeyEntryField_t3552275292 *)il2cpp_codegen_object_new(XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var); XsdKeyEntryField__ctor_m880155485(L_9, __this, L_8, /*hidden argument*/NULL); NullCheck(L_2); XsdKeyEntryFieldCollection_Add_m1715139965(L_2, L_9, /*hidden argument*/NULL); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_003c: { int32_t L_11 = V_0; XsdKeyTable_t2156891743 * L_12 = ___keyseq0; NullCheck(L_12); XsdIdentitySelector_t574258590 * L_13 = XsdKeyTable_get_Selector_m1224296182(L_12, /*hidden argument*/NULL); NullCheck(L_13); XsdIdentityFieldU5BU5D_t881076913* L_14 = XsdIdentitySelector_get_Fields_m1620750833(L_13, /*hidden argument*/NULL); NullCheck(L_14); if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))))) { goto IL_0019; } } { int32_t L_15 = ___depth1; __this->set_StartDepth_0(L_15); RuntimeObject* L_16 = ___li2; if (!L_16) { goto IL_0086; } } { RuntimeObject* L_17 = ___li2; NullCheck(L_17); bool L_18 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_0086; } } { __this->set_SelectorHasLineInfo_3((bool)1); RuntimeObject* L_19 = ___li2; NullCheck(L_19); int32_t L_20 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_19); __this->set_SelectorLineNumber_1(L_20); RuntimeObject* L_21 = ___li2; NullCheck(L_21); int32_t L_22 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_21); __this->set_SelectorLinePosition_2(L_22); } IL_0086: { return; } } // System.Boolean Mono.Xml.Schema.XsdKeyEntry::CompareIdentity(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntry_CompareIdentity_m768038900 (XsdKeyEntry_t693496666 * __this, XsdKeyEntry_t693496666 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntry_CompareIdentity_m768038900_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyEntryField_t3552275292 * V_1 = NULL; XsdKeyEntryField_t3552275292 * V_2 = NULL; { V_0 = 0; goto IL_0077; } IL_0007: { XsdKeyEntryFieldCollection_t3698183622 * L_0 = __this->get_KeyFields_4(); int32_t L_1 = V_0; NullCheck(L_0); XsdKeyEntryField_t3552275292 * L_2 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; XsdKeyEntry_t693496666 * L_3 = ___other0; NullCheck(L_3); XsdKeyEntryFieldCollection_t3698183622 * L_4 = L_3->get_KeyFields_4(); int32_t L_5 = V_0; NullCheck(L_4); XsdKeyEntryField_t3552275292 * L_6 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; XsdKeyEntryField_t3552275292 * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_IsXsiNil_8(); if (!L_8) { goto IL_0037; } } { XsdKeyEntryField_t3552275292 * L_9 = V_2; NullCheck(L_9); bool L_10 = L_9->get_IsXsiNil_8(); if (!L_10) { goto IL_004d; } } IL_0037: { XsdKeyEntryField_t3552275292 * L_11 = V_1; NullCheck(L_11); bool L_12 = L_11->get_IsXsiNil_8(); if (L_12) { goto IL_004f; } } { XsdKeyEntryField_t3552275292 * L_13 = V_2; NullCheck(L_13); bool L_14 = L_13->get_IsXsiNil_8(); if (!L_14) { goto IL_004f; } } IL_004d: { return (bool)0; } IL_004f: { XsdKeyEntryField_t3552275292 * L_15 = V_2; NullCheck(L_15); XsdAnySimpleType_t1257864485 * L_16 = L_15->get_FieldType_6(); XsdKeyEntryField_t3552275292 * L_17 = V_2; NullCheck(L_17); RuntimeObject * L_18 = L_17->get_Identity_7(); XsdKeyEntryField_t3552275292 * L_19 = V_1; NullCheck(L_19); XsdAnySimpleType_t1257864485 * L_20 = L_19->get_FieldType_6(); XsdKeyEntryField_t3552275292 * L_21 = V_1; NullCheck(L_21); RuntimeObject * L_22 = L_21->get_Identity_7(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_23 = XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075(NULL /*static, unused*/, L_16, L_18, L_20, L_22, /*hidden argument*/NULL); if (L_23) { goto IL_0073; } } { return (bool)0; } IL_0073: { int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0077: { int32_t L_25 = V_0; XsdKeyEntryFieldCollection_t3698183622 * L_26 = __this->get_KeyFields_4(); NullCheck(L_26); int32_t L_27 = CollectionBase_get_Count_m1708965601(L_26, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0007; } } { return (bool)1; } } // System.Void Mono.Xml.Schema.XsdKeyEntry::ProcessMatch(System.Boolean,System.Collections.ArrayList,System.Object,System.Xml.XmlNameTable,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Xml.IXmlLineInfo,System.Int32,System.String,System.String,System.Object,System.Boolean,System.Collections.ArrayList) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntry_ProcessMatch_m1498533836 (XsdKeyEntry_t693496666 * __this, bool ___isAttribute0, ArrayList_t2718874744 * ___qnameStack1, RuntimeObject * ___sender2, XmlNameTable_t71772148 * ___nameTable3, String_t* ___sourceUri4, RuntimeObject * ___schemaType5, RuntimeObject* ___nsResolver6, RuntimeObject* ___li7, int32_t ___depth8, String_t* ___attrName9, String_t* ___attrNS10, RuntimeObject * ___attrValue11, bool ___isXsiNil12, ArrayList_t2718874744 * ___currentKeyFieldConsumers13, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntry_ProcessMatch_m1498533836_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyEntryField_t3552275292 * V_1 = NULL; XsdIdentityPath_t991900844 * V_2 = NULL; XmlSchemaComplexType_t3740801802 * V_3 = NULL; { V_0 = 0; goto IL_016c; } IL_0007: { XsdKeyEntryFieldCollection_t3698183622 * L_0 = __this->get_KeyFields_4(); int32_t L_1 = V_0; NullCheck(L_0); XsdKeyEntryField_t3552275292 * L_2 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_0, L_1, /*hidden argument*/NULL); V_1 = L_2; XsdKeyEntryField_t3552275292 * L_3 = V_1; bool L_4 = ___isAttribute0; RuntimeObject * L_5 = ___sender2; XmlNameTable_t71772148 * L_6 = ___nameTable3; ArrayList_t2718874744 * L_7 = ___qnameStack1; String_t* L_8 = ___sourceUri4; RuntimeObject * L_9 = ___schemaType5; RuntimeObject* L_10 = ___nsResolver6; RuntimeObject* L_11 = ___li7; int32_t L_12 = ___depth8; String_t* L_13 = ___attrName9; String_t* L_14 = ___attrNS10; RuntimeObject * L_15 = ___attrValue11; NullCheck(L_3); XsdIdentityPath_t991900844 * L_16 = XsdKeyEntryField_Matches_m2345011807(L_3, L_4, L_5, L_6, L_7, L_8, L_9, L_10, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); V_2 = L_16; XsdIdentityPath_t991900844 * L_17 = V_2; if (L_17) { goto IL_003b; } } { goto IL_0168; } IL_003b: { XsdKeyEntryField_t3552275292 * L_18 = V_1; NullCheck(L_18); bool L_19 = L_18->get_FieldFound_2(); if (!L_19) { goto IL_0072; } } { XsdKeyEntryField_t3552275292 * L_20 = V_1; NullCheck(L_20); bool L_21 = L_20->get_Consuming_11(); if (L_21) { goto IL_006b; } } { RuntimeObject * L_22 = ___sender2; String_t* L_23 = ___sourceUri4; XsdKeyTable_t2156891743 * L_24 = __this->get_OwnerSequence_6(); NullCheck(L_24); XmlSchemaIdentityConstraint_t297318432 * L_25 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_24, /*hidden argument*/NULL); XmlSchemaValidationException_t816160496 * L_26 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_26, _stringLiteral674341929, L_22, L_23, L_25, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26,XsdKeyEntry_ProcessMatch_m1498533836_RuntimeMethod_var); } IL_006b: { XsdKeyEntryField_t3552275292 * L_27 = V_1; NullCheck(L_27); L_27->set_Consuming_11((bool)0); } IL_0072: { XsdKeyEntryField_t3552275292 * L_28 = V_1; NullCheck(L_28); bool L_29 = L_28->get_Consumed_12(); if (!L_29) { goto IL_0082; } } { goto IL_0168; } IL_0082: { bool L_30 = ___isXsiNil12; if (!L_30) { goto IL_00c2; } } { XsdKeyEntryField_t3552275292 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_32 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_11(); Guid_t L_33 = L_32; RuntimeObject * L_34 = Box(Guid_t_il2cpp_TypeInfo_var, &L_33); IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_35 = XsdAnySimpleType_get_Instance_m525392955(NULL /*static, unused*/, /*hidden argument*/NULL); int32_t L_36 = ___depth8; RuntimeObject* L_37 = ___li7; NullCheck(L_31); bool L_38 = XsdKeyEntryField_SetIdentityField_m950445197(L_31, L_34, (bool)1, L_35, L_36, L_37, /*hidden argument*/NULL); if (L_38) { goto IL_00c2; } } { RuntimeObject * L_39 = ___sender2; String_t* L_40 = ___sourceUri4; XsdKeyTable_t2156891743 * L_41 = __this->get_OwnerSequence_6(); NullCheck(L_41); XmlSchemaIdentityConstraint_t297318432 * L_42 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_41, /*hidden argument*/NULL); XmlSchemaValidationException_t816160496 * L_43 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_43, _stringLiteral1563872581, L_39, L_40, L_42, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_43,XsdKeyEntry_ProcessMatch_m1498533836_RuntimeMethod_var); } IL_00c2: { RuntimeObject * L_44 = ___schemaType5; V_3 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_44, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_45 = V_3; if (!L_45) { goto IL_010e; } } { XmlSchemaComplexType_t3740801802 * L_46 = V_3; NullCheck(L_46); int32_t L_47 = XmlSchemaComplexType_get_ContentType_m3885633075(L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) == ((int32_t)1))) { goto IL_00e8; } } { XmlSchemaComplexType_t3740801802 * L_48 = V_3; NullCheck(L_48); int32_t L_49 = XmlSchemaComplexType_get_ContentType_m3885633075(L_48, /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)2)))) { goto IL_010e; } } IL_00e8: { RuntimeObject * L_50 = ___schemaType5; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_51 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(RuntimeObject *)L_50) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_51))) { goto IL_010e; } } { RuntimeObject * L_52 = ___sender2; String_t* L_53 = ___sourceUri4; XsdKeyTable_t2156891743 * L_54 = __this->get_OwnerSequence_6(); NullCheck(L_54); XmlSchemaIdentityConstraint_t297318432 * L_55 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_54, /*hidden argument*/NULL); XmlSchemaValidationException_t816160496 * L_56 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_56, _stringLiteral2846641238, L_52, L_53, L_55, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56,XsdKeyEntry_ProcessMatch_m1498533836_RuntimeMethod_var); } IL_010e: { XsdKeyEntryField_t3552275292 * L_57 = V_1; NullCheck(L_57); L_57->set_FieldFound_2((bool)1); XsdKeyEntryField_t3552275292 * L_58 = V_1; XsdIdentityPath_t991900844 * L_59 = V_2; NullCheck(L_58); L_58->set_FieldFoundPath_10(L_59); XsdKeyEntryField_t3552275292 * L_60 = V_1; int32_t L_61 = ___depth8; NullCheck(L_60); L_60->set_FieldFoundDepth_9(L_61); XsdKeyEntryField_t3552275292 * L_62 = V_1; NullCheck(L_62); L_62->set_Consuming_11((bool)1); RuntimeObject* L_63 = ___li7; if (!L_63) { goto IL_015f; } } { RuntimeObject* L_64 = ___li7; NullCheck(L_64); bool L_65 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_64); if (!L_65) { goto IL_015f; } } { XsdKeyEntryField_t3552275292 * L_66 = V_1; NullCheck(L_66); L_66->set_FieldHasLineInfo_5((bool)1); XsdKeyEntryField_t3552275292 * L_67 = V_1; RuntimeObject* L_68 = ___li7; NullCheck(L_68); int32_t L_69 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_68); NullCheck(L_67); L_67->set_FieldLineNumber_3(L_69); XsdKeyEntryField_t3552275292 * L_70 = V_1; RuntimeObject* L_71 = ___li7; NullCheck(L_71); int32_t L_72 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_71); NullCheck(L_70); L_70->set_FieldLinePosition_4(L_72); } IL_015f: { ArrayList_t2718874744 * L_73 = ___currentKeyFieldConsumers13; XsdKeyEntryField_t3552275292 * L_74 = V_1; NullCheck(L_73); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_73, L_74); } IL_0168: { int32_t L_75 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_016c: { int32_t L_76 = V_0; XsdKeyEntryFieldCollection_t3698183622 * L_77 = __this->get_KeyFields_4(); NullCheck(L_77); int32_t L_78 = CollectionBase_get_Count_m1708965601(L_77, /*hidden argument*/NULL); if ((((int32_t)L_76) < ((int32_t)L_78))) { goto IL_0007; } } { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdKeyEntryCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryCollection__ctor_m4267121732 (XsdKeyEntryCollection_t3090959213 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdKeyEntryCollection::Add(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryCollection_Add_m3577222576 (XsdKeyEntryCollection_t3090959213 * __this, XsdKeyEntry_t693496666 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryCollection_Add_m3577222576_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); XsdKeyEntry_t693496666 * L_1 = ___entry0; NullCheck(L_0); InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return; } } // Mono.Xml.Schema.XsdKeyEntry Mono.Xml.Schema.XsdKeyEntryCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntry_t693496666 * XsdKeyEntryCollection_get_Item_m737924673 (XsdKeyEntryCollection_t3090959213 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryCollection_get_Item_m737924673_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return ((XsdKeyEntry_t693496666 *)CastclassClass((RuntimeObject*)L_2, XsdKeyEntry_t693496666_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdKeyEntryField::.ctor(Mono.Xml.Schema.XsdKeyEntry,Mono.Xml.Schema.XsdIdentityField) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryField__ctor_m880155485 (XsdKeyEntryField_t3552275292 * __this, XsdKeyEntry_t693496666 * ___entry0, XsdIdentityField_t1964115728 * ___field1, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XsdKeyEntry_t693496666 * L_0 = ___entry0; __this->set_entry_0(L_0); XsdIdentityField_t1964115728 * L_1 = ___field1; __this->set_field_1(L_1); return; } } // System.Boolean Mono.Xml.Schema.XsdKeyEntryField::SetIdentityField(System.Object,System.Boolean,Mono.Xml.Schema.XsdAnySimpleType,System.Int32,System.Xml.IXmlLineInfo) extern "C" IL2CPP_METHOD_ATTR bool XsdKeyEntryField_SetIdentityField_m950445197 (XsdKeyEntryField_t3552275292 * __this, RuntimeObject * ___identity0, bool ___isXsiNil1, XsdAnySimpleType_t1257864485 * ___type2, int32_t ___depth3, RuntimeObject* ___li4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryField_SetIdentityField_m950445197_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyEntry_t693496666 * V_1 = NULL; { int32_t L_0 = ___depth3; __this->set_FieldFoundDepth_9(L_0); RuntimeObject * L_1 = ___identity0; __this->set_Identity_7(L_1); bool L_2 = ___isXsiNil1; __this->set_IsXsiNil_8(L_2); bool L_3 = __this->get_FieldFound_2(); bool L_4 = ___isXsiNil1; __this->set_FieldFound_2((bool)((int32_t)((int32_t)L_3|(int32_t)L_4))); XsdAnySimpleType_t1257864485 * L_5 = ___type2; __this->set_FieldType_6(L_5); __this->set_Consuming_11((bool)0); __this->set_Consumed_12((bool)1); RuntimeObject* L_6 = ___li4; if (!L_6) { goto IL_006d; } } { RuntimeObject* L_7 = ___li4; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_7); if (!L_8) { goto IL_006d; } } { __this->set_FieldHasLineInfo_5((bool)1); RuntimeObject* L_9 = ___li4; NullCheck(L_9); int32_t L_10 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_9); __this->set_FieldLineNumber_3(L_10); RuntimeObject* L_11 = ___li4; NullCheck(L_11); int32_t L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_11); __this->set_FieldLinePosition_4(L_12); } IL_006d: { XsdKeyEntry_t693496666 * L_13 = __this->get_entry_0(); NullCheck(L_13); XsdKeyTable_t2156891743 * L_14 = L_13->get_OwnerSequence_6(); NullCheck(L_14); XmlSchemaIdentityConstraint_t297318432 * L_15 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_14, /*hidden argument*/NULL); if (((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var))) { goto IL_00d7; } } { V_0 = 0; goto IL_00bc; } IL_008e: { XsdKeyEntry_t693496666 * L_16 = __this->get_entry_0(); NullCheck(L_16); XsdKeyTable_t2156891743 * L_17 = L_16->get_OwnerSequence_6(); NullCheck(L_17); XsdKeyEntryCollection_t3090959213 * L_18 = L_17->get_FinishedEntries_6(); int32_t L_19 = V_0; NullCheck(L_18); XsdKeyEntry_t693496666 * L_20 = XsdKeyEntryCollection_get_Item_m737924673(L_18, L_19, /*hidden argument*/NULL); V_1 = L_20; XsdKeyEntry_t693496666 * L_21 = __this->get_entry_0(); XsdKeyEntry_t693496666 * L_22 = V_1; NullCheck(L_21); bool L_23 = XsdKeyEntry_CompareIdentity_m768038900(L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b8; } } { return (bool)0; } IL_00b8: { int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_00bc: { int32_t L_25 = V_0; XsdKeyEntry_t693496666 * L_26 = __this->get_entry_0(); NullCheck(L_26); XsdKeyTable_t2156891743 * L_27 = L_26->get_OwnerSequence_6(); NullCheck(L_27); XsdKeyEntryCollection_t3090959213 * L_28 = L_27->get_FinishedEntries_6(); NullCheck(L_28); int32_t L_29 = CollectionBase_get_Count_m1708965601(L_28, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_29))) { goto IL_008e; } } IL_00d7: { return (bool)1; } } // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyEntryField::Matches(System.Boolean,System.Object,System.Xml.XmlNameTable,System.Collections.ArrayList,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Xml.IXmlLineInfo,System.Int32,System.String,System.String,System.Object) extern "C" IL2CPP_METHOD_ATTR XsdIdentityPath_t991900844 * XsdKeyEntryField_Matches_m2345011807 (XsdKeyEntryField_t3552275292 * __this, bool ___matchesAttr0, RuntimeObject * ___sender1, XmlNameTable_t71772148 * ___nameTable2, ArrayList_t2718874744 * ___qnameStack3, String_t* ___sourceUri4, RuntimeObject * ___schemaType5, RuntimeObject* ___nsResolver6, RuntimeObject* ___lineInfo7, int32_t ___depth8, String_t* ___attrName9, String_t* ___attrNS10, RuntimeObject * ___attrValue11, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryField_Matches_m2345011807_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdIdentityPath_t991900844 * V_0 = NULL; int32_t V_1 = 0; XsdIdentityPath_t991900844 * V_2 = NULL; bool V_3 = false; XsdIdentityStep_t1480907129 * V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; XmlQualifiedName_t2760654312 * V_7 = NULL; int32_t G_B42_0 = 0; ArrayList_t2718874744 * G_B42_1 = NULL; int32_t G_B41_0 = 0; ArrayList_t2718874744 * G_B41_1 = NULL; int32_t G_B43_0 = 0; int32_t G_B43_1 = 0; ArrayList_t2718874744 * G_B43_2 = NULL; { V_0 = (XsdIdentityPath_t991900844 *)NULL; V_1 = 0; goto IL_02b3; } IL_0009: { XsdIdentityField_t1964115728 * L_0 = __this->get_field_1(); NullCheck(L_0); XsdIdentityPathU5BU5D_t2466178853* L_1 = XsdIdentityField_get_Paths_m2427912274(L_0, /*hidden argument*/NULL); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; XsdIdentityPath_t991900844 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; XsdIdentityPath_t991900844 * L_5 = V_2; NullCheck(L_5); bool L_6 = XsdIdentityPath_get_IsAttribute_m2126795200(L_5, /*hidden argument*/NULL); V_3 = L_6; bool L_7 = ___matchesAttr0; bool L_8 = V_3; if ((((int32_t)L_7) == ((int32_t)L_8))) { goto IL_002a; } } { goto IL_02af; } IL_002a: { XsdIdentityPath_t991900844 * L_9 = V_2; NullCheck(L_9); bool L_10 = XsdIdentityPath_get_IsAttribute_m2126795200(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_00e5; } } { XsdIdentityPath_t991900844 * L_11 = V_2; NullCheck(L_11); XsdIdentityStepU5BU5D_t2964233348* L_12 = L_11->get_OrderedSteps_0(); XsdIdentityPath_t991900844 * L_13 = V_2; NullCheck(L_13); XsdIdentityStepU5BU5D_t2964233348* L_14 = L_13->get_OrderedSteps_0(); NullCheck(L_14); NullCheck(L_12); int32_t L_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length)))), (int32_t)1)); XsdIdentityStep_t1480907129 * L_16 = (L_12)->GetAt(static_cast(L_15)); V_4 = L_16; V_5 = (bool)0; XsdIdentityStep_t1480907129 * L_17 = V_4; NullCheck(L_17); bool L_18 = L_17->get_IsAnyName_2(); if (L_18) { goto IL_0063; } } { XsdIdentityStep_t1480907129 * L_19 = V_4; NullCheck(L_19); String_t* L_20 = L_19->get_NsName_3(); if (!L_20) { goto IL_008a; } } IL_0063: { XsdIdentityStep_t1480907129 * L_21 = V_4; NullCheck(L_21); bool L_22 = L_21->get_IsAnyName_2(); if (L_22) { goto IL_0082; } } { String_t* L_23 = ___attrNS10; XsdIdentityStep_t1480907129 * L_24 = V_4; NullCheck(L_24); String_t* L_25 = L_24->get_NsName_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_26 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_0085; } } IL_0082: { V_5 = (bool)1; } IL_0085: { goto IL_00b3; } IL_008a: { XsdIdentityStep_t1480907129 * L_27 = V_4; NullCheck(L_27); String_t* L_28 = L_27->get_Name_4(); String_t* L_29 = ___attrName9; 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_00b3; } } { XsdIdentityStep_t1480907129 * L_31 = V_4; NullCheck(L_31); String_t* L_32 = L_31->get_Namespace_5(); String_t* L_33 = ___attrNS10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_00b3; } } { V_5 = (bool)1; } IL_00b3: { bool L_35 = V_5; if (L_35) { goto IL_00bf; } } { goto IL_02af; } IL_00bf: { XsdKeyEntry_t693496666 * L_36 = __this->get_entry_0(); NullCheck(L_36); int32_t L_37 = L_36->get_StartDepth_0(); XsdIdentityPath_t991900844 * L_38 = V_2; NullCheck(L_38); XsdIdentityStepU5BU5D_t2964233348* L_39 = L_38->get_OrderedSteps_0(); NullCheck(L_39); int32_t L_40 = ___depth8; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length)))), (int32_t)1))))) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1))))) { goto IL_00e3; } } { goto IL_02af; } IL_00e3: { XsdIdentityPath_t991900844 * L_41 = V_2; V_0 = L_41; } IL_00e5: { bool L_42 = __this->get_FieldFound_2(); if (!L_42) { goto IL_010e; } } { int32_t L_43 = ___depth8; int32_t L_44 = __this->get_FieldFoundDepth_9(); if ((((int32_t)L_43) <= ((int32_t)L_44))) { goto IL_010e; } } { XsdIdentityPath_t991900844 * L_45 = __this->get_FieldFoundPath_10(); XsdIdentityPath_t991900844 * L_46 = V_2; if ((!(((RuntimeObject*)(XsdIdentityPath_t991900844 *)L_45) == ((RuntimeObject*)(XsdIdentityPath_t991900844 *)L_46)))) { goto IL_010e; } } { goto IL_02af; } IL_010e: { XsdIdentityPath_t991900844 * L_47 = V_2; NullCheck(L_47); XsdIdentityStepU5BU5D_t2964233348* L_48 = L_47->get_OrderedSteps_0(); NullCheck(L_48); if ((((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length))))) { goto IL_0134; } } { int32_t L_49 = ___depth8; XsdKeyEntry_t693496666 * L_50 = __this->get_entry_0(); NullCheck(L_50); int32_t L_51 = L_50->get_StartDepth_0(); if ((!(((uint32_t)L_49) == ((uint32_t)L_51)))) { goto IL_012f; } } { XsdIdentityPath_t991900844 * L_52 = V_2; return L_52; } IL_012f: { goto IL_02af; } IL_0134: { int32_t L_53 = ___depth8; XsdKeyEntry_t693496666 * L_54 = __this->get_entry_0(); NullCheck(L_54); int32_t L_55 = L_54->get_StartDepth_0(); XsdIdentityPath_t991900844 * L_56 = V_2; NullCheck(L_56); XsdIdentityStepU5BU5D_t2964233348* L_57 = L_56->get_OrderedSteps_0(); NullCheck(L_57); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_55))) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length)))), (int32_t)1))))) { goto IL_0156; } } { goto IL_02af; } IL_0156: { XsdIdentityPath_t991900844 * L_58 = V_2; NullCheck(L_58); XsdIdentityStepU5BU5D_t2964233348* L_59 = L_58->get_OrderedSteps_0(); NullCheck(L_59); V_6 = (((int32_t)((int32_t)(((RuntimeArray *)L_59)->max_length)))); bool L_60 = V_3; if (!L_60) { goto IL_016c; } } { int32_t L_61 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)1)); } IL_016c: { XsdIdentityPath_t991900844 * L_62 = V_2; NullCheck(L_62); bool L_63 = L_62->get_Descendants_1(); if (!L_63) { goto IL_0191; } } { int32_t L_64 = ___depth8; XsdKeyEntry_t693496666 * L_65 = __this->get_entry_0(); NullCheck(L_65); int32_t L_66 = L_65->get_StartDepth_0(); int32_t L_67 = V_6; if ((((int32_t)L_64) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)L_67))))) { goto IL_0191; } } { goto IL_02af; } IL_0191: { XsdIdentityPath_t991900844 * L_68 = V_2; NullCheck(L_68); bool L_69 = L_68->get_Descendants_1(); if (L_69) { goto IL_01b6; } } { int32_t L_70 = ___depth8; XsdKeyEntry_t693496666 * L_71 = __this->get_entry_0(); NullCheck(L_71); int32_t L_72 = L_71->get_StartDepth_0(); int32_t L_73 = V_6; if ((((int32_t)L_70) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)L_73))))) { goto IL_01b6; } } { goto IL_02af; } IL_01b6: { int32_t L_74 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)1)); goto IL_0292; } IL_01c1: { XsdIdentityPath_t991900844 * L_75 = V_2; NullCheck(L_75); XsdIdentityStepU5BU5D_t2964233348* L_76 = L_75->get_OrderedSteps_0(); int32_t L_77 = V_6; NullCheck(L_76); int32_t L_78 = L_77; XsdIdentityStep_t1480907129 * L_79 = (L_76)->GetAt(static_cast(L_78)); V_4 = L_79; XsdIdentityStep_t1480907129 * L_80 = V_4; NullCheck(L_80); bool L_81 = L_80->get_IsCurrent_0(); if (L_81) { goto IL_01e4; } } { XsdIdentityStep_t1480907129 * L_82 = V_4; NullCheck(L_82); bool L_83 = L_82->get_IsAnyName_2(); if (!L_83) { goto IL_01e9; } } IL_01e4: { goto IL_028c; } IL_01e9: { ArrayList_t2718874744 * L_84 = ___qnameStack3; XsdKeyEntry_t693496666 * L_85 = __this->get_entry_0(); NullCheck(L_85); int32_t L_86 = L_85->get_StartDepth_0(); int32_t L_87 = V_6; bool L_88 = V_3; G_B41_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)); G_B41_1 = L_84; if (!L_88) { G_B42_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)); G_B42_1 = L_84; goto IL_0205; } } { G_B43_0 = 0; G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; goto IL_0206; } IL_0205: { G_B43_0 = 1; G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; } IL_0206: { NullCheck(G_B43_2); RuntimeObject * L_89 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, G_B43_2, ((int32_t)il2cpp_codegen_add((int32_t)G_B43_1, (int32_t)G_B43_0))); V_7 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_89, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XsdIdentityStep_t1480907129 * L_90 = V_4; NullCheck(L_90); String_t* L_91 = L_90->get_NsName_3(); if (!L_91) { goto IL_023c; } } { XmlQualifiedName_t2760654312 * L_92 = V_7; NullCheck(L_92); String_t* L_93 = XmlQualifiedName_get_Namespace_m3957593392(L_92, /*hidden argument*/NULL); XsdIdentityStep_t1480907129 * L_94 = V_4; NullCheck(L_94); String_t* L_95 = L_94->get_NsName_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_96 = String_op_Equality_m920492651(NULL /*static, unused*/, L_93, L_95, /*hidden argument*/NULL); if (!L_96) { goto IL_023c; } } { goto IL_028c; } IL_023c: { XsdIdentityStep_t1480907129 * L_97 = V_4; NullCheck(L_97); String_t* L_98 = L_97->get_Name_4(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_99 = String_op_Equality_m920492651(NULL /*static, unused*/, L_98, _stringLiteral3452614534, /*hidden argument*/NULL); if (L_99) { goto IL_026a; } } { XsdIdentityStep_t1480907129 * L_100 = V_4; NullCheck(L_100); String_t* L_101 = L_100->get_Name_4(); XmlQualifiedName_t2760654312 * L_102 = V_7; NullCheck(L_102); String_t* L_103 = XmlQualifiedName_get_Name_m815040483(L_102, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_104 = String_op_Equality_m920492651(NULL /*static, unused*/, L_101, L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_0287; } } IL_026a: { XsdIdentityStep_t1480907129 * L_105 = V_4; NullCheck(L_105); String_t* L_106 = L_105->get_Namespace_5(); XmlQualifiedName_t2760654312 * L_107 = V_7; NullCheck(L_107); String_t* L_108 = XmlQualifiedName_get_Namespace_m3957593392(L_107, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_109 = String_op_Equality_m920492651(NULL /*static, unused*/, L_106, L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_0287; } } { goto IL_028c; } IL_0287: { goto IL_029a; } IL_028c: { int32_t L_110 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_110, (int32_t)1)); } IL_0292: { int32_t L_111 = V_6; if ((((int32_t)L_111) >= ((int32_t)0))) { goto IL_01c1; } } IL_029a: { int32_t L_112 = V_6; if ((((int32_t)L_112) < ((int32_t)0))) { goto IL_02a7; } } { goto IL_02af; } IL_02a7: { bool L_113 = ___matchesAttr0; if (L_113) { goto IL_02af; } } { XsdIdentityPath_t991900844 * L_114 = V_2; return L_114; } IL_02af: { int32_t L_115 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_115, (int32_t)1)); } IL_02b3: { int32_t L_116 = V_1; XsdIdentityField_t1964115728 * L_117 = __this->get_field_1(); NullCheck(L_117); XsdIdentityPathU5BU5D_t2466178853* L_118 = XsdIdentityField_get_Paths_m2427912274(L_117, /*hidden argument*/NULL); NullCheck(L_118); if ((((int32_t)L_116) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_118)->max_length))))))) { goto IL_0009; } } { XsdIdentityPath_t991900844 * L_119 = V_0; if (!L_119) { goto IL_02ed; } } { RuntimeObject * L_120 = ___sender1; XmlNameTable_t71772148 * L_121 = ___nameTable2; String_t* L_122 = ___sourceUri4; RuntimeObject * L_123 = ___schemaType5; RuntimeObject* L_124 = ___nsResolver6; RuntimeObject * L_125 = ___attrValue11; RuntimeObject* L_126 = ___lineInfo7; int32_t L_127 = ___depth8; XsdKeyEntryField_FillAttributeFieldValue_m73639554(__this, L_120, L_121, L_122, L_123, L_124, L_125, L_126, L_127, /*hidden argument*/NULL); RuntimeObject * L_128 = __this->get_Identity_7(); if (!L_128) { goto IL_02ed; } } { XsdIdentityPath_t991900844 * L_129 = V_0; return L_129; } IL_02ed: { return (XsdIdentityPath_t991900844 *)NULL; } } // System.Void Mono.Xml.Schema.XsdKeyEntryField::FillAttributeFieldValue(System.Object,System.Xml.XmlNameTable,System.String,System.Object,System.Xml.IXmlNamespaceResolver,System.Object,System.Xml.IXmlLineInfo,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryField_FillAttributeFieldValue_m73639554 (XsdKeyEntryField_t3552275292 * __this, RuntimeObject * ___sender0, XmlNameTable_t71772148 * ___nameTable1, String_t* ___sourceUri2, RuntimeObject * ___schemaType3, RuntimeObject* ___nsResolver4, RuntimeObject * ___identity5, RuntimeObject* ___lineInfo6, int32_t ___depth7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryField_FillAttributeFieldValue_m73639554_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t322714710 * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); RuntimeObject * G_B3_0 = NULL; String_t* G_B3_1 = NULL; RuntimeObject * G_B2_0 = NULL; String_t* G_B2_1 = NULL; String_t* G_B4_0 = NULL; RuntimeObject * G_B4_1 = NULL; String_t* G_B4_2 = NULL; { bool L_0 = __this->get_FieldFound_2(); if (!L_0) { goto IL_007a; } } { RuntimeObject * L_1 = __this->get_Identity_7(); bool L_2 = __this->get_FieldHasLineInfo_5(); G_B2_0 = L_1; G_B2_1 = _stringLiteral2003197017; if (!L_2) { G_B3_0 = L_1; G_B3_1 = _stringLiteral2003197017; goto IL_0057; } } { 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)2)); int32_t L_5 = __this->get_FieldLineNumber_3(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t2950945753_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 = __this->get_FieldLinePosition_4(); 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); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Format_m1881875187(NULL /*static, unused*/, L_3, _stringLiteral2038875052, L_8, /*hidden argument*/NULL); G_B4_0 = L_12; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_005c; } IL_0057: { 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(); G_B4_0 = L_13; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_005c: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = String_Format_m2556382932(NULL /*static, unused*/, G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL); RuntimeObject * L_15 = ___sender0; String_t* L_16 = ___sourceUri2; XsdKeyEntry_t693496666 * L_17 = __this->get_entry_0(); NullCheck(L_17); XsdKeyTable_t2156891743 * L_18 = L_17->get_OwnerSequence_6(); NullCheck(L_18); XmlSchemaIdentityConstraint_t297318432 * L_19 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_18, /*hidden argument*/NULL); XmlSchemaValidationException_t816160496 * L_20 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_20, L_14, L_15, L_16, L_19, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20,XsdKeyEntryField_FillAttributeFieldValue_m73639554_RuntimeMethod_var); } IL_007a: { RuntimeObject * L_21 = ___schemaType3; V_0 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); RuntimeObject * L_22 = ___schemaType3; V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_23 = V_0; if (L_23) { goto IL_009d; } } { XmlSchemaSimpleType_t2678868104 * L_24 = V_1; if (!L_24) { goto IL_009d; } } { XmlSchemaSimpleType_t2678868104 * L_25 = V_1; NullCheck(L_25); XmlSchemaDatatype_t322714710 * L_26 = XmlSchemaType_get_Datatype_m3072197688(L_25, /*hidden argument*/NULL); V_0 = L_26; } IL_009d: try { // begin try (depth: 1) { RuntimeObject * L_27 = ___identity5; XmlSchemaDatatype_t322714710 * L_28 = V_0; int32_t L_29 = ___depth7; RuntimeObject* L_30 = ___lineInfo6; bool L_31 = XsdKeyEntryField_SetIdentityField_m950445197(__this, L_27, (bool)0, ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_28, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_29, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00d3; } } IL_00b5: { RuntimeObject * L_32 = ___sender0; String_t* L_33 = ___sourceUri2; XsdKeyEntry_t693496666 * L_34 = __this->get_entry_0(); NullCheck(L_34); XsdKeyTable_t2156891743 * L_35 = L_34->get_OwnerSequence_6(); NullCheck(L_35); XmlSchemaIdentityConstraint_t297318432 * L_36 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_35, /*hidden argument*/NULL); XmlSchemaValidationException_t816160496 * L_37 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_37, _stringLiteral1563872581, L_32, L_33, L_36, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37,XsdKeyEntryField_FillAttributeFieldValue_m73639554_RuntimeMethod_var); } IL_00d3: { __this->set_Consuming_11((bool)1); __this->set_FieldFound_2((bool)1); goto IL_010a; } } // 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_00e6; throw e; } CATCH_00e6: { // begin catch(System.Exception) { V_2 = ((Exception_t *)__exception_local); RuntimeObject * L_38 = ___sender0; String_t* L_39 = ___sourceUri2; XsdKeyEntry_t693496666 * L_40 = __this->get_entry_0(); NullCheck(L_40); XsdKeyTable_t2156891743 * L_41 = L_40->get_OwnerSequence_6(); NullCheck(L_41); XmlSchemaIdentityConstraint_t297318432 * L_42 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_41, /*hidden argument*/NULL); Exception_t * L_43 = V_2; XmlSchemaValidationException_t816160496 * L_44 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_44, _stringLiteral1911056282, L_38, L_39, L_42, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44,XsdKeyEntryField_FillAttributeFieldValue_m73639554_RuntimeMethod_var); } IL_0105: { goto IL_010a; } } // end catch (depth: 1) IL_010a: { 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.Schema.XsdKeyEntryFieldCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdKeyEntryFieldCollection__ctor_m1238020800 (XsdKeyEntryFieldCollection_t3698183622 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // Mono.Xml.Schema.XsdKeyEntryField Mono.Xml.Schema.XsdKeyEntryFieldCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdKeyEntryField_t3552275292 * XsdKeyEntryFieldCollection_get_Item_m1321057123 (XsdKeyEntryFieldCollection_t3698183622 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryFieldCollection_get_Item_m1321057123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); int32_t L_1 = ___i0; NullCheck(L_0); RuntimeObject * L_2 = InterfaceFuncInvoker1< RuntimeObject *, int32_t >::Invoke(2 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return ((XsdKeyEntryField_t3552275292 *)CastclassClass((RuntimeObject*)L_2, XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var)); } } // System.Int32 Mono.Xml.Schema.XsdKeyEntryFieldCollection::Add(Mono.Xml.Schema.XsdKeyEntryField) extern "C" IL2CPP_METHOD_ATTR int32_t XsdKeyEntryFieldCollection_Add_m1715139965 (XsdKeyEntryFieldCollection_t3698183622 * __this, XsdKeyEntryField_t3552275292 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyEntryFieldCollection_Add_m1715139965_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); XsdKeyEntryField_t3552275292 * L_1 = ___value0; NullCheck(L_0); int32_t L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(4 /* System.Int32 System.Collections.IList::Add(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdKeyTable::.ctor(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdKeyTable__ctor_m3521614894 (XsdKeyTable_t2156891743 * __this, XmlSchemaIdentityConstraint_t297318432 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyTable__ctor_m3521614894_MetadataUsageId); s_Il2CppMethodInitialized = true; } { __this->set_alwaysTrue_0((bool)1); XsdKeyEntryCollection_t3090959213 * L_0 = (XsdKeyEntryCollection_t3090959213 *)il2cpp_codegen_object_new(XsdKeyEntryCollection_t3090959213_il2cpp_TypeInfo_var); XsdKeyEntryCollection__ctor_m4267121732(L_0, /*hidden argument*/NULL); __this->set_Entries_5(L_0); XsdKeyEntryCollection_t3090959213 * L_1 = (XsdKeyEntryCollection_t3090959213 *)il2cpp_codegen_object_new(XsdKeyEntryCollection_t3090959213_il2cpp_TypeInfo_var); XsdKeyEntryCollection__ctor_m4267121732(L_1, /*hidden argument*/NULL); __this->set_FinishedEntries_6(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlSchemaIdentityConstraint_t297318432 * L_2 = ___source0; XsdKeyTable_Reset_m3091413818(__this, L_2, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaIdentityConstraint Mono.Xml.Schema.XsdKeyTable::get_SourceSchemaIdentity() extern "C" IL2CPP_METHOD_ATTR XmlSchemaIdentityConstraint_t297318432 * XsdKeyTable_get_SourceSchemaIdentity_m2929575500 (XsdKeyTable_t2156891743 * __this, const RuntimeMethod* method) { { XmlSchemaIdentityConstraint_t297318432 * L_0 = __this->get_source_2(); return L_0; } } // Mono.Xml.Schema.XsdIdentitySelector Mono.Xml.Schema.XsdKeyTable::get_Selector() extern "C" IL2CPP_METHOD_ATTR XsdIdentitySelector_t574258590 * XsdKeyTable_get_Selector_m1224296182 (XsdKeyTable_t2156891743 * __this, const RuntimeMethod* method) { { XsdIdentitySelector_t574258590 * L_0 = __this->get_selector_1(); return L_0; } } // System.Void Mono.Xml.Schema.XsdKeyTable::Reset(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdKeyTable_Reset_m3091413818 (XsdKeyTable_t2156891743 * __this, XmlSchemaIdentityConstraint_t297318432 * ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyTable_Reset_m3091413818_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaKeyref_t3124006214 * V_0 = NULL; { XmlSchemaIdentityConstraint_t297318432 * L_0 = ___source0; __this->set_source_2(L_0); XmlSchemaIdentityConstraint_t297318432 * L_1 = ___source0; NullCheck(L_1); XsdIdentitySelector_t574258590 * L_2 = XmlSchemaIdentityConstraint_get_CompiledSelector_m1548565918(L_1, /*hidden argument*/NULL); __this->set_selector_1(L_2); XmlSchemaIdentityConstraint_t297318432 * L_3 = ___source0; NullCheck(L_3); XmlQualifiedName_t2760654312 * L_4 = XmlSchemaIdentityConstraint_get_QualifiedName_m1882380553(L_3, /*hidden argument*/NULL); __this->set_qname_3(L_4); XmlSchemaIdentityConstraint_t297318432 * L_5 = ___source0; V_0 = ((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var)); XmlSchemaKeyref_t3124006214 * L_6 = V_0; if (!L_6) { goto IL_0038; } } { XmlSchemaKeyref_t3124006214 * L_7 = V_0; NullCheck(L_7); XmlQualifiedName_t2760654312 * L_8 = XmlSchemaKeyref_get_Refer_m3936670749(L_7, /*hidden argument*/NULL); __this->set_refKeyName_4(L_8); } IL_0038: { __this->set_StartDepth_7(0); return; } } // Mono.Xml.Schema.XsdIdentityPath Mono.Xml.Schema.XsdKeyTable::SelectorMatches(System.Collections.ArrayList,System.Int32) extern "C" IL2CPP_METHOD_ATTR XsdIdentityPath_t991900844 * XsdKeyTable_SelectorMatches_m2719771857 (XsdKeyTable_t2156891743 * __this, ArrayList_t2718874744 * ___qnameStack0, int32_t ___depth1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdKeyTable_SelectorMatches_m2719771857_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdIdentityPath_t991900844 * V_1 = NULL; int32_t V_2 = 0; XsdIdentityStep_t1480907129 * V_3 = NULL; int32_t V_4 = 0; XmlQualifiedName_t2760654312 * V_5 = NULL; { V_0 = 0; goto IL_0178; } IL_0007: { XsdIdentitySelector_t574258590 * L_0 = XsdKeyTable_get_Selector_m1224296182(__this, /*hidden argument*/NULL); NullCheck(L_0); XsdIdentityPathU5BU5D_t2466178853* L_1 = XsdIdentitySelector_get_Paths_m1818629763(L_0, /*hidden argument*/NULL); int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = L_2; XsdIdentityPath_t991900844 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_1 = L_4; int32_t L_5 = ___depth1; int32_t L_6 = __this->get_StartDepth_7(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0035; } } { XsdIdentityPath_t991900844 * L_7 = V_1; NullCheck(L_7); XsdIdentityStepU5BU5D_t2964233348* L_8 = L_7->get_OrderedSteps_0(); NullCheck(L_8); if ((((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length))))) { goto IL_0030; } } { XsdIdentityPath_t991900844 * L_9 = V_1; return L_9; } IL_0030: { goto IL_0174; } IL_0035: { int32_t L_10 = ___depth1; int32_t L_11 = __this->get_StartDepth_7(); XsdIdentityPath_t991900844 * L_12 = V_1; NullCheck(L_12); XsdIdentityStepU5BU5D_t2964233348* L_13 = L_12->get_OrderedSteps_0(); NullCheck(L_13); if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))), (int32_t)1))))) { goto IL_0051; } } { goto IL_0174; } IL_0051: { XsdIdentityPath_t991900844 * L_14 = V_1; NullCheck(L_14); XsdIdentityStepU5BU5D_t2964233348* L_15 = L_14->get_OrderedSteps_0(); NullCheck(L_15); V_2 = (((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))); XsdIdentityPath_t991900844 * L_16 = V_1; NullCheck(L_16); XsdIdentityStepU5BU5D_t2964233348* L_17 = L_16->get_OrderedSteps_0(); int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1)); XsdIdentityStep_t1480907129 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); bool L_21 = L_20->get_IsAttribute_1(); if (!L_21) { goto IL_0072; } } { int32_t L_22 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)); } IL_0072: { XsdIdentityPath_t991900844 * L_23 = V_1; NullCheck(L_23); bool L_24 = L_23->get_Descendants_1(); if (!L_24) { goto IL_0090; } } { int32_t L_25 = ___depth1; int32_t L_26 = __this->get_StartDepth_7(); int32_t L_27 = V_2; if ((((int32_t)L_25) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)L_27))))) { goto IL_0090; } } { goto IL_0174; } IL_0090: { XsdIdentityPath_t991900844 * L_28 = V_1; NullCheck(L_28); bool L_29 = L_28->get_Descendants_1(); if (L_29) { goto IL_00ae; } } { int32_t L_30 = ___depth1; int32_t L_31 = __this->get_StartDepth_7(); int32_t L_32 = V_2; if ((((int32_t)L_30) == ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32))))) { goto IL_00ae; } } { goto IL_0174; } IL_00ae: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1)); V_4 = 0; goto IL_015f; } IL_00ba: { XsdIdentityPath_t991900844 * L_34 = V_1; NullCheck(L_34); XsdIdentityStepU5BU5D_t2964233348* L_35 = L_34->get_OrderedSteps_0(); int32_t L_36 = V_2; NullCheck(L_35); int32_t L_37 = L_36; XsdIdentityStep_t1480907129 * L_38 = (L_35)->GetAt(static_cast(L_37)); V_3 = L_38; XsdIdentityStep_t1480907129 * L_39 = V_3; NullCheck(L_39); bool L_40 = L_39->get_IsAnyName_2(); if (!L_40) { goto IL_00d3; } } { goto IL_0155; } IL_00d3: { ArrayList_t2718874744 * L_41 = ___qnameStack0; ArrayList_t2718874744 * L_42 = ___qnameStack0; NullCheck(L_42); int32_t L_43 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_42); int32_t L_44 = V_4; NullCheck(L_41); RuntimeObject * L_45 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_41, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)), (int32_t)1))); V_5 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_45, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XsdIdentityStep_t1480907129 * L_46 = V_3; NullCheck(L_46); String_t* L_47 = L_46->get_NsName_3(); if (!L_47) { goto IL_0112; } } { XmlQualifiedName_t2760654312 * L_48 = V_5; NullCheck(L_48); String_t* L_49 = XmlQualifiedName_get_Namespace_m3957593392(L_48, /*hidden argument*/NULL); XsdIdentityStep_t1480907129 * L_50 = V_3; NullCheck(L_50); String_t* L_51 = L_50->get_NsName_3(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Equality_m920492651(NULL /*static, unused*/, L_49, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_0112; } } { goto IL_0155; } IL_0112: { XsdIdentityStep_t1480907129 * L_53 = V_3; NullCheck(L_53); String_t* L_54 = L_53->get_Name_4(); XmlQualifiedName_t2760654312 * L_55 = V_5; NullCheck(L_55); String_t* L_56 = XmlQualifiedName_get_Name_m815040483(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_57 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, L_56, /*hidden argument*/NULL); if (!L_57) { goto IL_0145; } } { XsdIdentityStep_t1480907129 * L_58 = V_3; NullCheck(L_58); String_t* L_59 = L_58->get_Namespace_5(); XmlQualifiedName_t2760654312 * L_60 = V_5; NullCheck(L_60); String_t* L_61 = XmlQualifiedName_get_Namespace_m3957593392(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_op_Equality_m920492651(NULL /*static, unused*/, L_59, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0145; } } { goto IL_0155; } IL_0145: { bool L_63 = __this->get_alwaysTrue_0(); if (!L_63) { goto IL_0155; } } { goto IL_0166; } IL_0155: { int32_t L_64 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); int32_t L_65 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)1)); } IL_015f: { int32_t L_66 = V_2; if ((((int32_t)0) <= ((int32_t)L_66))) { goto IL_00ba; } } IL_0166: { int32_t L_67 = V_2; if ((((int32_t)L_67) < ((int32_t)0))) { goto IL_0172; } } { goto IL_0174; } IL_0172: { XsdIdentityPath_t991900844 * L_68 = V_1; return L_68; } IL_0174: { int32_t L_69 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0178: { int32_t L_70 = V_0; XsdIdentitySelector_t574258590 * L_71 = XsdKeyTable_get_Selector_m1224296182(__this, /*hidden argument*/NULL); NullCheck(L_71); XsdIdentityPathU5BU5D_t2466178853* L_72 = XsdIdentitySelector_get_Paths_m1818629763(L_71, /*hidden argument*/NULL); NullCheck(L_72); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_72)->max_length))))))) { goto IL_0007; } } { return (XsdIdentityPath_t991900844 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdLanguage::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdLanguage__ctor_m1379278659 (XsdLanguage_t1876291273 * __this, const RuntimeMethod* method) { { XsdToken__ctor_m2104154955(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdLanguage::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdLanguage_get_TokenizedType_m2036856831 (XsdLanguage_t1876291273 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdLanguage::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdLanguage_get_TypeCode_m416858388 (XsdLanguage_t1876291273 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)33)); } } #ifdef __clang__ #pragma 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.XsdLong::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdLong__ctor_m4201815979 (XsdLong_t1324632828 * __this, const RuntimeMethod* method) { { XsdInteger__ctor_m4241916478(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdLong::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdLong_get_TypeCode_m799240929 (XsdLong_t1324632828 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)43)); } } // System.Object Mono.Xml.Schema.XsdLong::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdLong_ParseValue_m358920634 (XsdLong_t1324632828 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdLong::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdLong::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdLong_ParseValueType_m2914829365 (XsdLong_t1324632828 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdLong_ParseValueType_m2914829365_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); int64_t L_2 = XmlConvert_ToInt64_m1902133275(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int64_t L_3 = L_2; RuntimeObject * L_4 = Box(Int64_t3736567304_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdLong::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdLong_Compare_m2098750735 (XsdLong_t1324632828 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdLong_Compare_m2098750735_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int64_t3736567304_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint64_t)((*(int64_t*)((int64_t*)UnBox(L_2, Int64_t3736567304_il2cpp_TypeInfo_var))))) == ((uint64_t)((*(int64_t*)((int64_t*)UnBox(L_3, Int64_t3736567304_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int64_t)((*(int64_t*)((int64_t*)UnBox(L_4, Int64_t3736567304_il2cpp_TypeInfo_var))))) >= ((int64_t)((*(int64_t*)((int64_t*)UnBox(L_5, Int64_t3736567304_il2cpp_TypeInfo_var))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdName__ctor_m927053743 (XsdName_t2755146808 * __this, const RuntimeMethod* method) { { XsdToken__ctor_m2104154955(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdName::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdName_get_TokenizedType_m1448070226 (XsdName_t2755146808 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdName::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdName_get_TypeCode_m2556515537 (XsdName_t2755146808 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)35)); } } // System.Object Mono.Xml.Schema.XsdName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdName_ParseValue_m2975738903 (XsdName_t2755146808 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdName_ParseValue_m2975738903_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_2, _stringLiteral2949079754, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XsdName_ParseValue_m2975738903_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___s0; return L_5; } } // System.ValueType Mono.Xml.Schema.XsdName::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdName_ParseValueType_m3191795639 (XsdName_t2755146808 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdName_ParseValueType_m3191795639_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); StringValueType_t261329552 L_4; memset(&L_4, 0, sizeof(L_4)); StringValueType__ctor_m3173627101((&L_4), ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); StringValueType_t261329552 L_5 = L_4; RuntimeObject * L_6 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNCName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNCName__ctor_m2802469115 (XsdNCName_t3943159043 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdNCName::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNCName_get_TokenizedType_m4253558405 (XsdNCName_t3943159043 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)11)); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNCName::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNCName_get_TypeCode_m477198172 (XsdNCName_t3943159043 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)36)); } } // System.Object Mono.Xml.Schema.XsdNCName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNCName_ParseValue_m1591240144 (XsdNCName_t3943159043 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNCName_ParseValue_m1591240144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsNCName_m2365231717(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_2, _stringLiteral3710732567, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XsdNCName_ParseValue_m1591240144_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___s0; return L_5; } } // System.ValueType Mono.Xml.Schema.XsdNCName::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNCName_ParseValueType_m3391910009 (XsdNCName_t3943159043 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNCName_ParseValueType_m3391910009_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdNCName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); StringValueType_t261329552 L_4; memset(&L_4, 0, sizeof(L_4)); StringValueType__ctor_m3173627101((&L_4), ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); StringValueType_t261329552 L_5 = L_4; RuntimeObject * L_6 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNegativeInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNegativeInteger__ctor_m2549893015 (XsdNegativeInteger_t2178753546 * __this, const RuntimeMethod* method) { { XsdNonPositiveInteger__ctor_m634451503(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNegativeInteger::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNegativeInteger_get_TypeCode_m1235628152 (XsdNegativeInteger_t2178753546 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)42)); } } // System.Object Mono.Xml.Schema.XsdNegativeInteger::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNegativeInteger_ParseValue_m4026513038 (XsdNegativeInteger_t2178753546 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdNegativeInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdNegativeInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNegativeInteger_ParseValueType_m1954670175 (XsdNegativeInteger_t2178753546 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNegativeInteger_ParseValueType_m1954670175_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNMToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNMToken__ctor_m639613955 (XsdNMToken_t834691671 * __this, const RuntimeMethod* method) { { XsdToken__ctor_m2104154955(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdNMToken::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNMToken_get_TokenizedType_m1048264231 (XsdNMToken_t834691671 * __this, const RuntimeMethod* method) { { return (int32_t)(6); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNMToken::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNMToken_get_TypeCode_m2966977195 (XsdNMToken_t834691671 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)34)); } } // System.Object Mono.Xml.Schema.XsdNMToken::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNMToken_ParseValue_m518028525 (XsdNMToken_t834691671 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNMToken_ParseValue_m518028525_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsNmToken_m2582911582(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { String_t* L_2 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_3 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_2, _stringLiteral7312855, /*hidden argument*/NULL); ArgumentException_t132251570 * L_4 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4,XsdNMToken_ParseValue_m518028525_RuntimeMethod_var); } IL_0021: { String_t* L_5 = ___s0; return L_5; } } // System.ValueType Mono.Xml.Schema.XsdNMToken::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNMToken_ParseValueType_m2556003943 (XsdNMToken_t834691671 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNMToken_ParseValueType_m2556003943_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdNMToken::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); StringValueType_t261329552 L_4; memset(&L_4, 0, sizeof(L_4)); StringValueType__ctor_m3173627101((&L_4), ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); StringValueType_t261329552 L_5 = L_4; RuntimeObject * L_6 = Box(StringValueType_t261329552_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNMTokens::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNMTokens__ctor_m1025579380 (XsdNMTokens_t4246953255 * __this, const RuntimeMethod* method) { { XsdNMToken__ctor_m639613955(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdNMTokens::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNMTokens_get_TokenizedType_m2776254065 (XsdNMTokens_t4246953255 * __this, const RuntimeMethod* method) { { return (int32_t)(7); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNMTokens::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNMTokens_get_TypeCode_m3996973886 (XsdNMTokens_t4246953255 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Object Mono.Xml.Schema.XsdNMTokens::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNMTokens_ParseValue_m2700914516 (XsdNMTokens_t4246953255 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdNMTokens_GetValidatedArray_m941140406(__this, L_0, L_1, /*hidden argument*/NULL); return (RuntimeObject *)L_2; } } // System.ValueType Mono.Xml.Schema.XsdNMTokens::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNMTokens_ParseValueType_m1668833349 (XsdNMTokens_t4246953255 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNMTokens_ParseValueType_m1668833349_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; StringU5BU5D_t1281789340* L_2 = XsdNMTokens_GetValidatedArray_m941140406(__this, L_0, L_1, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_3; memset(&L_3, 0, sizeof(L_3)); StringArrayValueType__ctor_m66542887((&L_3), L_2, /*hidden argument*/NULL); StringArrayValueType_t3147326440 L_4 = L_3; RuntimeObject * L_5 = Box(StringArrayValueType_t3147326440_il2cpp_TypeInfo_var, &L_4); return (ValueType_t3640485471 *)L_5; } } // System.String[] Mono.Xml.Schema.XsdNMTokens::GetValidatedArray(System.String,System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XsdNMTokens_GetValidatedArray_m941140406 (XsdNMTokens_t4246953255 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNMTokens_GetValidatedArray_m941140406_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; StringU5BU5D_t1281789340* L_2 = XsdAnySimpleType_ParseListValue_m2696966159(__this, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; V_1 = 0; goto IL_002c; } IL_0010: { StringU5BU5D_t1281789340* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_7 = XmlChar_IsNmToken_m2582911582(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0028; } } { ArgumentException_t132251570 * L_8 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_8, _stringLiteral4026246004, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8,XsdNMTokens_GetValidatedArray_m941140406_RuntimeMethod_var); } IL_0028: { int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002c: { int32_t L_10 = V_1; StringU5BU5D_t1281789340* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_0010; } } { StringU5BU5D_t1281789340* L_12 = V_0; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNonNegativeInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNonNegativeInteger__ctor_m2235666211 (XsdNonNegativeInteger_t308064234 * __this, const RuntimeMethod* method) { { XsdInteger__ctor_m4241916478(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNonNegativeInteger::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNonNegativeInteger_get_TypeCode_m1391385297 (XsdNonNegativeInteger_t308064234 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)47)); } } // System.Object Mono.Xml.Schema.XsdNonNegativeInteger::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNonNegativeInteger_ParseValue_m872695271 (XsdNonNegativeInteger_t308064234 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdNonNegativeInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdNonNegativeInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNonNegativeInteger_ParseValueType_m3443638529 (XsdNonNegativeInteger_t308064234 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNonNegativeInteger_ParseValueType_m3443638529_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNonPositiveInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNonPositiveInteger__ctor_m634451503 (XsdNonPositiveInteger_t1029055398 * __this, const RuntimeMethod* method) { { XsdInteger__ctor_m4241916478(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNonPositiveInteger::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNonPositiveInteger_get_TypeCode_m2529251070 (XsdNonPositiveInteger_t1029055398 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)41)); } } // System.Object Mono.Xml.Schema.XsdNonPositiveInteger::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNonPositiveInteger_ParseValue_m2176141026 (XsdNonPositiveInteger_t1029055398 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdNonPositiveInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdNonPositiveInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdNonPositiveInteger_ParseValueType_m2157064807 (XsdNonPositiveInteger_t1029055398 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNonPositiveInteger_ParseValueType_m2157064807_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdNormalizedString::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNormalizedString__ctor_m1531369540 (XsdNormalizedString_t3260789355 * __this, const RuntimeMethod* method) { { XsdString__ctor_m4222326734(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(1); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdNormalizedString::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNormalizedString_get_TokenizedType_m1516405245 (XsdNormalizedString_t3260789355 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNormalizedString::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNormalizedString_get_TypeCode_m2940077175 (XsdNormalizedString_t3260789355 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)31)); } } #ifdef __clang__ #pragma 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.XsdNotation::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdNotation__ctor_m1617357937 (XsdNotation_t2827634056 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNotation__ctor_m1617357937_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdNotation::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNotation_get_AllowedFacets_m4002889868 (XsdNotation_t2827634056 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdNotation_get_AllowedFacets_m4002889868_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_stringAllowedFacets_60(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdNotation::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNotation_get_TokenizedType_m645774063 (XsdNotation_t2827634056 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdNotation::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdNotation_get_TypeCode_m786794012 (XsdNotation_t2827634056 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)30)); } } // System.Object Mono.Xml.Schema.XsdNotation::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdNotation_ParseValue_m1386227713 (XsdNotation_t2827634056 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma 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.XsdParticleStateManager::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager__ctor_m2253780807 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager__ctor_m2253780807_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_ContextStack_3(L_0); XsdValidationContext_t1104170526 * L_1 = (XsdValidationContext_t1104170526 *)il2cpp_codegen_object_new(XsdValidationContext_t1104170526_il2cpp_TypeInfo_var); XsdValidationContext__ctor_m2223902376(L_1, /*hidden argument*/NULL); __this->set_Context_4(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); Hashtable_t1853889766 * L_2 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_2, /*hidden argument*/NULL); __this->set_table_0(L_2); __this->set_processContents_1(3); return; } } // System.Xml.Schema.XmlSchemaContentProcessing Mono.Xml.Schema.XsdParticleStateManager::get_ProcessContents() extern "C" IL2CPP_METHOD_ATTR int32_t XsdParticleStateManager_get_ProcessContents_m320568984 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_processContents_1(); return L_0; } } // System.Void Mono.Xml.Schema.XsdParticleStateManager::PushContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PushContext_m2855507590 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method) { { Stack_t2329662280 * L_0 = __this->get_ContextStack_3(); XsdValidationContext_t1104170526 * L_1 = __this->get_Context_4(); NullCheck(L_1); RuntimeObject * L_2 = XsdValidationContext_Clone_m1508208920(L_1, /*hidden argument*/NULL); NullCheck(L_0); VirtActionInvoker1< RuntimeObject * >::Invoke(20 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, L_2); return; } } // System.Void Mono.Xml.Schema.XsdParticleStateManager::PopContext() extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_PopContext_m3555447100 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_PopContext_m3555447100_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Stack_t2329662280 * L_0 = __this->get_ContextStack_3(); NullCheck(L_0); RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Stack::Pop() */, L_0); __this->set_Context_4(((XsdValidationContext_t1104170526 *)CastclassClass((RuntimeObject*)L_1, XsdValidationContext_t1104170526_il2cpp_TypeInfo_var))); return; } } // System.Void Mono.Xml.Schema.XsdParticleStateManager::SetProcessContents(System.Xml.Schema.XmlSchemaContentProcessing) extern "C" IL2CPP_METHOD_ATTR void XsdParticleStateManager_SetProcessContents_m2702413680 (XsdParticleStateManager_t726654767 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_processContents_1(L_0); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdParticleStateManager::Create(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdParticleStateManager_Create_m2901984299 (XsdParticleStateManager_t726654767 * __this, XmlSchemaObject_t1315720168 * ___xsobj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_Create_m2901984299_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { XmlSchemaObject_t1315720168 * L_0 = ___xsobj0; NullCheck(L_0); Type_t * L_1 = Object_GetType_m88164663(L_0, /*hidden argument*/NULL); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_1); V_0 = L_2; String_t* L_3 = V_0; V_1 = L_3; String_t* L_4 = V_1; if (!L_4) { goto IL_00f0; } } { Dictionary_2_t2736202052 * L_5 = ((XsdParticleStateManager_t726654767_StaticFields*)il2cpp_codegen_static_fields_for(XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2_5(); if (L_5) { goto IL_0073; } } { Dictionary_2_t2736202052 * L_6 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_6, 6, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_6; Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral528845862, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral2987735161, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2730876577, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_2; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral159904984, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_2; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral1367334414, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_2; NullCheck(L_12); Dictionary_2_Add_m282647386(L_12, _stringLiteral1916541341, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_13 = V_2; ((XsdParticleStateManager_t726654767_StaticFields*)il2cpp_codegen_static_fields_for(XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map2_5(L_13); } IL_0073: { Dictionary_2_t2736202052 * L_14 = ((XsdParticleStateManager_t726654767_StaticFields*)il2cpp_codegen_static_fields_for(XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map2_5(); 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_00f0; } } { int32_t L_17 = V_3; switch (L_17) { case 0: { goto IL_00a8; } case 1: { goto IL_00b5; } case 2: { goto IL_00c2; } case 3: { goto IL_00cf; } case 4: { goto IL_00dc; } case 5: { goto IL_00e9; } } } { goto IL_00f0; } IL_00a8: { XmlSchemaObject_t1315720168 * L_18 = ___xsobj0; XsdElementValidationState_t2214590119 * L_19 = XsdParticleStateManager_AddElement_m4224106615(__this, ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_18, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_19; } IL_00b5: { XmlSchemaObject_t1315720168 * L_20 = ___xsobj0; XsdSequenceValidationState_t429792968 * L_21 = XsdParticleStateManager_AddSequence_m577484090(__this, ((XmlSchemaSequence_t2018345177 *)CastclassClass((RuntimeObject*)L_20, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_21; } IL_00c2: { XmlSchemaObject_t1315720168 * L_22 = ___xsobj0; XsdChoiceValidationState_t2566230191 * L_23 = XsdParticleStateManager_AddChoice_m4245171512(__this, ((XmlSchemaChoice_t959520675 *)CastclassClass((RuntimeObject*)L_22, XmlSchemaChoice_t959520675_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_23; } IL_00cf: { XmlSchemaObject_t1315720168 * L_24 = ___xsobj0; XsdAllValidationState_t2703884157 * L_25 = XsdParticleStateManager_AddAll_m215146916(__this, ((XmlSchemaAll_t1118454309 *)CastclassClass((RuntimeObject*)L_24, XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_25; } IL_00dc: { XmlSchemaObject_t1315720168 * L_26 = ___xsobj0; XsdAnyValidationState_t3421545252 * L_27 = XsdParticleStateManager_AddAny_m3171736505(__this, ((XmlSchemaAny_t1119175207 *)CastclassClass((RuntimeObject*)L_26, XmlSchemaAny_t1119175207_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_27; } IL_00e9: { XsdEmptyValidationState_t1344146143 * L_28 = XsdParticleStateManager_AddEmpty_m3599555001(__this, /*hidden argument*/NULL); return L_28; } IL_00f0: { InvalidOperationException_t56020091 * L_29 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_29, _stringLiteral3628115793, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29,XsdParticleStateManager_Create_m2901984299_RuntimeMethod_var); } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdParticleStateManager::MakeSequence(Mono.Xml.Schema.XsdValidationState,Mono.Xml.Schema.XsdValidationState) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdParticleStateManager_MakeSequence_m1806819590 (XsdParticleStateManager_t726654767 * __this, XsdValidationState_t376578997 * ___head0, XsdValidationState_t376578997 * ___rest1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_MakeSequence_m1806819590_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationState_t376578997 * L_0 = ___head0; if (!((XsdEmptyValidationState_t1344146143 *)IsInstClass((RuntimeObject*)L_0, XsdEmptyValidationState_t1344146143_il2cpp_TypeInfo_var))) { goto IL_000d; } } { XsdValidationState_t376578997 * L_1 = ___rest1; return L_1; } IL_000d: { XsdValidationState_t376578997 * L_2 = ___head0; XsdValidationState_t376578997 * L_3 = ___rest1; XsdAppendedValidationState_t3608891238 * L_4 = (XsdAppendedValidationState_t3608891238 *)il2cpp_codegen_object_new(XsdAppendedValidationState_t3608891238_il2cpp_TypeInfo_var); XsdAppendedValidationState__ctor_m1823796521(L_4, __this, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // Mono.Xml.Schema.XsdElementValidationState Mono.Xml.Schema.XsdParticleStateManager::AddElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR XsdElementValidationState_t2214590119 * XsdParticleStateManager_AddElement_m4224106615 (XsdParticleStateManager_t726654767 * __this, XmlSchemaElement_t427880856 * ___element0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddElement_m4224106615_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdElementValidationState_t2214590119 * V_0 = NULL; { XmlSchemaElement_t427880856 * L_0 = ___element0; XsdElementValidationState_t2214590119 * L_1 = (XsdElementValidationState_t2214590119 *)il2cpp_codegen_object_new(XsdElementValidationState_t2214590119_il2cpp_TypeInfo_var); XsdElementValidationState__ctor_m1389462036(L_1, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; XsdElementValidationState_t2214590119 * L_2 = V_0; return L_2; } } // Mono.Xml.Schema.XsdSequenceValidationState Mono.Xml.Schema.XsdParticleStateManager::AddSequence(System.Xml.Schema.XmlSchemaSequence) extern "C" IL2CPP_METHOD_ATTR XsdSequenceValidationState_t429792968 * XsdParticleStateManager_AddSequence_m577484090 (XsdParticleStateManager_t726654767 * __this, XmlSchemaSequence_t2018345177 * ___sequence0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddSequence_m577484090_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdSequenceValidationState_t429792968 * V_0 = NULL; { XmlSchemaSequence_t2018345177 * L_0 = ___sequence0; XsdSequenceValidationState_t429792968 * L_1 = (XsdSequenceValidationState_t429792968 *)il2cpp_codegen_object_new(XsdSequenceValidationState_t429792968_il2cpp_TypeInfo_var); XsdSequenceValidationState__ctor_m2792607631(L_1, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; XsdSequenceValidationState_t429792968 * L_2 = V_0; return L_2; } } // Mono.Xml.Schema.XsdChoiceValidationState Mono.Xml.Schema.XsdParticleStateManager::AddChoice(System.Xml.Schema.XmlSchemaChoice) extern "C" IL2CPP_METHOD_ATTR XsdChoiceValidationState_t2566230191 * XsdParticleStateManager_AddChoice_m4245171512 (XsdParticleStateManager_t726654767 * __this, XmlSchemaChoice_t959520675 * ___choice0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddChoice_m4245171512_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdChoiceValidationState_t2566230191 * V_0 = NULL; { XmlSchemaChoice_t959520675 * L_0 = ___choice0; XsdChoiceValidationState_t2566230191 * L_1 = (XsdChoiceValidationState_t2566230191 *)il2cpp_codegen_object_new(XsdChoiceValidationState_t2566230191_il2cpp_TypeInfo_var); XsdChoiceValidationState__ctor_m3689606689(L_1, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; XsdChoiceValidationState_t2566230191 * L_2 = V_0; return L_2; } } // Mono.Xml.Schema.XsdAllValidationState Mono.Xml.Schema.XsdParticleStateManager::AddAll(System.Xml.Schema.XmlSchemaAll) extern "C" IL2CPP_METHOD_ATTR XsdAllValidationState_t2703884157 * XsdParticleStateManager_AddAll_m215146916 (XsdParticleStateManager_t726654767 * __this, XmlSchemaAll_t1118454309 * ___all0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddAll_m215146916_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdAllValidationState_t2703884157 * V_0 = NULL; { XmlSchemaAll_t1118454309 * L_0 = ___all0; XsdAllValidationState_t2703884157 * L_1 = (XsdAllValidationState_t2703884157 *)il2cpp_codegen_object_new(XsdAllValidationState_t2703884157_il2cpp_TypeInfo_var); XsdAllValidationState__ctor_m3110480589(L_1, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; XsdAllValidationState_t2703884157 * L_2 = V_0; return L_2; } } // Mono.Xml.Schema.XsdAnyValidationState Mono.Xml.Schema.XsdParticleStateManager::AddAny(System.Xml.Schema.XmlSchemaAny) extern "C" IL2CPP_METHOD_ATTR XsdAnyValidationState_t3421545252 * XsdParticleStateManager_AddAny_m3171736505 (XsdParticleStateManager_t726654767 * __this, XmlSchemaAny_t1119175207 * ___any0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddAny_m3171736505_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdAnyValidationState_t3421545252 * V_0 = NULL; { XmlSchemaAny_t1119175207 * L_0 = ___any0; XsdAnyValidationState_t3421545252 * L_1 = (XsdAnyValidationState_t3421545252 *)il2cpp_codegen_object_new(XsdAnyValidationState_t3421545252_il2cpp_TypeInfo_var); XsdAnyValidationState__ctor_m653492108(L_1, L_0, __this, /*hidden argument*/NULL); V_0 = L_1; XsdAnyValidationState_t3421545252 * L_2 = V_0; return L_2; } } // Mono.Xml.Schema.XsdEmptyValidationState Mono.Xml.Schema.XsdParticleStateManager::AddEmpty() extern "C" IL2CPP_METHOD_ATTR XsdEmptyValidationState_t1344146143 * XsdParticleStateManager_AddEmpty_m3599555001 (XsdParticleStateManager_t726654767 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdParticleStateManager_AddEmpty_m3599555001_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdEmptyValidationState_t1344146143 * L_0 = (XsdEmptyValidationState_t1344146143 *)il2cpp_codegen_object_new(XsdEmptyValidationState_t1344146143_il2cpp_TypeInfo_var); XsdEmptyValidationState__ctor_m2694895252(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.Schema.XsdPositiveInteger::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdPositiveInteger__ctor_m2525533465 (XsdPositiveInteger_t1704031413 * __this, const RuntimeMethod* method) { { XsdNonNegativeInteger__ctor_m2235666211(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdPositiveInteger::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdPositiveInteger_get_TypeCode_m1609711776 (XsdPositiveInteger_t1704031413 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)52)); } } // System.Object Mono.Xml.Schema.XsdPositiveInteger::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdPositiveInteger_ParseValue_m854444404 (XsdPositiveInteger_t1704031413 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdPositiveInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdPositiveInteger::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdPositiveInteger_ParseValueType_m1977437600 (XsdPositiveInteger_t1704031413 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdPositiveInteger_ParseValueType_m1977437600_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); Decimal_t2948259380 L_2 = XmlConvert_ToDecimal_m1028049782(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); Decimal_t2948259380 L_3 = L_2; RuntimeObject * L_4 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdQName::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdQName__ctor_m1654847089 (XsdQName_t2385631467 * __this, const RuntimeMethod* method) { { XsdName__ctor_m927053743(__this, /*hidden argument*/NULL); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdQName::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdQName_get_TokenizedType_m4091223036 (XsdQName_t2385631467 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)10)); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdQName::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdQName_get_TypeCode_m2343750401 (XsdQName_t2385631467 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)29)); } } // System.Object Mono.Xml.Schema.XsdQName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdQName_ParseValue_m1615334559 (XsdQName_t2385631467 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdQName_ParseValue_m1615334559_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; { XmlNameTable_t71772148 * L_0 = ___nameTable1; 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, _stringLiteral1861675717, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XsdQName_ParseValue_m1615334559_RuntimeMethod_var); } IL_0011: { RuntimeObject* L_2 = ___nsmgr2; 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, _stringLiteral1704950102, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XsdQName_ParseValue_m1615334559_RuntimeMethod_var); } IL_0022: { String_t* L_4 = ___s0; RuntimeObject* L_5 = ___nsmgr2; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_6 = XmlQualifiedName_Parse_m1094507201(NULL /*static, unused*/, L_4, L_5, (bool)1, /*hidden argument*/NULL); V_0 = L_6; XmlNameTable_t71772148 * L_7 = ___nameTable1; XmlQualifiedName_t2760654312 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = XmlQualifiedName_get_Name_m815040483(L_8, /*hidden argument*/NULL); NullCheck(L_7); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_9); XmlNameTable_t71772148 * L_10 = ___nameTable1; XmlQualifiedName_t2760654312 * L_11 = V_0; NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_m3957593392(L_11, /*hidden argument*/NULL); NullCheck(L_10); VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, L_12); XmlQualifiedName_t2760654312 * L_13 = V_0; return L_13; } } // System.ValueType Mono.Xml.Schema.XsdQName::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdQName_ParseValueType_m2315304533 (XsdQName_t2385631467 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdQName_ParseValueType_m2315304533_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; RuntimeObject * L_3 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdQName::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); QNameValueType_t615604793 L_4; memset(&L_4, 0, sizeof(L_4)); QNameValueType__ctor_m2709824105((&L_4), ((XmlQualifiedName_t2760654312 *)IsInstClass((RuntimeObject*)L_3, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); QNameValueType_t615604793 L_5 = L_4; RuntimeObject * L_6 = Box(QNameValueType_t615604793_il2cpp_TypeInfo_var, &L_5); return (ValueType_t3640485471 *)L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdSequenceValidationState::.ctor(System.Xml.Schema.XmlSchemaSequence,Mono.Xml.Schema.XsdParticleStateManager) extern "C" IL2CPP_METHOD_ATTR void XsdSequenceValidationState__ctor_m2792607631 (XsdSequenceValidationState_t429792968 * __this, XmlSchemaSequence_t2018345177 * ___sequence0, XsdParticleStateManager_t726654767 * ___manager1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdSequenceValidationState__ctor_m2792607631_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdParticleStateManager_t726654767 * L_0 = ___manager1; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdValidationState__ctor_m428228747(__this, L_0, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_1 = ___sequence0; __this->set_seq_3(L_1); __this->set_current_4((-1)); return; } } // Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdSequenceValidationState::EvaluateStartElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XsdValidationState_t376578997 * XsdSequenceValidationState_EvaluateStartElement_m3147055927 (XsdSequenceValidationState_t429792968 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdSequenceValidationState_EvaluateStartElement_m3147055927_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdValidationState_t376578997 * V_1 = NULL; bool V_2 = false; XsdValidationState_t376578997 * V_3 = NULL; int32_t G_B5_0 = 0; { XmlSchemaSequence_t2018345177 * L_0 = __this->get_seq_3(); NullCheck(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_0, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_2 = CollectionBase_get_Count_m1708965601(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_3 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_3; } IL_001b: { int32_t L_4 = __this->get_current_4(); if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002d; } } { G_B5_0 = 0; goto IL_0033; } IL_002d: { int32_t L_5 = __this->get_current_4(); G_B5_0 = L_5; } IL_0033: { V_0 = G_B5_0; XsdValidationState_t376578997 * L_6 = __this->get_currentAutomata_5(); V_1 = L_6; V_2 = (bool)0; } IL_003d: { XsdValidationState_t376578997 * L_7 = V_1; if (L_7) { goto IL_0067; } } { XsdParticleStateManager_t726654767 * L_8 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_9 = __this->get_seq_3(); NullCheck(L_9); XmlSchemaObjectCollection_t1064819932 * L_10 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_10); XmlSchemaObject_t1315720168 * L_12 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_10, L_11); NullCheck(L_8); XsdValidationState_t376578997 * L_13 = XsdParticleStateManager_Create_m2901984299(L_8, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_12, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_13; V_2 = (bool)1; } IL_0067: { XsdValidationState_t376578997 * L_14 = V_1; if (!((XsdEmptyValidationState_t1344146143 *)IsInstClass((RuntimeObject*)L_14, XsdEmptyValidationState_t1344146143_il2cpp_TypeInfo_var))) { goto IL_00b0; } } { XmlSchemaSequence_t2018345177 * L_15 = __this->get_seq_3(); NullCheck(L_15); XmlSchemaObjectCollection_t1064819932 * L_16 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_15, /*hidden argument*/NULL); NullCheck(L_16); int32_t L_17 = CollectionBase_get_Count_m1708965601(L_16, /*hidden argument*/NULL); int32_t L_18 = V_0; if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)))))) { goto IL_00b0; } } { int32_t L_19 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_20 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_21 = __this->get_seq_3(); NullCheck(L_21); Decimal_t2948259380 L_22 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_21, /*hidden argument*/NULL); bool L_23 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b0; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_24 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_24; } IL_00b0: { XsdValidationState_t376578997 * L_25 = V_1; String_t* L_26 = ___name0; String_t* L_27 = ___ns1; NullCheck(L_25); XsdValidationState_t376578997 * L_28 = VirtFuncInvoker2< XsdValidationState_t376578997 *, String_t*, String_t* >::Invoke(4 /* Mono.Xml.Schema.XsdValidationState Mono.Xml.Schema.XsdValidationState::EvaluateStartElement(System.String,System.String) */, L_25, L_26, L_27); V_3 = L_28; XsdValidationState_t376578997 * L_29 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_30 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XsdValidationState_t376578997 *)L_29) == ((RuntimeObject*)(XsdInvalidValidationState_t3749995458 *)L_30)))) { goto IL_00e1; } } { XsdValidationState_t376578997 * L_31 = V_1; NullCheck(L_31); bool L_32 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_31); if (L_32) { goto IL_00dc; } } { __this->set_emptiable_6((bool)0); IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_33 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_33; } IL_00dc: { goto IL_012b; } IL_00e1: { int32_t L_34 = V_0; __this->set_current_4(L_34); XsdValidationState_t376578997 * L_35 = V_3; __this->set_currentAutomata_5(L_35); bool L_36 = V_2; if (!L_36) { goto IL_0129; } } { int32_t L_37 = XsdValidationState_get_OccuredInternal_m1611712523(__this, /*hidden argument*/NULL); XsdValidationState_set_OccuredInternal_m2545104504(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)), /*hidden argument*/NULL); int32_t L_38 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_39 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_40 = __this->get_seq_3(); NullCheck(L_40); Decimal_t2948259380 L_41 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_40, /*hidden argument*/NULL); bool L_42 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_39, L_41, /*hidden argument*/NULL); if (!L_42) { goto IL_0129; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_43 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_43; } IL_0129: { return __this; } IL_012b: { int32_t L_44 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); int32_t L_45 = V_0; int32_t L_46 = __this->get_current_4(); if ((((int32_t)L_45) <= ((int32_t)L_46))) { goto IL_0153; } } { bool L_47 = V_2; if (!L_47) { goto IL_0153; } } { int32_t L_48 = __this->get_current_4(); if ((((int32_t)L_48) < ((int32_t)0))) { goto IL_0153; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_49 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_49; } IL_0153: { XmlSchemaSequence_t2018345177 * L_50 = __this->get_seq_3(); NullCheck(L_50); XmlSchemaObjectCollection_t1064819932 * L_51 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_50, /*hidden argument*/NULL); NullCheck(L_51); int32_t L_52 = CollectionBase_get_Count_m1708965601(L_51, /*hidden argument*/NULL); int32_t L_53 = V_0; if ((((int32_t)L_52) <= ((int32_t)L_53))) { goto IL_0190; } } { XsdParticleStateManager_t726654767 * L_54 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_55 = __this->get_seq_3(); NullCheck(L_55); XmlSchemaObjectCollection_t1064819932 * L_56 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_55, /*hidden argument*/NULL); int32_t L_57 = V_0; NullCheck(L_56); XmlSchemaObject_t1315720168 * L_58 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_56, L_57); NullCheck(L_54); XsdValidationState_t376578997 * L_59 = XsdParticleStateManager_Create_m2901984299(L_54, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_58, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_59; goto IL_01a6; } IL_0190: { int32_t L_60 = __this->get_current_4(); if ((((int32_t)L_60) >= ((int32_t)0))) { goto IL_01a2; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidationState_t376578997_il2cpp_TypeInfo_var); XsdInvalidValidationState_t3749995458 * L_61 = XsdValidationState_get_Invalid_m3584060974(NULL /*static, unused*/, /*hidden argument*/NULL); return L_61; } IL_01a2: { V_0 = 0; V_1 = (XsdValidationState_t376578997 *)NULL; } IL_01a6: { goto IL_003d; } } // System.Boolean Mono.Xml.Schema.XsdSequenceValidationState::EvaluateEndElement() extern "C" IL2CPP_METHOD_ATTR bool XsdSequenceValidationState_EvaluateEndElement_m3429299502 (XsdSequenceValidationState_t429792968 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdSequenceValidationState_EvaluateEndElement_m3429299502_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdValidationState_t376578997 * V_1 = NULL; int32_t G_B10_0 = 0; int32_t G_B25_0 = 0; { XmlSchemaSequence_t2018345177 * L_0 = __this->get_seq_3(); NullCheck(L_0); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_0, /*hidden argument*/NULL); int32_t L_2 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); bool L_4 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { XmlSchemaSequence_t2018345177 * L_5 = __this->get_seq_3(); NullCheck(L_5); XmlSchemaObjectCollection_t1064819932 * L_6 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003b; } } { return (bool)1; } IL_003b: { XsdValidationState_t376578997 * L_8 = __this->get_currentAutomata_5(); if (L_8) { goto IL_0068; } } { XmlSchemaSequence_t2018345177 * L_9 = __this->get_seq_3(); NullCheck(L_9); Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_9, /*hidden argument*/NULL); int32_t L_11 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_12 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); bool L_13 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_10, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0068; } } { return (bool)1; } IL_0068: { int32_t L_14 = __this->get_current_4(); if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_007a; } } { G_B10_0 = 0; goto IL_0080; } IL_007a: { int32_t L_15 = __this->get_current_4(); G_B10_0 = L_15; } IL_0080: { V_0 = G_B10_0; XsdValidationState_t376578997 * L_16 = __this->get_currentAutomata_5(); V_1 = L_16; XsdValidationState_t376578997 * L_17 = V_1; if (L_17) { goto IL_00b0; } } { XsdParticleStateManager_t726654767 * L_18 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_19 = __this->get_seq_3(); NullCheck(L_19); XmlSchemaObjectCollection_t1064819932 * L_20 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; NullCheck(L_20); XmlSchemaObject_t1315720168 * L_22 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_20, L_21); NullCheck(L_18); XsdValidationState_t376578997 * L_23 = XsdParticleStateManager_Create_m2901984299(L_18, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_23; } IL_00b0: { goto IL_0110; } IL_00b5: { XsdValidationState_t376578997 * L_24 = V_1; NullCheck(L_24); bool L_25 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateEndElement() */, L_24); if (L_25) { goto IL_00cd; } } { XsdValidationState_t376578997 * L_26 = V_1; NullCheck(L_26); bool L_27 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_26); if (L_27) { goto IL_00cd; } } { return (bool)0; } IL_00cd: { int32_t L_28 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); XmlSchemaSequence_t2018345177 * L_29 = __this->get_seq_3(); NullCheck(L_29); XmlSchemaObjectCollection_t1064819932 * L_30 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31 = CollectionBase_get_Count_m1708965601(L_30, /*hidden argument*/NULL); int32_t L_32 = V_0; if ((((int32_t)L_31) <= ((int32_t)L_32))) { goto IL_010e; } } { XsdParticleStateManager_t726654767 * L_33 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_34 = __this->get_seq_3(); NullCheck(L_34); XmlSchemaObjectCollection_t1064819932 * L_35 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_34, /*hidden argument*/NULL); int32_t L_36 = V_0; 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); NullCheck(L_33); XsdValidationState_t376578997 * L_38 = XsdParticleStateManager_Create_m2901984299(L_33, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_37, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_38; goto IL_0110; } IL_010e: { V_1 = (XsdValidationState_t376578997 *)NULL; } IL_0110: { XsdValidationState_t376578997 * L_39 = V_1; if (L_39) { goto IL_00b5; } } { int32_t L_40 = __this->get_current_4(); if ((((int32_t)L_40) >= ((int32_t)0))) { goto IL_0130; } } { int32_t L_41 = XsdValidationState_get_OccuredInternal_m1611712523(__this, /*hidden argument*/NULL); XsdValidationState_set_OccuredInternal_m2545104504(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)), /*hidden argument*/NULL); } IL_0130: { XmlSchemaSequence_t2018345177 * L_42 = __this->get_seq_3(); NullCheck(L_42); Decimal_t2948259380 L_43 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_42, /*hidden argument*/NULL); int32_t L_44 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_45 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); bool L_46 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_43, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_016d; } } { XmlSchemaSequence_t2018345177 * L_47 = __this->get_seq_3(); NullCheck(L_47); Decimal_t2948259380 L_48 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_47, /*hidden argument*/NULL); int32_t L_49 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_50 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); bool L_51 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_48, L_50, /*hidden argument*/NULL); G_B25_0 = ((int32_t)(L_51)); goto IL_016e; } IL_016d: { G_B25_0 = 0; } IL_016e: { return (bool)G_B25_0; } } // System.Boolean Mono.Xml.Schema.XsdSequenceValidationState::EvaluateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XsdSequenceValidationState_EvaluateIsEmptiable_m1511481276 (XsdSequenceValidationState_t429792968 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdSequenceValidationState_EvaluateIsEmptiable_m1511481276_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdValidationState_t376578997 * V_1 = NULL; int32_t G_B12_0 = 0; { XmlSchemaSequence_t2018345177 * L_0 = __this->get_seq_3(); NullCheck(L_0); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_0, /*hidden argument*/NULL); int32_t L_2 = XsdValidationState_get_Occured_m4084761800(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_3 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL); bool L_4 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_1, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0024; } } { return (bool)0; } IL_0024: { XmlSchemaSequence_t2018345177 * L_5 = __this->get_seq_3(); NullCheck(L_5); Decimal_t2948259380 L_6 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_5, /*hidden argument*/NULL); Decimal_t2948259380 L_7; memset(&L_7, 0, sizeof(L_7)); Decimal__ctor_m1256289983((&L_7), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_8 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_004c; } } { XsdValidationState_t376578997 * L_9 = __this->get_currentAutomata_5(); if (L_9) { goto IL_004c; } } { return (bool)1; } IL_004c: { bool L_10 = __this->get_emptiable_6(); if (!L_10) { goto IL_0059; } } { return (bool)1; } IL_0059: { XmlSchemaSequence_t2018345177 * L_11 = __this->get_seq_3(); NullCheck(L_11); XmlSchemaObjectCollection_t1064819932 * L_12 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_11, /*hidden argument*/NULL); NullCheck(L_12); int32_t L_13 = CollectionBase_get_Count_m1708965601(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0070; } } { return (bool)1; } IL_0070: { int32_t L_14 = __this->get_current_4(); if ((((int32_t)L_14) >= ((int32_t)0))) { goto IL_0082; } } { G_B12_0 = 0; goto IL_0088; } IL_0082: { int32_t L_15 = __this->get_current_4(); G_B12_0 = L_15; } IL_0088: { V_0 = G_B12_0; XsdValidationState_t376578997 * L_16 = __this->get_currentAutomata_5(); V_1 = L_16; XsdValidationState_t376578997 * L_17 = V_1; if (L_17) { goto IL_00b8; } } { XsdParticleStateManager_t726654767 * L_18 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_19 = __this->get_seq_3(); NullCheck(L_19); XmlSchemaObjectCollection_t1064819932 * L_20 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_19, /*hidden argument*/NULL); int32_t L_21 = V_0; NullCheck(L_20); XmlSchemaObject_t1315720168 * L_22 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_20, L_21); NullCheck(L_18); XsdValidationState_t376578997 * L_23 = XsdParticleStateManager_Create_m2901984299(L_18, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_23; } IL_00b8: { goto IL_010d; } IL_00bd: { XsdValidationState_t376578997 * L_24 = V_1; NullCheck(L_24); bool L_25 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean Mono.Xml.Schema.XsdValidationState::EvaluateIsEmptiable() */, L_24); if (L_25) { goto IL_00ca; } } { return (bool)0; } IL_00ca: { int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); XmlSchemaSequence_t2018345177 * L_27 = __this->get_seq_3(); NullCheck(L_27); XmlSchemaObjectCollection_t1064819932 * L_28 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_27, /*hidden argument*/NULL); NullCheck(L_28); int32_t L_29 = CollectionBase_get_Count_m1708965601(L_28, /*hidden argument*/NULL); int32_t L_30 = V_0; if ((((int32_t)L_29) <= ((int32_t)L_30))) { goto IL_010b; } } { XsdParticleStateManager_t726654767 * L_31 = XsdValidationState_get_Manager_m1831566689(__this, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_32 = __this->get_seq_3(); NullCheck(L_32); XmlSchemaObjectCollection_t1064819932 * L_33 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_32, /*hidden argument*/NULL); int32_t L_34 = V_0; NullCheck(L_33); XmlSchemaObject_t1315720168 * L_35 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_33, L_34); NullCheck(L_31); XsdValidationState_t376578997 * L_36 = XsdParticleStateManager_Create_m2901984299(L_31, ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_35, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_36; goto IL_010d; } IL_010b: { V_1 = (XsdValidationState_t376578997 *)NULL; } IL_010d: { XsdValidationState_t376578997 * L_37 = V_1; if (L_37) { goto IL_00bd; } } { __this->set_emptiable_6((bool)1); 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.Schema.XsdShort::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdShort__ctor_m1570376925 (XsdShort_t3489811876 * __this, const RuntimeMethod* method) { { XsdInt__ctor_m2854904476(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdShort::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdShort_get_TypeCode_m1483556184 (XsdShort_t3489811876 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)45)); } } // System.Object Mono.Xml.Schema.XsdShort::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdShort_ParseValue_m243243818 (XsdShort_t3489811876 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdShort::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdShort::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdShort_ParseValueType_m1590981458 (XsdShort_t3489811876 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdShort_ParseValueType_m1590981458_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); int16_t L_2 = XmlConvert_ToInt16_m1126944964(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); int16_t L_3 = L_2; RuntimeObject * L_4 = Box(Int16_t2552820387_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdShort::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdShort_Compare_m1538926388 (XsdShort_t3489811876 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdShort_Compare_m1538926388_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Int16_t2552820387_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)((*(int16_t*)((int16_t*)UnBox(L_2, Int16_t2552820387_il2cpp_TypeInfo_var))))) == ((uint32_t)((*(int16_t*)((int16_t*)UnBox(L_3, Int16_t2552820387_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int32_t)((*(int16_t*)((int16_t*)UnBox(L_4, Int16_t2552820387_il2cpp_TypeInfo_var))))) >= ((int32_t)((*(int16_t*)((int16_t*)UnBox(L_5, Int16_t2552820387_il2cpp_TypeInfo_var))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdString::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdString__ctor_m4222326734 (XsdString_t3049094358 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdString__ctor_m4222326734_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdString::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdString_get_AllowedFacets_m1282858144 (XsdString_t3049094358 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdString_get_AllowedFacets_m1282858144_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_stringAllowedFacets_60(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdString::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdString_get_TokenizedType_m2545294946 (XsdString_t3049094358 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdString::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdString_get_TypeCode_m2161746074 (XsdString_t3049094358 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)12)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Mono.Xml.Schema.XsdTime::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdTime__ctor_m240318153 (XsdTime_t3558487088 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdTime__ctor_m240318153_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType__ctor_m4270155019(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Void Mono.Xml.Schema.XsdTime::.cctor() extern "C" IL2CPP_METHOD_ATTR void XsdTime__cctor_m1034112328 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdTime__cctor_m1034112328_MetadataUsageId); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t1281789340* L_0 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24))); NullCheck(L_0); ArrayElementTypeCheck (L_0, _stringLiteral2357574120); (L_0)->SetAt(static_cast(0), (String_t*)_stringLiteral2357574120); StringU5BU5D_t1281789340* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral129380056); (L_1)->SetAt(static_cast(1), (String_t*)_stringLiteral129380056); StringU5BU5D_t1281789340* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteral1956349839); (L_2)->SetAt(static_cast(2), (String_t*)_stringLiteral1956349839); StringU5BU5D_t1281789340* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral1981646735); (L_3)->SetAt(static_cast(3), (String_t*)_stringLiteral1981646735); StringU5BU5D_t1281789340* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral1471847146); (L_4)->SetAt(static_cast(4), (String_t*)_stringLiteral1471847146); StringU5BU5D_t1281789340* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral1474337514); (L_5)->SetAt(static_cast(5), (String_t*)_stringLiteral1474337514); StringU5BU5D_t1281789340* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral233011363); (L_6)->SetAt(static_cast(6), (String_t*)_stringLiteral233011363); StringU5BU5D_t1281789340* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral2437773475); (L_7)->SetAt(static_cast(7), (String_t*)_stringLiteral2437773475); StringU5BU5D_t1281789340* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral3569750143); (L_8)->SetAt(static_cast(8), (String_t*)_stringLiteral3569750143); StringU5BU5D_t1281789340* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral3556582306); (L_9)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral3556582306); StringU5BU5D_t1281789340* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral1946196710); (L_10)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral1946196710); StringU5BU5D_t1281789340* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral2558872331); (L_11)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral2558872331); StringU5BU5D_t1281789340* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral1233341199); (L_12)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral1233341199); StringU5BU5D_t1281789340* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteral1669253459); (L_13)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral1669253459); StringU5BU5D_t1281789340* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral3636917991); (L_14)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral3636917991); StringU5BU5D_t1281789340* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral30092692); (L_15)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral30092692); StringU5BU5D_t1281789340* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral135540524); (L_16)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteral135540524); StringU5BU5D_t1281789340* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral699442091); (L_17)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral699442091); StringU5BU5D_t1281789340* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral630818703); (L_18)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteral630818703); StringU5BU5D_t1281789340* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral1471847110); (L_19)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral1471847110); StringU5BU5D_t1281789340* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral1476696810); (L_20)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral1476696810); StringU5BU5D_t1281789340* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral3983531631); (L_21)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteral3983531631); StringU5BU5D_t1281789340* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral729905315); (L_22)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral729905315); StringU5BU5D_t1281789340* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral2873947847); (L_23)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral2873947847); ((XsdTime_t3558487088_StaticFields*)il2cpp_codegen_static_fields_for(XsdTime_t3558487088_il2cpp_TypeInfo_var))->set_timeFormats_61(L_23); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet Mono.Xml.Schema.XsdTime::get_AllowedFacets() extern "C" IL2CPP_METHOD_ATTR int32_t XsdTime_get_AllowedFacets_m3280646672 (XsdTime_t3558487088 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdTime_get_AllowedFacets_m3280646672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); int32_t L_0 = ((XsdAnySimpleType_t1257864485_StaticFields*)il2cpp_codegen_static_fields_for(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))->get_durationAllowedFacets_59(); return L_0; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdTime::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdTime_get_TokenizedType_m1930439622 (XsdTime_t3558487088 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdTime::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdTime_get_TypeCode_m3666192423 (XsdTime_t3558487088 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)19)); } } // System.Object Mono.Xml.Schema.XsdTime::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdTime_ParseValue_m324103713 (XsdTime_t3558487088 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdTime::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdTime::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdTime_ParseValueType_m515339438 (XsdTime_t3558487088 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdTime_ParseValueType_m515339438_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdTime_t3558487088_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_2 = ((XsdTime_t3558487088_StaticFields*)il2cpp_codegen_static_fields_for(XsdTime_t3558487088_il2cpp_TypeInfo_var))->get_timeFormats_61(); IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); DateTime_t3738529785 L_3 = DateTime_ParseExact_m1132380469(NULL /*static, unused*/, L_1, L_2, (RuntimeObject*)NULL, 0, /*hidden argument*/NULL); DateTime_t3738529785 L_4 = L_3; RuntimeObject * L_5 = Box(DateTime_t3738529785_il2cpp_TypeInfo_var, &L_4); return (ValueType_t3640485471 *)L_5; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdTime::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdTime_Compare_m775010750 (XsdTime_t3558487088 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdTime_Compare_m775010750_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, DateTime_t3738529785_il2cpp_TypeInfo_var))) { goto IL_003c; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(DateTime_t3738529785_il2cpp_TypeInfo_var); int32_t L_4 = DateTime_Compare_m2855073242(NULL /*static, unused*/, ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_2, DateTime_t3738529785_il2cpp_TypeInfo_var)))), ((*(DateTime_t3738529785 *)((DateTime_t3738529785 *)UnBox(L_3, DateTime_t3738529785_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_0031; } } { return (int32_t)((-1)); } IL_0031: { int32_t L_6 = V_0; if ((((int32_t)L_6) <= ((int32_t)0))) { goto IL_003a; } } { return (int32_t)(1); } IL_003a: { return (int32_t)(0); } IL_003c: { return (int32_t)(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 Mono.Xml.Schema.XsdToken::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdToken__ctor_m2104154955 (XsdToken_t1239036978 * __this, const RuntimeMethod* method) { { XsdNormalizedString__ctor_m1531369540(__this, /*hidden argument*/NULL); ((XmlSchemaDatatype_t322714710 *)__this)->set_WhitespaceValue_0(2); return; } } // System.Xml.XmlTokenizedType Mono.Xml.Schema.XsdToken::get_TokenizedType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdToken_get_TokenizedType_m3435184514 (XsdToken_t1239036978 * __this, const RuntimeMethod* method) { { return (int32_t)(0); } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdToken::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdToken_get_TypeCode_m258481857 (XsdToken_t1239036978 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)32)); } } #ifdef __clang__ #pragma 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.XsdUnsignedByte::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedByte__ctor_m735623507 (XsdUnsignedByte_t2304219558 * __this, const RuntimeMethod* method) { { XsdUnsignedShort__ctor_m175238982(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdUnsignedByte::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedByte_get_TypeCode_m119898883 (XsdUnsignedByte_t2304219558 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)51)); } } // System.Object Mono.Xml.Schema.XsdUnsignedByte::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdUnsignedByte_ParseValue_m2067952093 (XsdUnsignedByte_t2304219558 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdUnsignedByte::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdUnsignedByte::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdUnsignedByte_ParseValueType_m233960731 (XsdUnsignedByte_t2304219558 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedByte_ParseValueType_m233960731_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); uint8_t L_2 = XmlConvert_ToByte_m1768201769(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); uint8_t L_3 = L_2; RuntimeObject * L_4 = Box(Byte_t1134296376_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdUnsignedByte::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedByte_Compare_m239837901 (XsdUnsignedByte_t2304219558 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedByte_Compare_m239837901_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Byte_t1134296376_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)((*(uint8_t*)((uint8_t*)UnBox(L_2, Byte_t1134296376_il2cpp_TypeInfo_var))))) == ((uint32_t)((*(uint8_t*)((uint8_t*)UnBox(L_3, Byte_t1134296376_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_4, Byte_t1134296376_il2cpp_TypeInfo_var))))) >= ((int32_t)((*(uint8_t*)((uint8_t*)UnBox(L_5, Byte_t1134296376_il2cpp_TypeInfo_var))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdUnsignedInt::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedInt__ctor_m3390588085 (XsdUnsignedInt_t72105793 * __this, const RuntimeMethod* method) { { XsdUnsignedLong__ctor_m1540358804(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdUnsignedInt::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedInt_get_TypeCode_m1906451888 (XsdUnsignedInt_t72105793 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)49)); } } // System.Object Mono.Xml.Schema.XsdUnsignedInt::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdUnsignedInt_ParseValue_m1357405423 (XsdUnsignedInt_t72105793 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdUnsignedInt::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdUnsignedInt::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdUnsignedInt_ParseValueType_m1833716181 (XsdUnsignedInt_t72105793 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedInt_ParseValueType_m1833716181_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); uint32_t L_2 = XmlConvert_ToUInt32_m120686766(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); uint32_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt32_t2560061978_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdUnsignedInt::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedInt_Compare_m4052275800 (XsdUnsignedInt_t72105793 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedInt_Compare_m4052275800_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, UInt32_t2560061978_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, UInt32_t2560061978_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_2, UInt32_t2560061978_il2cpp_TypeInfo_var))))) == ((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_3, UInt32_t2560061978_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((!(((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_4, UInt32_t2560061978_il2cpp_TypeInfo_var))))) < ((uint32_t)((*(uint32_t*)((uint32_t*)UnBox(L_5, UInt32_t2560061978_il2cpp_TypeInfo_var)))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdUnsignedLong::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedLong__ctor_m1540358804 (XsdUnsignedLong_t1409593434 * __this, const RuntimeMethod* method) { { XsdNonNegativeInteger__ctor_m2235666211(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdUnsignedLong::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedLong_get_TypeCode_m1534078367 (XsdUnsignedLong_t1409593434 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)48)); } } // System.Object Mono.Xml.Schema.XsdUnsignedLong::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdUnsignedLong_ParseValue_m1155701842 (XsdUnsignedLong_t1409593434 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdUnsignedLong::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdUnsignedLong::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdUnsignedLong_ParseValueType_m3618648131 (XsdUnsignedLong_t1409593434 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedLong_ParseValueType_m3618648131_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); uint64_t L_2 = XmlConvert_ToUInt64_m4076754168(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); uint64_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt64_t4134040092_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdUnsignedLong::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedLong_Compare_m1557566325 (XsdUnsignedLong_t1409593434 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedLong_Compare_m1557566325_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, UInt64_t4134040092_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_2, UInt64_t4134040092_il2cpp_TypeInfo_var))))) == ((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_3, UInt64_t4134040092_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((!(((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_4, UInt64_t4134040092_il2cpp_TypeInfo_var))))) < ((uint64_t)((*(uint64_t*)((uint64_t*)UnBox(L_5, UInt64_t4134040092_il2cpp_TypeInfo_var)))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdUnsignedShort::.ctor() extern "C" IL2CPP_METHOD_ATTR void XsdUnsignedShort__ctor_m175238982 (XsdUnsignedShort_t3654069686 * __this, const RuntimeMethod* method) { { XsdUnsignedInt__ctor_m3390588085(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlTypeCode Mono.Xml.Schema.XsdUnsignedShort::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedShort_get_TypeCode_m3910195560 (XsdUnsignedShort_t3654069686 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)50)); } } // System.Object Mono.Xml.Schema.XsdUnsignedShort::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdUnsignedShort_ParseValue_m1713244597 (XsdUnsignedShort_t3654069686 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { { String_t* L_0 = ___s0; XmlNameTable_t71772148 * L_1 = ___nameTable1; RuntimeObject* L_2 = ___nsmgr2; ValueType_t3640485471 * L_3 = VirtFuncInvoker3< ValueType_t3640485471 *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(8 /* System.ValueType Mono.Xml.Schema.XsdUnsignedShort::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, __this, L_0, L_1, L_2); return L_3; } } // System.ValueType Mono.Xml.Schema.XsdUnsignedShort::ParseValueType(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR ValueType_t3640485471 * XsdUnsignedShort_ParseValueType_m4070639572 (XsdUnsignedShort_t3654069686 * __this, String_t* ___s0, XmlNameTable_t71772148 * ___nameTable1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedShort_ParseValueType_m4070639572_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___s0; String_t* L_1 = XmlSchemaDatatype_Normalize_m2737115427(__this, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); uint16_t L_2 = XmlConvert_ToUInt16_m928332189(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); uint16_t L_3 = L_2; RuntimeObject * L_4 = Box(UInt16_t2177724958_il2cpp_TypeInfo_var, &L_3); return (ValueType_t3640485471 *)L_4; } } // Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdUnsignedShort::Compare(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR int32_t XsdUnsignedShort_Compare_m152352294 (XsdUnsignedShort_t3654069686 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdUnsignedShort_Compare_m152352294_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___x0; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, UInt16_t2177724958_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_1 = ___y1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, UInt16_t2177724958_il2cpp_TypeInfo_var))) { goto IL_003e; } } { RuntimeObject * L_2 = ___x0; RuntimeObject * L_3 = ___y1; if ((!(((uint32_t)((*(uint16_t*)((uint16_t*)UnBox(L_2, UInt16_t2177724958_il2cpp_TypeInfo_var))))) == ((uint32_t)((*(uint16_t*)((uint16_t*)UnBox(L_3, UInt16_t2177724958_il2cpp_TypeInfo_var)))))))) { goto IL_0029; } } { return (int32_t)(0); } IL_0029: { RuntimeObject * L_4 = ___x0; RuntimeObject * L_5 = ___y1; if ((((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_4, UInt16_t2177724958_il2cpp_TypeInfo_var))))) >= ((int32_t)((*(uint16_t*)((uint16_t*)UnBox(L_5, UInt16_t2177724958_il2cpp_TypeInfo_var))))))) { goto IL_003c; } } { return (int32_t)((-1)); } IL_003c: { return (int32_t)(1); } IL_003e: { return (int32_t)(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 Mono.Xml.Schema.XsdValidatingReader::.ctor(System.Xml.XmlReader) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader__ctor_m1875465247 (XsdValidatingReader_t3961132625 * __this, XmlReader_t3121518892 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader__ctor_m1875465247_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t266093086 * L_0 = (XmlSchemaSet_t266093086 *)il2cpp_codegen_object_new(XmlSchemaSet_t266093086_il2cpp_TypeInfo_var); XmlSchemaSet__ctor_m2333710421(L_0, /*hidden argument*/NULL); __this->set_schemas_8(L_0); __this->set_namespaces_9((bool)1); __this->set_checkIdentity_11((bool)1); XsdIDManager_t1008806102 * L_1 = (XsdIDManager_t1008806102 *)il2cpp_codegen_object_new(XsdIDManager_t1008806102_il2cpp_TypeInfo_var); XsdIDManager__ctor_m737023283(L_1, /*hidden argument*/NULL); __this->set_idManager_12(L_1); __this->set_checkKeyConstraints_13((bool)1); ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); __this->set_keyTables_14(L_2); ArrayList_t2718874744 * L_3 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_3, /*hidden argument*/NULL); __this->set_elementQNameStack_17(L_3); XsdParticleStateManager_t726654767 * L_4 = (XsdParticleStateManager_t726654767 *)il2cpp_codegen_object_new(XsdParticleStateManager_t726654767_il2cpp_TypeInfo_var); XsdParticleStateManager__ctor_m2253780807(L_4, /*hidden argument*/NULL); __this->set_state_18(L_4); __this->set_skipValidationDepth_19((-1)); __this->set_xsiNilDepth_20((-1)); StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_5, /*hidden argument*/NULL); __this->set_storedCharacters_21(L_5); IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_6 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_emptyAttributeArray_2(); __this->set_defaultAttributes_23(L_6); __this->set_currentDefaultAttribute_24((-1)); ArrayList_t2718874744 * L_7 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_7, /*hidden argument*/NULL); __this->set_defaultAttributesCache_25(L_7); XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_8 = ___reader0; __this->set_reader_3(L_8); XmlReader_t3121518892 * L_9 = ___reader0; __this->set_readerLineInfo_6(((RuntimeObject*)IsInst((RuntimeObject*)L_9, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); XmlReader_t3121518892 * L_10 = ___reader0; __this->set_sourceReaderSchemaInfo_5(((RuntimeObject*)IsInst((RuntimeObject*)L_10, IHasXmlSchemaInfo_t74872415_il2cpp_TypeInfo_var))); XmlSchemaSet_t266093086 * L_11 = __this->get_schemas_8(); ValidationEventHandler_t791314227 * L_12 = __this->get_ValidationEventHandler_28(); NullCheck(L_11); XmlSchemaSet_add_ValidationEventHandler_m752947157(L_11, L_12, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::.cctor() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader__cctor_m2352197378 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader__cctor_m2352197378_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->set_emptyAttributeArray_2(((XmlSchemaAttributeU5BU5D_t346244693*)SZArrayNew(XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var, (uint32_t)0))); return; } } // Mono.Xml.Schema.XsdValidationContext Mono.Xml.Schema.XsdValidatingReader::get_Context() extern "C" IL2CPP_METHOD_ATTR XsdValidationContext_t1104170526 * XsdValidatingReader_get_Context_m3870722501 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XsdParticleStateManager_t726654767 * L_0 = __this->get_state_18(); NullCheck(L_0); XsdValidationContext_t1104170526 * L_1 = L_0->get_Context_4(); return L_1; } } // System.Collections.ArrayList Mono.Xml.Schema.XsdValidatingReader::get_CurrentKeyFieldConsumers() extern "C" IL2CPP_METHOD_ATTR ArrayList_t2718874744 * XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ArrayList_t2718874744 * L_0 = __this->get_currentKeyFieldConsumers_15(); if (L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_1, /*hidden argument*/NULL); __this->set_currentKeyFieldConsumers_15(L_1); } IL_0016: { ArrayList_t2718874744 * L_2 = __this->get_currentKeyFieldConsumers_15(); return L_2; } } // System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_XsiNilDepth() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_XsiNilDepth_m2345162637 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_xsiNilDepth_20(); return L_0; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::set_XmlResolver(System.Xml.XmlResolver) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_XmlResolver_m2067506225 (XsdValidatingReader_t3961132625 * __this, XmlResolver_t626023767 * ___value0, const RuntimeMethod* method) { { XmlResolver_t626023767 * L_0 = ___value0; __this->set_resolver_4(L_0); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::set_Schemas(System.Xml.Schema.XmlSchemaSet) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_Schemas_m1687221862 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSet_t266093086 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_set_Schemas_m1687221862_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_validationStarted_10(); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral958152437, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XsdValidatingReader_set_Schemas_m1687221862_RuntimeMethod_var); } IL_0016: { XmlSchemaSet_t266093086 * L_2 = ___value0; __this->set_schemas_8(L_2); return; } } // System.Object Mono.Xml.Schema.XsdValidatingReader::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_get_SchemaType_m312597155 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_SchemaType_m312597155_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; XmlSchemaAttribute_t2797257020 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState Mono.Xml.Schema.XsdValidatingReader::get_ReadState() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_000e; } } { return NULL; } IL_000e: { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType Mono.Xml.Schema.XsdValidatingReader::get_NodeType() */, __this); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0028; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_004b; } } { goto IL_00bb; } IL_0028: { XsdValidationContext_t1104170526 * L_4 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject * L_5 = XsdValidationContext_get_ActualType_m300164849(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0044; } } { XsdValidationContext_t1104170526 * L_6 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject * L_7 = XsdValidationContext_get_ActualType_m300164849(L_6, /*hidden argument*/NULL); return L_7; } IL_0044: { RuntimeObject * L_8 = XsdValidatingReader_get_SourceReaderSchemaType_m1758926431(__this, /*hidden argument*/NULL); return L_8; } IL_004b: { RuntimeObject * L_9 = __this->get_currentAttrType_27(); if (L_9) { goto IL_00b4; } } { XsdValidationContext_t1104170526 * L_10 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_10); RuntimeObject * L_11 = XsdValidationContext_get_ActualType_m300164849(L_10, /*hidden argument*/NULL); V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_12 = V_0; if (!L_12) { goto IL_00a8; } } { XmlSchemaComplexType_t3740801802 * L_13 = V_0; NullCheck(L_13); XmlSchemaObjectTable_t2546974348 * L_14 = XmlSchemaComplexType_get_AttributeUses_m3736990879(L_13, /*hidden argument*/NULL); String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_LocalName() */, __this); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_NamespaceURI() */, __this); XmlQualifiedName_t2760654312 * L_17 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_17, L_15, L_16, /*hidden argument*/NULL); NullCheck(L_14); XmlSchemaObject_t1315720168 * L_18 = XmlSchemaObjectTable_get_Item_m170185878(L_14, L_17, /*hidden argument*/NULL); V_1 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_19 = V_1; if (!L_19) { goto IL_00a1; } } { XmlSchemaAttribute_t2797257020 * L_20 = V_1; NullCheck(L_20); RuntimeObject * L_21 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_20, /*hidden argument*/NULL); __this->set_currentAttrType_27(L_21); } IL_00a1: { RuntimeObject * L_22 = __this->get_currentAttrType_27(); return L_22; } IL_00a8: { RuntimeObject * L_23 = XsdValidatingReader_get_SourceReaderSchemaType_m1758926431(__this, /*hidden argument*/NULL); __this->set_currentAttrType_27(L_23); } IL_00b4: { RuntimeObject * L_24 = __this->get_currentAttrType_27(); return L_24; } IL_00bb: { RuntimeObject * L_25 = XsdValidatingReader_get_SourceReaderSchemaType_m1758926431(__this, /*hidden argument*/NULL); return L_25; } } // System.Object Mono.Xml.Schema.XsdValidatingReader::get_SourceReaderSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_get_SourceReaderSchemaType_m1758926431 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_SourceReaderSchemaType_m1758926431_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * G_B3_0 = NULL; { RuntimeObject* L_0 = __this->get_sourceReaderSchemaInfo_5(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_sourceReaderSchemaInfo_5(); NullCheck(L_1); RuntimeObject * L_2 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object Mono.Xml.IHasXmlSchemaInfo::get_SchemaType() */, IHasXmlSchemaInfo_t74872415_il2cpp_TypeInfo_var, L_1); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = NULL; } IL_001c: { return G_B3_0; } } // System.Xml.ValidationType Mono.Xml.Schema.XsdValidatingReader::get_ValidationType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_ValidationType_m2491041185 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_validationType_7(); return L_0; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::set_ValidationType(System.Xml.ValidationType) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_set_ValidationType_m2062431012 (XsdValidatingReader_t3961132625 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_set_ValidationType_m2062431012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->get_validationStarted_10(); if (!L_0) { goto IL_0016; } } { InvalidOperationException_t56020091 * L_1 = (InvalidOperationException_t56020091 *)il2cpp_codegen_object_new(InvalidOperationException_t56020091_il2cpp_TypeInfo_var); InvalidOperationException__ctor_m237278729(L_1, _stringLiteral1236805865, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1,XsdValidatingReader_set_ValidationType_m2062431012_RuntimeMethod_var); } IL_0016: { int32_t L_2 = ___value0; __this->set_validationType_7(L_2); return; } } // System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_AttributeCount_m3843778456 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); XmlSchemaAttributeU5BU5D_t346244693* L_2 = __this->get_defaultAttributes_23(); NullCheck(L_2); return ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))); } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_BaseURI_m552835867 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.Schema.XsdValidatingReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_get_CanResolveEntity_m2124842353 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_0); return L_1; } } // System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_Depth_m1069897536 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0031; } } { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_4); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_0031: { XmlReader_t3121518892 * L_6 = __this->get_reader_3(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_6); return ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_get_EOF_m428890445 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_get_HasValue_m3631245934 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_1); return L_2; } IL_0018: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_get_IsDefault_m2714935128 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_1); return L_2; } IL_0018: { return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_get_IsEmptyElement_m100342591 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_1); return L_2; } IL_0018: { return (bool)0; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Item_m1585575187 (XsdValidatingReader_t3961132625 * __this, int32_t ___i0, const RuntimeMethod* method) { { int32_t L_0 = ___i0; String_t* L_1 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.Int32) */, __this, L_0); return L_1; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Item_m1425895557 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.String) */, __this, L_0); return L_1; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Item_m1951532928 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; String_t* L_2 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.String,System.String) */, __this, L_0, L_1); return L_2; } } // System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_LineNumber_m986977257 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_LineNumber_m986977257_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_6(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_6(); 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.Schema.XsdValidatingReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_LinePosition_m3356118508 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_LinePosition_m3356118508_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_6(); if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_6(); 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.String Mono.Xml.Schema.XsdValidatingReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_LocalName_m2514625899 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_LocalName_m2514625899_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_23(); int32_t L_6 = __this->get_currentDefaultAttribute_24(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Name_m815040483(L_9, /*hidden argument*/NULL); return L_10; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Name_m1013168875 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_Name_m1013168875_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; String_t* V_1 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_23(); int32_t L_6 = __this->get_currentDefaultAttribute_24(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); V_0 = L_9; String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_Prefix() */, __this); V_1 = L_10; String_t* L_11 = V_1; 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(); bool L_13 = String_op_Equality_m920492651(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005a; } } { XmlQualifiedName_t2760654312 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Name_m815040483(L_14, /*hidden argument*/NULL); return L_15; } IL_005a: { String_t* L_16 = V_1; XmlQualifiedName_t2760654312 * L_17 = V_0; NullCheck(L_17); String_t* L_18 = XmlQualifiedName_get_Name_m815040483(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m3755062657(NULL /*static, unused*/, L_16, _stringLiteral3452614550, L_18, /*hidden argument*/NULL); return L_19; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_NamespaceURI_m3157060929 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_NamespaceURI_m3157060929_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_23(); int32_t L_6 = __this->get_currentDefaultAttribute_24(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlQualifiedName_get_Namespace_m3957593392(L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XsdValidatingReader_get_NameTable_m1461838822 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType Mono.Xml.Schema.XsdValidatingReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_NodeType_m3791676317 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0025; } } { return (int32_t)(3); } IL_0025: { return (int32_t)(2); } } // System.Xml.XmlParserContext Mono.Xml.Schema.XsdValidatingReader::get_ParserContext() extern "C" IL2CPP_METHOD_ATTR XmlParserContext_t2544895291 * XsdValidatingReader_get_ParserContext_m2982402123 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_ParserContext_m2982402123_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlParserContext_t2544895291 * L_1 = XmlSchemaUtil_GetParserContext_m769704433(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Xml.XmlNamespaceManager Mono.Xml.Schema.XsdValidatingReader::get_NamespaceManager() extern "C" IL2CPP_METHOD_ATTR XmlNamespaceManager_t418790500 * XsdValidatingReader_get_NamespaceManager_m863105189 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { XmlNamespaceManager_t418790500 * G_B3_0 = NULL; { XmlParserContext_t2544895291 * L_0 = XsdValidatingReader_get_ParserContext_m2982402123(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_001b; } } { XmlParserContext_t2544895291 * L_1 = XsdValidatingReader_get_ParserContext_m2982402123(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlNamespaceManager_t418790500 * L_2 = XmlParserContext_get_NamespaceManager_m1180655003(L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_001c; } IL_001b: { G_B3_0 = ((XmlNamespaceManager_t418790500 *)(NULL)); } IL_001c: { return G_B3_0; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Prefix_m2856410355 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_Prefix_m2856410355_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; String_t* V_1 = NULL; String_t* G_B7_0 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0029; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); return L_4; } IL_0029: { XmlSchemaAttributeU5BU5D_t346244693* L_5 = __this->get_defaultAttributes_23(); int32_t L_6 = __this->get_currentDefaultAttribute_24(); NullCheck(L_5); int32_t L_7 = L_6; XmlSchemaAttribute_t2797257020 * L_8 = (L_5)->GetAt(static_cast(L_7)); NullCheck(L_8); XmlQualifiedName_t2760654312 * L_9 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_8, /*hidden argument*/NULL); V_0 = L_9; XmlNamespaceManager_t418790500 * L_10 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { XmlNamespaceManager_t418790500 * L_11 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_12 = V_0; NullCheck(L_12); String_t* L_13 = XmlQualifiedName_get_Namespace_m3957593392(L_12, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_14 = XmlNamespaceManager_LookupPrefix_m1584729693(L_11, L_13, (bool)0, /*hidden argument*/NULL); G_B7_0 = L_14; goto IL_005f; } IL_005e: { G_B7_0 = ((String_t*)(NULL)); } IL_005f: { V_1 = G_B7_0; String_t* L_15 = V_1; if (L_15) { goto IL_006c; } } { 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(); return L_16; } IL_006c: { String_t* L_17 = V_1; return L_17; } } // System.Xml.ReadState Mono.Xml.Schema.XsdValidatingReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_ReadState_m477124104 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.String Mono.Xml.Schema.XsdValidatingReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_Value_m1079312851 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { String_t* V_0 = NULL; { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); return L_2; } IL_0018: { XmlSchemaAttributeU5BU5D_t346244693* L_3 = __this->get_defaultAttributes_23(); int32_t L_4 = __this->get_currentDefaultAttribute_24(); NullCheck(L_3); int32_t L_5 = L_4; XmlSchemaAttribute_t2797257020 * L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_6); String_t* L_7 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_6, /*hidden argument*/NULL); V_0 = L_7; String_t* L_8 = V_0; if (L_8) { goto IL_0044; } } { XmlSchemaAttributeU5BU5D_t346244693* L_9 = __this->get_defaultAttributes_23(); int32_t L_10 = __this->get_currentDefaultAttribute_24(); NullCheck(L_9); int32_t L_11 = L_10; XmlSchemaAttribute_t2797257020 * L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_12); String_t* L_13 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_0044: { String_t* L_14 = V_0; return L_14; } } // System.String Mono.Xml.Schema.XsdValidatingReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_get_XmlLang_m1277834378 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_XmlLang_m1277834378_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0014; } } { String_t* L_3 = V_0; return L_3; } IL_0014: { int32_t L_4 = XsdValidatingReader_FindDefaultAttribute_m2085851275(__this, _stringLiteral2409271576, _stringLiteral2984480440, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } { return (String_t*)NULL; } IL_002e: { XmlSchemaAttributeU5BU5D_t346244693* L_6 = __this->get_defaultAttributes_23(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; XmlSchemaAttribute_t2797257020 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_9, /*hidden argument*/NULL); V_0 = L_10; String_t* L_11 = V_0; if (L_11) { goto IL_0050; } } { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_23(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; XmlSchemaAttribute_t2797257020 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0050: { String_t* L_17 = V_0; return L_17; } } // System.Xml.XmlSpace Mono.Xml.Schema.XsdValidatingReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_get_XmlSpace_m893776782 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_get_XmlSpace_m893776782_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0014; } } { int32_t L_3 = V_0; return L_3; } IL_0014: { int32_t L_4 = XsdValidatingReader_FindDefaultAttribute_m2085851275(__this, _stringLiteral1613539661, _stringLiteral2984480440, /*hidden argument*/NULL); V_1 = L_4; int32_t L_5 = V_1; if ((((int32_t)L_5) >= ((int32_t)0))) { goto IL_002e; } } { return (int32_t)(0); } IL_002e: { XmlSchemaAttributeU5BU5D_t346244693* L_6 = __this->get_defaultAttributes_23(); int32_t L_7 = V_1; NullCheck(L_6); int32_t L_8 = L_7; XmlSchemaAttribute_t2797257020 * L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_9); String_t* L_10 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_9, /*hidden argument*/NULL); V_2 = L_10; String_t* L_11 = V_2; if (L_11) { goto IL_0050; } } { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_23(); int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; XmlSchemaAttribute_t2797257020 * L_15 = (L_12)->GetAt(static_cast(L_14)); NullCheck(L_15); String_t* L_16 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_15, /*hidden argument*/NULL); V_2 = L_16; } IL_0050: { RuntimeTypeHandle_t3027515415 L_17 = { reinterpret_cast (XmlSpace_t3324193251_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_18 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_17, /*hidden argument*/NULL); String_t* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Enum_t4135868527_il2cpp_TypeInfo_var); RuntimeObject * L_20 = Enum_Parse_m1579637477(NULL /*static, unused*/, L_18, L_19, (bool)0, /*hidden argument*/NULL); return (int32_t)(((*(int32_t*)((int32_t*)UnBox(L_20, Int32_t2950945753_il2cpp_TypeInfo_var))))); } } // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m1118650946 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, const RuntimeMethod* method) { { String_t* L_0 = ___error0; XsdValidatingReader_HandleError_m113321596(__this, L_0, (Exception_t *)NULL, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m113321596 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___error0; Exception_t * L_1 = ___innerException1; XsdValidatingReader_HandleError_m196710354(__this, L_0, L_1, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.String,System.Exception,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m196710354 (XsdValidatingReader_t3961132625 * __this, String_t* ___error0, Exception_t * ___innerException1, bool ___isWarning2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_HandleError_m196710354_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaValidationException_t816160496 * V_0 = NULL; { int32_t L_0 = XsdValidatingReader_get_ValidationType_m2491041185(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { String_t* L_1 = ___error0; String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() */, __this); Exception_t * L_3 = ___innerException1; XmlSchemaValidationException_t816160496 * L_4 = (XmlSchemaValidationException_t816160496 *)il2cpp_codegen_object_new(XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var); XmlSchemaValidationException__ctor_m2673202148(L_4, L_1, __this, L_2, (XmlSchemaObject_t1315720168 *)NULL, L_3, /*hidden argument*/NULL); V_0 = L_4; XmlSchemaValidationException_t816160496 * L_5 = V_0; bool L_6 = ___isWarning2; XsdValidatingReader_HandleError_m2233682123(__this, L_5, L_6, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.Xml.Schema.XmlSchemaValidationException) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m788217494 (XsdValidatingReader_t3961132625 * __this, XmlSchemaValidationException_t816160496 * ___schemaException0, const RuntimeMethod* method) { { XmlSchemaValidationException_t816160496 * L_0 = ___schemaException0; XsdValidatingReader_HandleError_m2233682123(__this, L_0, (bool)0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::HandleError(System.Xml.Schema.XmlSchemaValidationException,System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_HandleError_m2233682123 (XsdValidatingReader_t3961132625 * __this, XmlSchemaValidationException_t816160496 * ___schemaException0, bool ___isWarning1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_HandleError_m2233682123_MetadataUsageId); s_Il2CppMethodInitialized = true; } ValidationEventArgs_t2784773869 * V_0 = NULL; String_t* G_B4_0 = NULL; XmlSchemaValidationException_t816160496 * G_B4_1 = NULL; String_t* G_B3_0 = NULL; XmlSchemaValidationException_t816160496 * G_B3_1 = NULL; int32_t G_B5_0 = 0; String_t* G_B5_1 = NULL; XmlSchemaValidationException_t816160496 * G_B5_2 = NULL; { int32_t L_0 = XsdValidatingReader_get_ValidationType_m2491041185(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000c; } } { return; } IL_000c: { XmlSchemaValidationException_t816160496 * L_1 = ___schemaException0; XmlSchemaValidationException_t816160496 * L_2 = ___schemaException0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaException::get_Message() */, L_2); bool L_4 = ___isWarning1; G_B3_0 = L_3; G_B3_1 = L_1; if (!L_4) { G_B4_0 = L_3; G_B4_1 = L_1; goto IL_001f; } } { G_B5_0 = 1; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0020; } IL_001f: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0020: { ValidationEventArgs_t2784773869 * L_5 = (ValidationEventArgs_t2784773869 *)il2cpp_codegen_object_new(ValidationEventArgs_t2784773869_il2cpp_TypeInfo_var); ValidationEventArgs__ctor_m2303611623(L_5, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL); V_0 = L_5; ValidationEventHandler_t791314227 * L_6 = __this->get_ValidationEventHandler_28(); if (!L_6) { goto IL_0043; } } { ValidationEventHandler_t791314227 * L_7 = __this->get_ValidationEventHandler_28(); ValidationEventArgs_t2784773869 * L_8 = V_0; NullCheck(L_7); ValidationEventHandler_Invoke_m3984227947(L_7, __this, L_8, /*hidden argument*/NULL); goto IL_0055; } IL_0043: { ValidationEventArgs_t2784773869 * L_9 = V_0; NullCheck(L_9); int32_t L_10 = ValidationEventArgs_get_Severity_m1798521934(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0055; } } { ValidationEventArgs_t2784773869 * L_11 = V_0; NullCheck(L_11); XmlSchemaException_t3511258692 * L_12 = ValidationEventArgs_get_Exception_m2119547120(L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12,XsdValidatingReader_HandleError_m2233682123_RuntimeMethod_var); } IL_0055: { return; } } // System.Xml.Schema.XmlSchemaElement Mono.Xml.Schema.XsdValidatingReader::FindElement(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XsdValidatingReader_FindElement_m3140492201 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_FindElement_m3140492201_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_8(); NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_GlobalElements_m2135414308(L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; String_t* L_3 = ___ns1; XmlQualifiedName_t2760654312 * L_4 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_4, L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObject_t1315720168 * L_5 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_4, /*hidden argument*/NULL); return ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); } } // System.Xml.Schema.XmlSchemaType Mono.Xml.Schema.XsdValidatingReader::FindType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XsdValidatingReader_FindType_m920860657 (XsdValidatingReader_t3961132625 * __this, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_FindType_m920860657_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSet_t266093086 * L_0 = __this->get_schemas_8(); NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_GlobalTypes_m149850861(L_0, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_2 = ___qname0; NullCheck(L_1); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_2, /*hidden argument*/NULL); return ((XmlSchemaType_t2033747345 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateStartElementParticle() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateStartElementParticle_m3795929691 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateStartElementParticle_m3795929691_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationContext_t1104170526 * L_0 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_0); XsdValidationState_t376578997 * L_1 = L_0->get_State_1(); if (L_1) { goto IL_0011; } } { return; } IL_0011: { XsdValidationContext_t1104170526 * L_2 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_2); XsdValidationContext_set_XsiType_m3869708642(L_2, NULL, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_3 = __this->get_state_18(); NullCheck(L_3); L_3->set_CurrentElement_2((XmlSchemaElement_t427880856 *)NULL); XsdValidationContext_t1104170526 * L_4 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_5 = __this->get_reader_3(); NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5); XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); NullCheck(L_4); XsdValidationContext_EvaluateStartElement_m631594737(L_4, L_6, L_8, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_9 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = XsdValidationContext_get_IsInvalid_m1096056207(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0085; } } { XmlReader_t3121518892 * L_11 = __this->get_reader_3(); NullCheck(L_11); String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_11); XmlReader_t3121518892 * L_13 = __this->get_reader_3(); NullCheck(L_13); String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m2163913788(NULL /*static, unused*/, _stringLiteral2687379458, L_12, _stringLiteral3452614550, L_14, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_15, /*hidden argument*/NULL); } IL_0085: { XsdValidationContext_t1104170526 * L_16 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_17 = __this->get_state_18(); NullCheck(L_17); XmlSchemaElement_t427880856 * L_18 = L_17->get_CurrentElement_2(); NullCheck(L_16); XsdValidationContext_PushCurrentElement_m597195406(L_16, L_18, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndElementParticle() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndElementParticle_m3377630758 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateEndElementParticle_m3377630758_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XsdValidationContext_t1104170526 * L_0 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_0); XsdValidationState_t376578997 * L_1 = L_0->get_State_1(); if (!L_1) { goto IL_003b; } } { XsdValidationContext_t1104170526 * L_2 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_2); bool L_3 = XsdValidationContext_EvaluateEndElement_m2955764775(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_003b; } } { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2704530094, L_5, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_6, /*hidden argument*/NULL); } IL_003b: { XsdValidationContext_t1104170526 * L_7 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_7); XsdValidationContext_PopCurrentElement_m1795862365(L_7, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_8 = __this->get_state_18(); NullCheck(L_8); XsdParticleStateManager_PopContext_m3555447100(L_8, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateCharacters() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateCharacters_m111816315 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateCharacters_m111816315_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->get_xsiNilDepth_20(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_002d; } } { int32_t L_1 = __this->get_xsiNilDepth_20(); XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_2); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002d; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral4019370047, /*hidden argument*/NULL); } IL_002d: { bool L_4 = __this->get_shouldValidateCharacters_22(); if (!L_4) { goto IL_004f; } } { StringBuilder_t * L_5 = __this->get_storedCharacters_21(); XmlReader_t3121518892 * L_6 = __this->get_reader_3(); NullCheck(L_6); String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_6); NullCheck(L_5); StringBuilder_Append_m1965104174(L_5, L_7, /*hidden argument*/NULL); } IL_004f: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndSimpleContent() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndSimpleContent_m3425413609 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_shouldValidateCharacters_22(); if (!L_0) { goto IL_0011; } } { XsdValidatingReader_ValidateEndSimpleContentCore_m3614724376(__this, /*hidden argument*/NULL); } IL_0011: { __this->set_shouldValidateCharacters_22((bool)0); StringBuilder_t * L_1 = __this->get_storedCharacters_21(); NullCheck(L_1); StringBuilder_set_Length_m1410065908(L_1, 0, /*hidden argument*/NULL); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndSimpleContentCore() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndSimpleContentCore_m3614724376 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateEndSimpleContentCore_m3614724376_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlSchemaDatatype_t322714710 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; XmlSchemaComplexType_t3740801802 * V_3 = NULL; int32_t V_4 = 0; { XsdValidationContext_t1104170526 * L_0 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_0); RuntimeObject * L_1 = XsdValidationContext_get_ActualType_m300164849(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0011; } } { return; } IL_0011: { StringBuilder_t * L_2 = __this->get_storedCharacters_21(); NullCheck(L_2); String_t* L_3 = StringBuilder_ToString_m3317489284(L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_get_Length_m3847582255(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_005e; } } { XsdValidationContext_t1104170526 * L_6 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_6); XmlSchemaElement_t427880856 * L_7 = XsdValidationContext_get_Element_m3113801807(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005e; } } { XsdValidationContext_t1104170526 * L_8 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlSchemaElement_t427880856 * L_9 = XsdValidationContext_get_Element_m3113801807(L_8, /*hidden argument*/NULL); NullCheck(L_9); String_t* L_10 = XmlSchemaElement_get_ValidatedDefaultValue_m3003127030(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_005e; } } { XsdValidationContext_t1104170526 * L_11 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_11); XmlSchemaElement_t427880856 * L_12 = XsdValidationContext_get_Element_m3113801807(L_11, /*hidden argument*/NULL); NullCheck(L_12); String_t* L_13 = XmlSchemaElement_get_ValidatedDefaultValue_m3003127030(L_12, /*hidden argument*/NULL); V_0 = L_13; } IL_005e: { XsdValidationContext_t1104170526 * L_14 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_15 = XsdValidationContext_get_ActualType_m300164849(L_14, /*hidden argument*/NULL); V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XsdValidationContext_t1104170526 * L_16 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject * L_17 = XsdValidationContext_get_ActualType_m300164849(L_16, /*hidden argument*/NULL); V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_17, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_18 = V_1; if (L_18) { goto IL_0110; } } { XmlSchemaSimpleType_t2678868104 * L_19 = V_2; if (!L_19) { goto IL_0098; } } { XmlSchemaSimpleType_t2678868104 * L_20 = V_2; NullCheck(L_20); XmlSchemaDatatype_t322714710 * L_21 = XmlSchemaType_get_Datatype_m3072197688(L_20, /*hidden argument*/NULL); V_1 = L_21; goto IL_0110; } IL_0098: { XsdValidationContext_t1104170526 * L_22 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_22); RuntimeObject * L_23 = XsdValidationContext_get_ActualType_m300164849(L_22, /*hidden argument*/NULL); V_3 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_23, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_24 = V_3; NullCheck(L_24); XmlSchemaDatatype_t322714710 * L_25 = XmlSchemaType_get_Datatype_m3072197688(L_24, /*hidden argument*/NULL); V_1 = L_25; XmlSchemaComplexType_t3740801802 * L_26 = V_3; NullCheck(L_26); int32_t L_27 = XmlSchemaComplexType_get_ContentType_m3885633075(L_26, /*hidden argument*/NULL); V_4 = L_27; int32_t L_28 = V_4; if ((((int32_t)L_28) == ((int32_t)1))) { goto IL_00f4; } } { int32_t L_29 = V_4; if ((((int32_t)L_29) == ((int32_t)2))) { goto IL_00cd; } } { goto IL_0110; } IL_00cd: { String_t* L_30 = V_0; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if ((((int32_t)L_31) <= ((int32_t)0))) { goto IL_00ef; } } { String_t* L_32 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_33 = XmlChar_IsWhitespace_m2421104119(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_00ef; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1148028831, /*hidden argument*/NULL); } IL_00ef: { goto IL_0110; } IL_00f4: { String_t* L_34 = V_0; NullCheck(L_34); int32_t L_35 = String_get_Length_m3847582255(L_34, /*hidden argument*/NULL); if ((((int32_t)L_35) <= ((int32_t)0))) { goto IL_010b; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1148028831, /*hidden argument*/NULL); } IL_010b: { goto IL_0110; } IL_0110: { XmlSchemaDatatype_t322714710 * L_36 = V_1; if (!L_36) { goto IL_016a; } } { XsdValidationContext_t1104170526 * L_37 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_37); XmlSchemaElement_t427880856 * L_38 = XsdValidationContext_get_Element_m3113801807(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0161; } } { XsdValidationContext_t1104170526 * L_39 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_39); XmlSchemaElement_t427880856 * L_40 = XsdValidationContext_get_Element_m3113801807(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0161; } } { String_t* L_42 = V_0; XsdValidationContext_t1104170526 * L_43 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_43); XmlSchemaElement_t427880856 * L_44 = XsdValidationContext_get_Element_m3113801807(L_43, /*hidden argument*/NULL); NullCheck(L_44); String_t* L_45 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_42, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0161; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral412639605, /*hidden argument*/NULL); } IL_0161: { XmlSchemaSimpleType_t2678868104 * L_47 = V_2; XmlSchemaDatatype_t322714710 * L_48 = V_1; String_t* L_49 = V_0; XsdValidatingReader_AssessStringValid_m1169541260(__this, L_47, L_48, L_49, /*hidden argument*/NULL); } IL_016a: { bool L_50 = __this->get_checkKeyConstraints_13(); if (!L_50) { goto IL_017d; } } { XmlSchemaDatatype_t322714710 * L_51 = V_1; String_t* L_52 = V_0; XsdValidatingReader_ValidateSimpleContentIdentity_m1587369342(__this, L_51, L_52, /*hidden argument*/NULL); } IL_017d: { __this->set_shouldValidateCharacters_22((bool)0); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStringValid(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStringValid_m1169541260 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 * ___dt1, String_t* ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessStringValid_m1169541260_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t322714710 * V_0 = NULL; String_t* V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchemaDatatype_t322714710 * L_0 = ___dt1; V_0 = L_0; XmlSchemaSimpleType_t2678868104 * L_1 = ___st0; if (!L_1) { goto IL_001a; } } { XmlSchemaDatatype_t322714710 * L_2 = V_0; String_t* L_3 = ___value2; NullCheck(L_2); String_t* L_4 = XmlSchemaDatatype_Normalize_m2737115427(L_2, L_3, /*hidden argument*/NULL); V_1 = L_4; XmlSchemaSimpleType_t2678868104 * L_5 = ___st0; String_t* L_6 = V_1; XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418(__this, L_5, (&V_0), L_6, /*hidden argument*/NULL); } IL_001a: { XmlSchemaDatatype_t322714710 * L_7 = V_0; if (!L_7) { goto IL_004b; } } IL_0020: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_8 = V_0; String_t* L_9 = ___value2; XmlNameTable_t71772148 * L_10 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_11 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_8); 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_8, L_9, L_10, L_11); goto IL_004b; } // 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_0039; throw e; } CATCH_0039: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); Exception_t * L_12 = V_2; XsdValidatingReader_HandleError_m113321596(__this, _stringLiteral1875562103, L_12, /*hidden argument*/NULL); goto IL_004b; } // end catch (depth: 1) IL_004b: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateRestrictedSimpleTypeValue(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaDatatype&,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418 (XsdValidatingReader_t3961132625 * __this, XmlSchemaSimpleType_t2678868104 * ___st0, XmlSchemaDatatype_t322714710 ** ___dt1, String_t* ___normalized2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; XmlSchemaDatatype_t322714710 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_3 = NULL; int32_t V_4 = 0; String_t* V_5 = NULL; Exception_t * V_6 = NULL; XmlSchemaSimpleTypeUnion_t4071426880 * V_7 = NULL; String_t* V_8 = NULL; bool V_9 = false; RuntimeObject * V_10 = NULL; ObjectU5BU5D_t2843939325* V_11 = NULL; int32_t V_12 = 0; XmlSchemaSimpleTypeRestriction_t3925451115 * V_13 = NULL; XmlSchemaSimpleType_t2678868104 * V_14 = NULL; int32_t V_15 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchemaSimpleType_t2678868104 * L_0 = ___st0; NullCheck(L_0); int32_t L_1 = XmlSchemaType_get_DerivedBy_m1544461244(L_0, /*hidden argument*/NULL); V_15 = L_1; int32_t L_2 = V_15; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_019b; } } { int32_t L_3 = V_15; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0026; } } { int32_t L_4 = V_15; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_00dc; } } { goto IL_0204; } IL_0026: { XmlSchemaSimpleType_t2678868104 * L_5 = ___st0; NullCheck(L_5); XmlSchemaSimpleTypeContent_t599285223 * L_6 = XmlSchemaSimpleType_get_Content_m2306047784(L_5, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); String_t* L_7 = ___normalized2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_8 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_7); StringU5BU5D_t1281789340* L_9 = String_Split_m3646115398(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; XmlSchemaSimpleTypeList_t472803608 * L_10 = V_3; NullCheck(L_10); RuntimeObject * L_11 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_10, /*hidden argument*/NULL); V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t472803608 * L_12 = V_3; NullCheck(L_12); RuntimeObject * L_13 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_12, /*hidden argument*/NULL); V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); V_4 = 0; goto IL_00cd; } IL_005e: { StringU5BU5D_t1281789340* L_14 = V_0; int32_t L_15 = V_4; NullCheck(L_14); int32_t L_16 = L_15; String_t* L_17 = (L_14)->GetAt(static_cast(L_16)); V_5 = L_17; String_t* L_18 = V_5; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007a; } } { goto IL_00c7; } IL_007a: { XmlSchemaDatatype_t322714710 * L_21 = V_1; if (!L_21) { goto IL_00b8; } } IL_0080: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_22 = V_1; String_t* L_23 = V_5; XmlNameTable_t71772148 * L_24 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_25 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_22); VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, L_25); goto IL_00b3; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_009a; throw e; } CATCH_009a: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t * L_26 = V_6; XsdValidatingReader_HandleError_m113321596(__this, _stringLiteral1173181887, L_26, /*hidden argument*/NULL); goto IL_00d7; } IL_00ae: { ; // IL_00ae: leave IL_00b3 } } // end catch (depth: 1) IL_00b3: { goto IL_00c7; } IL_00b8: { XmlSchemaSimpleType_t2678868104 * L_27 = V_2; XmlSchemaSimpleType_t2678868104 * L_28 = V_2; NullCheck(L_28); XmlSchemaDatatype_t322714710 * L_29 = XmlSchemaType_get_Datatype_m3072197688(L_28, /*hidden argument*/NULL); String_t* L_30 = V_5; XsdValidatingReader_AssessStringValid_m1169541260(__this, L_27, L_29, L_30, /*hidden argument*/NULL); } IL_00c7: { int32_t L_31 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)); } IL_00cd: { int32_t L_32 = V_4; StringU5BU5D_t1281789340* L_33 = V_0; NullCheck(L_33); if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length))))))) { goto IL_005e; } } IL_00d7: { goto IL_0204; } IL_00dc: { XmlSchemaSimpleType_t2678868104 * L_34 = ___st0; NullCheck(L_34); XmlSchemaSimpleTypeContent_t599285223 * L_35 = XmlSchemaSimpleType_get_Content_m2306047784(L_34, /*hidden argument*/NULL); V_7 = ((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_35, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)); String_t* L_36 = ___normalized2; V_8 = L_36; V_9 = (bool)0; XmlSchemaSimpleTypeUnion_t4071426880 * L_37 = V_7; NullCheck(L_37); ObjectU5BU5D_t2843939325* L_38 = XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707(L_37, /*hidden argument*/NULL); V_11 = L_38; V_12 = 0; goto IL_0174; } IL_0100: { ObjectU5BU5D_t2843939325* L_39 = V_11; int32_t L_40 = V_12; NullCheck(L_39); int32_t L_41 = L_40; RuntimeObject * L_42 = (L_39)->GetAt(static_cast(L_41)); V_10 = L_42; RuntimeObject * L_43 = V_10; V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_43, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); RuntimeObject * L_44 = V_10; V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_44, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_45 = V_1; if (!L_45) { goto IL_0147; } } IL_011d: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_46 = V_1; String_t* L_47 = V_8; XmlNameTable_t71772148 * L_48 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_49 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_46); VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_46, L_47, L_48, L_49); goto IL_0142; } // 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_0137; throw e; } CATCH_0137: { // begin catch(System.Exception) { goto IL_016e; } IL_013d: { ; // IL_013d: leave IL_0142 } } // end catch (depth: 1) IL_0142: { goto IL_0166; } IL_0147: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_50 = V_2; XmlSchemaSimpleType_t2678868104 * L_51 = V_2; NullCheck(L_51); XmlSchemaDatatype_t322714710 * L_52 = XmlSchemaType_get_Datatype_m3072197688(L_51, /*hidden argument*/NULL); String_t* L_53 = V_8; XsdValidatingReader_AssessStringValid_m1169541260(__this, L_50, L_52, L_53, /*hidden argument*/NULL); goto IL_0166; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_015b; throw e; } CATCH_015b: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) { goto IL_016e; } IL_0161: { ; // IL_0161: leave IL_0166 } } // end catch (depth: 1) IL_0166: { V_9 = (bool)1; goto IL_017f; } IL_016e: { int32_t L_54 = V_12; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1)); } IL_0174: { int32_t L_55 = V_12; ObjectU5BU5D_t2843939325* L_56 = V_11; NullCheck(L_56); if ((((int32_t)L_55) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_56)->max_length))))))) { goto IL_0100; } } IL_017f: { bool L_57 = V_9; if (L_57) { goto IL_0196; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral2905518974, /*hidden argument*/NULL); goto IL_0204; } IL_0196: { goto IL_0204; } IL_019b: { XmlSchemaSimpleType_t2678868104 * L_58 = ___st0; NullCheck(L_58); XmlSchemaSimpleTypeContent_t599285223 * L_59 = XmlSchemaSimpleType_get_Content_m2306047784(L_58, /*hidden argument*/NULL); V_13 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_59, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeRestriction_t3925451115 * L_60 = V_13; if (!L_60) { goto IL_01f7; } } { XmlSchemaSimpleType_t2678868104 * L_61 = ___st0; NullCheck(L_61); XmlSchemaType_t2033747345 * L_62 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(L_61, /*hidden argument*/NULL); V_14 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_62, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_63 = V_14; if (!L_63) { goto IL_01ce; } } { XmlSchemaSimpleType_t2678868104 * L_64 = V_14; XmlSchemaDatatype_t322714710 ** L_65 = ___dt1; XmlSchemaDatatype_t322714710 * L_66 = *((XmlSchemaDatatype_t322714710 **)L_65); String_t* L_67 = ___normalized2; XsdValidatingReader_AssessStringValid_m1169541260(__this, L_64, L_66, L_67, /*hidden argument*/NULL); } IL_01ce: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_68 = V_13; String_t* L_69 = ___normalized2; XmlNameTable_t71772148 * L_70 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_71 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_68); bool L_72 = XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315(L_68, L_69, L_70, L_71, /*hidden argument*/NULL); if (L_72) { goto IL_01f7; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1616044605, /*hidden argument*/NULL); goto IL_0204; } IL_01f7: { XmlSchemaDatatype_t322714710 ** L_73 = ___dt1; XmlSchemaSimpleType_t2678868104 * L_74 = ___st0; NullCheck(L_74); XmlSchemaDatatype_t322714710 * L_75 = XmlSchemaType_get_Datatype_m3072197688(L_74, /*hidden argument*/NULL); *((RuntimeObject **)(L_73)) = (RuntimeObject *)L_75; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_73), (RuntimeObject *)L_75); goto IL_0204; } IL_0204: { return; } } // System.Object Mono.Xml.Schema.XsdValidatingReader::GetXsiType(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XsdValidatingReader_GetXsiType_m1893979151 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_GetXsiType_m1893979151_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; { V_0 = NULL; String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_1 = XmlQualifiedName_Parse_m1187782343(NULL /*static, unused*/, L_0, __this, /*hidden argument*/NULL); V_1 = L_1; XmlQualifiedName_t2760654312 * L_2 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_3 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); bool L_4 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0025; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_5 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_5; goto IL_0044; } IL_0025: { XmlQualifiedName_t2760654312 * L_6 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_7 = XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { XmlQualifiedName_t2760654312 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_9 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_8, /*hidden argument*/NULL); V_0 = L_9; goto IL_0044; } IL_003c: { XmlQualifiedName_t2760654312 * L_10 = V_1; XmlSchemaType_t2033747345 * L_11 = XsdValidatingReader_FindType_m920860657(__this, L_10, /*hidden argument*/NULL); V_0 = L_11; } IL_0044: { RuntimeObject * L_12 = V_0; return L_12; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessLocalTypeDerivationOK(System.Object,System.Object,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455 (XsdValidatingReader_t3961132625 * __this, RuntimeObject * ___xsiType0, RuntimeObject * ___baseType1, int32_t ___flag2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; XmlSchemaComplexType_t3740801802 * V_1 = NULL; XmlSchemaComplexType_t3740801802 * V_2 = NULL; XmlSchemaValidationException_t816160496 * V_3 = NULL; XmlSchemaSimpleType_t2678868104 * V_4 = NULL; XmlSchemaValidationException_t816160496 * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { RuntimeObject * L_0 = ___xsiType0; V_0 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); RuntimeObject * L_1 = ___baseType1; V_1 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_2 = V_0; V_2 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_2, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); RuntimeObject * L_3 = ___xsiType0; RuntimeObject * L_4 = ___baseType1; if ((((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_4))) { goto IL_0062; } } { XmlSchemaComplexType_t3740801802 * L_5 = V_1; if (!L_5) { goto IL_002c; } } { int32_t L_6 = ___flag2; XmlSchemaComplexType_t3740801802 * L_7 = V_1; NullCheck(L_7); int32_t L_8 = XmlSchemaComplexType_get_BlockResolved_m796516093(L_7, /*hidden argument*/NULL); ___flag2 = ((int32_t)((int32_t)L_6|(int32_t)L_8)); } IL_002c: { int32_t L_9 = ___flag2; if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255))))) { goto IL_0043; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral3843559100, /*hidden argument*/NULL); return; } IL_0043: { XmlSchemaType_t2033747345 * L_10 = V_0; if (!L_10) { goto IL_0062; } } { int32_t L_11 = ___flag2; XmlSchemaType_t2033747345 * L_12 = V_0; NullCheck(L_12); int32_t L_13 = XmlSchemaType_get_DerivedBy_m1544461244(L_12, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_11&(int32_t)L_13))) { goto IL_0062; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral3843559100, /*hidden argument*/NULL); return; } IL_0062: { XmlSchemaComplexType_t3740801802 * L_14 = V_2; if (!L_14) { goto IL_0088; } } IL_0068: try { // begin try (depth: 1) XmlSchemaComplexType_t3740801802 * L_15 = V_2; RuntimeObject * L_16 = ___baseType1; NullCheck(L_15); XmlSchemaComplexType_ValidateTypeDerivationOK_m3552271659(L_15, L_16, (ValidationEventHandler_t791314227 *)NULL, (XmlSchema_t3742557897 *)NULL, /*hidden argument*/NULL); goto IL_0083; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0076; throw e; } CATCH_0076: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_3 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_17 = V_3; XsdValidatingReader_HandleError_m788217494(__this, L_17, /*hidden argument*/NULL); goto IL_0083; } // end catch (depth: 1) IL_0083: { goto IL_00d7; } IL_0088: { RuntimeObject * L_18 = ___xsiType0; V_4 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_19 = V_4; if (!L_19) { goto IL_00bc; } } IL_0097: try { // begin try (depth: 1) XmlSchemaSimpleType_t2678868104 * L_20 = V_4; RuntimeObject * L_21 = ___baseType1; NullCheck(L_20); XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113(L_20, L_21, (ValidationEventHandler_t791314227 *)NULL, (XmlSchema_t3742557897 *)NULL, (bool)1, /*hidden argument*/NULL); goto IL_00b7; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00a8; throw e; } CATCH_00a8: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_5 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_22 = V_5; XsdValidatingReader_HandleError_m788217494(__this, L_22, /*hidden argument*/NULL); goto IL_00b7; } // end catch (depth: 1) IL_00b7: { goto IL_00d7; } IL_00bc: { RuntimeObject * L_23 = ___xsiType0; if (!((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_23, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))) { goto IL_00cc; } } { goto IL_00d7; } IL_00cc: { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1058329276, /*hidden argument*/NULL); } IL_00d7: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStartElementSchemaValidity() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStartElementSchemaValidity_m4258776490 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessStartElementSchemaValidity_m4258776490_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; String_t* V_2 = NULL; RuntimeObject * V_3 = NULL; XmlSchemaType_t2033747345 * V_4 = NULL; XmlSchemaType_t2033747345 * V_5 = NULL; XmlSchemaComplexType_t3740801802 * V_6 = NULL; XsdValidationState_t376578997 * V_7 = NULL; XmlSchemaComplexType_t3740801802 * V_8 = NULL; int32_t V_9 = 0; { int32_t L_0 = __this->get_xsiNilDepth_20(); if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_002d; } } { int32_t L_1 = __this->get_xsiNilDepth_20(); XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_2); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_002d; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral4019370047, /*hidden argument*/NULL); } IL_002d: { XsdValidatingReader_ValidateStartElementParticle_m3795929691(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_4, _stringLiteral2910234592, _stringLiteral2474808697); V_0 = L_5; String_t* L_6 = V_0; if (!L_6) { goto IL_005b; } } { String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_8 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_7); String_t* L_9 = String_Trim_m3384720403(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; } IL_005b: { String_t* L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_10, _stringLiteral4002445229, /*hidden argument*/NULL); V_1 = L_11; bool L_12 = V_1; if (!L_12) { goto IL_008a; } } { int32_t L_13 = __this->get_xsiNilDepth_20(); if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_008a; } } { XmlReader_t3121518892 * L_14 = __this->get_reader_3(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_14); __this->set_xsiNilDepth_20(L_15); } IL_008a: { XmlReader_t3121518892 * L_16 = __this->get_reader_3(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_16, _stringLiteral3243520166, _stringLiteral2474808697); V_2 = L_17; String_t* L_18 = V_2; if (!L_18) { goto IL_01e7; } } { String_t* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_20 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_19); String_t* L_21 = String_Trim_m3384720403(L_19, L_20, /*hidden argument*/NULL); V_2 = L_21; String_t* L_22 = V_2; RuntimeObject * L_23 = XsdValidatingReader_GetXsiType_m1893979151(__this, L_22, /*hidden argument*/NULL); V_3 = L_23; RuntimeObject * L_24 = V_3; if (L_24) { goto IL_00db; } } { String_t* L_25 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1204208480, L_25, _stringLiteral3450648448, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_26, /*hidden argument*/NULL); goto IL_01e7; } IL_00db: { RuntimeObject * L_27 = V_3; V_4 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_27, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_28 = V_4; if (!L_28) { goto IL_0167; } } { XsdValidationContext_t1104170526 * L_29 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_29); XmlSchemaElement_t427880856 * L_30 = XsdValidationContext_get_Element_m3113801807(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_0167; } } { XsdValidationContext_t1104170526 * L_31 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_31); XmlSchemaElement_t427880856 * L_32 = XsdValidationContext_get_Element_m3113801807(L_31, /*hidden argument*/NULL); NullCheck(L_32); RuntimeObject * L_33 = XmlSchemaElement_get_ElementType_m1141810192(L_32, /*hidden argument*/NULL); V_5 = ((XmlSchemaType_t2033747345 *)IsInstClass((RuntimeObject*)L_33, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_34 = V_5; if (!L_34) { goto IL_0137; } } { XmlSchemaType_t2033747345 * L_35 = V_4; NullCheck(L_35); int32_t L_36 = XmlSchemaType_get_DerivedBy_m1544461244(L_35, /*hidden argument*/NULL); XmlSchemaType_t2033747345 * L_37 = V_5; NullCheck(L_37); int32_t L_38 = XmlSchemaType_get_FinalResolved_m213206105(L_37, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_36&(int32_t)L_38))) { goto IL_0137; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1885088375, /*hidden argument*/NULL); } IL_0137: { XmlSchemaType_t2033747345 * L_39 = V_5; RuntimeObject * L_40 = V_3; if ((((RuntimeObject*)(XmlSchemaType_t2033747345 *)L_39) == ((RuntimeObject*)(RuntimeObject *)L_40))) { goto IL_0167; } } { XmlSchemaType_t2033747345 * L_41 = V_4; NullCheck(L_41); int32_t L_42 = XmlSchemaType_get_DerivedBy_m1544461244(L_41, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_43 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_43); XmlSchemaElement_t427880856 * L_44 = XsdValidationContext_get_Element_m3113801807(L_43, /*hidden argument*/NULL); NullCheck(L_44); int32_t L_45 = XmlSchemaElement_get_BlockResolved_m1163706590(L_44, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_42&(int32_t)L_45))) { goto IL_0167; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral2312602487, /*hidden argument*/NULL); } IL_0167: { RuntimeObject * L_46 = V_3; V_6 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_46, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_47 = V_6; if (!L_47) { goto IL_019d; } } { XmlSchemaComplexType_t3740801802 * L_48 = V_6; NullCheck(L_48); bool L_49 = XmlSchemaComplexType_get_IsAbstract_m422868336(L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_019d; } } { String_t* L_50 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_51 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1124906105, L_50, _stringLiteral3450648448, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_51, /*hidden argument*/NULL); goto IL_01e7; } IL_019d: { XsdValidationContext_t1104170526 * L_52 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_52); XmlSchemaElement_t427880856 * L_53 = XsdValidationContext_get_Element_m3113801807(L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_01d4; } } { RuntimeObject * L_54 = V_3; XsdValidationContext_t1104170526 * L_55 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_55); XmlSchemaElement_t427880856 * L_56 = XsdValidationContext_get_Element_m3113801807(L_55, /*hidden argument*/NULL); NullCheck(L_56); RuntimeObject * L_57 = XmlSchemaElement_get_ElementType_m1141810192(L_56, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_58 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_58); XmlSchemaElement_t427880856 * L_59 = XsdValidationContext_get_Element_m3113801807(L_58, /*hidden argument*/NULL); NullCheck(L_59); int32_t L_60 = XmlSchemaElement_get_BlockResolved_m1163706590(L_59, /*hidden argument*/NULL); XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455(__this, L_54, L_57, L_60, /*hidden argument*/NULL); } IL_01d4: { RuntimeObject * L_61 = V_3; XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427(__this, L_61, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_62 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); RuntimeObject * L_63 = V_3; NullCheck(L_62); XsdValidationContext_set_XsiType_m3869708642(L_62, L_63, /*hidden argument*/NULL); } IL_01e7: { XsdValidationContext_t1104170526 * L_64 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_64); XmlSchemaElement_t427880856 * L_65 = XsdValidationContext_get_Element_m3113801807(L_64, /*hidden argument*/NULL); if (L_65) { goto IL_0234; } } { XsdParticleStateManager_t726654767 * L_66 = __this->get_state_18(); XmlReader_t3121518892 * L_67 = __this->get_reader_3(); NullCheck(L_67); String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_67); XmlReader_t3121518892 * L_69 = __this->get_reader_3(); NullCheck(L_69); String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_69); XmlSchemaElement_t427880856 * L_71 = XsdValidatingReader_FindElement_m3140492201(__this, L_68, L_70, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_CurrentElement_2(L_71); XsdValidationContext_t1104170526 * L_72 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); XsdParticleStateManager_t726654767 * L_73 = __this->get_state_18(); NullCheck(L_73); XmlSchemaElement_t427880856 * L_74 = L_73->get_CurrentElement_2(); NullCheck(L_72); XsdValidationContext_PushCurrentElement_m597195406(L_72, L_74, /*hidden argument*/NULL); } IL_0234: { XsdValidationContext_t1104170526 * L_75 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_75); XmlSchemaElement_t427880856 * L_76 = XsdValidationContext_get_Element_m3113801807(L_75, /*hidden argument*/NULL); if (!L_76) { goto IL_0260; } } { XsdValidationContext_t1104170526 * L_77 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_77); RuntimeObject * L_78 = XsdValidationContext_get_XsiType_m602237419(L_77, /*hidden argument*/NULL); if (L_78) { goto IL_025b; } } { String_t* L_79 = V_0; XsdValidatingReader_AssessElementLocallyValidElement_m34567416(__this, L_79, /*hidden argument*/NULL); } IL_025b: { goto IL_02fd; } IL_0260: { XsdParticleStateManager_t726654767 * L_80 = __this->get_state_18(); NullCheck(L_80); int32_t L_81 = XsdParticleStateManager_get_ProcessContents_m320568984(L_80, /*hidden argument*/NULL); V_9 = L_81; int32_t L_82 = V_9; if ((((int32_t)L_82) == ((int32_t)1))) { goto IL_0282; } } { int32_t L_83 = V_9; if ((((int32_t)L_83) == ((int32_t)2))) { goto IL_0287; } } { goto IL_028c; } IL_0282: { goto IL_02fd; } IL_0287: { goto IL_02fd; } IL_028c: { String_t* L_84 = V_2; if (L_84) { goto IL_02f8; } } { XmlSchemaSet_t266093086 * L_85 = __this->get_schemas_8(); XmlReader_t3121518892 * L_86 = __this->get_reader_3(); NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_86); NullCheck(L_85); bool L_88 = XmlSchemaSet_Contains_m2963568736(L_85, L_87, /*hidden argument*/NULL); if (L_88) { goto IL_02c8; } } { XmlSchemaSet_t266093086 * L_89 = __this->get_schemas_8(); XmlReader_t3121518892 * L_90 = __this->get_reader_3(); NullCheck(L_90); String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_90); NullCheck(L_89); bool L_92 = XmlSchemaSet_MissedSubComponents_m3092777572(L_89, L_91, /*hidden argument*/NULL); if (L_92) { goto IL_02f8; } } IL_02c8: { XmlReader_t3121518892 * L_93 = __this->get_reader_3(); NullCheck(L_93); String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_93); XmlReader_t3121518892 * L_95 = __this->get_reader_3(); NullCheck(L_95); String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_95); XmlQualifiedName_t2760654312 * L_97 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_97, L_94, L_96, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_98 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral2917334350, L_97, _stringLiteral3514643998, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_98, /*hidden argument*/NULL); } IL_02f8: { goto IL_02fd; } IL_02fd: { XsdParticleStateManager_t726654767 * L_99 = __this->get_state_18(); NullCheck(L_99); XsdParticleStateManager_PushContext_m2855507590(L_99, /*hidden argument*/NULL); V_7 = (XsdValidationState_t376578997 *)NULL; XsdParticleStateManager_t726654767 * L_100 = __this->get_state_18(); NullCheck(L_100); int32_t L_101 = XsdParticleStateManager_get_ProcessContents_m320568984(L_100, /*hidden argument*/NULL); if ((!(((uint32_t)L_101) == ((uint32_t)1)))) { goto IL_0332; } } { XmlReader_t3121518892 * L_102 = __this->get_reader_3(); NullCheck(L_102); int32_t L_103 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_102); __this->set_skipValidationDepth_19(L_103); goto IL_0399; } IL_0332: { RuntimeObject * L_104 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); V_8 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_104, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_105 = V_8; if (!L_105) { goto IL_035f; } } { XsdParticleStateManager_t726654767 * L_106 = __this->get_state_18(); XmlSchemaComplexType_t3740801802 * L_107 = V_8; NullCheck(L_107); XmlSchemaParticle_t3828501457 * L_108 = XmlSchemaComplexType_get_ValidatableParticle_m3083925611(L_107, /*hidden argument*/NULL); NullCheck(L_106); XsdValidationState_t376578997 * L_109 = XsdParticleStateManager_Create_m2901984299(L_106, L_108, /*hidden argument*/NULL); V_7 = L_109; goto IL_0399; } IL_035f: { XsdParticleStateManager_t726654767 * L_110 = __this->get_state_18(); NullCheck(L_110); int32_t L_111 = XsdParticleStateManager_get_ProcessContents_m320568984(L_110, /*hidden argument*/NULL); if ((!(((uint32_t)L_111) == ((uint32_t)2)))) { goto IL_0387; } } { XsdParticleStateManager_t726654767 * L_112 = __this->get_state_18(); XmlSchemaAny_t1119175207 * L_113 = XmlSchemaAny_get_AnyTypeContent_m1524638066(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_112); XsdValidationState_t376578997 * L_114 = XsdParticleStateManager_Create_m2901984299(L_112, L_113, /*hidden argument*/NULL); V_7 = L_114; goto IL_0399; } IL_0387: { XsdParticleStateManager_t726654767 * L_115 = __this->get_state_18(); XmlSchemaParticle_t3828501457 * L_116 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); NullCheck(L_115); XsdValidationState_t376578997 * L_117 = XsdParticleStateManager_Create_m2901984299(L_115, L_116, /*hidden argument*/NULL); V_7 = L_117; } IL_0399: { XsdValidationContext_t1104170526 * L_118 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); XsdValidationState_t376578997 * L_119 = V_7; NullCheck(L_118); L_118->set_State_1(L_119); bool L_120 = __this->get_checkKeyConstraints_13(); if (!L_120) { goto IL_03bd; } } { XsdValidatingReader_ValidateKeySelectors_m1622231840(__this, /*hidden argument*/NULL); XsdValidatingReader_ValidateKeyFields_m3739521519(__this, /*hidden argument*/NULL); } IL_03bd: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessElementLocallyValidElement(System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessElementLocallyValidElement_m34567416 (XsdValidatingReader_t3961132625 * __this, String_t* ___xsiNilValue0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessElementLocallyValidElement_m34567416_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; String_t* V_2 = NULL; { XsdValidationContext_t1104170526 * L_0 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaElement_t427880856 * L_1 = XsdValidationContext_get_Element_m3113801807(L_0, /*hidden argument*/NULL); V_0 = L_1; XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_2); XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_4); XmlQualifiedName_t2760654312 * L_6 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_6, L_3, L_5, /*hidden argument*/NULL); V_1 = L_6; XmlSchemaElement_t427880856 * L_7 = V_0; if (L_7) { goto IL_003f; } } { XmlQualifiedName_t2760654312 * L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_9 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2615129927, L_8, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_9, /*hidden argument*/NULL); } IL_003f: { XmlSchemaElement_t427880856 * L_10 = V_0; NullCheck(L_10); bool L_11 = XmlSchemaElement_get_ActualIsAbstract_m2408989479(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005b; } } { XmlQualifiedName_t2760654312 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral456507238, L_12, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_13, /*hidden argument*/NULL); } IL_005b: { XmlSchemaElement_t427880856 * L_14 = V_0; NullCheck(L_14); bool L_15 = XmlSchemaElement_get_ActualIsNillable_m2062928573(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0082; } } { String_t* L_16 = ___xsiNilValue0; if (!L_16) { goto IL_0082; } } { XmlQualifiedName_t2760654312 * L_17 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2592472267, L_17, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_18, /*hidden argument*/NULL); goto IL_00b3; } IL_0082: { String_t* L_19 = ___xsiNilValue0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_20 = String_op_Equality_m920492651(NULL /*static, unused*/, L_19, _stringLiteral4002445229, /*hidden argument*/NULL); if (!L_20) { goto IL_00b3; } } { XmlSchemaElement_t427880856 * L_21 = V_0; NullCheck(L_21); String_t* L_22 = XmlSchemaElement_get_ValidatedFixedValue_m2283540330(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00b3; } } { XmlQualifiedName_t2760654312 * L_23 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_24 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral3538420575, L_23, _stringLiteral3410263759, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_24, /*hidden argument*/NULL); } IL_00b3: { XmlReader_t3121518892 * L_25 = __this->get_reader_3(); NullCheck(L_25); String_t* L_26 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_25, _stringLiteral3243520166, _stringLiteral2474808697); V_2 = L_26; String_t* L_27 = V_2; if (!L_27) { goto IL_0103; } } { XsdValidationContext_t1104170526 * L_28 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); String_t* L_29 = V_2; RuntimeObject * L_30 = XsdValidatingReader_GetXsiType_m1893979151(__this, L_29, /*hidden argument*/NULL); NullCheck(L_28); XsdValidationContext_set_XsiType_m3869708642(L_28, L_30, /*hidden argument*/NULL); XsdValidationContext_t1104170526 * L_31 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_31); RuntimeObject * L_32 = XsdValidationContext_get_XsiType_m602237419(L_31, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_33 = V_0; NullCheck(L_33); RuntimeObject * L_34 = XmlSchemaElement_get_ElementType_m1141810192(L_33, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_35 = V_0; NullCheck(L_35); int32_t L_36 = XmlSchemaElement_get_BlockResolved_m1163706590(L_35, /*hidden argument*/NULL); XsdValidatingReader_AssessLocalTypeDerivationOK_m333613455(__this, L_32, L_34, L_36, /*hidden argument*/NULL); goto IL_010f; } IL_0103: { XsdValidationContext_t1104170526 * L_37 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_37); XsdValidationContext_set_XsiType_m3869708642(L_37, NULL, /*hidden argument*/NULL); } IL_010f: { XmlSchemaElement_t427880856 * L_38 = V_0; NullCheck(L_38); RuntimeObject * L_39 = XmlSchemaElement_get_ElementType_m1141810192(L_38, /*hidden argument*/NULL); if (!L_39) { goto IL_0126; } } { RuntimeObject * L_40 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427(__this, L_40, /*hidden argument*/NULL); } IL_0126: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessStartElementLocallyValidType(System.Object) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427 (XsdValidatingReader_t3961132625 * __this, RuntimeObject * ___schemaType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessStartElementLocallyValidType_m3390505427_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaComplexType_t3740801802 * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; String_t* V_2 = NULL; Dictionary_2_t2736202052 * V_3 = NULL; int32_t V_4 = 0; { RuntimeObject * L_0 = ___schemaType0; if (L_0) { goto IL_0012; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1783617099, /*hidden argument*/NULL); return; } IL_0012: { RuntimeObject * L_1 = ___schemaType0; V_0 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); RuntimeObject * L_2 = ___schemaType0; V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_2, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_3 = V_1; if (!L_3) { goto IL_012c; } } { goto IL_010b; } IL_002b: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_6 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, _stringLiteral2829469855, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } { goto IL_010b; } IL_004a: { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_8, _stringLiteral2474808697, /*hidden argument*/NULL); if (!L_9) { goto IL_006f; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral115635305, /*hidden argument*/NULL); } IL_006f: { XmlReader_t3121518892 * L_10 = __this->get_reader_3(); NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_10); V_2 = L_11; String_t* L_12 = V_2; if (!L_12) { goto IL_00eb; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_13 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3_29(); if (L_13) { goto IL_00c8; } } { Dictionary_2_t2736202052 * L_14 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_14, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_3 = L_14; Dictionary_2_t2736202052 * L_15 = V_3; NullCheck(L_15); Dictionary_2_Add_m282647386(L_15, _stringLiteral3243520166, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_16 = V_3; NullCheck(L_16); Dictionary_2_Add_m282647386(L_16, _stringLiteral2910234592, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_17 = V_3; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral4101407196, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_3; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral4141044439, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_3; IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map3_29(L_19); } IL_00c8: { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_20 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map3_29(); String_t* L_21 = V_2; NullCheck(L_20); bool L_22 = Dictionary_2_TryGetValue_m1013208020(L_20, L_21, (&V_4), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_22) { goto IL_00eb; } } { int32_t L_23 = V_4; if (!L_23) { goto IL_00e6; } } { goto IL_00eb; } IL_00e6: { goto IL_010b; } IL_00eb: { XmlReader_t3121518892 * L_24 = __this->get_reader_3(); NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4014773751, L_25, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_26, /*hidden argument*/NULL); goto IL_010b; } IL_010b: { XmlReader_t3121518892 * L_27 = __this->get_reader_3(); NullCheck(L_27); bool L_28 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_27); if (L_28) { goto IL_002b; } } { XmlReader_t3121518892 * L_29 = __this->get_reader_3(); NullCheck(L_29); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_29); goto IL_0150; } IL_012c: { XmlSchemaComplexType_t3740801802 * L_30 = V_0; if (!L_30) { goto IL_0150; } } { XmlSchemaComplexType_t3740801802 * L_31 = V_0; NullCheck(L_31); bool L_32 = XmlSchemaComplexType_get_IsAbstract_m422868336(L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0149; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral3538471249, /*hidden argument*/NULL); return; } IL_0149: { XmlSchemaComplexType_t3740801802 * L_33 = V_0; XsdValidatingReader_AssessElementLocallyValidComplexType_m1995389041(__this, L_33, /*hidden argument*/NULL); } IL_0150: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessElementLocallyValidComplexType(System.Xml.Schema.XmlSchemaComplexType) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessElementLocallyValidComplexType_m1995389041 (XsdValidatingReader_t3961132625 * __this, XmlSchemaComplexType_t3740801802 * ___cType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessElementLocallyValidComplexType_m1995389041_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2760654312 * V_0 = NULL; XmlSchemaObject_t1315720168 * V_1 = NULL; XmlSchemaAttribute_t2797257020 * V_2 = NULL; DictionaryEntry_t3123975638 V_3; memset(&V_3, 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; XmlSchemaAttribute_t2797257020 * V_5 = NULL; String_t* V_6 = NULL; Dictionary_2_t2736202052 * V_7 = NULL; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchemaComplexType_t3740801802 * L_0 = ___cType0; NullCheck(L_0); bool L_1 = XmlSchemaComplexType_get_IsAbstract_m422868336(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral3538471249, /*hidden argument*/NULL); } IL_0016: { XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); bool L_3 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_2); if (!L_3) { goto IL_0114; } } IL_0026: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_4); V_6 = L_5; String_t* L_6 = V_6; if (!L_6) { goto IL_0091; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_7 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4_30(); if (L_7) { goto IL_006d; } } { Dictionary_2_t2736202052 * L_8 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_8, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_7 = L_8; Dictionary_2_t2736202052 * L_9 = V_7; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral2829469855, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_7; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral2474808697, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_7; IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4_30(L_11); } IL_006d: { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_12 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4_30(); String_t* L_13 = V_6; NullCheck(L_12); bool L_14 = Dictionary_2_TryGetValue_m1013208020(L_12, L_13, (&V_8), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_14) { goto IL_0091; } } { int32_t L_15 = V_8; if (!L_15) { goto IL_008c; } } { goto IL_0091; } IL_008c: { goto IL_00f8; } IL_0091: { XmlReader_t3121518892 * L_16 = __this->get_reader_3(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_16); XmlReader_t3121518892 * L_18 = __this->get_reader_3(); NullCheck(L_18); String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_18); XmlQualifiedName_t2760654312 * L_20 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_20, L_17, L_19, /*hidden argument*/NULL); V_0 = L_20; XmlReader_t3121518892 * L_21 = __this->get_reader_3(); NullCheck(L_21); String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_21); XmlSchemaSet_t266093086 * L_23 = __this->get_schemas_8(); XmlSchemaComplexType_t3740801802 * L_24 = ___cType0; XmlQualifiedName_t2760654312 * L_25 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaObject_t1315720168 * L_26 = XmlSchemaUtil_FindAttributeDeclaration_m1889570336(NULL /*static, unused*/, L_22, L_23, L_24, L_25, /*hidden argument*/NULL); V_1 = L_26; XmlSchemaObject_t1315720168 * L_27 = V_1; if (L_27) { goto IL_00dd; } } { XmlQualifiedName_t2760654312 * L_28 = V_0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3075905666, L_28, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_29, /*hidden argument*/NULL); } IL_00dd: { XmlSchemaObject_t1315720168 * L_30 = V_1; V_2 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_30, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_31 = V_2; if (!L_31) { goto IL_00f8; } } { XmlSchemaAttribute_t2797257020 * L_32 = V_2; XsdValidatingReader_AssessAttributeLocallyValidUse_m2734845558(__this, L_32, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_33 = V_2; XsdValidatingReader_AssessAttributeLocallyValid_m434155488(__this, L_33, /*hidden argument*/NULL); } IL_00f8: { XmlReader_t3121518892 * L_34 = __this->get_reader_3(); NullCheck(L_34); bool L_35 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_34); if (L_35) { goto IL_0026; } } { XmlReader_t3121518892 * L_36 = __this->get_reader_3(); NullCheck(L_36); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_36); } IL_0114: { XmlSchemaComplexType_t3740801802 * L_37 = ___cType0; NullCheck(L_37); XmlSchemaObjectTable_t2546974348 * L_38 = XmlSchemaComplexType_get_AttributeUses_m3736990879(L_37, /*hidden argument*/NULL); NullCheck(L_38); RuntimeObject* L_39 = XmlSchemaObjectTable_GetEnumerator_m810751834(L_38, /*hidden argument*/NULL); V_4 = L_39; } IL_0121: try { // begin try (depth: 1) { goto IL_01c9; } IL_0126: { RuntimeObject* L_40 = V_4; NullCheck(L_40); RuntimeObject * L_41 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_40); V_3 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_41, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_42 = DictionaryEntry_get_Value_m618120527((&V_3), /*hidden argument*/NULL); V_5 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_42, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlReader_t3121518892 * L_43 = __this->get_reader_3(); XmlSchemaAttribute_t2797257020 * L_44 = V_5; NullCheck(L_44); XmlQualifiedName_t2760654312 * L_45 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_44, /*hidden argument*/NULL); NullCheck(L_45); String_t* L_46 = XmlQualifiedName_get_Name_m815040483(L_45, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_47 = V_5; NullCheck(L_47); XmlQualifiedName_t2760654312 * L_48 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_47, /*hidden argument*/NULL); NullCheck(L_48); String_t* L_49 = XmlQualifiedName_get_Namespace_m3957593392(L_48, /*hidden argument*/NULL); NullCheck(L_43); String_t* L_50 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_Item(System.String,System.String) */, L_43, L_46, L_49); if (L_50) { goto IL_01c9; } } IL_0169: { XmlSchemaAttribute_t2797257020 * L_51 = V_5; NullCheck(L_51); int32_t L_52 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_51, /*hidden argument*/NULL); if ((!(((uint32_t)L_52) == ((uint32_t)3)))) { goto IL_01a3; } } IL_0176: { XmlSchemaAttribute_t2797257020 * L_53 = V_5; NullCheck(L_53); String_t* L_54 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_53, /*hidden argument*/NULL); if (L_54) { goto IL_01a3; } } IL_0182: { XmlSchemaAttribute_t2797257020 * L_55 = V_5; NullCheck(L_55); XmlQualifiedName_t2760654312 * L_56 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_55, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral965762567, L_56, _stringLiteral2086747346, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_57, /*hidden argument*/NULL); goto IL_01c9; } IL_01a3: { XmlSchemaAttribute_t2797257020 * L_58 = V_5; NullCheck(L_58); String_t* L_59 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_58, /*hidden argument*/NULL); if (L_59) { goto IL_01bb; } } IL_01af: { XmlSchemaAttribute_t2797257020 * L_60 = V_5; NullCheck(L_60); String_t* L_61 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_60, /*hidden argument*/NULL); if (!L_61) { goto IL_01c9; } } IL_01bb: { ArrayList_t2718874744 * L_62 = __this->get_defaultAttributesCache_25(); XmlSchemaAttribute_t2797257020 * L_63 = V_5; NullCheck(L_62); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_62, L_63); } IL_01c9: { RuntimeObject* L_64 = V_4; NullCheck(L_64); bool L_65 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_64); if (L_65) { goto IL_0126; } } IL_01d5: { IL2CPP_LEAVE(0x1F0, FINALLY_01da); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01da; } FINALLY_01da: { // begin finally (depth: 1) { RuntimeObject* L_66 = V_4; V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_66, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_67 = V_9; if (L_67) { goto IL_01e8; } } IL_01e7: { IL2CPP_END_FINALLY(474) } IL_01e8: { RuntimeObject* L_68 = V_9; NullCheck(L_68); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_68); IL2CPP_END_FINALLY(474) } } // end finally (depth: 1) IL2CPP_CLEANUP(474) { IL2CPP_JUMP_TBL(0x1F0, IL_01f0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01f0: { ArrayList_t2718874744 * L_69 = __this->get_defaultAttributesCache_25(); NullCheck(L_69); int32_t L_70 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_69); if (L_70) { goto IL_0210; } } { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_71 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_emptyAttributeArray_2(); __this->set_defaultAttributes_23(L_71); goto IL_0230; } IL_0210: { ArrayList_t2718874744 * L_72 = __this->get_defaultAttributesCache_25(); RuntimeTypeHandle_t3027515415 L_73 = { reinterpret_cast (XmlSchemaAttribute_t2797257020_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_74 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_73, /*hidden argument*/NULL); NullCheck(L_72); RuntimeArray * L_75 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_72, L_74); __this->set_defaultAttributes_23(((XmlSchemaAttributeU5BU5D_t346244693*)Castclass((RuntimeObject*)L_75, XmlSchemaAttributeU5BU5D_t346244693_il2cpp_TypeInfo_var))); } IL_0230: { ArrayList_t2718874744 * L_76 = __this->get_defaultAttributesCache_25(); NullCheck(L_76); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_76); return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessAttributeLocallyValid(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessAttributeLocallyValid_m434155488 (XsdValidatingReader_t3961132625 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessAttributeLocallyValid_m434155488_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaDatatype_t322714710 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject * V_2 = NULL; XmlSchemaSimpleType_t2678868104 * V_3 = NULL; Exception_t * V_4 = NULL; String_t* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchemaAttribute_t2797257020 * L_0 = ___attr0; NullCheck(L_0); RuntimeObject * L_1 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0021; } } { XmlSchemaAttribute_t2797257020 * L_2 = ___attr0; NullCheck(L_2); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral1348300605, L_3, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_4, /*hidden argument*/NULL); } IL_0021: { XmlSchemaAttribute_t2797257020 * L_5 = ___attr0; NullCheck(L_5); RuntimeObject * L_6 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_5, /*hidden argument*/NULL); V_0 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_7 = V_0; if (L_7) { goto IL_0044; } } { XmlSchemaAttribute_t2797257020 * L_8 = ___attr0; NullCheck(L_8); RuntimeObject * L_9 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_8, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaDatatype_t322714710 * L_10 = XmlSchemaType_get_Datatype_m3072197688(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_0 = L_10; } IL_0044: { XmlSchemaDatatype_t322714710 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_12 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaDatatype_t322714710 *)L_11) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_12)))) { goto IL_005a; } } { XmlSchemaAttribute_t2797257020 * L_13 = ___attr0; NullCheck(L_13); String_t* L_14 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_016c; } } IL_005a: { XmlSchemaDatatype_t322714710 * L_15 = V_0; XmlReader_t3121518892 * L_16 = __this->get_reader_3(); NullCheck(L_16); String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_16); NullCheck(L_15); String_t* L_18 = XmlSchemaDatatype_Normalize_m2737115427(L_15, L_17, /*hidden argument*/NULL); V_1 = L_18; V_2 = NULL; XmlSchemaAttribute_t2797257020 * L_19 = ___attr0; NullCheck(L_19); RuntimeObject * L_20 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_19, /*hidden argument*/NULL); V_3 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_20, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_21 = V_3; if (!L_21) { goto IL_008a; } } { XmlSchemaSimpleType_t2678868104 * L_22 = V_3; String_t* L_23 = V_1; XsdValidatingReader_ValidateRestrictedSimpleTypeValue_m3658790418(__this, L_22, (&V_0), L_23, /*hidden argument*/NULL); } IL_008a: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_24 = V_0; String_t* L_25 = V_1; XmlReader_t3121518892 * L_26 = __this->get_reader_3(); NullCheck(L_26); XmlNameTable_t71772148 * L_27 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_26); XmlNamespaceManager_t418790500 * L_28 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject * L_29 = 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_24, L_25, L_27, L_28); V_2 = L_29; goto IL_00cc; } // 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_00a8; throw e; } CATCH_00a8: { // begin catch(System.Exception) V_4 = ((Exception_t *)__exception_local); XmlSchemaDatatype_t322714710 * L_30 = V_0; NullCheck(L_30); int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_30); int32_t L_32 = L_31; RuntimeObject * L_33 = Box(XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var, &L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3566955845, L_33, /*hidden argument*/NULL); Exception_t * L_35 = V_4; XsdValidatingReader_HandleError_m113321596(__this, L_34, L_35, /*hidden argument*/NULL); goto IL_00cc; } // end catch (depth: 1) IL_00cc: { XmlSchemaAttribute_t2797257020 * L_36 = ___attr0; NullCheck(L_36); String_t* L_37 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_0121; } } { XmlSchemaAttribute_t2797257020 * L_38 = ___attr0; NullCheck(L_38); String_t* L_39 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_38, /*hidden argument*/NULL); String_t* L_40 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_0121; } } { XmlSchemaAttribute_t2797257020 * L_42 = ___attr0; NullCheck(L_42); XmlQualifiedName_t2760654312 * L_43 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_42, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral266168202, L_43, _stringLiteral1812571591, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_44, /*hidden argument*/NULL); XmlSchemaDatatype_t322714710 * L_45 = V_0; XmlSchemaAttribute_t2797257020 * L_46 = ___attr0; NullCheck(L_46); String_t* L_47 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_46, /*hidden argument*/NULL); XmlReader_t3121518892 * L_48 = __this->get_reader_3(); NullCheck(L_48); XmlNameTable_t71772148 * L_49 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_48); XmlNamespaceManager_t418790500 * L_50 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_45); RuntimeObject * L_51 = 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_45, L_47, L_49, L_50); V_2 = L_51; } IL_0121: { bool L_52 = __this->get_checkIdentity_11(); if (!L_52) { goto IL_016c; } } { XsdIDManager_t1008806102 * L_53 = __this->get_idManager_12(); XmlSchemaDatatype_t322714710 * L_54 = V_0; RuntimeObject * L_55 = V_2; ArrayList_t2718874744 * L_56 = __this->get_elementQNameStack_17(); ArrayList_t2718874744 * L_57 = __this->get_elementQNameStack_17(); NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57); NullCheck(L_56); RuntimeObject * L_59 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1))); NullCheck(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_59, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))); String_t* L_60 = XmlQualifiedName_get_Name_m815040483(((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_59, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); NullCheck(L_53); String_t* L_61 = XsdIDManager_AssessEachAttributeIdentityConstraint_m2959326767(L_53, L_54, L_55, L_60, /*hidden argument*/NULL); V_5 = L_61; String_t* L_62 = V_5; if (!L_62) { goto IL_016c; } } { String_t* L_63 = V_5; XsdValidatingReader_HandleError_m1118650946(__this, L_63, /*hidden argument*/NULL); } IL_016c: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessAttributeLocallyValidUse(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessAttributeLocallyValidUse_m2734845558 (XsdValidatingReader_t3961132625 * __this, XmlSchemaAttribute_t2797257020 * ___attr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_AssessAttributeLocallyValidUse_m2734845558_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaAttribute_t2797257020 * L_0 = ___attr0; NullCheck(L_0); int32_t L_1 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_0, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_0027; } } { XmlSchemaAttribute_t2797257020 * L_2 = ___attr0; NullCheck(L_2); XmlQualifiedName_t2760654312 * L_3 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_4 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral4156365330, L_3, _stringLiteral2127726692, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_4, /*hidden argument*/NULL); } IL_0027: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::AssessEndElementSchemaValidity() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_AssessEndElementSchemaValidity_m4115603069 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XsdValidatingReader_ValidateEndSimpleContent_m3425413609(__this, /*hidden argument*/NULL); XsdValidatingReader_ValidateEndElementParticle_m3377630758(__this, /*hidden argument*/NULL); bool L_0 = __this->get_checkKeyConstraints_13(); if (!L_0) { goto IL_001d; } } { XsdValidatingReader_ValidateEndElementKeyConstraints_m2157464943(__this, /*hidden argument*/NULL); } IL_001d: { int32_t L_1 = __this->get_xsiNilDepth_20(); XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_2); if ((!(((uint32_t)L_1) == ((uint32_t)L_3)))) { goto IL_003a; } } { __this->set_xsiNilDepth_20((-1)); } IL_003a: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateEndElementKeyConstraints() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateEndElementKeyConstraints_m2157464943 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateEndElementKeyConstraints_m2157464943_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyTable_t2156891743 * V_1 = NULL; int32_t V_2 = 0; XsdKeyEntry_t693496666 * V_3 = NULL; int32_t V_4 = 0; XsdKeyEntryField_t3552275292 * V_5 = NULL; int32_t V_6 = 0; XsdKeyTable_t2156891743 * V_7 = NULL; { V_0 = 0; goto IL_012c; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_keyTables_14(); int32_t L_1 = V_0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_1 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_2, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->get_StartDepth_7(); XmlReader_t3121518892 * L_5 = __this->get_reader_3(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_5); if ((!(((uint32_t)L_4) == ((uint32_t)L_6)))) { goto IL_003b; } } { XsdKeyTable_t2156891743 * L_7 = V_1; XsdValidatingReader_EndIdentityValidation_m3925567505(__this, L_7, /*hidden argument*/NULL); goto IL_0128; } IL_003b: { V_2 = 0; goto IL_0117; } IL_0042: { XsdKeyTable_t2156891743 * L_8 = V_1; NullCheck(L_8); XsdKeyEntryCollection_t3090959213 * L_9 = L_8->get_Entries_5(); int32_t L_10 = V_2; NullCheck(L_9); XsdKeyEntry_t693496666 * L_11 = XsdKeyEntryCollection_get_Item_m737924673(L_9, L_10, /*hidden argument*/NULL); V_3 = L_11; XsdKeyEntry_t693496666 * L_12 = V_3; NullCheck(L_12); int32_t L_13 = L_12->get_StartDepth_0(); XmlReader_t3121518892 * L_14 = __this->get_reader_3(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_14); if ((!(((uint32_t)L_13) == ((uint32_t)L_15)))) { goto IL_00b1; } } { XsdKeyEntry_t693496666 * L_16 = V_3; NullCheck(L_16); bool L_17 = XsdKeyEntry_get_KeyFound_m1513665906(L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0081; } } { XsdKeyTable_t2156891743 * L_18 = V_1; NullCheck(L_18); XsdKeyEntryCollection_t3090959213 * L_19 = L_18->get_FinishedEntries_6(); XsdKeyEntry_t693496666 * L_20 = V_3; NullCheck(L_19); XsdKeyEntryCollection_Add_m3577222576(L_19, L_20, /*hidden argument*/NULL); goto IL_009c; } IL_0081: { XsdKeyTable_t2156891743 * L_21 = V_1; NullCheck(L_21); XmlSchemaIdentityConstraint_t297318432 * L_22 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_21, /*hidden argument*/NULL); if (!((XmlSchemaKey_t3030860318 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var))) { goto IL_009c; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral4076669907, /*hidden argument*/NULL); } IL_009c: { XsdKeyTable_t2156891743 * L_23 = V_1; NullCheck(L_23); XsdKeyEntryCollection_t3090959213 * L_24 = L_23->get_Entries_5(); int32_t L_25 = V_2; NullCheck(L_24); CollectionBase_RemoveAt_m3336462814(L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1)); goto IL_0113; } IL_00b1: { V_4 = 0; goto IL_0101; } IL_00b9: { XsdKeyEntry_t693496666 * L_27 = V_3; NullCheck(L_27); XsdKeyEntryFieldCollection_t3698183622 * L_28 = L_27->get_KeyFields_4(); int32_t L_29 = V_4; NullCheck(L_28); XsdKeyEntryField_t3552275292 * L_30 = XsdKeyEntryFieldCollection_get_Item_m1321057123(L_28, L_29, /*hidden argument*/NULL); V_5 = L_30; XsdKeyEntryField_t3552275292 * L_31 = V_5; NullCheck(L_31); bool L_32 = L_31->get_FieldFound_2(); if (L_32) { goto IL_00fb; } } { XsdKeyEntryField_t3552275292 * L_33 = V_5; NullCheck(L_33); int32_t L_34 = L_33->get_FieldFoundDepth_9(); XmlReader_t3121518892 * L_35 = __this->get_reader_3(); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_35); if ((!(((uint32_t)L_34) == ((uint32_t)L_36)))) { goto IL_00fb; } } { XsdKeyEntryField_t3552275292 * L_37 = V_5; NullCheck(L_37); L_37->set_FieldFoundDepth_9(0); XsdKeyEntryField_t3552275292 * L_38 = V_5; NullCheck(L_38); L_38->set_FieldFoundPath_10((XsdIdentityPath_t991900844 *)NULL); } IL_00fb: { int32_t L_39 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)); } IL_0101: { int32_t L_40 = V_4; XsdKeyEntry_t693496666 * L_41 = V_3; NullCheck(L_41); XsdKeyEntryFieldCollection_t3698183622 * L_42 = L_41->get_KeyFields_4(); NullCheck(L_42); int32_t L_43 = CollectionBase_get_Count_m1708965601(L_42, /*hidden argument*/NULL); if ((((int32_t)L_40) < ((int32_t)L_43))) { goto IL_00b9; } } IL_0113: { int32_t L_44 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1)); } IL_0117: { int32_t L_45 = V_2; XsdKeyTable_t2156891743 * L_46 = V_1; NullCheck(L_46); XsdKeyEntryCollection_t3090959213 * L_47 = L_46->get_Entries_5(); NullCheck(L_47); int32_t L_48 = CollectionBase_get_Count_m1708965601(L_47, /*hidden argument*/NULL); if ((((int32_t)L_45) < ((int32_t)L_48))) { goto IL_0042; } } IL_0128: { int32_t L_49 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1)); } IL_012c: { int32_t L_50 = V_0; ArrayList_t2718874744 * L_51 = __this->get_keyTables_14(); NullCheck(L_51); int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_51); if ((((int32_t)L_50) < ((int32_t)L_52))) { goto IL_0007; } } { V_6 = 0; goto IL_0189; } IL_0145: { ArrayList_t2718874744 * L_53 = __this->get_keyTables_14(); int32_t L_54 = V_6; NullCheck(L_53); RuntimeObject * L_55 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_53, L_54); V_7 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_55, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_56 = V_7; NullCheck(L_56); int32_t L_57 = L_56->get_StartDepth_7(); XmlReader_t3121518892 * L_58 = __this->get_reader_3(); NullCheck(L_58); int32_t L_59 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_58); if ((!(((uint32_t)L_57) == ((uint32_t)L_59)))) { goto IL_0183; } } { ArrayList_t2718874744 * L_60 = __this->get_keyTables_14(); int32_t L_61 = V_6; NullCheck(L_60); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_60, L_61); int32_t L_62 = V_6; V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_62, (int32_t)1)); } IL_0183: { int32_t L_63 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0189: { int32_t L_64 = V_6; ArrayList_t2718874744 * L_65 = __this->get_keyTables_14(); NullCheck(L_65); int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_65); if ((((int32_t)L_64) < ((int32_t)L_66))) { goto IL_0145; } } { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateKeySelectors() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateKeySelectors_m1622231840 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateKeySelectors_m1622231840_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaIdentityConstraint_t297318432 * V_1 = NULL; XsdKeyTable_t2156891743 * V_2 = NULL; int32_t V_3 = 0; XsdKeyTable_t2156891743 * V_4 = NULL; XsdKeyEntry_t693496666 * V_5 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_tmpKeyrefPool_16(); if (!L_0) { goto IL_0016; } } { ArrayList_t2718874744 * L_1 = __this->get_tmpKeyrefPool_16(); NullCheck(L_1); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_1); } IL_0016: { XsdValidationContext_t1104170526 * L_2 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlSchemaElement_t427880856 * L_3 = XsdValidationContext_get_Element_m3113801807(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_00b9; } } { XsdValidationContext_t1104170526 * L_4 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlSchemaElement_t427880856 * L_5 = XsdValidationContext_get_Element_m3113801807(L_4, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaObjectCollection_t1064819932 * L_6 = XmlSchemaElement_get_Constraints_m591235259(L_5, /*hidden argument*/NULL); NullCheck(L_6); int32_t L_7 = CollectionBase_get_Count_m1708965601(L_6, /*hidden argument*/NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_00b9; } } { V_0 = 0; goto IL_009e; } IL_0048: { XsdValidationContext_t1104170526 * L_8 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_8); XmlSchemaElement_t427880856 * L_9 = XsdValidationContext_get_Element_m3113801807(L_8, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaObjectCollection_t1064819932 * L_10 = XmlSchemaElement_get_Constraints_m591235259(L_9, /*hidden argument*/NULL); int32_t L_11 = V_0; NullCheck(L_10); XmlSchemaObject_t1315720168 * L_12 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_10, L_11); V_1 = ((XmlSchemaIdentityConstraint_t297318432 *)CastclassClass((RuntimeObject*)L_12, XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var)); XmlSchemaIdentityConstraint_t297318432 * L_13 = V_1; XsdKeyTable_t2156891743 * L_14 = XsdValidatingReader_CreateNewKeyTable_m3992109590(__this, L_13, /*hidden argument*/NULL); V_2 = L_14; XmlSchemaIdentityConstraint_t297318432 * L_15 = V_1; if (!((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var))) { goto IL_009a; } } { ArrayList_t2718874744 * L_16 = __this->get_tmpKeyrefPool_16(); if (L_16) { goto IL_008d; } } { ArrayList_t2718874744 * L_17 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_17, /*hidden argument*/NULL); __this->set_tmpKeyrefPool_16(L_17); } IL_008d: { ArrayList_t2718874744 * L_18 = __this->get_tmpKeyrefPool_16(); XsdKeyTable_t2156891743 * L_19 = V_2; NullCheck(L_18); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_18, L_19); } IL_009a: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_009e: { int32_t L_21 = V_0; XsdValidationContext_t1104170526 * L_22 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_22); XmlSchemaElement_t427880856 * L_23 = XsdValidationContext_get_Element_m3113801807(L_22, /*hidden argument*/NULL); NullCheck(L_23); XmlSchemaObjectCollection_t1064819932 * L_24 = XmlSchemaElement_get_Constraints_m591235259(L_23, /*hidden argument*/NULL); NullCheck(L_24); int32_t L_25 = CollectionBase_get_Count_m1708965601(L_24, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_25))) { goto IL_0048; } } IL_00b9: { V_3 = 0; goto IL_011c; } IL_00c0: { ArrayList_t2718874744 * L_26 = __this->get_keyTables_14(); int32_t L_27 = V_3; NullCheck(L_26); RuntimeObject * L_28 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_26, L_27); V_4 = ((XsdKeyTable_t2156891743 *)CastclassClass((RuntimeObject*)L_28, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_29 = V_4; ArrayList_t2718874744 * L_30 = __this->get_elementQNameStack_17(); XmlReader_t3121518892 * L_31 = __this->get_reader_3(); NullCheck(L_31); int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_31); NullCheck(L_29); XsdIdentityPath_t991900844 * L_33 = XsdKeyTable_SelectorMatches_m2719771857(L_29, L_30, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_0118; } } { XsdKeyTable_t2156891743 * L_34 = V_4; XmlReader_t3121518892 * L_35 = __this->get_reader_3(); NullCheck(L_35); int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_35); RuntimeObject* L_37 = __this->get_readerLineInfo_6(); XsdKeyEntry_t693496666 * L_38 = (XsdKeyEntry_t693496666 *)il2cpp_codegen_object_new(XsdKeyEntry_t693496666_il2cpp_TypeInfo_var); XsdKeyEntry__ctor_m1505451190(L_38, L_34, L_36, L_37, /*hidden argument*/NULL); V_5 = L_38; XsdKeyTable_t2156891743 * L_39 = V_4; NullCheck(L_39); XsdKeyEntryCollection_t3090959213 * L_40 = L_39->get_Entries_5(); XsdKeyEntry_t693496666 * L_41 = V_5; NullCheck(L_40); XsdKeyEntryCollection_Add_m3577222576(L_40, L_41, /*hidden argument*/NULL); } IL_0118: { int32_t L_42 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_011c: { int32_t L_43 = V_3; ArrayList_t2718874744 * L_44 = __this->get_keyTables_14(); NullCheck(L_44); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_44); if ((((int32_t)L_43) < ((int32_t)L_45))) { goto IL_00c0; } } { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateKeyFields() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateKeyFields_m3739521519 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateKeyFields_m3739521519_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyTable_t2156891743 * V_1 = NULL; int32_t V_2 = 0; XmlSchemaValidationException_t816160496 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { V_0 = 0; goto IL_005d; } IL_0007: { ArrayList_t2718874744 * L_0 = __this->get_keyTables_14(); int32_t L_1 = V_0; NullCheck(L_0); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1); V_1 = ((XsdKeyTable_t2156891743 *)CastclassClass((RuntimeObject*)L_2, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); V_2 = 0; goto IL_0048; } IL_0020: try { // begin try (depth: 1) XsdKeyTable_t2156891743 * L_3 = V_1; NullCheck(L_3); XsdKeyEntryCollection_t3090959213 * L_4 = L_3->get_Entries_5(); int32_t L_5 = V_2; NullCheck(L_4); XsdKeyEntry_t693496666 * L_6 = XsdKeyEntryCollection_get_Item_m737924673(L_4, L_5, /*hidden argument*/NULL); XsdValidatingReader_ProcessKeyEntry_m2629343996(__this, L_6, /*hidden argument*/NULL); goto IL_0044; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (XmlSchemaValidationException_t816160496_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0037; throw e; } CATCH_0037: { // begin catch(System.Xml.Schema.XmlSchemaValidationException) V_3 = ((XmlSchemaValidationException_t816160496 *)__exception_local); XmlSchemaValidationException_t816160496 * L_7 = V_3; XsdValidatingReader_HandleError_m788217494(__this, L_7, /*hidden argument*/NULL); goto IL_0044; } // end catch (depth: 1) IL_0044: { int32_t L_8 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0048: { int32_t L_9 = V_2; XsdKeyTable_t2156891743 * L_10 = V_1; NullCheck(L_10); XsdKeyEntryCollection_t3090959213 * L_11 = L_10->get_Entries_5(); NullCheck(L_11); int32_t L_12 = CollectionBase_get_Count_m1708965601(L_11, /*hidden argument*/NULL); if ((((int32_t)L_9) < ((int32_t)L_12))) { goto IL_0020; } } { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_005d: { int32_t L_14 = V_0; ArrayList_t2718874744 * L_15 = __this->get_keyTables_14(); NullCheck(L_15); int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0007; } } { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ProcessKeyEntry(Mono.Xml.Schema.XsdKeyEntry) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ProcessKeyEntry_m2629343996 (XsdValidatingReader_t3961132625 * __this, XsdKeyEntry_t693496666 * ___entry0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ProcessKeyEntry_m2629343996_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; XmlSchemaDatatype_t322714710 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; RuntimeObject * V_3 = NULL; String_t* V_4 = NULL; Dictionary_2_t2736202052 * V_5 = NULL; int32_t V_6 = 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 = XsdValidatingReader_get_XsiNilDepth_m2345162637(__this, /*hidden argument*/NULL); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_Depth() */, __this); V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); XsdKeyEntry_t693496666 * L_2 = ___entry0; ArrayList_t2718874744 * L_3 = __this->get_elementQNameStack_17(); XmlNameTable_t71772148 * L_4 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() */, __this); RuntimeObject * L_6 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_7 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); RuntimeObject* L_8 = __this->get_readerLineInfo_6(); int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_Depth() */, __this); bool L_10 = V_0; ArrayList_t2718874744 * L_11 = XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086(__this, /*hidden argument*/NULL); NullCheck(L_2); XsdKeyEntry_ProcessMatch_m1498533836(L_2, (bool)0, L_3, __this, L_4, L_5, L_6, L_7, L_8, L_9, (String_t*)NULL, (String_t*)NULL, NULL, L_10, L_11, /*hidden argument*/NULL); bool L_12 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToFirstAttribute() */, __this); if (!L_12) { goto IL_0173; } } IL_0056: try { // begin try (depth: 1) { String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_NamespaceURI() */, __this); V_4 = L_13; String_t* L_14 = V_4; if (!L_14) { goto IL_00bc; } } IL_0065: { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_15 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map5_31(); if (L_15) { goto IL_0098; } } IL_006f: { Dictionary_2_t2736202052 * L_16 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_16, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_5 = L_16; Dictionary_2_t2736202052 * L_17 = V_5; NullCheck(L_17); Dictionary_2_Add_m282647386(L_17, _stringLiteral2829469855, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_18 = V_5; NullCheck(L_18); Dictionary_2_Add_m282647386(L_18, _stringLiteral2474808697, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_19 = V_5; IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map5_31(L_19); } IL_0098: { IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_20 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map5_31(); String_t* L_21 = V_4; NullCheck(L_20); bool L_22 = Dictionary_2_TryGetValue_m1013208020(L_20, L_21, (&V_6), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_22) { goto IL_00bc; } } IL_00ab: { int32_t L_23 = V_6; if (!L_23) { goto IL_00b7; } } IL_00b2: { goto IL_00bc; } IL_00b7: { goto IL_015b; } IL_00bc: { RuntimeObject * L_24 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); V_1 = ((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_24, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var)); RuntimeObject * L_25 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); V_2 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_25, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaDatatype_t322714710 * L_26 = V_1; if (L_26) { goto IL_00e7; } } IL_00da: { XmlSchemaSimpleType_t2678868104 * L_27 = V_2; if (!L_27) { goto IL_00e7; } } IL_00e0: { XmlSchemaSimpleType_t2678868104 * L_28 = V_2; NullCheck(L_28); XmlSchemaDatatype_t322714710 * L_29 = XmlSchemaType_get_Datatype_m3072197688(L_28, /*hidden argument*/NULL); V_1 = L_29; } IL_00e7: { V_3 = NULL; XmlSchemaDatatype_t322714710 * L_30 = V_1; if (!L_30) { goto IL_0108; } } IL_00ef: { XmlSchemaDatatype_t322714710 * L_31 = V_1; String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_Value() */, __this); XmlNameTable_t71772148 * L_33 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_34 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_31); RuntimeObject * L_35 = 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_31, L_32, L_33, L_34); V_3 = L_35; } IL_0108: { RuntimeObject * L_36 = V_3; if (L_36) { goto IL_0115; } } IL_010e: { String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_Value() */, __this); V_3 = L_37; } IL_0115: { XsdKeyEntry_t693496666 * L_38 = ___entry0; ArrayList_t2718874744 * L_39 = __this->get_elementQNameStack_17(); XmlNameTable_t71772148 * L_40 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() */, __this); RuntimeObject * L_42 = XsdValidatingReader_get_SchemaType_m312597155(__this, /*hidden argument*/NULL); XmlNamespaceManager_t418790500 * L_43 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); RuntimeObject* L_44 = __this->get_readerLineInfo_6(); int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_Depth() */, __this); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_LocalName() */, __this); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_NamespaceURI() */, __this); RuntimeObject * L_48 = V_3; ArrayList_t2718874744 * L_49 = XsdValidatingReader_get_CurrentKeyFieldConsumers_m4248451086(__this, /*hidden argument*/NULL); NullCheck(L_38); XsdKeyEntry_ProcessMatch_m1498533836(L_38, (bool)1, L_39, __this, L_40, L_41, L_42, L_43, L_44, L_45, L_46, L_47, L_48, (bool)0, L_49, /*hidden argument*/NULL); } IL_015b: { bool L_50 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToNextAttribute() */, __this); if (L_50) { goto IL_0056; } } IL_0166: { IL2CPP_LEAVE(0x173, FINALLY_016b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_016b; } FINALLY_016b: { // begin finally (depth: 1) VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToElement() */, __this); IL2CPP_END_FINALLY(363) } // end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_JUMP_TBL(0x173, IL_0173) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0173: { return; } } // Mono.Xml.Schema.XsdKeyTable Mono.Xml.Schema.XsdValidatingReader::CreateNewKeyTable(System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR XsdKeyTable_t2156891743 * XsdValidatingReader_CreateNewKeyTable_m3992109590 (XsdValidatingReader_t3961132625 * __this, XmlSchemaIdentityConstraint_t297318432 * ___ident0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_CreateNewKeyTable_m3992109590_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdKeyTable_t2156891743 * V_0 = NULL; { XmlSchemaIdentityConstraint_t297318432 * L_0 = ___ident0; XsdKeyTable_t2156891743 * L_1 = (XsdKeyTable_t2156891743 *)il2cpp_codegen_object_new(XsdKeyTable_t2156891743_il2cpp_TypeInfo_var); XsdKeyTable__ctor_m3521614894(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; XsdKeyTable_t2156891743 * L_2 = V_0; XmlReader_t3121518892 * L_3 = __this->get_reader_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_3); NullCheck(L_2); L_2->set_StartDepth_7(L_4); ArrayList_t2718874744 * L_5 = __this->get_keyTables_14(); XsdKeyTable_t2156891743 * L_6 = V_0; NullCheck(L_5); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6); XsdKeyTable_t2156891743 * L_7 = V_0; return L_7; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ValidateSimpleContentIdentity(System.Xml.Schema.XmlSchemaDatatype,System.String) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ValidateSimpleContentIdentity_m1587369342 (XsdValidatingReader_t3961132625 * __this, XmlSchemaDatatype_t322714710 * ___dt0, String_t* ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ValidateSimpleContentIdentity_m1587369342_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdKeyEntryField_t3552275292 * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { ArrayList_t2718874744 * L_0 = __this->get_currentKeyFieldConsumers_15(); if (!L_0) { goto IL_00f7; } } { goto IL_00e6; } IL_0010: { ArrayList_t2718874744 * L_1 = __this->get_currentKeyFieldConsumers_15(); NullCheck(L_1); RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, 0); V_0 = ((XsdKeyEntryField_t3552275292 *)IsInstClass((RuntimeObject*)L_2, XsdKeyEntryField_t3552275292_il2cpp_TypeInfo_var)); XsdKeyEntryField_t3552275292 * L_3 = V_0; NullCheck(L_3); RuntimeObject * L_4 = L_3->get_Identity_7(); if (!L_4) { goto IL_0048; } } { XsdKeyEntryField_t3552275292 * L_5 = V_0; NullCheck(L_5); RuntimeObject * L_6 = L_5->get_Identity_7(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_7 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral961916488, L_6, _stringLiteral2623256461, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_7, /*hidden argument*/NULL); } IL_0048: { V_1 = NULL; XmlSchemaDatatype_t322714710 * L_8 = ___dt0; if (!L_8) { goto IL_008b; } } IL_0050: try { // begin try (depth: 1) XmlSchemaDatatype_t322714710 * L_9 = ___dt0; String_t* L_10 = ___value1; XmlNameTable_t71772148 * L_11 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlNamespaceManager_t418790500 * L_12 = XsdValidatingReader_get_NamespaceManager_m863105189(__this, /*hidden argument*/NULL); NullCheck(L_9); RuntimeObject * L_13 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_9, L_10, L_11, L_12); V_1 = L_13; goto IL_008b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0069; throw e; } CATCH_0069: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); XmlSchemaDatatype_t322714710 * L_14 = ___dt0; NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_14); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(XmlTokenizedType_t3348692225_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3353854643, L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_2; XsdValidatingReader_HandleError_m113321596(__this, L_18, L_19, /*hidden argument*/NULL); goto IL_008b; } // end catch (depth: 1) IL_008b: { RuntimeObject * L_20 = V_1; if (L_20) { goto IL_0093; } } { String_t* L_21 = ___value1; V_1 = L_21; } IL_0093: { XsdKeyEntryField_t3552275292 * L_22 = V_0; RuntimeObject * L_23 = V_1; XmlReader_t3121518892 * L_24 = __this->get_reader_3(); NullCheck(L_24); int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_24); int32_t L_26 = __this->get_xsiNilDepth_20(); XmlSchemaDatatype_t322714710 * L_27 = ___dt0; int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_Depth() */, __this); RuntimeObject* L_29 = __this->get_readerLineInfo_6(); NullCheck(L_22); bool L_30 = XsdKeyEntryField_SetIdentityField_m950445197(L_22, L_23, (bool)((((int32_t)L_25) == ((int32_t)L_26))? 1 : 0), ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_27, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_28, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00da; } } { String_t* L_31 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2945089706, L_31, _stringLiteral2623256461, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_32, /*hidden argument*/NULL); } IL_00da: { ArrayList_t2718874744 * L_33 = __this->get_currentKeyFieldConsumers_15(); NullCheck(L_33); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_33, 0); } IL_00e6: { ArrayList_t2718874744 * L_34 = __this->get_currentKeyFieldConsumers_15(); NullCheck(L_34); int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_34); if ((((int32_t)L_35) > ((int32_t)0))) { goto IL_0010; } } IL_00f7: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::EndIdentityValidation(Mono.Xml.Schema.XsdKeyTable) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_EndIdentityValidation_m3925567505 (XsdValidatingReader_t3961132625 * __this, XsdKeyTable_t2156891743 * ___seq0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_EndIdentityValidation_m3925567505_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; XsdKeyEntry_t693496666 * V_2 = NULL; XmlSchemaKeyref_t3124006214 * V_3 = NULL; { V_0 = (ArrayList_t2718874744 *)NULL; V_1 = 0; goto IL_0084; } IL_0009: { XsdKeyTable_t2156891743 * L_0 = ___seq0; NullCheck(L_0); XsdKeyEntryCollection_t3090959213 * L_1 = L_0->get_Entries_5(); int32_t L_2 = V_1; NullCheck(L_1); XsdKeyEntry_t693496666 * L_3 = XsdKeyEntryCollection_get_Item_m737924673(L_1, L_2, /*hidden argument*/NULL); V_2 = L_3; XsdKeyEntry_t693496666 * L_4 = V_2; NullCheck(L_4); bool L_5 = XsdKeyEntry_get_KeyFound_m1513665906(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } { goto IL_0080; } IL_0026: { XsdKeyTable_t2156891743 * L_6 = ___seq0; NullCheck(L_6); XmlSchemaIdentityConstraint_t297318432 * L_7 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_6, /*hidden argument*/NULL); if (!((XmlSchemaKey_t3030860318 *)IsInstClass((RuntimeObject*)L_7, XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var))) { goto IL_0080; } } { ArrayList_t2718874744 * L_8 = V_0; if (L_8) { goto IL_0042; } } { ArrayList_t2718874744 * L_9 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_9, /*hidden argument*/NULL); V_0 = L_9; } IL_0042: { ArrayList_t2718874744 * L_10 = V_0; ObjectU5BU5D_t2843939325* L_11 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral1615022670); (L_11)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral1615022670); ObjectU5BU5D_t2843939325* L_12 = L_11; XsdKeyEntry_t693496666 * L_13 = V_2; NullCheck(L_13); int32_t L_14 = L_13->get_SelectorLineNumber_1(); int32_t L_15 = L_14; RuntimeObject * L_16 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_15); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_16); (L_12)->SetAt(static_cast(1), (RuntimeObject *)L_16); ObjectU5BU5D_t2843939325* L_17 = L_12; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral3563315647); (L_17)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral3563315647); ObjectU5BU5D_t2843939325* L_18 = L_17; XsdKeyEntry_t693496666 * L_19 = V_2; NullCheck(L_19); int32_t L_20 = L_19->get_SelectorLinePosition_2(); int32_t L_21 = L_20; RuntimeObject * L_22 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_21); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_22); (L_18)->SetAt(static_cast(3), (RuntimeObject *)L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m2971454694(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); NullCheck(L_10); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, L_23); } IL_0080: { int32_t L_24 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0084: { int32_t L_25 = V_1; XsdKeyTable_t2156891743 * L_26 = ___seq0; NullCheck(L_26); XsdKeyEntryCollection_t3090959213 * L_27 = L_26->get_Entries_5(); NullCheck(L_27); int32_t L_28 = CollectionBase_get_Count_m1708965601(L_27, /*hidden argument*/NULL); if ((((int32_t)L_25) < ((int32_t)L_28))) { goto IL_0009; } } { ArrayList_t2718874744 * L_29 = V_0; if (!L_29) { goto IL_00ca; } } { ArrayList_t2718874744 * L_30 = V_0; RuntimeTypeHandle_t3027515415 L_31 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); NullCheck(L_30); RuntimeArray * L_33 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_30, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3450517380, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_33, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_35 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2741414, L_34, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_35, /*hidden argument*/NULL); } IL_00ca: { XsdKeyTable_t2156891743 * L_36 = ___seq0; NullCheck(L_36); XmlSchemaIdentityConstraint_t297318432 * L_37 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_36, /*hidden argument*/NULL); V_3 = ((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_37, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var)); XmlSchemaKeyref_t3124006214 * L_38 = V_3; if (!L_38) { goto IL_00e9; } } { XsdKeyTable_t2156891743 * L_39 = ___seq0; XmlSchemaKeyref_t3124006214 * L_40 = V_3; NullCheck(L_40); XmlSchemaIdentityConstraint_t297318432 * L_41 = XmlSchemaKeyref_get_Target_m3929317254(L_40, /*hidden argument*/NULL); XsdValidatingReader_EndKeyrefValidation_m1902103373(__this, L_39, L_41, /*hidden argument*/NULL); } IL_00e9: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::EndKeyrefValidation(Mono.Xml.Schema.XsdKeyTable,System.Xml.Schema.XmlSchemaIdentityConstraint) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_EndKeyrefValidation_m1902103373 (XsdValidatingReader_t3961132625 * __this, XsdKeyTable_t2156891743 * ___seq0, XmlSchemaIdentityConstraint_t297318432 * ___targetIdent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_EndKeyrefValidation_m1902103373_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XsdKeyTable_t2156891743 * V_1 = NULL; int32_t V_2 = 0; XsdKeyEntry_t693496666 * V_3 = NULL; int32_t V_4 = 0; XsdKeyEntry_t693496666 * V_5 = NULL; ArrayList_t2718874744 * V_6 = NULL; int32_t V_7 = 0; XsdKeyEntry_t693496666 * V_8 = NULL; { ArrayList_t2718874744 * L_0 = __this->get_keyTables_14(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)); goto IL_00b2; } IL_0013: { ArrayList_t2718874744 * L_2 = __this->get_keyTables_14(); int32_t L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(21 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3); V_1 = ((XsdKeyTable_t2156891743 *)IsInstClass((RuntimeObject*)L_4, XsdKeyTable_t2156891743_il2cpp_TypeInfo_var)); XsdKeyTable_t2156891743 * L_5 = V_1; NullCheck(L_5); XmlSchemaIdentityConstraint_t297318432 * L_6 = XsdKeyTable_get_SourceSchemaIdentity_m2929575500(L_5, /*hidden argument*/NULL); XmlSchemaIdentityConstraint_t297318432 * L_7 = ___targetIdent1; if ((((RuntimeObject*)(XmlSchemaIdentityConstraint_t297318432 *)L_6) == ((RuntimeObject*)(XmlSchemaIdentityConstraint_t297318432 *)L_7))) { goto IL_0036; } } { goto IL_00ae; } IL_0036: { XsdKeyTable_t2156891743 * L_8 = ___seq0; XsdKeyTable_t2156891743 * L_9 = V_1; NullCheck(L_8); L_8->set_ReferencedKey_8(L_9); V_2 = 0; goto IL_009d; } IL_0044: { XsdKeyTable_t2156891743 * L_10 = ___seq0; NullCheck(L_10); XsdKeyEntryCollection_t3090959213 * L_11 = L_10->get_FinishedEntries_6(); int32_t L_12 = V_2; NullCheck(L_11); XsdKeyEntry_t693496666 * L_13 = XsdKeyEntryCollection_get_Item_m737924673(L_11, L_12, /*hidden argument*/NULL); V_3 = L_13; V_4 = 0; goto IL_0087; } IL_0059: { XsdKeyTable_t2156891743 * L_14 = V_1; NullCheck(L_14); XsdKeyEntryCollection_t3090959213 * L_15 = L_14->get_FinishedEntries_6(); int32_t L_16 = V_4; NullCheck(L_15); XsdKeyEntry_t693496666 * L_17 = XsdKeyEntryCollection_get_Item_m737924673(L_15, L_16, /*hidden argument*/NULL); V_5 = L_17; XsdKeyEntry_t693496666 * L_18 = V_3; XsdKeyEntry_t693496666 * L_19 = V_5; NullCheck(L_18); bool L_20 = XsdKeyEntry_CompareIdentity_m768038900(L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_0081; } } { XsdKeyEntry_t693496666 * L_21 = V_3; NullCheck(L_21); L_21->set_KeyRefFound_5((bool)1); goto IL_0099; } IL_0081: { int32_t L_22 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_0087: { int32_t L_23 = V_4; XsdKeyTable_t2156891743 * L_24 = V_1; NullCheck(L_24); XsdKeyEntryCollection_t3090959213 * L_25 = L_24->get_FinishedEntries_6(); NullCheck(L_25); int32_t L_26 = CollectionBase_get_Count_m1708965601(L_25, /*hidden argument*/NULL); if ((((int32_t)L_23) < ((int32_t)L_26))) { goto IL_0059; } } IL_0099: { int32_t L_27 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_009d: { int32_t L_28 = V_2; XsdKeyTable_t2156891743 * L_29 = ___seq0; NullCheck(L_29); XsdKeyEntryCollection_t3090959213 * L_30 = L_29->get_FinishedEntries_6(); NullCheck(L_30); int32_t L_31 = CollectionBase_get_Count_m1708965601(L_30, /*hidden argument*/NULL); if ((((int32_t)L_28) < ((int32_t)L_31))) { goto IL_0044; } } IL_00ae: { int32_t L_32 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)); } IL_00b2: { int32_t L_33 = V_0; if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0013; } } { XsdKeyTable_t2156891743 * L_34 = ___seq0; NullCheck(L_34); XsdKeyTable_t2156891743 * L_35 = L_34->get_ReferencedKey_8(); if (L_35) { goto IL_00cf; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral855589745, /*hidden argument*/NULL); } IL_00cf: { V_6 = (ArrayList_t2718874744 *)NULL; V_7 = 0; goto IL_014a; } IL_00da: { XsdKeyTable_t2156891743 * L_36 = ___seq0; NullCheck(L_36); XsdKeyEntryCollection_t3090959213 * L_37 = L_36->get_FinishedEntries_6(); int32_t L_38 = V_7; NullCheck(L_37); XsdKeyEntry_t693496666 * L_39 = XsdKeyEntryCollection_get_Item_m737924673(L_37, L_38, /*hidden argument*/NULL); V_8 = L_39; XsdKeyEntry_t693496666 * L_40 = V_8; NullCheck(L_40); bool L_41 = L_40->get_KeyRefFound_5(); if (L_41) { goto IL_0144; } } { ArrayList_t2718874744 * L_42 = V_6; if (L_42) { goto IL_0103; } } { ArrayList_t2718874744 * L_43 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_43, /*hidden argument*/NULL); V_6 = L_43; } IL_0103: { ArrayList_t2718874744 * L_44 = V_6; ObjectU5BU5D_t2843939325* L_45 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)4)); NullCheck(L_45); ArrayElementTypeCheck (L_45, _stringLiteral41810558); (L_45)->SetAt(static_cast(0), (RuntimeObject *)_stringLiteral41810558); ObjectU5BU5D_t2843939325* L_46 = L_45; XsdKeyEntry_t693496666 * L_47 = V_8; NullCheck(L_47); int32_t L_48 = L_47->get_SelectorLineNumber_1(); int32_t L_49 = L_48; RuntimeObject * L_50 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_49); NullCheck(L_46); ArrayElementTypeCheck (L_46, L_50); (L_46)->SetAt(static_cast(1), (RuntimeObject *)L_50); ObjectU5BU5D_t2843939325* L_51 = L_46; NullCheck(L_51); ArrayElementTypeCheck (L_51, _stringLiteral2313037231); (L_51)->SetAt(static_cast(2), (RuntimeObject *)_stringLiteral2313037231); ObjectU5BU5D_t2843939325* L_52 = L_51; XsdKeyEntry_t693496666 * L_53 = V_8; NullCheck(L_53); int32_t L_54 = L_53->get_SelectorLinePosition_2(); int32_t L_55 = L_54; RuntimeObject * L_56 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_55); NullCheck(L_52); ArrayElementTypeCheck (L_52, L_56); (L_52)->SetAt(static_cast(3), (RuntimeObject *)L_56); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m2971454694(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); NullCheck(L_44); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_57); } IL_0144: { int32_t L_58 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1)); } IL_014a: { int32_t L_59 = V_7; XsdKeyTable_t2156891743 * L_60 = ___seq0; NullCheck(L_60); XsdKeyEntryCollection_t3090959213 * L_61 = L_60->get_FinishedEntries_6(); NullCheck(L_61); int32_t L_62 = CollectionBase_get_Count_m1708965601(L_61, /*hidden argument*/NULL); if ((((int32_t)L_59) < ((int32_t)L_62))) { goto IL_00da; } } { ArrayList_t2718874744 * L_63 = V_6; if (!L_63) { goto IL_0193; } } { ArrayList_t2718874744 * L_64 = V_6; RuntimeTypeHandle_t3027515415 L_65 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_66 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_65, /*hidden argument*/NULL); NullCheck(L_64); RuntimeArray * L_67 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_64, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_68 = String_Join_m2050845953(NULL /*static, unused*/, _stringLiteral3786121418, ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_67, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_69 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3555459069, L_68, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_69, /*hidden argument*/NULL); } IL_0193: { return; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::Close() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_Close_m1067433950 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_GetAttribute_m290210765 (XsdValidatingReader_t3961132625 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_GetAttribute_m290210765_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); int32_t L_5 = ___i0; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_4, L_5); return L_6; } IL_002e: { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_7); int32_t L_9 = ___i0; if ((((int32_t)L_8) <= ((int32_t)L_9))) { goto IL_004c; } } { XmlReader_t3121518892 * L_10 = __this->get_reader_3(); int32_t L_11 = ___i0; NullCheck(L_10); VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_10, L_11); } IL_004c: { int32_t L_12 = ___i0; XmlReader_t3121518892 * L_13 = __this->get_reader_3(); NullCheck(L_13); int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_13); V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14)); int32_t L_15 = ___i0; int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_AttributeCount() */, __this); if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_0074; } } { XmlSchemaAttributeU5BU5D_t346244693* L_17 = __this->get_defaultAttributes_23(); int32_t L_18 = V_0; NullCheck(L_17); int32_t L_19 = L_18; XmlSchemaAttribute_t2797257020 * L_20 = (L_17)->GetAt(static_cast(L_19)); NullCheck(L_20); String_t* L_21 = XmlSchemaAttribute_get_DefaultValue_m3961071173(L_20, /*hidden argument*/NULL); return L_21; } IL_0074: { int32_t L_22 = ___i0; int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_23); ArgumentOutOfRangeException_t777629997 * L_25 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_25, _stringLiteral3452614599, L_24, _stringLiteral2200369686, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25,XsdValidatingReader_GetAttribute_m290210765_RuntimeMethod_var); } } // System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_GetAttribute_m4100715669 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method) { String_t* V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; int32_t V_2 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___name0; NullCheck(L_4); String_t* L_6 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_4, L_5); return L_6; } IL_002e: { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); String_t* L_8 = ___name0; NullCheck(L_7); String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_7, L_8); V_0 = L_9; String_t* L_10 = V_0; if (!L_10) { goto IL_0043; } } { String_t* L_11 = V_0; return L_11; } IL_0043: { String_t* L_12 = ___name0; XmlQualifiedName_t2760654312 * L_13 = XsdValidatingReader_SplitQName_m1799428069(__this, L_12, /*hidden argument*/NULL); V_1 = L_13; XmlQualifiedName_t2760654312 * L_14 = V_1; NullCheck(L_14); String_t* L_15 = XmlQualifiedName_get_Name_m815040483(L_14, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_16 = V_1; NullCheck(L_16); String_t* L_17 = XmlQualifiedName_get_Namespace_m3957593392(L_16, /*hidden argument*/NULL); String_t* L_18 = XsdValidatingReader_GetDefaultAttribute_m2498396940(__this, L_15, L_17, /*hidden argument*/NULL); return L_18; } } // System.Xml.XmlQualifiedName Mono.Xml.Schema.XsdValidatingReader::SplitQName(System.String) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XsdValidatingReader_SplitQName_m1799428069 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_SplitQName_m1799428069_MetadataUsageId); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsName_m846619221(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); if (L_1) { goto IL_001b; } } { ArgumentException_t132251570 * L_2 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1216717135(L_2, _stringLiteral2653525639, _stringLiteral62725243, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2,XsdValidatingReader_SplitQName_m1799428069_RuntimeMethod_var); } IL_001b: { V_0 = (Exception_t *)NULL; XmlReader_t3121518892 * L_3 = __this->get_reader_3(); String_t* L_4 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_5 = XmlSchemaUtil_ToQName_m3017013972(NULL /*static, unused*/, L_3, L_4, (&V_0), /*hidden argument*/NULL); V_1 = L_5; Exception_t * L_6 = V_0; if (!L_6) { goto IL_0038; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_7 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); return L_7; } IL_0038: { XmlQualifiedName_t2760654312 * L_8 = V_1; return L_8; } } // System.String Mono.Xml.Schema.XsdValidatingReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_GetAttribute_m3390510120 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002f; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; NullCheck(L_4); String_t* L_7 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_4, L_5, L_6); return L_7; } IL_002f: { XmlReader_t3121518892 * L_8 = __this->get_reader_3(); String_t* L_9 = ___localName0; String_t* L_10 = ___ns1; NullCheck(L_8); String_t* L_11 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_8, L_9, L_10); V_0 = L_11; String_t* L_12 = V_0; if (!L_12) { goto IL_0045; } } { String_t* L_13 = V_0; return L_13; } IL_0045: { String_t* L_14 = ___localName0; String_t* L_15 = ___ns1; String_t* L_16 = XsdValidatingReader_GetDefaultAttribute_m2498396940(__this, L_14, L_15, /*hidden argument*/NULL); return L_16; } } // System.String Mono.Xml.Schema.XsdValidatingReader::GetDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_GetDefaultAttribute_m2498396940 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; int32_t L_2 = XsdValidatingReader_FindDefaultAttribute_m2085851275(__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: { XmlSchemaAttributeU5BU5D_t346244693* L_4 = __this->get_defaultAttributes_23(); int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = L_5; XmlSchemaAttribute_t2797257020 * L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_7); String_t* L_8 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_7, /*hidden argument*/NULL); V_1 = L_8; String_t* L_9 = V_1; if (L_9) { goto IL_0034; } } { XmlSchemaAttributeU5BU5D_t346244693* L_10 = __this->get_defaultAttributes_23(); int32_t L_11 = V_0; NullCheck(L_10); int32_t L_12 = L_11; XmlSchemaAttribute_t2797257020 * L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_13); String_t* L_14 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_13, /*hidden argument*/NULL); V_1 = L_14; } IL_0034: { String_t* L_15 = V_1; return L_15; } } // System.Int32 Mono.Xml.Schema.XsdValidatingReader::FindDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR int32_t XsdValidatingReader_FindDefaultAttribute_m2085851275 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_FindDefaultAttribute_m2085851275_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaAttribute_t2797257020 * V_1 = NULL; { V_0 = 0; goto IL_0048; } IL_0007: { XmlSchemaAttributeU5BU5D_t346244693* L_0 = __this->get_defaultAttributes_23(); int32_t L_1 = V_0; NullCheck(L_0); int32_t L_2 = L_1; XmlSchemaAttribute_t2797257020 * L_3 = (L_0)->GetAt(static_cast(L_2)); V_1 = L_3; XmlSchemaAttribute_t2797257020 * L_4 = V_1; NullCheck(L_4); XmlQualifiedName_t2760654312 * L_5 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = XmlQualifiedName_get_Name_m815040483(L_5, /*hidden argument*/NULL); String_t* L_7 = ___localName0; 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_0044; } } { String_t* L_9 = ___ns1; if (!L_9) { goto IL_0042; } } { XmlSchemaAttribute_t2797257020 * L_10 = V_1; NullCheck(L_10); XmlQualifiedName_t2760654312 * L_11 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12 = XmlQualifiedName_get_Namespace_m3957593392(L_11, /*hidden argument*/NULL); String_t* L_13 = ___ns1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_14 = String_op_Equality_m920492651(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0044; } } IL_0042: { int32_t L_15 = V_0; return L_15; } IL_0044: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0048: { int32_t L_17 = V_0; XmlSchemaAttributeU5BU5D_t346244693* L_18 = __this->get_defaultAttributes_23(); NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length))))))) { goto IL_0007; } } { return (-1); } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_HasLineInfo_m2921953763 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_HasLineInfo_m2921953763_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { RuntimeObject* L_0 = __this->get_readerLineInfo_6(); if (!L_0) { goto IL_0018; } } { RuntimeObject* L_1 = __this->get_readerLineInfo_6(); 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_0019; } IL_0018: { G_B3_0 = 0; } IL_0019: { return (bool)G_B3_0; } } // System.String Mono.Xml.Schema.XsdValidatingReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XsdValidatingReader_LookupNamespace_m1172546791 (XsdValidatingReader_t3961132625 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); 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.Schema.XsdValidatingReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_MoveToAttribute_m3532443150 (XsdValidatingReader_t3961132625 * __this, int32_t ___i0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_MoveToAttribute_m3532443150_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); int32_t L_5 = ___i0; NullCheck(L_4); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_4, L_5); return; } IL_002e: { __this->set_currentAttrType_27(NULL); int32_t L_6 = ___i0; XmlReader_t3121518892 * L_7 = __this->get_reader_3(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_7); if ((((int32_t)L_6) >= ((int32_t)L_8))) { goto IL_0060; } } { XmlReader_t3121518892 * L_9 = __this->get_reader_3(); int32_t L_10 = ___i0; NullCheck(L_9); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_9, L_10); __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); } IL_0060: { int32_t L_11 = ___i0; int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 Mono.Xml.Schema.XsdValidatingReader::get_AttributeCount() */, __this); if ((((int32_t)L_11) >= ((int32_t)L_12))) { goto IL_008b; } } { int32_t L_13 = ___i0; XmlReader_t3121518892 * L_14 = __this->get_reader_3(); NullCheck(L_14); int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_14); __this->set_currentDefaultAttribute_24(((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15))); __this->set_defaultAttributeConsumed_26((bool)0); goto IL_00a1; } IL_008b: { int32_t L_16 = ___i0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_17); ArgumentOutOfRangeException_t777629997 * L_19 = (ArgumentOutOfRangeException_t777629997 *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t777629997_il2cpp_TypeInfo_var); ArgumentOutOfRangeException__ctor_m4164965325(L_19, _stringLiteral3452614599, L_18, _stringLiteral3183961007, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19,XsdValidatingReader_MoveToAttribute_m3532443150_RuntimeMethod_var); } IL_00a1: { return; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToAttribute_m214001920 (XsdValidatingReader_t3961132625 * __this, String_t* ___name0, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002e; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___name0; NullCheck(L_4); bool L_6 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_4, L_5); return L_6; } IL_002e: { __this->set_currentAttrType_27(NULL); XmlReader_t3121518892 * L_7 = __this->get_reader_3(); String_t* L_8 = ___name0; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_7, L_8); V_0 = L_9; bool L_10 = V_0; if (!L_10) { goto IL_0058; } } { __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_0058: { String_t* L_11 = ___name0; bool L_12 = XsdValidatingReader_MoveToDefaultAttribute_m4268564530(__this, L_11, (String_t*)NULL, /*hidden argument*/NULL); return L_12; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToAttribute_m3542664064 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002f; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); String_t* L_5 = ___localName0; String_t* L_6 = ___ns1; NullCheck(L_4); bool L_7 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_4, L_5, L_6); return L_7; } IL_002f: { __this->set_currentAttrType_27(NULL); XmlReader_t3121518892 * L_8 = __this->get_reader_3(); String_t* L_9 = ___localName0; String_t* L_10 = ___ns1; NullCheck(L_8); bool L_11 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_8, L_9, L_10); V_0 = L_11; bool L_12 = V_0; if (!L_12) { goto IL_005a; } } { __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_005a: { String_t* L_13 = ___localName0; String_t* L_14 = ___ns1; bool L_15 = XsdValidatingReader_MoveToDefaultAttribute_m4268564530(__this, L_13, L_14, /*hidden argument*/NULL); return L_15; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToDefaultAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToDefaultAttribute_m4268564530 (XsdValidatingReader_t3961132625 * __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___localName0; String_t* L_1 = ___ns1; int32_t L_2 = XsdValidatingReader_FindDefaultAttribute_m2085851275(__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; __this->set_currentDefaultAttribute_24(L_4); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToElement_m1564694578 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); __this->set_currentAttrType_27(NULL); XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToFirstAttribute_m3204602200 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002d; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_4); return L_5; } IL_002d: { __this->set_currentAttrType_27(NULL); XmlReader_t3121518892 * L_6 = __this->get_reader_3(); NullCheck(L_6); int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_6); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0067; } } { XmlReader_t3121518892 * L_8 = __this->get_reader_3(); NullCheck(L_8); bool L_9 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_8); V_0 = L_9; bool L_10 = V_0; if (!L_10) { goto IL_0065; } } { __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); } IL_0065: { bool L_11 = V_0; return L_11; } IL_0067: { XmlSchemaAttributeU5BU5D_t346244693* L_12 = __this->get_defaultAttributes_23(); NullCheck(L_12); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length))))) <= ((int32_t)0))) { goto IL_0085; } } { __this->set_currentDefaultAttribute_24(0); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_0085: { return (bool)0; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_MoveToNextAttribute_m3065806311 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)((int32_t)10)))) { goto IL_0021; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)((int32_t)17)))) { goto IL_0021; } } { goto IL_002d; } IL_0021: { XmlReader_t3121518892 * L_4 = __this->get_reader_3(); NullCheck(L_4); bool L_5 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_4); return L_5; } IL_002d: { __this->set_currentAttrType_27(NULL); int32_t L_6 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_006e; } } { XmlSchemaAttributeU5BU5D_t346244693* L_7 = __this->get_defaultAttributes_23(); NullCheck(L_7); int32_t L_8 = __this->get_currentDefaultAttribute_24(); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))))) == ((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)))))) { goto IL_0057; } } { return (bool)0; } IL_0057: { int32_t L_9 = __this->get_currentDefaultAttribute_24(); __this->set_currentDefaultAttribute_24(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_006e: { XmlReader_t3121518892 * L_10 = __this->get_reader_3(); NullCheck(L_10); bool L_11 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_10); V_0 = L_11; bool L_12 = V_0; if (!L_12) { goto IL_0090; } } { __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_0090: { XmlSchemaAttributeU5BU5D_t346244693* L_13 = __this->get_defaultAttributes_23(); NullCheck(L_13); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) <= ((int32_t)0))) { goto IL_00ae; } } { __this->set_currentDefaultAttribute_24(0); __this->set_defaultAttributeConsumed_26((bool)0); return (bool)1; } IL_00ae: { return (bool)0; } } // System.Xml.Schema.XmlSchema Mono.Xml.Schema.XsdValidatingReader::ReadExternalSchema(System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XsdValidatingReader_ReadExternalSchema_m2850905275 (XsdValidatingReader_t3961132625 * __this, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ReadExternalSchema_m2850905275_MetadataUsageId); s_Il2CppMethodInitialized = true; } Uri_t100236324 * V_0 = NULL; String_t* V_1 = NULL; XmlTextReader_t4233384356 * V_2 = NULL; XmlSchema_t3742557897 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); XmlResolver_t626023767 * G_B2_0 = NULL; XmlResolver_t626023767 * G_B1_0 = NULL; Uri_t100236324 * G_B3_0 = NULL; XmlResolver_t626023767 * G_B3_1 = NULL; String_t* G_B6_0 = NULL; { XmlResolver_t626023767 * L_0 = __this->get_resolver_4(); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); G_B1_0 = L_0; if (!L_3) { G_B2_0 = L_0; goto IL_002b; } } { String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Xml.Schema.XsdValidatingReader::get_BaseURI() */, __this); 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); G_B3_0 = L_5; G_B3_1 = G_B1_0; goto IL_002c; } IL_002b: { G_B3_0 = ((Uri_t100236324 *)(NULL)); G_B3_1 = G_B2_0; } IL_002c: { String_t* L_6 = ___uri0; NullCheck(G_B3_1); Uri_t100236324 * L_7 = VirtFuncInvoker2< Uri_t100236324 *, Uri_t100236324 *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, G_B3_1, G_B3_0, L_6); V_0 = L_7; Uri_t100236324 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Uri_t100236324_il2cpp_TypeInfo_var); bool L_9 = Uri_op_Inequality_m3504002810(NULL /*static, unused*/, L_8, (Uri_t100236324 *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_004a; } } { Uri_t100236324 * L_10 = V_0; NullCheck(L_10); String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Uri::ToString() */, L_10); G_B6_0 = L_11; goto IL_004f; } IL_004a: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B6_0 = L_12; } IL_004f: { V_1 = G_B6_0; V_2 = (XmlTextReader_t4233384356 *)NULL; } IL_0052: try { // begin try (depth: 1) { String_t* L_13 = V_1; XmlResolver_t626023767 * L_14 = __this->get_resolver_4(); Uri_t100236324 * L_15 = V_0; RuntimeTypeHandle_t3027515415 L_16 = { reinterpret_cast (Stream_t1273022909_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); NullCheck(L_14); RuntimeObject * L_18 = VirtFuncInvoker3< RuntimeObject *, Uri_t100236324 *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_14, L_15, (String_t*)NULL, L_17); XmlNameTable_t71772148 * L_19 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable Mono.Xml.Schema.XsdValidatingReader::get_NameTable() */, __this); XmlTextReader_t4233384356 * L_20 = (XmlTextReader_t4233384356 *)il2cpp_codegen_object_new(XmlTextReader_t4233384356_il2cpp_TypeInfo_var); XmlTextReader__ctor_m2920712854(L_20, L_13, ((Stream_t1273022909 *)CastclassClass((RuntimeObject*)L_18, Stream_t1273022909_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); V_2 = L_20; XmlTextReader_t4233384356 * L_21 = V_2; ValidationEventHandler_t791314227 * L_22 = __this->get_ValidationEventHandler_28(); XmlSchema_t3742557897 * L_23 = XmlSchema_Read_m1071701696(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); V_3 = L_23; IL2CPP_LEAVE(0x9F, FINALLY_0092); } IL_008d: { ; // IL_008d: leave IL_009f } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0092; } FINALLY_0092: { // begin finally (depth: 1) { XmlTextReader_t4233384356 * L_24 = V_2; if (!L_24) { goto IL_009e; } } IL_0098: { XmlTextReader_t4233384356 * L_25 = V_2; NullCheck(L_25); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlTextReader::Close() */, L_25); } IL_009e: { IL2CPP_END_FINALLY(146) } } // end finally (depth: 1) IL2CPP_CLEANUP(146) { IL2CPP_JUMP_TBL(0x9F, IL_009f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_009f: { XmlSchema_t3742557897 * L_26 = V_3; return L_26; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ExamineAdditionalSchema() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ExamineAdditionalSchema_m2985647698 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_ExamineAdditionalSchema_m2985647698_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; String_t* V_1 = NULL; bool V_2 = false; StringU5BU5D_t1281789340* V_3 = NULL; Exception_t * V_4 = NULL; int32_t V_5 = 0; String_t* V_6 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); String_t* G_B28_0 = NULL; XsdValidatingReader_t3961132625 * G_B28_1 = NULL; String_t* G_B27_0 = NULL; XsdValidatingReader_t3961132625 * G_B27_1 = NULL; String_t* G_B29_0 = NULL; String_t* G_B29_1 = NULL; XsdValidatingReader_t3961132625 * G_B29_2 = NULL; { XmlResolver_t626023767 * L_0 = __this->get_resolver_4(); if (!L_0) { goto IL_0016; } } { int32_t L_1 = XsdValidatingReader_get_ValidationType_m2491041185(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0017; } } IL_0016: { return; } IL_0017: { V_0 = (XmlSchema_t3742557897 *)NULL; XmlReader_t3121518892 * L_2 = __this->get_reader_3(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_2, _stringLiteral4101407196, _stringLiteral2474808697); V_1 = L_3; V_2 = (bool)0; String_t* L_4 = V_1; if (!L_4) { goto IL_019e; } } { V_3 = (StringU5BU5D_t1281789340*)NULL; } IL_0039: try { // begin try (depth: 1) IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_5 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral2005331395, _stringLiteral1569427300, /*hidden argument*/NULL); String_t* L_6 = V_1; NullCheck(L_5); String_t* L_7 = XmlSchemaDatatype_Normalize_m2737115427(L_5, L_6, /*hidden argument*/NULL); V_1 = L_7; String_t* L_8 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); CharU5BU5D_t3528271667* L_9 = ((XmlChar_t3816087079_StaticFields*)il2cpp_codegen_static_fields_for(XmlChar_t3816087079_il2cpp_TypeInfo_var))->get_WhitespaceChars_0(); NullCheck(L_8); StringU5BU5D_t1281789340* L_10 = String_Split_m3646115398(L_8, L_9, /*hidden argument*/NULL); V_3 = L_10; goto IL_008c; } // 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_0060; throw e; } CATCH_0060: { // begin catch(System.Exception) { V_4 = ((Exception_t *)__exception_local); XmlSchemaSet_t266093086 * L_11 = __this->get_schemas_8(); NullCheck(L_11); int32_t L_12 = XmlSchemaSet_get_Count_m805802669(L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0080; } } IL_0072: { Exception_t * L_13 = V_4; XsdValidatingReader_HandleError_m196710354(__this, _stringLiteral1704361787, L_13, (bool)1, /*hidden argument*/NULL); } IL_0080: { V_3 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); goto IL_008c; } } // end catch (depth: 1) IL_008c: { StringU5BU5D_t1281789340* L_14 = V_3; NullCheck(L_14); if (!((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_14)->max_length))))%(int32_t)2))) { goto IL_00b1; } } { XmlSchemaSet_t266093086 * L_15 = __this->get_schemas_8(); NullCheck(L_15); int32_t L_16 = XmlSchemaSet_get_Count_m805802669(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00b1; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1704361787, /*hidden argument*/NULL); } IL_00b1: { V_5 = 0; } IL_00b4: try { // begin try (depth: 1) { goto IL_0132; } IL_00b9: { StringU5BU5D_t1281789340* L_17 = V_3; int32_t L_18 = V_5; NullCheck(L_17); int32_t L_19 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); XmlSchema_t3742557897 * L_21 = XsdValidatingReader_ReadExternalSchema_m2850905275(__this, L_20, /*hidden argument*/NULL); V_0 = L_21; XmlSchema_t3742557897 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = XmlSchema_get_TargetNamespace_m442842382(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00e0; } } IL_00d1: { XmlSchema_t3742557897 * L_24 = V_0; StringU5BU5D_t1281789340* L_25 = V_3; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); NullCheck(L_24); XmlSchema_set_TargetNamespace_m3622691901(L_24, L_28, /*hidden argument*/NULL); goto IL_00ff; } IL_00e0: { XmlSchema_t3742557897 * L_29 = V_0; NullCheck(L_29); String_t* L_30 = XmlSchema_get_TargetNamespace_m442842382(L_29, /*hidden argument*/NULL); StringU5BU5D_t1281789340* L_31 = V_3; int32_t L_32 = V_5; NullCheck(L_31); int32_t L_33 = L_32; String_t* L_34 = (L_31)->GetAt(static_cast(L_33)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_35 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_30, L_34, /*hidden argument*/NULL); if (!L_35) { goto IL_00ff; } } IL_00f4: { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1914366734, /*hidden argument*/NULL); } IL_00ff: { XmlSchema_t3742557897 * L_36 = V_0; if (!L_36) { goto IL_012c; } } IL_0105: { XmlSchemaSet_t266093086 * L_37 = __this->get_schemas_8(); XmlSchema_t3742557897 * L_38 = V_0; NullCheck(L_38); String_t* L_39 = XmlSchema_get_TargetNamespace_m442842382(L_38, /*hidden argument*/NULL); NullCheck(L_37); bool L_40 = XmlSchemaSet_Contains_m2963568736(L_37, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_012a; } } IL_011b: { V_2 = (bool)1; XmlSchemaSet_t266093086 * L_41 = __this->get_schemas_8(); XmlSchema_t3742557897 * L_42 = V_0; NullCheck(L_41); XmlSchemaSet_Add_m27831907(L_41, L_42, /*hidden argument*/NULL); } IL_012a: { V_0 = (XmlSchema_t3742557897 *)NULL; } IL_012c: { int32_t L_43 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)2)); } IL_0132: { int32_t L_44 = V_5; StringU5BU5D_t1281789340* L_45 = V_3; NullCheck(L_45); if ((((int32_t)L_44) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))))) { goto IL_00b9; } } IL_013c: { goto IL_0194; } } // 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_0141; throw e; } CATCH_0141: { // begin catch(System.Exception) { XmlSchemaSet_t266093086 * L_46 = __this->get_schemas_8(); StringU5BU5D_t1281789340* L_47 = V_3; int32_t L_48 = V_5; NullCheck(L_47); int32_t L_49 = L_48; String_t* L_50 = (L_47)->GetAt(static_cast(L_49)); NullCheck(L_46); bool L_51 = XmlSchemaSet_Contains_m2963568736(L_46, L_50, /*hidden argument*/NULL); if (L_51) { goto IL_0184; } } IL_0156: { int32_t L_52 = V_5; StringU5BU5D_t1281789340* L_53 = V_3; NullCheck(L_53); G_B27_0 = _stringLiteral2365112398; G_B27_1 = __this; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_53)->max_length))))))) { G_B28_0 = _stringLiteral2365112398; G_B28_1 = __this; goto IL_0173; } } IL_0168: { StringU5BU5D_t1281789340* L_54 = V_3; int32_t L_55 = V_5; NullCheck(L_54); int32_t L_56 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)); String_t* L_57 = (L_54)->GetAt(static_cast(L_56)); G_B29_0 = L_57; G_B29_1 = G_B27_0; G_B29_2 = G_B27_1; goto IL_0178; } IL_0173: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B29_0 = L_58; G_B29_1 = G_B28_0; G_B29_2 = G_B28_1; } IL_0178: { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Format_m2844511972(NULL /*static, unused*/, G_B29_1, G_B29_0, /*hidden argument*/NULL); NullCheck(G_B29_2); XsdValidatingReader_HandleError_m196710354(G_B29_2, L_59, (Exception_t *)NULL, (bool)1, /*hidden argument*/NULL); } IL_0184: { int32_t L_60 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2)); goto IL_0194; } IL_018f: { ; // IL_018f: leave IL_0194 } } // end catch (depth: 1) IL_0194: { int32_t L_61 = V_5; StringU5BU5D_t1281789340* L_62 = V_3; NullCheck(L_62); if ((((int32_t)L_61) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_62)->max_length))))))) { goto IL_00b4; } } IL_019e: { XmlReader_t3121518892 * L_63 = __this->get_reader_3(); NullCheck(L_63); String_t* L_64 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_63, _stringLiteral4141044439, _stringLiteral2474808697); V_6 = L_64; String_t* L_65 = V_6; if (!L_65) { goto IL_0210; } } IL_01bc: try { // begin try (depth: 1) String_t* L_66 = V_6; XmlSchema_t3742557897 * L_67 = XsdValidatingReader_ReadExternalSchema_m2850905275(__this, L_66, /*hidden argument*/NULL); V_0 = L_67; goto IL_01f4; } // 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_01ca; throw e; } CATCH_01ca: { // begin catch(System.Exception) { XmlSchemaSet_t266093086 * L_68 = __this->get_schemas_8(); NullCheck(L_68); int32_t L_69 = XmlSchemaSet_get_Count_m805802669(L_68, /*hidden argument*/NULL); if (!L_69) { goto IL_01ef; } } IL_01db: { String_t* L_70 = V_6; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_71 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1197017378, L_70, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m196710354(__this, L_71, (Exception_t *)NULL, (bool)1, /*hidden argument*/NULL); } IL_01ef: { goto IL_01f4; } } // end catch (depth: 1) IL_01f4: { XmlSchema_t3742557897 * L_72 = V_0; if (!L_72) { goto IL_0210; } } { XmlSchema_t3742557897 * L_73 = V_0; NullCheck(L_73); String_t* L_74 = XmlSchema_get_TargetNamespace_m442842382(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_0210; } } { XsdValidatingReader_HandleError_m1118650946(__this, _stringLiteral1914366734, /*hidden argument*/NULL); } IL_0210: { XmlSchema_t3742557897 * L_75 = V_0; if (!L_75) { goto IL_023b; } } { XmlSchemaSet_t266093086 * L_76 = __this->get_schemas_8(); XmlSchema_t3742557897 * L_77 = V_0; NullCheck(L_77); String_t* L_78 = XmlSchema_get_TargetNamespace_m442842382(L_77, /*hidden argument*/NULL); NullCheck(L_76); bool L_79 = XmlSchemaSet_Contains_m2963568736(L_76, L_78, /*hidden argument*/NULL); if (L_79) { goto IL_023b; } } { V_2 = (bool)1; XmlSchemaSet_t266093086 * L_80 = __this->get_schemas_8(); XmlSchema_t3742557897 * L_81 = V_0; NullCheck(L_80); XmlSchemaSet_Add_m27831907(L_80, L_81, /*hidden argument*/NULL); } IL_023b: { bool L_82 = V_2; if (!L_82) { goto IL_024c; } } { XmlSchemaSet_t266093086 * L_83 = __this->get_schemas_8(); NullCheck(L_83); XmlSchemaSet_Compile_m1310515789(L_83, /*hidden argument*/NULL); } IL_024c: { return; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_Read_m2259765953 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XsdValidatingReader_Read_m2259765953_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; DTDValidatingReader_t3946379043 * V_1 = NULL; XmlSchemaComplexType_t3740801802 * V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { __this->set_validationStarted_10((bool)1); __this->set_currentDefaultAttribute_24((-1)); __this->set_defaultAttributeConsumed_26((bool)0); __this->set_currentAttrType_27(NULL); IL2CPP_RUNTIME_CLASS_INIT(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var); XmlSchemaAttributeU5BU5D_t346244693* L_0 = ((XsdValidatingReader_t3961132625_StaticFields*)il2cpp_codegen_static_fields_for(XsdValidatingReader_t3961132625_il2cpp_TypeInfo_var))->get_emptyAttributeArray_2(); __this->set_defaultAttributes_23(L_0); XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_1); V_0 = L_2; XmlReader_t3121518892 * L_3 = __this->get_reader_3(); NullCheck(L_3); int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_3); if (L_4) { goto IL_0083; } } { XmlReader_t3121518892 * L_5 = __this->get_reader_3(); NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0083; } } { XmlReader_t3121518892 * L_7 = __this->get_reader_3(); V_1 = ((DTDValidatingReader_t3946379043 *)IsInstClass((RuntimeObject*)L_7, DTDValidatingReader_t3946379043_il2cpp_TypeInfo_var)); DTDValidatingReader_t3946379043 * L_8 = V_1; if (!L_8) { goto IL_007d; } } { DTDValidatingReader_t3946379043 * L_9 = V_1; NullCheck(L_9); DTDObjectModel_t1729680289 * L_10 = DTDValidatingReader_get_DTD_m4226329251(L_9, /*hidden argument*/NULL); if (L_10) { goto IL_007d; } } { DTDValidatingReader_t3946379043 * L_11 = V_1; NullCheck(L_11); EntityResolvingXmlReader_t1267732406 * L_12 = DTDValidatingReader_get_Source_m3589721485(L_11, /*hidden argument*/NULL); __this->set_reader_3(L_12); } IL_007d: { XsdValidatingReader_ExamineAdditionalSchema_m2985647698(__this, /*hidden argument*/NULL); } IL_0083: { XmlSchemaSet_t266093086 * L_13 = __this->get_schemas_8(); NullCheck(L_13); int32_t L_14 = XmlSchemaSet_get_Count_m805802669(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0095; } } { bool L_15 = V_0; return L_15; } IL_0095: { XmlSchemaSet_t266093086 * L_16 = __this->get_schemas_8(); NullCheck(L_16); bool L_17 = XmlSchemaSet_get_IsCompiled_m1394593071(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_00b0; } } { XmlSchemaSet_t266093086 * L_18 = __this->get_schemas_8(); NullCheck(L_18); XmlSchemaSet_Compile_m1310515789(L_18, /*hidden argument*/NULL); } IL_00b0: { bool L_19 = __this->get_checkIdentity_11(); if (!L_19) { goto IL_00c6; } } { XsdIDManager_t1008806102 * L_20 = __this->get_idManager_12(); NullCheck(L_20); XsdIDManager_OnStartElement_m3778948600(L_20, /*hidden argument*/NULL); } IL_00c6: { bool L_21 = V_0; if (L_21) { goto IL_0102; } } { bool L_22 = __this->get_checkIdentity_11(); if (!L_22) { goto IL_0102; } } { XsdIDManager_t1008806102 * L_23 = __this->get_idManager_12(); NullCheck(L_23); bool L_24 = XsdIDManager_HasMissingIDReferences_m4080266506(L_23, /*hidden argument*/NULL); if (!L_24) { goto IL_0102; } } { XsdIDManager_t1008806102 * L_25 = __this->get_idManager_12(); NullCheck(L_25); String_t* L_26 = XsdIDManager_GetMissingIDString_m686581614(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2099932657, L_26, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_27, /*hidden argument*/NULL); } IL_0102: { XmlReader_t3121518892 * L_28 = __this->get_reader_3(); NullCheck(L_28); int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_28); V_3 = L_29; int32_t L_30 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1))) { case 0: { goto IL_0140; } case 1: { goto IL_0126; } case 2: { goto IL_0249; } case 3: { goto IL_0249; } } } IL_0126: { int32_t L_31 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)((int32_t)13)))) { case 0: { goto IL_0249; } case 1: { goto IL_0249; } case 2: { goto IL_01d7; } } } { goto IL_02f7; } IL_0140: { bool L_32 = __this->get_checkKeyConstraints_13(); if (!L_32) { goto IL_0172; } } { ArrayList_t2718874744 * L_33 = __this->get_elementQNameStack_17(); XmlReader_t3121518892 * L_34 = __this->get_reader_3(); NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_34); XmlReader_t3121518892 * L_36 = __this->get_reader_3(); NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_36); XmlQualifiedName_t2760654312 * L_38 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_38, L_35, L_37, /*hidden argument*/NULL); NullCheck(L_33); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_38); } IL_0172: { int32_t L_39 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_39) < ((int32_t)0))) { goto IL_0194; } } { XmlReader_t3121518892 * L_40 = __this->get_reader_3(); NullCheck(L_40); int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_40); int32_t L_42 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_41) > ((int32_t)L_42))) { goto IL_01a0; } } IL_0194: { XsdValidatingReader_ValidateEndSimpleContent_m3425413609(__this, /*hidden argument*/NULL); XsdValidatingReader_AssessStartElementSchemaValidity_m4258776490(__this, /*hidden argument*/NULL); } IL_01a0: { XmlReader_t3121518892 * L_43 = __this->get_reader_3(); NullCheck(L_43); bool L_44 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_43); if (!L_44) { goto IL_01b5; } } { goto IL_01d7; } IL_01b5: { int32_t L_45 = __this->get_xsiNilDepth_20(); XmlReader_t3121518892 * L_46 = __this->get_reader_3(); NullCheck(L_46); int32_t L_47 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_46); if ((((int32_t)L_45) >= ((int32_t)L_47))) { goto IL_01d2; } } { __this->set_shouldValidateCharacters_22((bool)1); } IL_01d2: { goto IL_02f7; } IL_01d7: { XmlReader_t3121518892 * L_48 = __this->get_reader_3(); NullCheck(L_48); int32_t L_49 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_48); int32_t L_50 = __this->get_skipValidationDepth_19(); if ((!(((uint32_t)L_49) == ((uint32_t)L_50)))) { goto IL_01f9; } } { __this->set_skipValidationDepth_19((-1)); goto IL_0221; } IL_01f9: { int32_t L_51 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_51) < ((int32_t)0))) { goto IL_021b; } } { XmlReader_t3121518892 * L_52 = __this->get_reader_3(); NullCheck(L_52); int32_t L_53 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_52); int32_t L_54 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_53) > ((int32_t)L_54))) { goto IL_0221; } } IL_021b: { XsdValidatingReader_AssessEndElementSchemaValidity_m4115603069(__this, /*hidden argument*/NULL); } IL_0221: { bool L_55 = __this->get_checkKeyConstraints_13(); if (!L_55) { goto IL_0244; } } { ArrayList_t2718874744 * L_56 = __this->get_elementQNameStack_17(); ArrayList_t2718874744 * L_57 = __this->get_elementQNameStack_17(); NullCheck(L_57); int32_t L_58 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57); NullCheck(L_56); VirtActionInvoker1< int32_t >::Invoke(39 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_56, ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1))); } IL_0244: { goto IL_02f7; } IL_0249: { int32_t L_59 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_59) < ((int32_t)0))) { goto IL_0270; } } { XmlReader_t3121518892 * L_60 = __this->get_reader_3(); NullCheck(L_60); int32_t L_61 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_60); int32_t L_62 = __this->get_skipValidationDepth_19(); if ((((int32_t)L_61) <= ((int32_t)L_62))) { goto IL_0270; } } { goto IL_02f7; } IL_0270: { XsdValidationContext_t1104170526 * L_63 = XsdValidatingReader_get_Context_m3870722501(__this, /*hidden argument*/NULL); NullCheck(L_63); RuntimeObject * L_64 = XsdValidationContext_get_ActualType_m300164849(L_63, /*hidden argument*/NULL); V_2 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_64, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_65 = V_2; if (!L_65) { goto IL_02ec; } } { XmlSchemaComplexType_t3740801802 * L_66 = V_2; NullCheck(L_66); int32_t L_67 = XmlSchemaComplexType_get_ContentType_m3885633075(L_66, /*hidden argument*/NULL); V_4 = L_67; int32_t L_68 = V_4; if ((((int32_t)L_68) == ((int32_t)1))) { goto IL_02d1; } } { int32_t L_69 = V_4; if ((((int32_t)L_69) == ((int32_t)2))) { goto IL_02a4; } } { goto IL_02ec; } IL_02a4: { XmlReader_t3121518892 * L_70 = __this->get_reader_3(); NullCheck(L_70); int32_t L_71 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_70); if ((((int32_t)L_71) == ((int32_t)((int32_t)13)))) { goto IL_02cc; } } { XmlSchemaComplexType_t3740801802 * L_72 = V_2; NullCheck(L_72); XmlQualifiedName_t2760654312 * L_73 = XmlSchemaType_get_QualifiedName_m2122094841(L_72, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2493303262, L_73, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_74, /*hidden argument*/NULL); } IL_02cc: { goto IL_02ec; } IL_02d1: { XmlSchemaComplexType_t3740801802 * L_75 = V_2; NullCheck(L_75); XmlQualifiedName_t2760654312 * L_76 = XmlSchemaType_get_QualifiedName_m2122094841(L_75, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_77 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral671069062, L_76, /*hidden argument*/NULL); XsdValidatingReader_HandleError_m1118650946(__this, L_77, /*hidden argument*/NULL); goto IL_02ec; } IL_02ec: { XsdValidatingReader_ValidateCharacters_m111816315(__this, /*hidden argument*/NULL); goto IL_02f7; } IL_02f7: { bool L_78 = V_0; return L_78; } } // System.Boolean Mono.Xml.Schema.XsdValidatingReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XsdValidatingReader_ReadAttributeValue_m3920876270 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_currentDefaultAttribute_24(); if ((((int32_t)L_0) >= ((int32_t)0))) { goto IL_0018; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_3(); NullCheck(L_1); bool L_2 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_1); return L_2; } IL_0018: { bool L_3 = __this->get_defaultAttributeConsumed_26(); if (!L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { __this->set_defaultAttributeConsumed_26((bool)1); return (bool)1; } } // System.Void Mono.Xml.Schema.XsdValidatingReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XsdValidatingReader_ResolveEntity_m4291900497 (XsdValidatingReader_t3961132625 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_3(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif