#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 VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; 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); } }; // System.Xml.Schema.XmlSchemaIdentityConstraint struct XmlSchemaIdentityConstraint_t297318432; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t2603549639; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_t1064819932; // System.String struct String_t; // System.Xml.Schema.XmlSchemaXPath struct XmlSchemaXPath_t3156455507; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // Mono.Xml.Schema.XsdIdentitySelector struct XsdIdentitySelector_t574258590; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t1315720168; // System.Xml.Schema.XmlSchemaObjectEnumerator struct XmlSchemaObjectEnumerator_t503074204; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227; // System.Xml.Schema.XmlSchema struct XmlSchema_t3742557897; // System.Xml.Schema.XmlSchemaObjectTable struct XmlSchemaObjectTable_t2546974348; // System.Collections.CollectionBase struct CollectionBase_t2727926298; // Mono.Xml.Schema.XsdIdentityField struct XsdIdentityField_t1964115728; // System.Type struct Type_t; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t3509836441; // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_t3074890143; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397; // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392; // System.Exception struct Exception_t; // System.Xml.XmlReader struct XmlReader_t3121518892; // System.Xml.Schema.XmlSchemaInclude struct XmlSchemaInclude_t2307352039; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t997462956; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_t934654762; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_t2678868104; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t2797257020; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t427880856; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t2033747345; // System.Xml.Schema.XmlSchemaKey struct XmlSchemaKey_t3030860318; // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214; // System.Xml.Schema.XmlSchemaLengthFacet struct XmlSchemaLengthFacet_t4286280832; // System.Xml.Schema.XmlSchemaNumericFacet struct XmlSchemaNumericFacet_t3753040035; // System.Xml.Schema.XmlSchemaFacet struct XmlSchemaFacet_t1906017689; // System.Xml.Schema.XmlSchemaMaxExclusiveFacet struct XmlSchemaMaxExclusiveFacet_t786951263; // System.Xml.Schema.XmlSchemaMaxInclusiveFacet struct XmlSchemaMaxInclusiveFacet_t719708644; // System.Xml.Schema.XmlSchemaMaxLengthFacet struct XmlSchemaMaxLengthFacet_t2192171319; // System.Xml.Schema.XmlSchemaMinExclusiveFacet struct XmlSchemaMinExclusiveFacet_t85871952; // System.Xml.Schema.XmlSchemaMinInclusiveFacet struct XmlSchemaMinInclusiveFacet_t18629333; // System.Xml.Schema.XmlSchemaMinLengthFacet struct XmlSchemaMinLengthFacet_t686585762; // System.Xml.Schema.XmlSchemaNotation struct XmlSchemaNotation_t2664560277; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t3828501457; // System.Collections.IList struct IList_t2094931216; // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136; // System.Collections.ICollection struct ICollection_t3904884886; // System.Collections.IDictionaryEnumerator struct IDictionaryEnumerator_t1693217257; // System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator struct XmlSchemaObjectTableEnumerator_t1321079153; // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t2028271315; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_t3511258692; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t3316004401; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Xml.Schema.XmlSchemaRedefine struct XmlSchemaRedefine_t4020109446; // System.Xml.Schema.XmlSchemaComplexType struct XmlSchemaComplexType_t3740801802; // System.Xml.Schema.XmlSchemaGroup struct XmlSchemaGroup_t1441741786; // System.Xml.Schema.XmlSchemaAttributeGroup struct XmlSchemaAttributeGroup_t246430545; // System.Xml.Schema.XmlSchemaSequence struct XmlSchemaSequence_t2018345177; // System.Xml.Schema.XmlSchemaGroupBase struct XmlSchemaGroupBase_t3631079376; // System.Xml.Schema.XmlSchemaAny struct XmlSchemaAny_t1119175207; // System.Xml.Schema.XmlSchemaGroupRef struct XmlSchemaGroupRef_t1314446647; // System.Xml.Schema.XmlSchemaChoice struct XmlSchemaChoice_t959520675; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t266093086; // System.Xml.NameTable struct NameTable_t3178203267; // System.Xml.XmlUrlResolver struct XmlUrlResolver_t817895037; // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.Delegate struct Delegate_t1188392813; // System.Xml.XmlResolver struct XmlResolver_t626023767; // System.Xml.Schema.XmlSchemaSimpleContent struct XmlSchemaSimpleContent_t4264369274; // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t602185179; // System.Xml.Schema.XmlSchemaContent struct XmlSchemaContent_t1040349258; // System.Xml.Schema.XmlSchemaSimpleContentRestriction struct XmlSchemaSimpleContentRestriction_t2746076865; // System.Xml.Schema.XmlSchemaSimpleContentExtension struct XmlSchemaSimpleContentExtension_t1269327470; // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t963227996; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t322714710; // System.Xml.Schema.XmlSchemaAttributeGroupRef struct XmlSchemaAttributeGroupRef_t846390688; // System.Xml.Schema.XmlSchemaTotalDigitsFacet struct XmlSchemaTotalDigitsFacet_t297930215; // System.Xml.Schema.XmlSchemaFractionDigitsFacet struct XmlSchemaFractionDigitsFacet_t2589598443; // System.Xml.Schema.XmlSchemaEnumerationFacet struct XmlSchemaEnumerationFacet_t2156689038; // System.Xml.Schema.XmlSchemaWhiteSpaceFacet struct XmlSchemaWhiteSpaceFacet_t4158372164; // System.Xml.Schema.XmlSchemaSimpleTypeList struct XmlSchemaSimpleTypeList_t472803608; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t599285223; // Mono.Xml.Schema.XsdAnySimpleType struct XsdAnySimpleType_t1257864485; // System.Xml.Schema.XmlSchemaSimpleTypeRestriction struct XmlSchemaSimpleTypeRestriction_t3925451115; // System.Xml.Schema.XmlSchemaSimpleTypeUnion struct XmlSchemaSimpleTypeUnion_t4071426880; // System.Text.StringBuilder struct StringBuilder_t; // System.Text.RegularExpressions.Regex struct Regex_t3657309853; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.String[] struct StringU5BU5D_t1281789340; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t1471530361; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t3384741; // System.Xml.Schema.XmlSchemaUnique struct XmlSchemaUnique_t2867867737; // System.Xml.XmlParserContext struct XmlParserContext_t2544895291; // System.Xml.XmlDocument struct XmlDocument_t2837193595; // System.Xml.XmlAttribute struct XmlAttribute_t1173852259; // System.ArgumentException struct ArgumentException_t132251570; // System.Collections.Specialized.StringCollection struct StringCollection_t167406615; // 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.Xml.XmlReaderBinarySupport struct XmlReaderBinarySupport_t1809665003; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t2186285234; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Collections.Specialized.ListDictionary struct ListDictionary_t1624492310; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.Xml.XmlNode/EmptyNodeList struct EmptyNodeList_t139615908; // System.Xml.XmlNodeListChildren struct XmlNodeListChildren_t1082692789; // Mono.Xml.Schema.XsdIdentityPath[] struct XsdIdentityPathU5BU5D_t2466178853; // Mono.Xml.Schema.XsdIdentityField[] struct XsdIdentityFieldU5BU5D_t881076913; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // 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.Xml.XmlNameEntry struct XmlNameEntry_t1073099671; // System.Xml.XmlLinkedNode struct XmlLinkedNode_t1437094927; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Xml.XmlImplementation struct XmlImplementation_t254178875; // System.Xml.XmlNameEntryCache struct XmlNameEntryCache_t2890546907; // System.Xml.XmlNodeChangedEventHandler struct XmlNodeChangedEventHandler_t1533444722; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_t491982174; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t386037858; // System.Net.ICredentials struct ICredentials_t725721261; // System.Reflection.MethodInfo struct MethodInfo_t; // System.DelegateData struct DelegateData_t1677132599; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_t1490365106; // Mono.Xml.Schema.XsdString struct XsdString_t3049094358; // Mono.Xml.Schema.XsdNormalizedString struct XsdNormalizedString_t3260789355; // Mono.Xml.Schema.XsdToken struct XsdToken_t1239036978; // Mono.Xml.Schema.XsdLanguage struct XsdLanguage_t1876291273; // Mono.Xml.Schema.XsdNMToken struct XsdNMToken_t834691671; // Mono.Xml.Schema.XsdNMTokens struct XsdNMTokens_t4246953255; // Mono.Xml.Schema.XsdName struct XsdName_t2755146808; // Mono.Xml.Schema.XsdNCName struct XsdNCName_t3943159043; // Mono.Xml.Schema.XsdID struct XsdID_t34704195; // Mono.Xml.Schema.XsdIDRef struct XsdIDRef_t2913612829; // Mono.Xml.Schema.XsdIDRefs struct XsdIDRefs_t16099206; // Mono.Xml.Schema.XsdEntity struct XsdEntity_t3956505874; // Mono.Xml.Schema.XsdEntities struct XsdEntities_t1477210398; // Mono.Xml.Schema.XsdNotation struct XsdNotation_t2827634056; // Mono.Xml.Schema.XsdDecimal struct XsdDecimal_t1288601093; // Mono.Xml.Schema.XsdInteger struct XsdInteger_t2044766898; // Mono.Xml.Schema.XsdLong struct XsdLong_t1324632828; // Mono.Xml.Schema.XsdInt struct XsdInt_t33917785; // Mono.Xml.Schema.XsdShort struct XsdShort_t3489811876; // Mono.Xml.Schema.XsdByte struct XsdByte_t2221093920; // Mono.Xml.Schema.XsdNonNegativeInteger struct XsdNonNegativeInteger_t308064234; // Mono.Xml.Schema.XsdPositiveInteger struct XsdPositiveInteger_t1704031413; // Mono.Xml.Schema.XsdUnsignedLong struct XsdUnsignedLong_t1409593434; // Mono.Xml.Schema.XsdUnsignedInt struct XsdUnsignedInt_t72105793; // Mono.Xml.Schema.XsdUnsignedShort struct XsdUnsignedShort_t3654069686; // Mono.Xml.Schema.XsdUnsignedByte struct XsdUnsignedByte_t2304219558; // Mono.Xml.Schema.XsdNonPositiveInteger struct XsdNonPositiveInteger_t1029055398; // Mono.Xml.Schema.XsdNegativeInteger struct XsdNegativeInteger_t2178753546; // Mono.Xml.Schema.XsdFloat struct XsdFloat_t3181928905; // Mono.Xml.Schema.XsdDouble struct XsdDouble_t3324344982; // Mono.Xml.Schema.XsdBase64Binary struct XsdBase64Binary_t3360383190; // Mono.Xml.Schema.XsdBoolean struct XsdBoolean_t380164876; // Mono.Xml.Schema.XsdAnyURI struct XsdAnyURI_t2755748070; // Mono.Xml.Schema.XsdDuration struct XsdDuration_t1555973170; // Mono.Xml.Schema.XsdDateTime struct XsdDateTime_t2563698975; // Mono.Xml.Schema.XsdDate struct XsdDate_t1417753656; // Mono.Xml.Schema.XsdTime struct XsdTime_t3558487088; // Mono.Xml.Schema.XsdHexBinary struct XsdHexBinary_t882812470; // Mono.Xml.Schema.XsdQName struct XsdQName_t2385631467; // Mono.Xml.Schema.XsdGYearMonth struct XsdGYearMonth_t3399073121; // Mono.Xml.Schema.XsdGMonthDay struct XsdGMonthDay_t2605134399; // Mono.Xml.Schema.XsdGYear struct XsdGYear_t3316212116; // Mono.Xml.Schema.XsdGMonth struct XsdGMonth_t3913018815; // Mono.Xml.Schema.XsdGDay struct XsdGDay_t293490745; // Mono.Xml.Schema.XdtAnyAtomicType struct XdtAnyAtomicType_t269366253; // Mono.Xml.Schema.XdtUntypedAtomic struct XdtUntypedAtomic_t1388131523; // Mono.Xml.Schema.XdtDayTimeDuration struct XdtDayTimeDuration_t268779858; // Mono.Xml.Schema.XdtYearMonthDuration struct XdtYearMonthDuration_t1503718519; // System.Text.RegularExpressions.FactoryCache struct FactoryCache_t2327118887; // System.Text.RegularExpressions.IMachineFactory struct IMachineFactory_t1209798546; // System.Text.Encoding struct Encoding_t1523322056; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500; // Mono.Xml.DTDObjectModel struct DTDObjectModel_t1729680289; // System.Reflection.MemberFilter struct MemberFilter_t426314064; // Mono.Xml.Schema.XsdIdentityPath struct XsdIdentityPath_t991900844; // Mono.Xml.Schema.XsdWildcard struct XsdWildcard_t2790389089; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t2784773869; // System.IAsyncResult struct IAsyncResult_t767004451; // System.AsyncCallback struct AsyncCallback_t3962456242; // System.Text.RegularExpressions.Regex[] struct RegexU5BU5D_t1561692752; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t1394089049; extern RuntimeClass* XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var; extern RuntimeClass* XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaIdentityConstraint__ctor_m3826864011_MetadataUsageId; extern RuntimeClass* IDisposable_t3640265483_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaIdentityConstraint_SetParent_m183176007_MetadataUsageId; extern RuntimeClass* Guid_t_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var; extern RuntimeClass* Int32_t2950945753_il2cpp_TypeInfo_var; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIdentitySelector_t574258590_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIdentityField_t1964115728_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1089114540; extern String_t* _stringLiteral739637411; extern String_t* _stringLiteral4112840111; extern String_t* _stringLiteral3406152215; extern String_t* _stringLiteral919092071; extern String_t* _stringLiteral227467032; extern String_t* _stringLiteral1153927662; extern const uint32_t XmlSchemaIdentityConstraint_Compile_m3517703601_MetadataUsageId; extern RuntimeClass* XmlSchemaImport_t3509836441_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1569427300; extern String_t* _stringLiteral3207129801; extern String_t* _stringLiteral1760099131; extern String_t* _stringLiteral3454449607; extern String_t* _stringLiteral3820675233; extern String_t* _stringLiteral4101407196; extern String_t* _stringLiteral3929236445; extern String_t* _stringLiteral307266156; extern String_t* _stringLiteral2615924617; extern String_t* _stringLiteral1102688753; extern const uint32_t XmlSchemaImport_Read_m896922880_MetadataUsageId; extern RuntimeClass* XmlSchemaInclude_t2307352039_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3660550252; extern String_t* _stringLiteral2811308289; extern String_t* _stringLiteral555951432; extern String_t* _stringLiteral2792806207; extern const uint32_t XmlSchemaInclude_Read_m2182012856_MetadataUsageId; extern RuntimeClass* IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaInfo__ctor_m1962529155_MetadataUsageId; extern RuntimeClass* XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2600271970; extern String_t* _stringLiteral1102014350; extern String_t* _stringLiteral62725243; extern String_t* _stringLiteral3701980149; extern String_t* _stringLiteral194609295; extern String_t* _stringLiteral3977229295; extern String_t* _stringLiteral3110369597; extern String_t* _stringLiteral1414807323; extern const uint32_t XmlSchemaKey_Read_m1658356101_MetadataUsageId; extern const uint32_t XmlSchemaKeyref__ctor_m488071070_MetadataUsageId; extern String_t* _stringLiteral987056816; extern String_t* _stringLiteral87775743; extern const uint32_t XmlSchemaKeyref_Compile_m2735779237_MetadataUsageId; extern RuntimeClass* XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var; extern String_t* _stringLiteral855589745; extern String_t* _stringLiteral4057628394; extern String_t* _stringLiteral633370743; extern const uint32_t XmlSchemaKeyref_Validate_m683955272_MetadataUsageId; extern String_t* _stringLiteral1608497597; extern String_t* _stringLiteral1578506588; extern String_t* _stringLiteral1945301054; extern String_t* _stringLiteral3362637932; extern String_t* _stringLiteral3551117974; extern String_t* _stringLiteral2257388245; extern const uint32_t XmlSchemaKeyref_Read_m1032002764_MetadataUsageId; extern RuntimeClass* XmlSchemaLengthFacet_t4286280832_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1212500642; extern String_t* _stringLiteral2863405102; extern String_t* _stringLiteral1709130670; extern String_t* _stringLiteral2455250758; extern String_t* _stringLiteral3493618073; extern String_t* _stringLiteral1195067933; extern String_t* _stringLiteral3235960344; extern const uint32_t XmlSchemaLengthFacet_Read_m46713934_MetadataUsageId; extern RuntimeClass* XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaMaxExclusiveFacet__ctor_m2691852453_MetadataUsageId; extern RuntimeClass* XmlSchemaMaxExclusiveFacet_t786951263_il2cpp_TypeInfo_var; extern String_t* _stringLiteral541665163; extern String_t* _stringLiteral3691394074; extern String_t* _stringLiteral64466322; extern String_t* _stringLiteral2406083530; extern const uint32_t XmlSchemaMaxExclusiveFacet_Read_m3854530505_MetadataUsageId; extern const uint32_t XmlSchemaMaxInclusiveFacet__ctor_m965559308_MetadataUsageId; extern RuntimeClass* XmlSchemaMaxInclusiveFacet_t719708644_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2236949981; extern String_t* _stringLiteral4228795219; extern String_t* _stringLiteral1233234393; extern String_t* _stringLiteral75389845; extern const uint32_t XmlSchemaMaxInclusiveFacet_Read_m1567297469_MetadataUsageId; extern RuntimeClass* XmlSchemaMaxLengthFacet_t2192171319_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1329154644; extern String_t* _stringLiteral184612044; extern String_t* _stringLiteral2537425788; extern const uint32_t XmlSchemaMaxLengthFacet_Read_m4278595782_MetadataUsageId; extern const uint32_t XmlSchemaMinExclusiveFacet__ctor_m1423254642_MetadataUsageId; extern RuntimeClass* XmlSchemaMinExclusiveFacet_t85871952_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3338794825; extern String_t* _stringLiteral1130795203; extern String_t* _stringLiteral102232045; extern String_t* _stringLiteral4140451955; extern const uint32_t XmlSchemaMinExclusiveFacet_Read_m1334108464_MetadataUsageId; extern const uint32_t XmlSchemaMinInclusiveFacet__ctor_m2734774049_MetadataUsageId; extern RuntimeClass* XmlSchemaMinInclusiveFacet_t18629333_il2cpp_TypeInfo_var; extern String_t* _stringLiteral739112347; extern String_t* _stringLiteral1668196348; extern String_t* _stringLiteral1271000116; extern String_t* _stringLiteral1809758270; extern const uint32_t XmlSchemaMinInclusiveFacet_Read_m1579298286_MetadataUsageId; extern RuntimeClass* XmlSchemaMinLengthFacet_t686585762_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3866161938; extern String_t* _stringLiteral2411366641; extern String_t* _stringLiteral3962388742; extern String_t* _stringLiteral469213089; extern const uint32_t XmlSchemaMinLengthFacet_Read_m3215340321_MetadataUsageId; extern String_t* _stringLiteral3696287411; extern String_t* _stringLiteral1604594318; extern String_t* _stringLiteral2706066166; extern const uint32_t XmlSchemaNotation_Compile_m3506144171_MetadataUsageId; extern RuntimeClass* XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1757920329; extern String_t* _stringLiteral3524468349; extern String_t* _stringLiteral2801354963; extern String_t* _stringLiteral2662724237; extern String_t* _stringLiteral1565209256; extern const uint32_t XmlSchemaNotation_Read_m2590247452_MetadataUsageId; extern const uint32_t XmlSchemaNumericFacet__ctor_m2383455012_MetadataUsageId; extern RuntimeClass* XmlSerializerNamespaces_t2702737953_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObject__ctor_m2705102066_MetadataUsageId; extern RuntimeClass* XmlSchema_t3742557897_il2cpp_TypeInfo_var; extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaObject_get_AncestorSchema_m2485268250_RuntimeMethod_var; extern String_t* _stringLiteral3646152423; extern const uint32_t XmlSchemaObject_get_AncestorSchema_m2485268250_MetadataUsageId; extern const uint32_t XmlSchemaObject_IsValidated_m2227629761_MetadataUsageId; extern RuntimeClass* IList_t2094931216_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectCollection_get_Item_m3947992179_MetadataUsageId; extern const uint32_t XmlSchemaObjectCollection_Add_m1142549045_MetadataUsageId; extern const uint32_t XmlSchemaObjectCollection_Contains_m123951714_MetadataUsageId; extern RuntimeClass* XmlSchemaObjectEnumerator_t503074204_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectCollection_GetEnumerator_m568986310_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectEnumerator__ctor_m2001920020_MetadataUsageId; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectEnumerator_System_Collections_IEnumerator_MoveNext_m524261930_MetadataUsageId; extern const uint32_t XmlSchemaObjectEnumerator_System_Collections_IEnumerator_Reset_m502581876_MetadataUsageId; extern const uint32_t XmlSchemaObjectEnumerator_System_Collections_IEnumerator_get_Current_m3269053736_MetadataUsageId; extern const uint32_t XmlSchemaObjectEnumerator_get_Current_m2597242723_MetadataUsageId; extern const uint32_t XmlSchemaObjectEnumerator_MoveNext_m3595167032_MetadataUsageId; extern const uint32_t XmlSchemaObjectEnumerator_Reset_m4090743117_MetadataUsageId; extern RuntimeClass* HybridDictionary_t4070033136_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectTable__ctor_m1178187484_MetadataUsageId; extern const uint32_t XmlSchemaObjectTable_get_Item_m170185878_MetadataUsageId; extern RuntimeClass* XmlSchemaObjectTableEnumerator_t1321079153_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectTable_GetEnumerator_m810751834_MetadataUsageId; extern RuntimeClass* IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectTableEnumerator__ctor_m1189922770_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_MoveNext_m3435300508_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_Reset_m2710033833_MetadataUsageId; extern RuntimeClass* DictionaryEntry_t3123975638_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_get_Current_m3484113563_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1384941012_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Key_m2100312431_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Value_m3653656457_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_get_Entry_m1286687050_MetadataUsageId; extern const uint32_t XmlSchemaObjectTableEnumerator_MoveNext_m3252249121_MetadataUsageId; extern RuntimeClass* XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var; extern RuntimeClass* EmptyParticle_t2028271315_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaParticle_get_Empty_m1615870170_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaException_t3511258692_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaParticle_set_MinOccursString_m2757042850_RuntimeMethod_var; extern String_t* _stringLiteral2358462041; extern const uint32_t XmlSchemaParticle_set_MinOccursString_m2757042850_MetadataUsageId; extern const RuntimeMethod* XmlSchemaParticle_set_MaxOccursString_m1136362008_RuntimeMethod_var; extern String_t* _stringLiteral256783401; extern String_t* _stringLiteral2912683454; extern const uint32_t XmlSchemaParticle_set_MaxOccursString_m1136362008_MetadataUsageId; extern const uint32_t XmlSchemaParticle_set_MinOccurs_m2382766007_MetadataUsageId; extern const uint32_t XmlSchemaParticle_set_MaxOccurs_m3348582991_MetadataUsageId; extern const uint32_t XmlSchemaParticle_GetShallowClone_m3464019364_MetadataUsageId; extern String_t* _stringLiteral420266909; extern const uint32_t XmlSchemaParticle_CompileOccurence_m2937686890_MetadataUsageId; extern const uint32_t XmlSchemaParticle_CopyInfo_m792866240_MetadataUsageId; extern String_t* _stringLiteral1456800948; extern const uint32_t XmlSchemaParticle_ValidateOccurenceRangeOK_m2306748793_MetadataUsageId; extern RuntimeClass* XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaParticle_GetMinEffectiveTotalRangeAllAndSequence_m4225731748_MetadataUsageId; extern const uint32_t XmlSchemaParticle_ValidateIsEmptiable_m1445182865_MetadataUsageId; extern const uint32_t XmlSchemaPatternFacet__ctor_m2153033712_MetadataUsageId; extern RuntimeClass* XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2326546891; extern String_t* _stringLiteral3684710989; extern String_t* _stringLiteral2006176099; extern String_t* _stringLiteral1436617253; extern const uint32_t XmlSchemaPatternFacet_Read_m2669981935_MetadataUsageId; extern RuntimeClass* IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaReader__ctor_m387951045_MetadataUsageId; extern String_t* _stringLiteral3452614550; extern const uint32_t XmlSchemaReader_get_FullName_m78423115_MetadataUsageId; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2237116089; extern String_t* _stringLiteral819615376; extern String_t* _stringLiteral311652352; extern String_t* _stringLiteral3452614532; extern String_t* _stringLiteral3452614535; extern const uint32_t XmlSchemaReader_RaiseInvalidElementError_m4265021746_MetadataUsageId; extern const uint32_t XmlSchemaReader_ReadNextElement_m611223709_MetadataUsageId; extern const uint32_t XmlSchemaReader_get_LineNumber_m3920914464_MetadataUsageId; extern const uint32_t XmlSchemaReader_get_LinePosition_m2272047151_MetadataUsageId; extern RuntimeClass* XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaRedefine__ctor_m920169286_MetadataUsageId; extern const uint32_t XmlSchemaRedefine_SetParent_m1836653862_MetadataUsageId; extern RuntimeClass* XmlSchemaRedefine_t4020109446_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3379208704; extern String_t* _stringLiteral1629453411; extern String_t* _stringLiteral2952131434; extern String_t* _stringLiteral567928159; extern String_t* _stringLiteral1113390247; extern String_t* _stringLiteral2444421609; extern String_t* _stringLiteral3122773422; extern String_t* _stringLiteral400592889; extern const uint32_t XmlSchemaRedefine_Read_m1202760073_MetadataUsageId; extern const uint32_t XmlSchemaSequence__ctor_m2088825835_MetadataUsageId; extern const uint32_t XmlSchemaSequence_SetParent_m4014962768_MetadataUsageId; extern RuntimeClass* XmlSchemaElement_t427880856_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaGroupRef_t1314446647_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaChoice_t959520675_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaAny_t1119175207_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1001627974; extern const uint32_t XmlSchemaSequence_Compile_m3478356094_MetadataUsageId; extern const uint32_t XmlSchemaSequence_GetOptimizedParticle_m2174831162_MetadataUsageId; extern const uint32_t XmlSchemaSequence_Validate_m1924671964_MetadataUsageId; extern String_t* _stringLiteral1711926346; extern String_t* _stringLiteral1357803242; extern String_t* _stringLiteral4003800678; extern String_t* _stringLiteral3026504829; extern const uint32_t XmlSchemaSequence_ValidateDerivationByRestriction_m3468271002_MetadataUsageId; extern const uint32_t XmlSchemaSequence_ValidateUPAOnHeadingOptionalComponents_m2072039233_MetadataUsageId; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSequence_ValidateUPAOnItems_m3453552008_MetadataUsageId; extern const uint32_t XmlSchemaSequence_ValidateUniqueTypeAttribution_m176015213_MetadataUsageId; extern String_t* _stringLiteral3810116474; extern String_t* _stringLiteral2182914272; extern String_t* _stringLiteral660438115; extern String_t* _stringLiteral1495269871; extern String_t* _stringLiteral837243573; extern String_t* _stringLiteral2227061191; extern String_t* _stringLiteral3509310898; extern String_t* _stringLiteral3679593333; extern String_t* _stringLiteral4059539929; extern String_t* _stringLiteral2342829633; extern String_t* _stringLiteral2600730716; extern const uint32_t XmlSchemaSequence_Read_m4225823128_MetadataUsageId; extern RuntimeClass* NameTable_t3178203267_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSet__ctor_m2333710421_MetadataUsageId; extern RuntimeClass* XmlUrlResolver_t817895037_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaCompilationSettings_t2218765537_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaSet__ctor_m1305906686_RuntimeMethod_var; extern String_t* _stringLiteral2315872071; extern const uint32_t XmlSchemaSet__ctor_m1305906686_MetadataUsageId; extern RuntimeClass* ValidationEventHandler_t791314227_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSet_add_ValidationEventHandler_m752947157_MetadataUsageId; extern const uint32_t XmlSchemaSet_remove_ValidationEventHandler_m2549812285_MetadataUsageId; extern const uint32_t XmlSchemaSet_get_GlobalAttributes_m3274158681_MetadataUsageId; extern const uint32_t XmlSchemaSet_get_GlobalElements_m2135414308_MetadataUsageId; extern const uint32_t XmlSchemaSet_get_GlobalTypes_m149850861_MetadataUsageId; extern RuntimeClass* Hashtable_t1853889766_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSet_get_IDCollection_m1289038672_MetadataUsageId; extern const uint32_t XmlSchemaSet_get_NamedIdentities_m132058982_MetadataUsageId; extern const uint32_t XmlSchemaSet_Compile_m1310515789_MetadataUsageId; extern RuntimeClass* XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaType_t2033747345_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSet_AddGlobalComponents_m2268750022_MetadataUsageId; extern const uint32_t XmlSchemaSet_Contains_m2963568736_MetadataUsageId; extern const uint32_t XmlSchemaSet_Contains_m1201416344_MetadataUsageId; extern const uint32_t XmlSchemaSet_GetSafeNs_m1979379821_MetadataUsageId; extern const uint32_t XmlSchemaSet_Schemas_m844252656_MetadataUsageId; extern const uint32_t XmlSchemaSet_MissedSubComponents_m3092777572_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleContentRestriction_t2746076865_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleContentExtension_t1269327470_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3330369379; extern String_t* _stringLiteral266961209; extern const uint32_t XmlSchemaSimpleContent_Compile_m2443699014_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleContent_t4264369274_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2185284321; extern String_t* _stringLiteral1679281052; extern String_t* _stringLiteral686815707; extern String_t* _stringLiteral3091022275; extern String_t* _stringLiteral1564059052; extern String_t* _stringLiteral1610623306; extern const uint32_t XmlSchemaSimpleContent_Read_m1989264058_MetadataUsageId; extern const uint32_t XmlSchemaSimpleContentExtension__ctor_m1443673690_MetadataUsageId; extern const uint32_t XmlSchemaSimpleContentExtension_SetParent_m2420538722_MetadataUsageId; extern RuntimeClass* XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3940459944; extern String_t* _stringLiteral4006777570; extern String_t* _stringLiteral468328884; extern const uint32_t XmlSchemaSimpleContentExtension_Compile_m1060479711_MetadataUsageId; extern RuntimeClass* XmlSchemaComplexContent_t3528540772_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2576403314; extern String_t* _stringLiteral944206075; extern String_t* _stringLiteral508009477; extern String_t* _stringLiteral1962955403; extern const uint32_t XmlSchemaSimpleContentExtension_Validate_m2229865688_MetadataUsageId; extern String_t* _stringLiteral1513614340; extern String_t* _stringLiteral2838662761; extern String_t* _stringLiteral494350233; extern String_t* _stringLiteral1832989167; extern String_t* _stringLiteral871133995; extern String_t* _stringLiteral4158421234; extern String_t* _stringLiteral1080123703; extern const uint32_t XmlSchemaSimpleContentExtension_Read_m47318261_MetadataUsageId; extern const uint32_t XmlSchemaSimpleContentRestriction__ctor_m1686457861_MetadataUsageId; extern const uint32_t XmlSchemaSimpleContentRestriction_SetParent_m659227478_MetadataUsageId; extern String_t* _stringLiteral1667411732; extern const uint32_t XmlSchemaSimpleContentRestriction_Compile_m2649237347_MetadataUsageId; extern const uint32_t XmlSchemaSimpleContentRestriction_Validate_m4279615195_MetadataUsageId; extern String_t* _stringLiteral1885059610; extern String_t* _stringLiteral3376851224; extern String_t* _stringLiteral1937547486; extern String_t* _stringLiteral1504613137; extern String_t* _stringLiteral3402114229; extern String_t* _stringLiteral733314043; extern String_t* _stringLiteral1492323255; extern const uint32_t XmlSchemaSimpleContentRestriction_Read_m2754874039_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var; extern String_t* _stringLiteral723171524; extern String_t* _stringLiteral3319458126; extern String_t* _stringLiteral1236128813; extern String_t* _stringLiteral228529742; extern String_t* _stringLiteral2033559650; extern String_t* _stringLiteral807124363; extern String_t* _stringLiteral1235497039; extern String_t* _stringLiteral1501416449; extern String_t* _stringLiteral3798050081; extern String_t* _stringLiteral63249541; extern String_t* _stringLiteral1272578818; extern String_t* _stringLiteral2722193337; extern String_t* _stringLiteral110852430; extern String_t* _stringLiteral2834935051; extern String_t* _stringLiteral3447975646; extern String_t* _stringLiteral3593584042; extern String_t* _stringLiteral841379268; extern String_t* _stringLiteral1671489303; extern String_t* _stringLiteral2799480295; extern String_t* _stringLiteral215120649; extern String_t* _stringLiteral3244750353; extern String_t* _stringLiteral2005331395; extern String_t* _stringLiteral2143290860; extern String_t* _stringLiteral4080338551; extern String_t* _stringLiteral62725275; extern String_t* _stringLiteral996260479; extern String_t* _stringLiteral3456546791; extern String_t* _stringLiteral3671082123; extern String_t* _stringLiteral2851744811; extern String_t* _stringLiteral1572351178; extern String_t* _stringLiteral3820814978; extern String_t* _stringLiteral4120511215; extern String_t* _stringLiteral2409402648; extern String_t* _stringLiteral2553676557; extern String_t* _stringLiteral1535819814; extern String_t* _stringLiteral1274151684; extern String_t* _stringLiteral3835929719; extern String_t* _stringLiteral1873420042; extern String_t* _stringLiteral3755388189; extern String_t* _stringLiteral3873205229; extern String_t* _stringLiteral3773869350; extern String_t* _stringLiteral425891063; extern String_t* _stringLiteral724378170; extern String_t* _stringLiteral3716671661; extern String_t* _stringLiteral622047031; extern String_t* _stringLiteral1777380071; extern const uint32_t XmlSchemaSimpleType__cctor_m4166403846_MetadataUsageId; extern const uint32_t XmlSchemaSimpleType_BuildSchemaType_m3396760451_MetadataUsageId; extern String_t* _stringLiteral91702; extern const uint32_t XmlSchemaSimpleType_BuildSchemaType_m161812030_MetadataUsageId; extern RuntimeClass* XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSimpleType_get_AnySimpleType_m3105451177_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1825648505; extern String_t* _stringLiteral4263328786; extern String_t* _stringLiteral4277788981; extern String_t* _stringLiteral2121463973; extern String_t* _stringLiteral2386987764; extern String_t* _stringLiteral494358324; extern const uint32_t XmlSchemaSimpleType_Compile_m3035122963_MetadataUsageId; extern const uint32_t XmlSchemaSimpleType_CollectBaseType_m3045110927_MetadataUsageId; extern String_t* _stringLiteral3707278166; extern String_t* _stringLiteral1892207345; extern String_t* _stringLiteral187116341; extern const uint32_t XmlSchemaSimpleType_Validate_m2924628612_MetadataUsageId; extern RuntimeClass* XmlSchemaEnumerationFacet_t2156689038_il2cpp_TypeInfo_var; extern String_t* _stringLiteral1002729513; extern String_t* _stringLiteral1784447688; extern String_t* _stringLiteral2929388584; extern const uint32_t XmlSchemaSimpleType_ValidateDerivationValid_m431215739_MetadataUsageId; extern String_t* _stringLiteral573193253; extern String_t* _stringLiteral1470549572; extern const uint32_t XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113_MetadataUsageId; extern String_t* _stringLiteral1307725358; extern String_t* _stringLiteral2379696392; extern String_t* _stringLiteral2853295071; extern String_t* _stringLiteral94847583; extern String_t* _stringLiteral2310844148; extern String_t* _stringLiteral3941568111; extern String_t* _stringLiteral1991705772; extern const uint32_t XmlSchemaSimpleType_Read_m1629189972_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeList__ctor_m468630537_MetadataUsageId; extern String_t* _stringLiteral520028258; extern String_t* _stringLiteral3015152753; extern String_t* _stringLiteral343863411; extern const uint32_t XmlSchemaSimpleTypeList_Compile_m2478526433_MetadataUsageId; extern String_t* _stringLiteral3470389865; extern String_t* _stringLiteral1256501891; extern String_t* _stringLiteral2086747346; extern const uint32_t XmlSchemaSimpleTypeList_Validate_m3630859097_MetadataUsageId; extern String_t* _stringLiteral2600357199; extern String_t* _stringLiteral2355854968; extern String_t* _stringLiteral2281214833; extern String_t* _stringLiteral569633848; extern String_t* _stringLiteral3585894194; extern const uint32_t XmlSchemaSimpleTypeList_Read_m3988772706_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction__ctor_m666597917_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction__cctor_m3766107797_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_SetParent_m1234062005_MetadataUsageId; extern String_t* _stringLiteral2934311481; extern String_t* _stringLiteral934947509; extern String_t* _stringLiteral2154803466; extern const uint32_t XmlSchemaSimpleTypeRestriction_Compile_m1536568546_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703_MetadataUsageId; extern const RuntimeType* String_t_0_0_0_var; extern RuntimeClass* Facet_t1501039206_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaFractionDigitsFacet_t2589598443_il2cpp_TypeInfo_var; extern RuntimeClass* XmlSchemaTotalDigitsFacet_t297930215_il2cpp_TypeInfo_var; extern RuntimeClass* Type_t_il2cpp_TypeInfo_var; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern RuntimeClass* RegexU5BU5D_t1561692752_il2cpp_TypeInfo_var; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern RuntimeClass* Regex_t3657309853_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2180999159; extern String_t* _stringLiteral1123395259; extern String_t* _stringLiteral1718953828; extern String_t* _stringLiteral283470520; extern String_t* _stringLiteral3425514694; extern String_t* _stringLiteral2884745856; extern String_t* _stringLiteral2746146912; extern String_t* _stringLiteral3452614642; extern String_t* _stringLiteral3452614524; extern String_t* _stringLiteral1028670485; extern const uint32_t XmlSchemaSimpleTypeRestriction_Validate_m2375296915_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265_MetadataUsageId; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2590212315; extern String_t* _stringLiteral1172177825; extern String_t* _stringLiteral2192880968; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkTotalDigitsFacet_m1136086706_MetadataUsageId; extern String_t* _stringLiteral1726927879; extern String_t* _stringLiteral753924833; extern String_t* _stringLiteral1240579558; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkFractionDigitsFacet_m4137464669_MetadataUsageId; extern String_t* _stringLiteral2549327768; extern String_t* _stringLiteral3585617076; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245_MetadataUsageId; extern String_t* _stringLiteral4170909774; extern String_t* _stringLiteral1229679628; extern String_t* _stringLiteral1775556457; extern String_t* _stringLiteral2442382986; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkLengthFacet_m552154258_MetadataUsageId; extern String_t* _stringLiteral294320515; extern String_t* _stringLiteral540084440; extern String_t* _stringLiteral2871821241; extern String_t* _stringLiteral2963537204; extern String_t* _stringLiteral4220897066; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkMaxLengthFacet_m1519094515_MetadataUsageId; extern String_t* _stringLiteral2664361801; extern String_t* _stringLiteral2599391607; extern String_t* _stringLiteral3360720419; extern const uint32_t XmlSchemaSimpleTypeRestriction_checkMinLengthFacet_m3798454509_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_getDatatype_m687103007_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateValueWithDatatype_m3322151548_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacets_m932200076_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacetsCore_m714256667_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacets_m3279012679_MetadataUsageId; extern RuntimeClass* XsdQName_t2385631467_il2cpp_TypeInfo_var; extern RuntimeClass* XsdNotation_t2827634056_il2cpp_TypeInfo_var; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D44_18_FieldInfo_var; extern String_t* _stringLiteral3452614530; extern const uint32_t XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacetsCore_m1733844805_MetadataUsageId; extern String_t* _stringLiteral1928233972; extern String_t* _stringLiteral5564326; extern const uint32_t XmlSchemaSimpleTypeRestriction_Read_m102524905_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeUnion__ctor_m2055690608_MetadataUsageId; extern const uint32_t XmlSchemaSimpleTypeUnion_SetParent_m2572616251_MetadataUsageId; extern String_t* _stringLiteral244141461; extern String_t* _stringLiteral389571946; extern String_t* _stringLiteral598023171; extern const uint32_t XmlSchemaSimpleTypeUnion_Compile_m1320743964_MetadataUsageId; extern RuntimeClass* XmlSchemaSimpleTypeU5BU5D_t1394089049_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaSimpleTypeUnion_Validate_m1719836172_MetadataUsageId; extern RuntimeClass* XmlQualifiedNameU5BU5D_t1471530361_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3345561586; extern String_t* _stringLiteral3729848572; extern String_t* _stringLiteral3452614521; extern String_t* _stringLiteral1882176568; extern String_t* _stringLiteral1850858467; extern String_t* _stringLiteral2039531736; extern const uint32_t XmlSchemaSimpleTypeUnion_Read_m4121525525_MetadataUsageId; extern String_t* _stringLiteral405320503; extern String_t* _stringLiteral3539998349; extern String_t* _stringLiteral175443087; extern const uint32_t XmlSchemaTotalDigitsFacet_Read_m2720747555_MetadataUsageId; extern const uint32_t XmlSchemaType__ctor_m3211054051_MetadataUsageId; extern const uint32_t XmlSchemaType_get_BaseSchemaType_m3936227521_MetadataUsageId; extern const uint32_t XmlSchemaType_get_TypeCode_m3862901656_MetadataUsageId; extern RuntimeClass* Dictionary_2_t2736202052_il2cpp_TypeInfo_var; extern const RuntimeMethod* Dictionary_2__ctor_m2392909825_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_Add_m282647386_RuntimeMethod_var; extern const RuntimeMethod* Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var; extern String_t* _stringLiteral3245737591; extern String_t* _stringLiteral3665773707; extern String_t* _stringLiteral4276600584; extern const uint32_t XmlSchemaType_GetBuiltInSimpleType_m1336857001_MetadataUsageId; extern const uint32_t XmlSchemaType_GetBuiltInSimpleType_m1138863932_MetadataUsageId; extern const uint32_t XmlSchemaType_ValidateRecursionCheck_m3062154423_MetadataUsageId; extern RuntimeClass* XmlSchemaUnique_t2867867737_il2cpp_TypeInfo_var; extern String_t* _stringLiteral379716803; extern String_t* _stringLiteral1289618267; extern String_t* _stringLiteral1128514160; extern String_t* _stringLiteral3782410657; extern const uint32_t XmlSchemaUnique_Read_m1197168435_MetadataUsageId; extern String_t* _stringLiteral2399705350; extern String_t* _stringLiteral4119301762; extern const uint32_t XmlSchemaUtil__cctor_m362847947_MetadataUsageId; extern String_t* _stringLiteral380354181; extern String_t* _stringLiteral2645476880; extern String_t* _stringLiteral4177923708; extern const uint32_t XmlSchemaUtil_AddToTable_m2760389917_MetadataUsageId; extern String_t* _stringLiteral947320159; extern String_t* _stringLiteral3678022378; extern const uint32_t XmlSchemaUtil_CompileID_m928148374_MetadataUsageId; extern String_t* _stringLiteral3450320765; extern const uint32_t XmlSchemaUtil_CheckAnyUri_m1406321190_MetadataUsageId; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUtil_CheckNCName_m1273109950_MetadataUsageId; extern RuntimeClass* IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUtil_GetParserContext_m769704433_MetadataUsageId; extern const uint32_t XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516_MetadataUsageId; extern const uint32_t XmlSchemaUtil_AreSchemaDatatypeEqual_m3115132167_MetadataUsageId; extern const RuntimeType* XsdDecimal_t1288601093_0_0_0_var; extern const RuntimeType* XsdInteger_t2044766898_0_0_0_var; extern const RuntimeType* XsdNonNegativeInteger_t308064234_0_0_0_var; extern RuntimeClass* XsdFloat_t3181928905_il2cpp_TypeInfo_var; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* XsdDouble_t3324344982_il2cpp_TypeInfo_var; extern RuntimeClass* XsdDecimal_t1288601093_il2cpp_TypeInfo_var; extern RuntimeClass* XsdNonPositiveInteger_t1029055398_il2cpp_TypeInfo_var; extern RuntimeClass* XsdPositiveInteger_t1704031413_il2cpp_TypeInfo_var; extern RuntimeClass* XsdUnsignedLong_t1409593434_il2cpp_TypeInfo_var; extern RuntimeClass* XsdNonNegativeInteger_t308064234_il2cpp_TypeInfo_var; extern RuntimeClass* XsdLong_t1324632828_il2cpp_TypeInfo_var; extern RuntimeClass* XsdString_t3049094358_il2cpp_TypeInfo_var; extern RuntimeClass* XsdNMToken_t834691671_il2cpp_TypeInfo_var; extern RuntimeClass* XsdLanguage_t1876291273_il2cpp_TypeInfo_var; extern RuntimeClass* XsdName_t2755146808_il2cpp_TypeInfo_var; extern RuntimeClass* XsdID_t34704195_il2cpp_TypeInfo_var; extern RuntimeClass* XsdIDRef_t2913612829_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075_MetadataUsageId; extern const uint32_t XmlSchemaUtil_IsValidQName_m1652922650_MetadataUsageId; extern const uint32_t XmlSchemaUtil_SplitList_m1641535596_MetadataUsageId; extern RuntimeClass* XmlDocument_t2837193595_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUtil_ReadUnhandledAttribute_m1314733484_MetadataUsageId; extern RuntimeClass* TypeTranslator_t3446962748_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2642259686; extern String_t* _stringLiteral1268591600; extern const uint32_t XmlSchemaUtil_ParseWsdlArrayType_m829317714_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern const uint32_t XmlSchemaUtil_ReadBoolAttribute_m854567538_MetadataUsageId; extern String_t* _stringLiteral1201842075; extern String_t* _stringLiteral184942760; extern String_t* _stringLiteral2745271269; extern String_t* _stringLiteral774901618; extern String_t* _stringLiteral3452614528; extern String_t* _stringLiteral208398801; extern const uint32_t XmlSchemaUtil_ReadDerivationAttribute_m214019534_MetadataUsageId; extern RuntimeClass* XmlSchemaDerivationMethod_t1774354337_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XmlSchemaUtil_AddFlag_m1779127340_RuntimeMethod_var; extern String_t* _stringLiteral2996387899; extern String_t* _stringLiteral3813539861; extern const uint32_t XmlSchemaUtil_AddFlag_m1779127340_MetadataUsageId; extern String_t* _stringLiteral902390592; extern String_t* _stringLiteral2330303858; extern String_t* _stringLiteral3335151820; extern const uint32_t XmlSchemaUtil_ReadFormAttribute_m3742436596_MetadataUsageId; extern String_t* _stringLiteral4166618054; extern String_t* _stringLiteral1237242930; extern String_t* _stringLiteral3899542042; extern String_t* _stringLiteral1692827541; extern const uint32_t XmlSchemaUtil_ReadProcessingAttribute_m3384867792_MetadataUsageId; extern String_t* _stringLiteral2882589497; extern String_t* _stringLiteral3075801354; extern String_t* _stringLiteral1046445807; extern String_t* _stringLiteral1092366554; extern const uint32_t XmlSchemaUtil_ReadUseAttribute_m564872701_MetadataUsageId; extern const uint32_t XmlSchemaUtil_ReadQNameAttribute_m567024358_MetadataUsageId; extern String_t* _stringLiteral3804845809; extern String_t* _stringLiteral3886925816; extern String_t* _stringLiteral1643173988; extern const uint32_t XmlSchemaUtil_ToQName_m3017013972_MetadataUsageId; extern RuntimeClass* XmlSchemaAnyAttribute_t963227996_il2cpp_TypeInfo_var; extern String_t* _stringLiteral675022115; extern String_t* _stringLiteral2937021657; extern String_t* _stringLiteral65512210; extern const uint32_t XmlSchemaUtil_ValidateAttributesResolved_m3601546758_MetadataUsageId; extern const uint32_t XmlSchemaUtil_AreAttributesEqual_m2698191758_MetadataUsageId; extern const uint32_t XmlSchemaUtil_FindAttributeDeclaration_m1889570336_MetadataUsageId; extern const uint32_t XmlSchemaUtil_AttributeWildcardItemValid_m34123625_MetadataUsageId; struct ObjectU5BU5D_t2843939325; struct StringU5BU5D_t1281789340; struct RegexU5BU5D_t1561692752; struct CharU5BU5D_t3528271667; struct XmlQualifiedNameU5BU5D_t1471530361; struct XmlSchemaSimpleTypeU5BU5D_t1394089049; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef DICTIONARY_2_T2736202052_H #define DICTIONARY_2_T2736202052_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::table Int32U5BU5D_t385246372* ___table_4; // System.Collections.Generic.Link[] System.Collections.Generic.Dictionary`2::linkSlots LinkU5BU5D_t964245573* ___linkSlots_5; // TKey[] System.Collections.Generic.Dictionary`2::keySlots StringU5BU5D_t1281789340* ___keySlots_6; // TValue[] System.Collections.Generic.Dictionary`2::valueSlots Int32U5BU5D_t385246372* ___valueSlots_7; // System.Int32 System.Collections.Generic.Dictionary`2::touchedSlots int32_t ___touchedSlots_8; // System.Int32 System.Collections.Generic.Dictionary`2::emptySlot int32_t ___emptySlot_9; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_10; // System.Int32 System.Collections.Generic.Dictionary`2::threshold int32_t ___threshold_11; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::hcp RuntimeObject* ___hcp_12; // System.Runtime.Serialization.SerializationInfo System.Collections.Generic.Dictionary`2::serialization_info SerializationInfo_t950877179 * ___serialization_info_13; // System.Int32 System.Collections.Generic.Dictionary`2::generation int32_t ___generation_14; public: inline static int32_t get_offset_of_table_4() { return static_cast(offsetof(Dictionary_2_t2736202052, ___table_4)); } inline Int32U5BU5D_t385246372* get_table_4() const { return ___table_4; } inline Int32U5BU5D_t385246372** get_address_of_table_4() { return &___table_4; } inline void set_table_4(Int32U5BU5D_t385246372* value) { ___table_4 = value; Il2CppCodeGenWriteBarrier((&___table_4), value); } inline static int32_t get_offset_of_linkSlots_5() { return static_cast(offsetof(Dictionary_2_t2736202052, ___linkSlots_5)); } inline LinkU5BU5D_t964245573* get_linkSlots_5() const { return ___linkSlots_5; } inline LinkU5BU5D_t964245573** get_address_of_linkSlots_5() { return &___linkSlots_5; } inline void set_linkSlots_5(LinkU5BU5D_t964245573* value) { ___linkSlots_5 = value; Il2CppCodeGenWriteBarrier((&___linkSlots_5), value); } inline static int32_t get_offset_of_keySlots_6() { return static_cast(offsetof(Dictionary_2_t2736202052, ___keySlots_6)); } inline StringU5BU5D_t1281789340* get_keySlots_6() const { return ___keySlots_6; } inline StringU5BU5D_t1281789340** get_address_of_keySlots_6() { return &___keySlots_6; } inline void set_keySlots_6(StringU5BU5D_t1281789340* value) { ___keySlots_6 = value; Il2CppCodeGenWriteBarrier((&___keySlots_6), value); } inline static int32_t get_offset_of_valueSlots_7() { return static_cast(offsetof(Dictionary_2_t2736202052, ___valueSlots_7)); } inline Int32U5BU5D_t385246372* get_valueSlots_7() const { return ___valueSlots_7; } inline Int32U5BU5D_t385246372** get_address_of_valueSlots_7() { return &___valueSlots_7; } inline void set_valueSlots_7(Int32U5BU5D_t385246372* value) { ___valueSlots_7 = value; Il2CppCodeGenWriteBarrier((&___valueSlots_7), value); } inline static int32_t get_offset_of_touchedSlots_8() { return static_cast(offsetof(Dictionary_2_t2736202052, ___touchedSlots_8)); } inline int32_t get_touchedSlots_8() const { return ___touchedSlots_8; } inline int32_t* get_address_of_touchedSlots_8() { return &___touchedSlots_8; } inline void set_touchedSlots_8(int32_t value) { ___touchedSlots_8 = value; } inline static int32_t get_offset_of_emptySlot_9() { return static_cast(offsetof(Dictionary_2_t2736202052, ___emptySlot_9)); } inline int32_t get_emptySlot_9() const { return ___emptySlot_9; } inline int32_t* get_address_of_emptySlot_9() { return &___emptySlot_9; } inline void set_emptySlot_9(int32_t value) { ___emptySlot_9 = value; } inline static int32_t get_offset_of_count_10() { return static_cast(offsetof(Dictionary_2_t2736202052, ___count_10)); } inline int32_t get_count_10() const { return ___count_10; } inline int32_t* get_address_of_count_10() { return &___count_10; } inline void set_count_10(int32_t value) { ___count_10 = value; } inline static int32_t get_offset_of_threshold_11() { return static_cast(offsetof(Dictionary_2_t2736202052, ___threshold_11)); } inline int32_t get_threshold_11() const { return ___threshold_11; } inline int32_t* get_address_of_threshold_11() { return &___threshold_11; } inline void set_threshold_11(int32_t value) { ___threshold_11 = value; } inline static int32_t get_offset_of_hcp_12() { return static_cast(offsetof(Dictionary_2_t2736202052, ___hcp_12)); } inline RuntimeObject* get_hcp_12() const { return ___hcp_12; } inline RuntimeObject** get_address_of_hcp_12() { return &___hcp_12; } inline void set_hcp_12(RuntimeObject* value) { ___hcp_12 = value; Il2CppCodeGenWriteBarrier((&___hcp_12), value); } inline static int32_t get_offset_of_serialization_info_13() { return static_cast(offsetof(Dictionary_2_t2736202052, ___serialization_info_13)); } inline SerializationInfo_t950877179 * get_serialization_info_13() const { return ___serialization_info_13; } inline SerializationInfo_t950877179 ** get_address_of_serialization_info_13() { return &___serialization_info_13; } inline void set_serialization_info_13(SerializationInfo_t950877179 * value) { ___serialization_info_13 = value; Il2CppCodeGenWriteBarrier((&___serialization_info_13), value); } inline static int32_t get_offset_of_generation_14() { return static_cast(offsetof(Dictionary_2_t2736202052, ___generation_14)); } inline int32_t get_generation_14() const { return ___generation_14; } inline int32_t* get_address_of_generation_14() { return &___generation_14; } inline void set_generation_14(int32_t value) { ___generation_14 = value; } }; struct Dictionary_2_t2736202052_StaticFields { public: // System.Collections.Generic.Dictionary`2/Transform`1 System.Collections.Generic.Dictionary`2::<>f__am$cacheB Transform_1_t3530625384 * ___U3CU3Ef__amU24cacheB_15; public: inline static int32_t get_offset_of_U3CU3Ef__amU24cacheB_15() { return static_cast(offsetof(Dictionary_2_t2736202052_StaticFields, ___U3CU3Ef__amU24cacheB_15)); } inline Transform_1_t3530625384 * get_U3CU3Ef__amU24cacheB_15() const { return ___U3CU3Ef__amU24cacheB_15; } inline Transform_1_t3530625384 ** get_address_of_U3CU3Ef__amU24cacheB_15() { return &___U3CU3Ef__amU24cacheB_15; } inline void set_U3CU3Ef__amU24cacheB_15(Transform_1_t3530625384 * value) { ___U3CU3Ef__amU24cacheB_15 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__amU24cacheB_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DICTIONARY_2_T2736202052_H #ifndef 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 VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef 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 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 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 XMLSERIALIZERNAMESPACES_T2702737953_H #define XMLSERIALIZERNAMESPACES_T2702737953_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t2702737953 : public RuntimeObject { public: // System.Collections.Specialized.ListDictionary System.Xml.Serialization.XmlSerializerNamespaces::namespaces ListDictionary_t1624492310 * ___namespaces_0; public: inline static int32_t get_offset_of_namespaces_0() { return static_cast(offsetof(XmlSerializerNamespaces_t2702737953, ___namespaces_0)); } inline ListDictionary_t1624492310 * get_namespaces_0() const { return ___namespaces_0; } inline ListDictionary_t1624492310 ** get_address_of_namespaces_0() { return &___namespaces_0; } inline void set_namespaces_0(ListDictionary_t1624492310 * value) { ___namespaces_0 = value; Il2CppCodeGenWriteBarrier((&___namespaces_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSERIALIZERNAMESPACES_T2702737953_H #ifndef 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 XMLSCHEMACOMPILATIONSETTINGS_T2218765537_H #define XMLSCHEMACOMPILATIONSETTINGS_T2218765537_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaCompilationSettings struct XmlSchemaCompilationSettings_t2218765537 : public RuntimeObject { public: // System.Boolean System.Xml.Schema.XmlSchemaCompilationSettings::enable_upa_check bool ___enable_upa_check_0; public: inline static int32_t get_offset_of_enable_upa_check_0() { return static_cast(offsetof(XmlSchemaCompilationSettings_t2218765537, ___enable_upa_check_0)); } inline bool get_enable_upa_check_0() const { return ___enable_upa_check_0; } inline bool* get_address_of_enable_upa_check_0() { return &___enable_upa_check_0; } inline void set_enable_upa_check_0(bool value) { ___enable_upa_check_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOMPILATIONSETTINGS_T2218765537_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 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 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 XMLSCHEMAOBJECTTABLEENUMERATOR_T1321079153_H #define XMLSCHEMAOBJECTTABLEENUMERATOR_T1321079153_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator struct XmlSchemaObjectTableEnumerator_t1321079153 : public RuntimeObject { public: // System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::xenum RuntimeObject* ___xenum_0; // System.Collections.IEnumerable System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::tmp RuntimeObject* ___tmp_1; public: inline static int32_t get_offset_of_xenum_0() { return static_cast(offsetof(XmlSchemaObjectTableEnumerator_t1321079153, ___xenum_0)); } inline RuntimeObject* get_xenum_0() const { return ___xenum_0; } inline RuntimeObject** get_address_of_xenum_0() { return &___xenum_0; } inline void set_xenum_0(RuntimeObject* value) { ___xenum_0 = value; Il2CppCodeGenWriteBarrier((&___xenum_0), value); } inline static int32_t get_offset_of_tmp_1() { return static_cast(offsetof(XmlSchemaObjectTableEnumerator_t1321079153, ___tmp_1)); } inline RuntimeObject* get_tmp_1() const { return ___tmp_1; } inline RuntimeObject** get_address_of_tmp_1() { return &___tmp_1; } inline void set_tmp_1(RuntimeObject* value) { ___tmp_1 = value; Il2CppCodeGenWriteBarrier((&___tmp_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECTTABLEENUMERATOR_T1321079153_H #ifndef HYBRIDDICTIONARY_T4070033136_H #define HYBRIDDICTIONARY_T4070033136_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t4070033136 : public RuntimeObject { public: // System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive bool ___caseInsensitive_0; // System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable Hashtable_t1853889766 * ___hashtable_1; // System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list ListDictionary_t1624492310 * ___list_2; public: inline static int32_t get_offset_of_caseInsensitive_0() { return static_cast(offsetof(HybridDictionary_t4070033136, ___caseInsensitive_0)); } inline bool get_caseInsensitive_0() const { return ___caseInsensitive_0; } inline bool* get_address_of_caseInsensitive_0() { return &___caseInsensitive_0; } inline void set_caseInsensitive_0(bool value) { ___caseInsensitive_0 = value; } inline static int32_t get_offset_of_hashtable_1() { return static_cast(offsetof(HybridDictionary_t4070033136, ___hashtable_1)); } inline Hashtable_t1853889766 * get_hashtable_1() const { return ___hashtable_1; } inline Hashtable_t1853889766 ** get_address_of_hashtable_1() { return &___hashtable_1; } inline void set_hashtable_1(Hashtable_t1853889766 * value) { ___hashtable_1 = value; Il2CppCodeGenWriteBarrier((&___hashtable_1), value); } inline static int32_t get_offset_of_list_2() { return static_cast(offsetof(HybridDictionary_t4070033136, ___list_2)); } inline ListDictionary_t1624492310 * get_list_2() const { return ___list_2; } inline ListDictionary_t1624492310 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(ListDictionary_t1624492310 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((&___list_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // HYBRIDDICTIONARY_T4070033136_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 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 XMLNODE_T3767805227_H #define XMLNODE_T3767805227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNode struct XmlNode_t3767805227 : public RuntimeObject { public: // System.Xml.XmlDocument System.Xml.XmlNode::ownerDocument XmlDocument_t2837193595 * ___ownerDocument_1; // System.Xml.XmlNode System.Xml.XmlNode::parentNode XmlNode_t3767805227 * ___parentNode_2; // System.Xml.XmlNodeListChildren System.Xml.XmlNode::childNodes XmlNodeListChildren_t1082692789 * ___childNodes_3; public: inline static int32_t get_offset_of_ownerDocument_1() { return static_cast(offsetof(XmlNode_t3767805227, ___ownerDocument_1)); } inline XmlDocument_t2837193595 * get_ownerDocument_1() const { return ___ownerDocument_1; } inline XmlDocument_t2837193595 ** get_address_of_ownerDocument_1() { return &___ownerDocument_1; } inline void set_ownerDocument_1(XmlDocument_t2837193595 * value) { ___ownerDocument_1 = value; Il2CppCodeGenWriteBarrier((&___ownerDocument_1), value); } inline static int32_t get_offset_of_parentNode_2() { return static_cast(offsetof(XmlNode_t3767805227, ___parentNode_2)); } inline XmlNode_t3767805227 * get_parentNode_2() const { return ___parentNode_2; } inline XmlNode_t3767805227 ** get_address_of_parentNode_2() { return &___parentNode_2; } inline void set_parentNode_2(XmlNode_t3767805227 * value) { ___parentNode_2 = value; Il2CppCodeGenWriteBarrier((&___parentNode_2), value); } inline static int32_t get_offset_of_childNodes_3() { return static_cast(offsetof(XmlNode_t3767805227, ___childNodes_3)); } inline XmlNodeListChildren_t1082692789 * get_childNodes_3() const { return ___childNodes_3; } inline XmlNodeListChildren_t1082692789 ** get_address_of_childNodes_3() { return &___childNodes_3; } inline void set_childNodes_3(XmlNodeListChildren_t1082692789 * value) { ___childNodes_3 = value; Il2CppCodeGenWriteBarrier((&___childNodes_3), value); } }; struct XmlNode_t3767805227_StaticFields { public: // System.Xml.XmlNode/EmptyNodeList System.Xml.XmlNode::emptyList EmptyNodeList_t139615908 * ___emptyList_0; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNode::<>f__switch$map2B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2B_4; public: inline static int32_t get_offset_of_emptyList_0() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___emptyList_0)); } inline EmptyNodeList_t139615908 * get_emptyList_0() const { return ___emptyList_0; } inline EmptyNodeList_t139615908 ** get_address_of_emptyList_0() { return &___emptyList_0; } inline void set_emptyList_0(EmptyNodeList_t139615908 * value) { ___emptyList_0 = value; Il2CppCodeGenWriteBarrier((&___emptyList_0), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2B_4() { return static_cast(offsetof(XmlNode_t3767805227_StaticFields, ___U3CU3Ef__switchU24map2B_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2B_4() const { return ___U3CU3Ef__switchU24map2B_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2B_4() { return &___U3CU3Ef__switchU24map2B_4; } inline void set_U3CU3Ef__switchU24map2B_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2B_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2B_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODE_T3767805227_H #ifndef 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 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 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 XMLSCHEMAOBJECTENUMERATOR_T503074204_H #define XMLSCHEMAOBJECTENUMERATOR_T503074204_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaObjectEnumerator struct XmlSchemaObjectEnumerator_t503074204 : public RuntimeObject { public: // System.Collections.IEnumerator System.Xml.Schema.XmlSchemaObjectEnumerator::ienum RuntimeObject* ___ienum_0; public: inline static int32_t get_offset_of_ienum_0() { return static_cast(offsetof(XmlSchemaObjectEnumerator_t503074204, ___ienum_0)); } inline RuntimeObject* get_ienum_0() const { return ___ienum_0; } inline RuntimeObject** get_address_of_ienum_0() { return &___ienum_0; } inline void set_ienum_0(RuntimeObject* value) { ___ienum_0 = value; Il2CppCodeGenWriteBarrier((&___ienum_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAOBJECTENUMERATOR_T503074204_H #ifndef 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 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 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 U24ARRAYTYPEU241280_T4290130235_H #define U24ARRAYTYPEU241280_T4290130235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1280 struct U24ArrayTypeU241280_t4290130235 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241280_t4290130235__padding[1280]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241280_T4290130235_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef XMLATTRIBUTE_T1173852259_H #define XMLATTRIBUTE_T1173852259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlAttribute struct XmlAttribute_t1173852259 : public XmlNode_t3767805227 { public: // System.Xml.XmlNameEntry System.Xml.XmlAttribute::name XmlNameEntry_t1073099671 * ___name_5; // System.Boolean System.Xml.XmlAttribute::isDefault bool ___isDefault_6; // System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_7; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAttribute::schemaInfo RuntimeObject* ___schemaInfo_8; public: inline static int32_t get_offset_of_name_5() { return static_cast(offsetof(XmlAttribute_t1173852259, ___name_5)); } inline XmlNameEntry_t1073099671 * get_name_5() const { return ___name_5; } inline XmlNameEntry_t1073099671 ** get_address_of_name_5() { return &___name_5; } inline void set_name_5(XmlNameEntry_t1073099671 * value) { ___name_5 = value; Il2CppCodeGenWriteBarrier((&___name_5), value); } inline static int32_t get_offset_of_isDefault_6() { return static_cast(offsetof(XmlAttribute_t1173852259, ___isDefault_6)); } inline bool get_isDefault_6() const { return ___isDefault_6; } inline bool* get_address_of_isDefault_6() { return &___isDefault_6; } inline void set_isDefault_6(bool value) { ___isDefault_6 = value; } inline static int32_t get_offset_of_lastLinkedChild_7() { return static_cast(offsetof(XmlAttribute_t1173852259, ___lastLinkedChild_7)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_7() const { return ___lastLinkedChild_7; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_7() { return &___lastLinkedChild_7; } inline void set_lastLinkedChild_7(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_7 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_7), value); } inline static int32_t get_offset_of_schemaInfo_8() { return static_cast(offsetof(XmlAttribute_t1173852259, ___schemaInfo_8)); } inline RuntimeObject* get_schemaInfo_8() const { return ___schemaInfo_8; } inline RuntimeObject** get_address_of_schemaInfo_8() { return &___schemaInfo_8; } inline void set_schemaInfo_8(RuntimeObject* value) { ___schemaInfo_8 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLATTRIBUTE_T1173852259_H #ifndef 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 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 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 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 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 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 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 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 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 XMLDOCUMENT_T2837193595_H #define XMLDOCUMENT_T2837193595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDocument struct XmlDocument_t2837193595 : public XmlNode_t3767805227 { public: // System.Boolean System.Xml.XmlDocument::optimal_create_element bool ___optimal_create_element_6; // System.Boolean System.Xml.XmlDocument::optimal_create_attribute bool ___optimal_create_attribute_7; // System.Xml.XmlNameTable System.Xml.XmlDocument::nameTable XmlNameTable_t71772148 * ___nameTable_8; // System.String System.Xml.XmlDocument::baseURI String_t* ___baseURI_9; // System.Xml.XmlImplementation System.Xml.XmlDocument::implementation XmlImplementation_t254178875 * ___implementation_10; // System.Boolean System.Xml.XmlDocument::preserveWhitespace bool ___preserveWhitespace_11; // System.Xml.XmlResolver System.Xml.XmlDocument::resolver XmlResolver_t626023767 * ___resolver_12; // System.Collections.Hashtable System.Xml.XmlDocument::idTable Hashtable_t1853889766 * ___idTable_13; // System.Xml.XmlNameEntryCache System.Xml.XmlDocument::nameCache XmlNameEntryCache_t2890546907 * ___nameCache_14; // System.Xml.XmlLinkedNode System.Xml.XmlDocument::lastLinkedChild XmlLinkedNode_t1437094927 * ___lastLinkedChild_15; // System.Xml.XmlAttribute System.Xml.XmlDocument::nsNodeXml XmlAttribute_t1173852259 * ___nsNodeXml_16; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlDocument::schemas XmlSchemaSet_t266093086 * ___schemas_17; // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::schemaInfo RuntimeObject* ___schemaInfo_18; // System.Boolean System.Xml.XmlDocument::loadMode bool ___loadMode_19; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanged XmlNodeChangedEventHandler_t1533444722 * ___NodeChanged_20; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeChanging XmlNodeChangedEventHandler_t1533444722 * ___NodeChanging_21; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserted XmlNodeChangedEventHandler_t1533444722 * ___NodeInserted_22; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeInserting XmlNodeChangedEventHandler_t1533444722 * ___NodeInserting_23; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoved XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoved_24; // System.Xml.XmlNodeChangedEventHandler System.Xml.XmlDocument::NodeRemoving XmlNodeChangedEventHandler_t1533444722 * ___NodeRemoving_25; public: inline static int32_t get_offset_of_optimal_create_element_6() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_element_6)); } inline bool get_optimal_create_element_6() const { return ___optimal_create_element_6; } inline bool* get_address_of_optimal_create_element_6() { return &___optimal_create_element_6; } inline void set_optimal_create_element_6(bool value) { ___optimal_create_element_6 = value; } inline static int32_t get_offset_of_optimal_create_attribute_7() { return static_cast(offsetof(XmlDocument_t2837193595, ___optimal_create_attribute_7)); } inline bool get_optimal_create_attribute_7() const { return ___optimal_create_attribute_7; } inline bool* get_address_of_optimal_create_attribute_7() { return &___optimal_create_attribute_7; } inline void set_optimal_create_attribute_7(bool value) { ___optimal_create_attribute_7 = value; } inline static int32_t get_offset_of_nameTable_8() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameTable_8)); } inline XmlNameTable_t71772148 * get_nameTable_8() const { return ___nameTable_8; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_8() { return &___nameTable_8; } inline void set_nameTable_8(XmlNameTable_t71772148 * value) { ___nameTable_8 = value; Il2CppCodeGenWriteBarrier((&___nameTable_8), value); } inline static int32_t get_offset_of_baseURI_9() { return static_cast(offsetof(XmlDocument_t2837193595, ___baseURI_9)); } inline String_t* get_baseURI_9() const { return ___baseURI_9; } inline String_t** get_address_of_baseURI_9() { return &___baseURI_9; } inline void set_baseURI_9(String_t* value) { ___baseURI_9 = value; Il2CppCodeGenWriteBarrier((&___baseURI_9), value); } inline static int32_t get_offset_of_implementation_10() { return static_cast(offsetof(XmlDocument_t2837193595, ___implementation_10)); } inline XmlImplementation_t254178875 * get_implementation_10() const { return ___implementation_10; } inline XmlImplementation_t254178875 ** get_address_of_implementation_10() { return &___implementation_10; } inline void set_implementation_10(XmlImplementation_t254178875 * value) { ___implementation_10 = value; Il2CppCodeGenWriteBarrier((&___implementation_10), value); } inline static int32_t get_offset_of_preserveWhitespace_11() { return static_cast(offsetof(XmlDocument_t2837193595, ___preserveWhitespace_11)); } inline bool get_preserveWhitespace_11() const { return ___preserveWhitespace_11; } inline bool* get_address_of_preserveWhitespace_11() { return &___preserveWhitespace_11; } inline void set_preserveWhitespace_11(bool value) { ___preserveWhitespace_11 = value; } inline static int32_t get_offset_of_resolver_12() { return static_cast(offsetof(XmlDocument_t2837193595, ___resolver_12)); } inline XmlResolver_t626023767 * get_resolver_12() const { return ___resolver_12; } inline XmlResolver_t626023767 ** get_address_of_resolver_12() { return &___resolver_12; } inline void set_resolver_12(XmlResolver_t626023767 * value) { ___resolver_12 = value; Il2CppCodeGenWriteBarrier((&___resolver_12), value); } inline static int32_t get_offset_of_idTable_13() { return static_cast(offsetof(XmlDocument_t2837193595, ___idTable_13)); } inline Hashtable_t1853889766 * get_idTable_13() const { return ___idTable_13; } inline Hashtable_t1853889766 ** get_address_of_idTable_13() { return &___idTable_13; } inline void set_idTable_13(Hashtable_t1853889766 * value) { ___idTable_13 = value; Il2CppCodeGenWriteBarrier((&___idTable_13), value); } inline static int32_t get_offset_of_nameCache_14() { return static_cast(offsetof(XmlDocument_t2837193595, ___nameCache_14)); } inline XmlNameEntryCache_t2890546907 * get_nameCache_14() const { return ___nameCache_14; } inline XmlNameEntryCache_t2890546907 ** get_address_of_nameCache_14() { return &___nameCache_14; } inline void set_nameCache_14(XmlNameEntryCache_t2890546907 * value) { ___nameCache_14 = value; Il2CppCodeGenWriteBarrier((&___nameCache_14), value); } inline static int32_t get_offset_of_lastLinkedChild_15() { return static_cast(offsetof(XmlDocument_t2837193595, ___lastLinkedChild_15)); } inline XmlLinkedNode_t1437094927 * get_lastLinkedChild_15() const { return ___lastLinkedChild_15; } inline XmlLinkedNode_t1437094927 ** get_address_of_lastLinkedChild_15() { return &___lastLinkedChild_15; } inline void set_lastLinkedChild_15(XmlLinkedNode_t1437094927 * value) { ___lastLinkedChild_15 = value; Il2CppCodeGenWriteBarrier((&___lastLinkedChild_15), value); } inline static int32_t get_offset_of_nsNodeXml_16() { return static_cast(offsetof(XmlDocument_t2837193595, ___nsNodeXml_16)); } inline XmlAttribute_t1173852259 * get_nsNodeXml_16() const { return ___nsNodeXml_16; } inline XmlAttribute_t1173852259 ** get_address_of_nsNodeXml_16() { return &___nsNodeXml_16; } inline void set_nsNodeXml_16(XmlAttribute_t1173852259 * value) { ___nsNodeXml_16 = value; Il2CppCodeGenWriteBarrier((&___nsNodeXml_16), value); } inline static int32_t get_offset_of_schemas_17() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemas_17)); } inline XmlSchemaSet_t266093086 * get_schemas_17() const { return ___schemas_17; } inline XmlSchemaSet_t266093086 ** get_address_of_schemas_17() { return &___schemas_17; } inline void set_schemas_17(XmlSchemaSet_t266093086 * value) { ___schemas_17 = value; Il2CppCodeGenWriteBarrier((&___schemas_17), value); } inline static int32_t get_offset_of_schemaInfo_18() { return static_cast(offsetof(XmlDocument_t2837193595, ___schemaInfo_18)); } inline RuntimeObject* get_schemaInfo_18() const { return ___schemaInfo_18; } inline RuntimeObject** get_address_of_schemaInfo_18() { return &___schemaInfo_18; } inline void set_schemaInfo_18(RuntimeObject* value) { ___schemaInfo_18 = value; Il2CppCodeGenWriteBarrier((&___schemaInfo_18), value); } inline static int32_t get_offset_of_loadMode_19() { return static_cast(offsetof(XmlDocument_t2837193595, ___loadMode_19)); } inline bool get_loadMode_19() const { return ___loadMode_19; } inline bool* get_address_of_loadMode_19() { return &___loadMode_19; } inline void set_loadMode_19(bool value) { ___loadMode_19 = value; } inline static int32_t get_offset_of_NodeChanged_20() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanged_20)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanged_20() const { return ___NodeChanged_20; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanged_20() { return &___NodeChanged_20; } inline void set_NodeChanged_20(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanged_20 = value; Il2CppCodeGenWriteBarrier((&___NodeChanged_20), value); } inline static int32_t get_offset_of_NodeChanging_21() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeChanging_21)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeChanging_21() const { return ___NodeChanging_21; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeChanging_21() { return &___NodeChanging_21; } inline void set_NodeChanging_21(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeChanging_21 = value; Il2CppCodeGenWriteBarrier((&___NodeChanging_21), value); } inline static int32_t get_offset_of_NodeInserted_22() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserted_22)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserted_22() const { return ___NodeInserted_22; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserted_22() { return &___NodeInserted_22; } inline void set_NodeInserted_22(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserted_22 = value; Il2CppCodeGenWriteBarrier((&___NodeInserted_22), value); } inline static int32_t get_offset_of_NodeInserting_23() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeInserting_23)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeInserting_23() const { return ___NodeInserting_23; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeInserting_23() { return &___NodeInserting_23; } inline void set_NodeInserting_23(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeInserting_23 = value; Il2CppCodeGenWriteBarrier((&___NodeInserting_23), value); } inline static int32_t get_offset_of_NodeRemoved_24() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoved_24)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoved_24() const { return ___NodeRemoved_24; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoved_24() { return &___NodeRemoved_24; } inline void set_NodeRemoved_24(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoved_24 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoved_24), value); } inline static int32_t get_offset_of_NodeRemoving_25() { return static_cast(offsetof(XmlDocument_t2837193595, ___NodeRemoving_25)); } inline XmlNodeChangedEventHandler_t1533444722 * get_NodeRemoving_25() const { return ___NodeRemoving_25; } inline XmlNodeChangedEventHandler_t1533444722 ** get_address_of_NodeRemoving_25() { return &___NodeRemoving_25; } inline void set_NodeRemoving_25(XmlNodeChangedEventHandler_t1533444722 * value) { ___NodeRemoving_25 = value; Il2CppCodeGenWriteBarrier((&___NodeRemoving_25), value); } }; struct XmlDocument_t2837193595_StaticFields { public: // System.Type[] System.Xml.XmlDocument::optimal_create_types TypeU5BU5D_t3940880105* ___optimal_create_types_5; public: inline static int32_t get_offset_of_optimal_create_types_5() { return static_cast(offsetof(XmlDocument_t2837193595_StaticFields, ___optimal_create_types_5)); } inline TypeU5BU5D_t3940880105* get_optimal_create_types_5() const { return ___optimal_create_types_5; } inline TypeU5BU5D_t3940880105** get_address_of_optimal_create_types_5() { return &___optimal_create_types_5; } inline void set_optimal_create_types_5(TypeU5BU5D_t3940880105* value) { ___optimal_create_types_5 = value; Il2CppCodeGenWriteBarrier((&___optimal_create_types_5), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDOCUMENT_T2837193595_H #ifndef 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 NAMETABLE_T3178203267_H #define NAMETABLE_T3178203267_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.NameTable struct NameTable_t3178203267 : public XmlNameTable_t71772148 { public: // System.Int32 System.Xml.NameTable::count int32_t ___count_0; // System.Xml.NameTable/Entry[] System.Xml.NameTable::buckets EntryU5BU5D_t491982174* ___buckets_1; // System.Int32 System.Xml.NameTable::size int32_t ___size_2; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(NameTable_t3178203267, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_buckets_1() { return static_cast(offsetof(NameTable_t3178203267, ___buckets_1)); } inline EntryU5BU5D_t491982174* get_buckets_1() const { return ___buckets_1; } inline EntryU5BU5D_t491982174** get_address_of_buckets_1() { return &___buckets_1; } inline void set_buckets_1(EntryU5BU5D_t491982174* value) { ___buckets_1 = value; Il2CppCodeGenWriteBarrier((&___buckets_1), value); } inline static int32_t get_offset_of_size_2() { return static_cast(offsetof(NameTable_t3178203267, ___size_2)); } inline int32_t get_size_2() const { return ___size_2; } inline int32_t* get_address_of_size_2() { return &___size_2; } inline void set_size_2(int32_t value) { ___size_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NAMETABLE_T3178203267_H #ifndef 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 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 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 XMLSCHEMAREADER_T1164558392_H #define XMLSCHEMAREADER_T1164558392_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaReader struct XmlSchemaReader_t1164558392 : public XmlReader_t3121518892 { public: // System.Xml.XmlReader System.Xml.Schema.XmlSchemaReader::reader XmlReader_t3121518892 * ___reader_2; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaReader::handler ValidationEventHandler_t791314227 * ___handler_3; // System.Boolean System.Xml.Schema.XmlSchemaReader::hasLineInfo bool ___hasLineInfo_4; public: inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___reader_2)); } inline XmlReader_t3121518892 * get_reader_2() const { return ___reader_2; } inline XmlReader_t3121518892 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(XmlReader_t3121518892 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((&___reader_2), value); } inline static int32_t get_offset_of_handler_3() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___handler_3)); } inline ValidationEventHandler_t791314227 * get_handler_3() const { return ___handler_3; } inline ValidationEventHandler_t791314227 ** get_address_of_handler_3() { return &___handler_3; } inline void set_handler_3(ValidationEventHandler_t791314227 * value) { ___handler_3 = value; Il2CppCodeGenWriteBarrier((&___handler_3), value); } inline static int32_t get_offset_of_hasLineInfo_4() { return static_cast(offsetof(XmlSchemaReader_t1164558392, ___hasLineInfo_4)); } inline bool get_hasLineInfo_4() const { return ___hasLineInfo_4; } inline bool* get_address_of_hasLineInfo_4() { return &___hasLineInfo_4; } inline void set_hasLineInfo_4(bool value) { ___hasLineInfo_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAREADER_T1164558392_H #ifndef 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 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 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 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 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 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 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 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 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 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 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 REGEXOPTIONS_T92845595_H #define REGEXOPTIONS_T92845595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t92845595 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(RegexOptions_t92845595, ___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 // REGEXOPTIONS_T92845595_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 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 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 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 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 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 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 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 RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef 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 ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_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 XMLNODETYPE_T1672767151_H #define XMLNODETYPE_T1672767151_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeType struct XmlNodeType_t1672767151 { public: // System.Int32 System.Xml.XmlNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeType_t1672767151, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODETYPE_T1672767151_H #ifndef XMLSPACE_T3324193251_H #define XMLSPACE_T3324193251_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlSpace struct XmlSpace_t3324193251 { public: // System.Int32 System.Xml.XmlSpace::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlSpace_t3324193251, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSPACE_T3324193251_H #ifndef 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 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 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 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 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 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 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 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 XMLSCHEMAEXTERNAL_T3074890143_H #define XMLSCHEMAEXTERNAL_T3074890143_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaExternal struct XmlSchemaExternal_t3074890143 : public XmlSchemaObject_t1315720168 { public: // System.String System.Xml.Schema.XmlSchemaExternal::id String_t* ___id_13; // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaExternal::schema XmlSchema_t3742557897 * ___schema_14; // System.String System.Xml.Schema.XmlSchemaExternal::location String_t* ___location_15; public: inline static int32_t get_offset_of_id_13() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___id_13)); } inline String_t* get_id_13() const { return ___id_13; } inline String_t** get_address_of_id_13() { return &___id_13; } inline void set_id_13(String_t* value) { ___id_13 = value; Il2CppCodeGenWriteBarrier((&___id_13), value); } inline static int32_t get_offset_of_schema_14() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___schema_14)); } inline XmlSchema_t3742557897 * get_schema_14() const { return ___schema_14; } inline XmlSchema_t3742557897 ** get_address_of_schema_14() { return &___schema_14; } inline void set_schema_14(XmlSchema_t3742557897 * value) { ___schema_14 = value; Il2CppCodeGenWriteBarrier((&___schema_14), value); } inline static int32_t get_offset_of_location_15() { return static_cast(offsetof(XmlSchemaExternal_t3074890143, ___location_15)); } inline String_t* get_location_15() const { return ___location_15; } inline String_t** get_address_of_location_15() { return &___location_15; } inline void set_location_15(String_t* value) { ___location_15 = value; Il2CppCodeGenWriteBarrier((&___location_15), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAEXTERNAL_T3074890143_H #ifndef XMLSCHEMAANNOTATION_T2553753397_H #define XMLSCHEMAANNOTATION_T2553753397_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t2553753397 : public XmlSchemaObject_t1315720168 { public: // System.String System.Xml.Schema.XmlSchemaAnnotation::id String_t* ___id_13; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAnnotation::items XmlSchemaObjectCollection_t1064819932 * ___items_14; public: inline static int32_t get_offset_of_id_13() { return static_cast(offsetof(XmlSchemaAnnotation_t2553753397, ___id_13)); } inline String_t* get_id_13() const { return ___id_13; } inline String_t** get_address_of_id_13() { return &___id_13; } inline void set_id_13(String_t* value) { ___id_13 = value; Il2CppCodeGenWriteBarrier((&___id_13), value); } inline static int32_t get_offset_of_items_14() { return static_cast(offsetof(XmlSchemaAnnotation_t2553753397, ___items_14)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_14() const { return ___items_14; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_14() { return &___items_14; } inline void set_items_14(XmlSchemaObjectCollection_t1064819932 * value) { ___items_14 = value; Il2CppCodeGenWriteBarrier((&___items_14), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAANNOTATION_T2553753397_H #ifndef REGEX_T3657309853_H #define REGEX_T3657309853_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.RegularExpressions.Regex struct Regex_t3657309853 : public RuntimeObject { public: // System.Text.RegularExpressions.IMachineFactory System.Text.RegularExpressions.Regex::machineFactory RuntimeObject* ___machineFactory_2; // System.Collections.IDictionary System.Text.RegularExpressions.Regex::mapping RuntimeObject* ___mapping_3; // System.Int32 System.Text.RegularExpressions.Regex::group_count int32_t ___group_count_4; // System.Int32 System.Text.RegularExpressions.Regex::gap int32_t ___gap_5; // System.String[] System.Text.RegularExpressions.Regex::group_names StringU5BU5D_t1281789340* ___group_names_6; // System.Int32[] System.Text.RegularExpressions.Regex::group_numbers Int32U5BU5D_t385246372* ___group_numbers_7; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_8; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_9; public: inline static int32_t get_offset_of_machineFactory_2() { return static_cast(offsetof(Regex_t3657309853, ___machineFactory_2)); } inline RuntimeObject* get_machineFactory_2() const { return ___machineFactory_2; } inline RuntimeObject** get_address_of_machineFactory_2() { return &___machineFactory_2; } inline void set_machineFactory_2(RuntimeObject* value) { ___machineFactory_2 = value; Il2CppCodeGenWriteBarrier((&___machineFactory_2), value); } inline static int32_t get_offset_of_mapping_3() { return static_cast(offsetof(Regex_t3657309853, ___mapping_3)); } inline RuntimeObject* get_mapping_3() const { return ___mapping_3; } inline RuntimeObject** get_address_of_mapping_3() { return &___mapping_3; } inline void set_mapping_3(RuntimeObject* value) { ___mapping_3 = value; Il2CppCodeGenWriteBarrier((&___mapping_3), value); } inline static int32_t get_offset_of_group_count_4() { return static_cast(offsetof(Regex_t3657309853, ___group_count_4)); } inline int32_t get_group_count_4() const { return ___group_count_4; } inline int32_t* get_address_of_group_count_4() { return &___group_count_4; } inline void set_group_count_4(int32_t value) { ___group_count_4 = value; } inline static int32_t get_offset_of_gap_5() { return static_cast(offsetof(Regex_t3657309853, ___gap_5)); } inline int32_t get_gap_5() const { return ___gap_5; } inline int32_t* get_address_of_gap_5() { return &___gap_5; } inline void set_gap_5(int32_t value) { ___gap_5 = value; } inline static int32_t get_offset_of_group_names_6() { return static_cast(offsetof(Regex_t3657309853, ___group_names_6)); } inline StringU5BU5D_t1281789340* get_group_names_6() const { return ___group_names_6; } inline StringU5BU5D_t1281789340** get_address_of_group_names_6() { return &___group_names_6; } inline void set_group_names_6(StringU5BU5D_t1281789340* value) { ___group_names_6 = value; Il2CppCodeGenWriteBarrier((&___group_names_6), value); } inline static int32_t get_offset_of_group_numbers_7() { return static_cast(offsetof(Regex_t3657309853, ___group_numbers_7)); } inline Int32U5BU5D_t385246372* get_group_numbers_7() const { return ___group_numbers_7; } inline Int32U5BU5D_t385246372** get_address_of_group_numbers_7() { return &___group_numbers_7; } inline void set_group_numbers_7(Int32U5BU5D_t385246372* value) { ___group_numbers_7 = value; Il2CppCodeGenWriteBarrier((&___group_numbers_7), value); } inline static int32_t get_offset_of_pattern_8() { return static_cast(offsetof(Regex_t3657309853, ___pattern_8)); } inline String_t* get_pattern_8() const { return ___pattern_8; } inline String_t** get_address_of_pattern_8() { return &___pattern_8; } inline void set_pattern_8(String_t* value) { ___pattern_8 = value; Il2CppCodeGenWriteBarrier((&___pattern_8), value); } inline static int32_t get_offset_of_roptions_9() { return static_cast(offsetof(Regex_t3657309853, ___roptions_9)); } inline int32_t get_roptions_9() const { return ___roptions_9; } inline int32_t* get_address_of_roptions_9() { return &___roptions_9; } inline void set_roptions_9(int32_t value) { ___roptions_9 = value; } }; struct Regex_t3657309853_StaticFields { public: // System.Text.RegularExpressions.FactoryCache System.Text.RegularExpressions.Regex::cache FactoryCache_t2327118887 * ___cache_0; // System.Boolean System.Text.RegularExpressions.Regex::old_rx bool ___old_rx_1; public: inline static int32_t get_offset_of_cache_0() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___cache_0)); } inline FactoryCache_t2327118887 * get_cache_0() const { return ___cache_0; } inline FactoryCache_t2327118887 ** get_address_of_cache_0() { return &___cache_0; } inline void set_cache_0(FactoryCache_t2327118887 * value) { ___cache_0 = value; Il2CppCodeGenWriteBarrier((&___cache_0), value); } inline static int32_t get_offset_of_old_rx_1() { return static_cast(offsetof(Regex_t3657309853_StaticFields, ___old_rx_1)); } inline bool get_old_rx_1() const { return ___old_rx_1; } inline bool* get_address_of_old_rx_1() { return &___old_rx_1; } inline void set_old_rx_1(bool value) { ___old_rx_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // REGEX_T3657309853_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 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 OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_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 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 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 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 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 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 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 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 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 XMLSCHEMANOTATION_T2664560277_H #define XMLSCHEMANOTATION_T2664560277_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaNotation struct XmlSchemaNotation_t2664560277 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaNotation::name String_t* ___name_16; // System.String System.Xml.Schema.XmlSchemaNotation::pub String_t* ___pub_17; // System.String System.Xml.Schema.XmlSchemaNotation::system String_t* ___system_18; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaNotation::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_19; public: inline static int32_t get_offset_of_name_16() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___name_16)); } inline String_t* get_name_16() const { return ___name_16; } inline String_t** get_address_of_name_16() { return &___name_16; } inline void set_name_16(String_t* value) { ___name_16 = value; Il2CppCodeGenWriteBarrier((&___name_16), value); } inline static int32_t get_offset_of_pub_17() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___pub_17)); } inline String_t* get_pub_17() const { return ___pub_17; } inline String_t** get_address_of_pub_17() { return &___pub_17; } inline void set_pub_17(String_t* value) { ___pub_17 = value; Il2CppCodeGenWriteBarrier((&___pub_17), value); } inline static int32_t get_offset_of_system_18() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___system_18)); } inline String_t* get_system_18() const { return ___system_18; } inline String_t** get_address_of_system_18() { return &___system_18; } inline void set_system_18(String_t* value) { ___system_18 = value; Il2CppCodeGenWriteBarrier((&___system_18), value); } inline static int32_t get_offset_of_qualifiedName_19() { return static_cast(offsetof(XmlSchemaNotation_t2664560277, ___qualifiedName_19)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_19() const { return ___qualifiedName_19; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_19() { return &___qualifiedName_19; } inline void set_qualifiedName_19(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_19 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMANOTATION_T2664560277_H #ifndef 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 XMLSCHEMAIMPORT_T3509836441_H #define XMLSCHEMAIMPORT_T3509836441_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaImport struct XmlSchemaImport_t3509836441 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaImport::annotation XmlSchemaAnnotation_t2553753397 * ___annotation_16; // System.String System.Xml.Schema.XmlSchemaImport::nameSpace String_t* ___nameSpace_17; public: inline static int32_t get_offset_of_annotation_16() { return static_cast(offsetof(XmlSchemaImport_t3509836441, ___annotation_16)); } inline XmlSchemaAnnotation_t2553753397 * get_annotation_16() const { return ___annotation_16; } inline XmlSchemaAnnotation_t2553753397 ** get_address_of_annotation_16() { return &___annotation_16; } inline void set_annotation_16(XmlSchemaAnnotation_t2553753397 * value) { ___annotation_16 = value; Il2CppCodeGenWriteBarrier((&___annotation_16), value); } inline static int32_t get_offset_of_nameSpace_17() { return static_cast(offsetof(XmlSchemaImport_t3509836441, ___nameSpace_17)); } inline String_t* get_nameSpace_17() const { return ___nameSpace_17; } inline String_t** get_address_of_nameSpace_17() { return &___nameSpace_17; } inline void set_nameSpace_17(String_t* value) { ___nameSpace_17 = value; Il2CppCodeGenWriteBarrier((&___nameSpace_17), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAIMPORT_T3509836441_H #ifndef XMLSCHEMAATTRIBUTEGROUPREF_T846390688_H #define XMLSCHEMAATTRIBUTEGROUPREF_T846390688_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAttributeGroupRef struct XmlSchemaAttributeGroupRef_t846390688 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroupRef::refName XmlQualifiedName_t2760654312 * ___refName_16; public: inline static int32_t get_offset_of_refName_16() { return static_cast(offsetof(XmlSchemaAttributeGroupRef_t846390688, ___refName_16)); } inline XmlQualifiedName_t2760654312 * get_refName_16() const { return ___refName_16; } inline XmlQualifiedName_t2760654312 ** get_address_of_refName_16() { return &___refName_16; } inline void set_refName_16(XmlQualifiedName_t2760654312 * value) { ___refName_16 = value; Il2CppCodeGenWriteBarrier((&___refName_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAATTRIBUTEGROUPREF_T846390688_H #ifndef XMLSCHEMAANYATTRIBUTE_T963227996_H #define XMLSCHEMAANYATTRIBUTE_T963227996_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAnyAttribute struct XmlSchemaAnyAttribute_t963227996 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaAnyAttribute::nameSpace String_t* ___nameSpace_16; // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::processing int32_t ___processing_17; // Mono.Xml.Schema.XsdWildcard System.Xml.Schema.XmlSchemaAnyAttribute::wildcard XsdWildcard_t2790389089 * ___wildcard_18; public: inline static int32_t get_offset_of_nameSpace_16() { return static_cast(offsetof(XmlSchemaAnyAttribute_t963227996, ___nameSpace_16)); } inline String_t* get_nameSpace_16() const { return ___nameSpace_16; } inline String_t** get_address_of_nameSpace_16() { return &___nameSpace_16; } inline void set_nameSpace_16(String_t* value) { ___nameSpace_16 = value; Il2CppCodeGenWriteBarrier((&___nameSpace_16), value); } inline static int32_t get_offset_of_processing_17() { return static_cast(offsetof(XmlSchemaAnyAttribute_t963227996, ___processing_17)); } inline int32_t get_processing_17() const { return ___processing_17; } inline int32_t* get_address_of_processing_17() { return &___processing_17; } inline void set_processing_17(int32_t value) { ___processing_17 = value; } inline static int32_t get_offset_of_wildcard_18() { return static_cast(offsetof(XmlSchemaAnyAttribute_t963227996, ___wildcard_18)); } inline XsdWildcard_t2790389089 * get_wildcard_18() const { return ___wildcard_18; } inline XsdWildcard_t2790389089 ** get_address_of_wildcard_18() { return &___wildcard_18; } inline void set_wildcard_18(XsdWildcard_t2790389089 * value) { ___wildcard_18 = value; Il2CppCodeGenWriteBarrier((&___wildcard_18), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAANYATTRIBUTE_T963227996_H #ifndef XMLSCHEMACONTENT_T1040349258_H #define XMLSCHEMACONTENT_T1040349258_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaContent struct XmlSchemaContent_t1040349258 : public XmlSchemaAnnotated_t2603549639 { public: // System.Object System.Xml.Schema.XmlSchemaContent::actualBaseSchemaType RuntimeObject * ___actualBaseSchemaType_16; public: inline static int32_t get_offset_of_actualBaseSchemaType_16() { return static_cast(offsetof(XmlSchemaContent_t1040349258, ___actualBaseSchemaType_16)); } inline RuntimeObject * get_actualBaseSchemaType_16() const { return ___actualBaseSchemaType_16; } inline RuntimeObject ** get_address_of_actualBaseSchemaType_16() { return &___actualBaseSchemaType_16; } inline void set_actualBaseSchemaType_16(RuntimeObject * value) { ___actualBaseSchemaType_16 = value; Il2CppCodeGenWriteBarrier((&___actualBaseSchemaType_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACONTENT_T1040349258_H #ifndef XMLSCHEMACONTENTMODEL_T602185179_H #define XMLSCHEMACONTENTMODEL_T602185179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaContentModel struct XmlSchemaContentModel_t602185179 : public XmlSchemaAnnotated_t2603549639 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACONTENTMODEL_T602185179_H #ifndef VALIDATIONEVENTHANDLER_T791314227_H #define VALIDATIONEVENTHANDLER_T791314227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t791314227 : public MulticastDelegate_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VALIDATIONEVENTHANDLER_T791314227_H #ifndef XMLSCHEMAGROUP_T1441741786_H #define XMLSCHEMAGROUP_T1441741786_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaGroup struct XmlSchemaGroup_t1441741786 : public XmlSchemaAnnotated_t2603549639 { public: // System.String System.Xml.Schema.XmlSchemaGroup::name String_t* ___name_16; // System.Xml.Schema.XmlSchemaGroupBase System.Xml.Schema.XmlSchemaGroup::particle XmlSchemaGroupBase_t3631079376 * ___particle_17; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroup::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_18; // System.Boolean System.Xml.Schema.XmlSchemaGroup::isCircularDefinition bool ___isCircularDefinition_19; public: inline static int32_t get_offset_of_name_16() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___name_16)); } inline String_t* get_name_16() const { return ___name_16; } inline String_t** get_address_of_name_16() { return &___name_16; } inline void set_name_16(String_t* value) { ___name_16 = value; Il2CppCodeGenWriteBarrier((&___name_16), value); } inline static int32_t get_offset_of_particle_17() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___particle_17)); } inline XmlSchemaGroupBase_t3631079376 * get_particle_17() const { return ___particle_17; } inline XmlSchemaGroupBase_t3631079376 ** get_address_of_particle_17() { return &___particle_17; } inline void set_particle_17(XmlSchemaGroupBase_t3631079376 * value) { ___particle_17 = value; Il2CppCodeGenWriteBarrier((&___particle_17), value); } inline static int32_t get_offset_of_qualifiedName_18() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___qualifiedName_18)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_18() const { return ___qualifiedName_18; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_18() { return &___qualifiedName_18; } inline void set_qualifiedName_18(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_18 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_18), value); } inline static int32_t get_offset_of_isCircularDefinition_19() { return static_cast(offsetof(XmlSchemaGroup_t1441741786, ___isCircularDefinition_19)); } inline bool get_isCircularDefinition_19() const { return ___isCircularDefinition_19; } inline bool* get_address_of_isCircularDefinition_19() { return &___isCircularDefinition_19; } inline void set_isCircularDefinition_19(bool value) { ___isCircularDefinition_19 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAGROUP_T1441741786_H #ifndef XMLSCHEMAINCLUDE_T2307352039_H #define XMLSCHEMAINCLUDE_T2307352039_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaInclude struct XmlSchemaInclude_t2307352039 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaInclude::annotation XmlSchemaAnnotation_t2553753397 * ___annotation_16; public: inline static int32_t get_offset_of_annotation_16() { return static_cast(offsetof(XmlSchemaInclude_t2307352039, ___annotation_16)); } inline XmlSchemaAnnotation_t2553753397 * get_annotation_16() const { return ___annotation_16; } inline XmlSchemaAnnotation_t2553753397 ** get_address_of_annotation_16() { return &___annotation_16; } inline void set_annotation_16(XmlSchemaAnnotation_t2553753397 * value) { ___annotation_16 = value; Il2CppCodeGenWriteBarrier((&___annotation_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAINCLUDE_T2307352039_H #ifndef 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 XMLSCHEMAREDEFINE_T4020109446_H #define XMLSCHEMAREDEFINE_T4020109446_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaRedefine struct XmlSchemaRedefine_t4020109446 : public XmlSchemaExternal_t3074890143 { public: // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::attributeGroups XmlSchemaObjectTable_t2546974348 * ___attributeGroups_16; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::groups XmlSchemaObjectTable_t2546974348 * ___groups_17; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaRedefine::items XmlSchemaObjectCollection_t1064819932 * ___items_18; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaRedefine::schemaTypes XmlSchemaObjectTable_t2546974348 * ___schemaTypes_19; public: inline static int32_t get_offset_of_attributeGroups_16() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___attributeGroups_16)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeGroups_16() const { return ___attributeGroups_16; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeGroups_16() { return &___attributeGroups_16; } inline void set_attributeGroups_16(XmlSchemaObjectTable_t2546974348 * value) { ___attributeGroups_16 = value; Il2CppCodeGenWriteBarrier((&___attributeGroups_16), value); } inline static int32_t get_offset_of_groups_17() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___groups_17)); } inline XmlSchemaObjectTable_t2546974348 * get_groups_17() const { return ___groups_17; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_groups_17() { return &___groups_17; } inline void set_groups_17(XmlSchemaObjectTable_t2546974348 * value) { ___groups_17 = value; Il2CppCodeGenWriteBarrier((&___groups_17), value); } inline static int32_t get_offset_of_items_18() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___items_18)); } inline XmlSchemaObjectCollection_t1064819932 * get_items_18() const { return ___items_18; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_items_18() { return &___items_18; } inline void set_items_18(XmlSchemaObjectCollection_t1064819932 * value) { ___items_18 = value; Il2CppCodeGenWriteBarrier((&___items_18), value); } inline static int32_t get_offset_of_schemaTypes_19() { return static_cast(offsetof(XmlSchemaRedefine_t4020109446, ___schemaTypes_19)); } inline XmlSchemaObjectTable_t2546974348 * get_schemaTypes_19() const { return ___schemaTypes_19; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_schemaTypes_19() { return &___schemaTypes_19; } inline void set_schemaTypes_19(XmlSchemaObjectTable_t2546974348 * value) { ___schemaTypes_19 = value; Il2CppCodeGenWriteBarrier((&___schemaTypes_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAREDEFINE_T4020109446_H #ifndef 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 XMLSCHEMAATTRIBUTEGROUP_T246430545_H #define XMLSCHEMAATTRIBUTEGROUP_T246430545_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaAttributeGroup struct XmlSchemaAttributeGroup_t246430545 : public XmlSchemaAnnotated_t2603549639 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::anyAttribute XmlSchemaAnyAttribute_t963227996 * ___anyAttribute_16; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAttributeGroup::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_17; // System.String System.Xml.Schema.XmlSchemaAttributeGroup::name String_t* ___name_18; // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::redefined XmlSchemaAttributeGroup_t246430545 * ___redefined_19; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::qualifiedName XmlQualifiedName_t2760654312 * ___qualifiedName_20; // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup::attributeUses XmlSchemaObjectTable_t2546974348 * ___attributeUses_21; // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::anyAttributeUse XmlSchemaAnyAttribute_t963227996 * ___anyAttributeUse_22; // System.Boolean System.Xml.Schema.XmlSchemaAttributeGroup::AttributeGroupRecursionCheck bool ___AttributeGroupRecursionCheck_23; public: inline static int32_t get_offset_of_anyAttribute_16() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___anyAttribute_16)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttribute_16() const { return ___anyAttribute_16; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttribute_16() { return &___anyAttribute_16; } inline void set_anyAttribute_16(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttribute_16 = value; Il2CppCodeGenWriteBarrier((&___anyAttribute_16), value); } inline static int32_t get_offset_of_attributes_17() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___attributes_17)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_17() const { return ___attributes_17; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_17() { return &___attributes_17; } inline void set_attributes_17(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_17 = value; Il2CppCodeGenWriteBarrier((&___attributes_17), value); } inline static int32_t get_offset_of_name_18() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___name_18)); } inline String_t* get_name_18() const { return ___name_18; } inline String_t** get_address_of_name_18() { return &___name_18; } inline void set_name_18(String_t* value) { ___name_18 = value; Il2CppCodeGenWriteBarrier((&___name_18), value); } inline static int32_t get_offset_of_redefined_19() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___redefined_19)); } inline XmlSchemaAttributeGroup_t246430545 * get_redefined_19() const { return ___redefined_19; } inline XmlSchemaAttributeGroup_t246430545 ** get_address_of_redefined_19() { return &___redefined_19; } inline void set_redefined_19(XmlSchemaAttributeGroup_t246430545 * value) { ___redefined_19 = value; Il2CppCodeGenWriteBarrier((&___redefined_19), value); } inline static int32_t get_offset_of_qualifiedName_20() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___qualifiedName_20)); } inline XmlQualifiedName_t2760654312 * get_qualifiedName_20() const { return ___qualifiedName_20; } inline XmlQualifiedName_t2760654312 ** get_address_of_qualifiedName_20() { return &___qualifiedName_20; } inline void set_qualifiedName_20(XmlQualifiedName_t2760654312 * value) { ___qualifiedName_20 = value; Il2CppCodeGenWriteBarrier((&___qualifiedName_20), value); } inline static int32_t get_offset_of_attributeUses_21() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___attributeUses_21)); } inline XmlSchemaObjectTable_t2546974348 * get_attributeUses_21() const { return ___attributeUses_21; } inline XmlSchemaObjectTable_t2546974348 ** get_address_of_attributeUses_21() { return &___attributeUses_21; } inline void set_attributeUses_21(XmlSchemaObjectTable_t2546974348 * value) { ___attributeUses_21 = value; Il2CppCodeGenWriteBarrier((&___attributeUses_21), value); } inline static int32_t get_offset_of_anyAttributeUse_22() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___anyAttributeUse_22)); } inline XmlSchemaAnyAttribute_t963227996 * get_anyAttributeUse_22() const { return ___anyAttributeUse_22; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_anyAttributeUse_22() { return &___anyAttributeUse_22; } inline void set_anyAttributeUse_22(XmlSchemaAnyAttribute_t963227996 * value) { ___anyAttributeUse_22 = value; Il2CppCodeGenWriteBarrier((&___anyAttributeUse_22), value); } inline static int32_t get_offset_of_AttributeGroupRecursionCheck_23() { return static_cast(offsetof(XmlSchemaAttributeGroup_t246430545, ___AttributeGroupRecursionCheck_23)); } inline bool get_AttributeGroupRecursionCheck_23() const { return ___AttributeGroupRecursionCheck_23; } inline bool* get_address_of_AttributeGroupRecursionCheck_23() { return &___AttributeGroupRecursionCheck_23; } inline void set_AttributeGroupRecursionCheck_23(bool value) { ___AttributeGroupRecursionCheck_23 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAATTRIBUTEGROUP_T246430545_H #ifndef 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 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 XMLSCHEMAMAXEXCLUSIVEFACET_T786951263_H #define XMLSCHEMAMAXEXCLUSIVEFACET_T786951263_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMaxExclusiveFacet struct XmlSchemaMaxExclusiveFacet_t786951263 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMAXEXCLUSIVEFACET_T786951263_H #ifndef XMLSCHEMAGROUPREF_T1314446647_H #define XMLSCHEMAGROUPREF_T1314446647_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaGroupRef struct XmlSchemaGroupRef_t1314446647 : public XmlSchemaParticle_t3828501457 { public: // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaGroupRef::schema XmlSchema_t3742557897 * ___schema_27; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroupRef::refName XmlQualifiedName_t2760654312 * ___refName_28; // System.Xml.Schema.XmlSchemaGroup System.Xml.Schema.XmlSchemaGroupRef::referencedGroup XmlSchemaGroup_t1441741786 * ___referencedGroup_29; // System.Boolean System.Xml.Schema.XmlSchemaGroupRef::busy bool ___busy_30; public: inline static int32_t get_offset_of_schema_27() { return static_cast(offsetof(XmlSchemaGroupRef_t1314446647, ___schema_27)); } inline XmlSchema_t3742557897 * get_schema_27() const { return ___schema_27; } inline XmlSchema_t3742557897 ** get_address_of_schema_27() { return &___schema_27; } inline void set_schema_27(XmlSchema_t3742557897 * value) { ___schema_27 = value; Il2CppCodeGenWriteBarrier((&___schema_27), value); } inline static int32_t get_offset_of_refName_28() { return static_cast(offsetof(XmlSchemaGroupRef_t1314446647, ___refName_28)); } inline XmlQualifiedName_t2760654312 * get_refName_28() const { return ___refName_28; } inline XmlQualifiedName_t2760654312 ** get_address_of_refName_28() { return &___refName_28; } inline void set_refName_28(XmlQualifiedName_t2760654312 * value) { ___refName_28 = value; Il2CppCodeGenWriteBarrier((&___refName_28), value); } inline static int32_t get_offset_of_referencedGroup_29() { return static_cast(offsetof(XmlSchemaGroupRef_t1314446647, ___referencedGroup_29)); } inline XmlSchemaGroup_t1441741786 * get_referencedGroup_29() const { return ___referencedGroup_29; } inline XmlSchemaGroup_t1441741786 ** get_address_of_referencedGroup_29() { return &___referencedGroup_29; } inline void set_referencedGroup_29(XmlSchemaGroup_t1441741786 * value) { ___referencedGroup_29 = value; Il2CppCodeGenWriteBarrier((&___referencedGroup_29), value); } inline static int32_t get_offset_of_busy_30() { return static_cast(offsetof(XmlSchemaGroupRef_t1314446647, ___busy_30)); } inline bool get_busy_30() const { return ___busy_30; } inline bool* get_address_of_busy_30() { return &___busy_30; } inline void set_busy_30(bool value) { ___busy_30 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAGROUPREF_T1314446647_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 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 XMLSCHEMAKEY_T3030860318_H #define XMLSCHEMAKEY_T3030860318_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKey struct XmlSchemaKey_t3030860318 : public XmlSchemaIdentityConstraint_t297318432 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEY_T3030860318_H #ifndef XMLSCHEMAKEYREF_T3124006214_H #define XMLSCHEMAKEYREF_T3124006214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaKeyref struct XmlSchemaKeyref_t3124006214 : public XmlSchemaIdentityConstraint_t297318432 { public: // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::refer XmlQualifiedName_t2760654312 * ___refer_21; // System.Xml.Schema.XmlSchemaIdentityConstraint System.Xml.Schema.XmlSchemaKeyref::target XmlSchemaIdentityConstraint_t297318432 * ___target_22; public: inline static int32_t get_offset_of_refer_21() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___refer_21)); } inline XmlQualifiedName_t2760654312 * get_refer_21() const { return ___refer_21; } inline XmlQualifiedName_t2760654312 ** get_address_of_refer_21() { return &___refer_21; } inline void set_refer_21(XmlQualifiedName_t2760654312 * value) { ___refer_21 = value; Il2CppCodeGenWriteBarrier((&___refer_21), value); } inline static int32_t get_offset_of_target_22() { return static_cast(offsetof(XmlSchemaKeyref_t3124006214, ___target_22)); } inline XmlSchemaIdentityConstraint_t297318432 * get_target_22() const { return ___target_22; } inline XmlSchemaIdentityConstraint_t297318432 ** get_address_of_target_22() { return &___target_22; } inline void set_target_22(XmlSchemaIdentityConstraint_t297318432 * value) { ___target_22 = value; Il2CppCodeGenWriteBarrier((&___target_22), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAKEYREF_T3124006214_H #ifndef XMLSCHEMANUMERICFACET_T3753040035_H #define XMLSCHEMANUMERICFACET_T3753040035_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaNumericFacet struct XmlSchemaNumericFacet_t3753040035 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMANUMERICFACET_T3753040035_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 XMLSCHEMAWHITESPACEFACET_T4158372164_H #define XMLSCHEMAWHITESPACEFACET_T4158372164_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaWhiteSpaceFacet struct XmlSchemaWhiteSpaceFacet_t4158372164 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAWHITESPACEFACET_T4158372164_H #ifndef 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 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 XMLSCHEMAPATTERNFACET_T3316004401_H #define XMLSCHEMAPATTERNFACET_T3316004401_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaPatternFacet struct XmlSchemaPatternFacet_t3316004401 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAPATTERNFACET_T3316004401_H #ifndef EMPTYPARTICLE_T2028271315_H #define EMPTYPARTICLE_T2028271315_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaParticle/EmptyParticle struct EmptyParticle_t2028271315 : public XmlSchemaParticle_t3828501457 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EMPTYPARTICLE_T2028271315_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 XMLSCHEMAENUMERATIONFACET_T2156689038_H #define XMLSCHEMAENUMERATIONFACET_T2156689038_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaEnumerationFacet struct XmlSchemaEnumerationFacet_t2156689038 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAENUMERATIONFACET_T2156689038_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 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 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 XMLSCHEMASIMPLECONTENT_T4264369274_H #define XMLSCHEMASIMPLECONTENT_T4264369274_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleContent struct XmlSchemaSimpleContent_t4264369274 : public XmlSchemaContentModel_t602185179 { public: // System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::content XmlSchemaContent_t1040349258 * ___content_16; public: inline static int32_t get_offset_of_content_16() { return static_cast(offsetof(XmlSchemaSimpleContent_t4264369274, ___content_16)); } inline XmlSchemaContent_t1040349258 * get_content_16() const { return ___content_16; } inline XmlSchemaContent_t1040349258 ** get_address_of_content_16() { return &___content_16; } inline void set_content_16(XmlSchemaContent_t1040349258 * value) { ___content_16 = value; Il2CppCodeGenWriteBarrier((&___content_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLECONTENT_T4264369274_H #ifndef XMLSCHEMASIMPLECONTENTRESTRICTION_T2746076865_H #define XMLSCHEMASIMPLECONTENTRESTRICTION_T2746076865_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleContentRestriction struct XmlSchemaSimpleContentRestriction_t2746076865 : public XmlSchemaContent_t1040349258 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentRestriction::any XmlSchemaAnyAttribute_t963227996 * ___any_17; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentRestriction::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_18; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleContentRestriction::baseType XmlSchemaSimpleType_t2678868104 * ___baseType_19; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentRestriction::baseTypeName XmlQualifiedName_t2760654312 * ___baseTypeName_20; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentRestriction::facets XmlSchemaObjectCollection_t1064819932 * ___facets_21; public: inline static int32_t get_offset_of_any_17() { return static_cast(offsetof(XmlSchemaSimpleContentRestriction_t2746076865, ___any_17)); } inline XmlSchemaAnyAttribute_t963227996 * get_any_17() const { return ___any_17; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_any_17() { return &___any_17; } inline void set_any_17(XmlSchemaAnyAttribute_t963227996 * value) { ___any_17 = value; Il2CppCodeGenWriteBarrier((&___any_17), value); } inline static int32_t get_offset_of_attributes_18() { return static_cast(offsetof(XmlSchemaSimpleContentRestriction_t2746076865, ___attributes_18)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_18() const { return ___attributes_18; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_18() { return &___attributes_18; } inline void set_attributes_18(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_18 = value; Il2CppCodeGenWriteBarrier((&___attributes_18), value); } inline static int32_t get_offset_of_baseType_19() { return static_cast(offsetof(XmlSchemaSimpleContentRestriction_t2746076865, ___baseType_19)); } inline XmlSchemaSimpleType_t2678868104 * get_baseType_19() const { return ___baseType_19; } inline XmlSchemaSimpleType_t2678868104 ** get_address_of_baseType_19() { return &___baseType_19; } inline void set_baseType_19(XmlSchemaSimpleType_t2678868104 * value) { ___baseType_19 = value; Il2CppCodeGenWriteBarrier((&___baseType_19), value); } inline static int32_t get_offset_of_baseTypeName_20() { return static_cast(offsetof(XmlSchemaSimpleContentRestriction_t2746076865, ___baseTypeName_20)); } inline XmlQualifiedName_t2760654312 * get_baseTypeName_20() const { return ___baseTypeName_20; } inline XmlQualifiedName_t2760654312 ** get_address_of_baseTypeName_20() { return &___baseTypeName_20; } inline void set_baseTypeName_20(XmlQualifiedName_t2760654312 * value) { ___baseTypeName_20 = value; Il2CppCodeGenWriteBarrier((&___baseTypeName_20), value); } inline static int32_t get_offset_of_facets_21() { return static_cast(offsetof(XmlSchemaSimpleContentRestriction_t2746076865, ___facets_21)); } inline XmlSchemaObjectCollection_t1064819932 * get_facets_21() const { return ___facets_21; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_facets_21() { return &___facets_21; } inline void set_facets_21(XmlSchemaObjectCollection_t1064819932 * value) { ___facets_21 = value; Il2CppCodeGenWriteBarrier((&___facets_21), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLECONTENTRESTRICTION_T2746076865_H #ifndef XMLSCHEMASIMPLECONTENTEXTENSION_T1269327470_H #define XMLSCHEMASIMPLECONTENTEXTENSION_T1269327470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaSimpleContentExtension struct XmlSchemaSimpleContentExtension_t1269327470 : public XmlSchemaContent_t1040349258 { public: // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentExtension::any XmlSchemaAnyAttribute_t963227996 * ___any_17; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentExtension::attributes XmlSchemaObjectCollection_t1064819932 * ___attributes_18; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::baseTypeName XmlQualifiedName_t2760654312 * ___baseTypeName_19; public: inline static int32_t get_offset_of_any_17() { return static_cast(offsetof(XmlSchemaSimpleContentExtension_t1269327470, ___any_17)); } inline XmlSchemaAnyAttribute_t963227996 * get_any_17() const { return ___any_17; } inline XmlSchemaAnyAttribute_t963227996 ** get_address_of_any_17() { return &___any_17; } inline void set_any_17(XmlSchemaAnyAttribute_t963227996 * value) { ___any_17 = value; Il2CppCodeGenWriteBarrier((&___any_17), value); } inline static int32_t get_offset_of_attributes_18() { return static_cast(offsetof(XmlSchemaSimpleContentExtension_t1269327470, ___attributes_18)); } inline XmlSchemaObjectCollection_t1064819932 * get_attributes_18() const { return ___attributes_18; } inline XmlSchemaObjectCollection_t1064819932 ** get_address_of_attributes_18() { return &___attributes_18; } inline void set_attributes_18(XmlSchemaObjectCollection_t1064819932 * value) { ___attributes_18 = value; Il2CppCodeGenWriteBarrier((&___attributes_18), value); } inline static int32_t get_offset_of_baseTypeName_19() { return static_cast(offsetof(XmlSchemaSimpleContentExtension_t1269327470, ___baseTypeName_19)); } inline XmlQualifiedName_t2760654312 * get_baseTypeName_19() const { return ___baseTypeName_19; } inline XmlQualifiedName_t2760654312 ** get_address_of_baseTypeName_19() { return &___baseTypeName_19; } inline void set_baseTypeName_19(XmlQualifiedName_t2760654312 * value) { ___baseTypeName_19 = value; Il2CppCodeGenWriteBarrier((&___baseTypeName_19), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMASIMPLECONTENTEXTENSION_T1269327470_H #ifndef XMLSCHEMACOMPLEXCONTENT_T3528540772_H #define XMLSCHEMACOMPLEXCONTENT_T3528540772_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaComplexContent struct XmlSchemaComplexContent_t3528540772 : public XmlSchemaContentModel_t602185179 { public: // System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaComplexContent::content XmlSchemaContent_t1040349258 * ___content_16; // System.Boolean System.Xml.Schema.XmlSchemaComplexContent::isMixed bool ___isMixed_17; public: inline static int32_t get_offset_of_content_16() { return static_cast(offsetof(XmlSchemaComplexContent_t3528540772, ___content_16)); } inline XmlSchemaContent_t1040349258 * get_content_16() const { return ___content_16; } inline XmlSchemaContent_t1040349258 ** get_address_of_content_16() { return &___content_16; } inline void set_content_16(XmlSchemaContent_t1040349258 * value) { ___content_16 = value; Il2CppCodeGenWriteBarrier((&___content_16), value); } inline static int32_t get_offset_of_isMixed_17() { return static_cast(offsetof(XmlSchemaComplexContent_t3528540772, ___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; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMACOMPLEXCONTENT_T3528540772_H #ifndef XMLSCHEMAMININCLUSIVEFACET_T18629333_H #define XMLSCHEMAMININCLUSIVEFACET_T18629333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMinInclusiveFacet struct XmlSchemaMinInclusiveFacet_t18629333 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMININCLUSIVEFACET_T18629333_H #ifndef XMLSCHEMAUNIQUE_T2867867737_H #define XMLSCHEMAUNIQUE_T2867867737_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaUnique struct XmlSchemaUnique_t2867867737 : public XmlSchemaIdentityConstraint_t297318432 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAUNIQUE_T2867867737_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 XMLSCHEMAMAXINCLUSIVEFACET_T719708644_H #define XMLSCHEMAMAXINCLUSIVEFACET_T719708644_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMaxInclusiveFacet struct XmlSchemaMaxInclusiveFacet_t719708644 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMAXINCLUSIVEFACET_T719708644_H #ifndef XMLSCHEMAMINEXCLUSIVEFACET_T85871952_H #define XMLSCHEMAMINEXCLUSIVEFACET_T85871952_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMinExclusiveFacet struct XmlSchemaMinExclusiveFacet_t85871952 : public XmlSchemaFacet_t1906017689 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMINEXCLUSIVEFACET_T85871952_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 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 XMLSCHEMAFRACTIONDIGITSFACET_T2589598443_H #define XMLSCHEMAFRACTIONDIGITSFACET_T2589598443_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaFractionDigitsFacet struct XmlSchemaFractionDigitsFacet_t2589598443 : public XmlSchemaNumericFacet_t3753040035 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAFRACTIONDIGITSFACET_T2589598443_H #ifndef XMLSCHEMATOTALDIGITSFACET_T297930215_H #define XMLSCHEMATOTALDIGITSFACET_T297930215_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaTotalDigitsFacet struct XmlSchemaTotalDigitsFacet_t297930215 : public XmlSchemaNumericFacet_t3753040035 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMATOTALDIGITSFACET_T297930215_H #ifndef XMLSCHEMAMAXLENGTHFACET_T2192171319_H #define XMLSCHEMAMAXLENGTHFACET_T2192171319_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMaxLengthFacet struct XmlSchemaMaxLengthFacet_t2192171319 : public XmlSchemaNumericFacet_t3753040035 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMAXLENGTHFACET_T2192171319_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 XMLSCHEMALENGTHFACET_T4286280832_H #define XMLSCHEMALENGTHFACET_T4286280832_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaLengthFacet struct XmlSchemaLengthFacet_t4286280832 : public XmlSchemaNumericFacet_t3753040035 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMALENGTHFACET_T4286280832_H #ifndef XMLSCHEMAMINLENGTHFACET_T686585762_H #define XMLSCHEMAMINLENGTHFACET_T686585762_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Schema.XmlSchemaMinLengthFacet struct XmlSchemaMinLengthFacet_t686585762 : public XmlSchemaNumericFacet_t3753040035 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLSCHEMAMINLENGTHFACET_T686585762_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 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 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 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 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 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 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 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 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 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 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 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 // 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.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.Text.RegularExpressions.Regex[] struct RegexU5BU5D_t1561692752 : public RuntimeArray { public: ALIGN_FIELD (8) Regex_t3657309853 * m_Items[1]; public: inline Regex_t3657309853 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Regex_t3657309853 ** 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, Regex_t3657309853 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline Regex_t3657309853 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Regex_t3657309853 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Regex_t3657309853 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Char[] struct CharU5BU5D_t3528271667 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t1471530361 : public RuntimeArray { public: ALIGN_FIELD (8) XmlQualifiedName_t2760654312 * m_Items[1]; public: inline XmlQualifiedName_t2760654312 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlQualifiedName_t2760654312 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, XmlQualifiedName_t2760654312 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlQualifiedName_t2760654312 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlQualifiedName_t2760654312 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t2760654312 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Xml.Schema.XmlSchemaSimpleType[] struct XmlSchemaSimpleTypeU5BU5D_t1394089049 : public RuntimeArray { public: ALIGN_FIELD (8) XmlSchemaSimpleType_t2678868104 * m_Items[1]; public: inline XmlSchemaSimpleType_t2678868104 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XmlSchemaSimpleType_t2678868104 ** 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, XmlSchemaSimpleType_t2678868104 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } inline XmlSchemaSimpleType_t2678868104 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XmlSchemaSimpleType_t2678868104 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaSimpleType_t2678868104 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier(m_Items + index, value); } }; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m182537451_gshared (Dictionary_2_t3384741 * __this, int32_t p0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1279427033_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3959998165_gshared (Dictionary_2_t3384741 * __this, RuntimeObject * p0, int32_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated__ctor_m2738129066 (XmlSchemaAnnotated_t2603549639 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_m1601154956 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_SetParent_m3207914940 (XmlSchemaObject_t1315720168 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::get_Selector() extern "C" IL2CPP_METHOD_ATTR XmlSchemaXPath_t3156455507 * XmlSchemaIdentityConstraint_get_Selector_m1128146390 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::get_Fields() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaIdentityConstraint_get_Fields_m2787365736 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectEnumerator System.Xml.Schema.XmlSchemaObjectCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectEnumerator_t503074204 * XmlSchemaObjectCollection_GetEnumerator_m568986310 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectEnumerator_get_Current_m2597242723 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaObjectEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectEnumerator_MoveNext_m3595167032 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method); // System.Boolean System.Guid::op_Equality(System.Guid,System.Guid) extern "C" IL2CPP_METHOD_ATTR bool Guid_op_Equality_m4289903222 (RuntimeObject * __this /* static, unused */, Guid_t p0, Guid_t p1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaIdentityConstraint::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaIdentityConstraint_get_Name_m1034977293 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m903554348 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckNCName_m1273109950 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaObject::get_AncestorSchema() extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaObject_get_AncestorSchema_m2485268250 (XmlSchemaObject_t1315720168 * __this, 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.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.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_NamedIdentities() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_NamedIdentities_m2539602576 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaObjectTable::Contains(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectTable_Contains_m3252282677 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, 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.String System.Xml.Schema.XmlSchemaObject::get_SourceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m2171292794 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m1770369486 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m916493145 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m3339413201 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable::Add(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Add_m1270468147 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, XmlSchemaObject_t1315720168 * ___value1, const RuntimeMethod* method); // 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); // System.Int32 System.Collections.CollectionBase::get_Count() extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m1708965601 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.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); // 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); // System.Type System.Object::GetType() extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m88164663 (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m1715369213 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAnnotated::get_Id() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAnnotated_get_Id_m2854314617 (XmlSchemaAnnotated_t2603549639 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Schema.XmlSchema::get_IDCollection() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * XmlSchema_get_IDCollection_m3725452494 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::CompileID(System.String,System.Xml.Schema.XmlSchemaObject,System.Collections.Hashtable,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_CompileID_m928148374 (RuntimeObject * __this /* static, unused */, String_t* ___id0, XmlSchemaObject_t1315720168 * ___xso1, Hashtable_t1853889766 * ___idCollection2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaExternal::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaExternal__ctor_m2629943230 (XmlSchemaExternal_t3074890143 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaImport::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaImport__ctor_m917031875 (XmlSchemaImport_t3509836441 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m215368492 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m3937257545 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m1799989524 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaReader::SkipToEnd() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_SkipToEnd_m864243635 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LineNumber_m3920914464 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LineNumber_m1360499025 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LinePosition_m2272047151 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LinePosition_m906865826 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_SourceUri(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_SourceUri_m2760372687 (XmlSchemaObject_t1315720168 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m920492651 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaExternal::set_Id(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaExternal_set_Id_m3137701086 (XmlSchemaExternal_t3074890143 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaExternal::set_SchemaLocation(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaExternal_set_SchemaLocation_m533136637 (XmlSchemaExternal_t3074890143 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::ReadUnhandledAttribute(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_ReadUnhandledAttribute_m1314733484 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlSchemaObject_t1315720168 * ___xso1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotation::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnnotation_t2553753397 * XmlSchemaAnnotation_Read_m1586871736 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaImport::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaImport_set_Annotation_m1150076245 (XmlSchemaImport_t3509836441 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaReader::RaiseInvalidElementError() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_RaiseInvalidElementError_m4265021746 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaReader::ReadNextElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_ReadNextElement_m611223709 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInclude::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInclude__ctor_m427745875 (XmlSchemaInclude_t2307352039 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaInclude::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInclude_set_Annotation_m1434472063 (XmlSchemaInclude_t2307352039 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method); // System.Void System.Object::.ctor() extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m297566312 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint__ctor_m3826864011 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaIdentityConstraint::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaIdentityConstraint_Compile_m3517703601 (XmlSchemaIdentityConstraint_t297318432 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaKey::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaKey__ctor_m3290062346 (XmlSchemaKey_t3030860318 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Id(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Id_m1597719336 (XmlSchemaAnnotated_t2603549639 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint_set_Name_m1938683954 (XmlSchemaIdentityConstraint_t297318432 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaAnnotated::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaAnnotated_set_Annotation_m3050132480 (XmlSchemaAnnotated_t2603549639 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaXPath::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaXPath_t3156455507 * XmlSchemaXPath_Read_m1808832972 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, String_t* ___name2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::set_Selector(System.Xml.Schema.XmlSchemaXPath) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint_set_Selector_m4012263722 (XmlSchemaIdentityConstraint_t297318432 * __this, XmlSchemaXPath_t3156455507 * ___value0, const RuntimeMethod* method); // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_m1142549045 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___item0, const RuntimeMethod* method); // System.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.XmlQualifiedName::get_IsEmpty() extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1430090042 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckQName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckQName_m3878061682 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, 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); // System.Void System.Xml.Schema.XmlSchemaKeyref::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaKeyref__ctor_m488071070 (XmlSchemaKeyref_t3124006214 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaUtil::ReadQNameAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaUtil_ReadQNameAttribute_m567024358 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerEx1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaNumericFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaNumericFacet__ctor_m2383455012 (XmlSchemaNumericFacet_t3753040035 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaLengthFacet__ctor_m601742234 (XmlSchemaLengthFacet_t4286280832 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::ReadBoolAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_ReadBoolAttribute_m854567538 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::set_Value(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaFacet_set_Value_m2382101717 (XmlSchemaFacet_t1906017689 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaFacet__ctor_m442738916 (XmlSchemaFacet_t1906017689 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMaxExclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxExclusiveFacet__ctor_m2691852453 (XmlSchemaMaxExclusiveFacet_t786951263 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMaxInclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxInclusiveFacet__ctor_m965559308 (XmlSchemaMaxInclusiveFacet_t719708644 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMaxLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxLengthFacet__ctor_m3912993442 (XmlSchemaMaxLengthFacet_t2192171319 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMinExclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinExclusiveFacet__ctor_m1423254642 (XmlSchemaMinExclusiveFacet_t85871952 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMinInclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinInclusiveFacet__ctor_m2734774049 (XmlSchemaMinInclusiveFacet_t18629333 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaMinLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinLengthFacet__ctor_m1892103684 (XmlSchemaMinLengthFacet_t686585762 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaNotation::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaNotation_get_Name_m1470294945 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaNotation::get_Public() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaNotation_get_Public_m559649134 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckAnyUri(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckAnyUri_m1406321190 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaNotation::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaNotation__ctor_m2333083672 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_m1179032600 (XmlSerializerNamespaces_t2702737953 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::get_Parent() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObject_get_Parent_m2128202288 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m1152696503 (Exception_t * __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::set_Parent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Parent_m3122176810 (XmlSchemaObject_t1315720168 * __this, XmlSchemaObject_t1315720168 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception,System.Xml.Schema.XmlSchemaObject,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m1382379749 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::warn(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception,System.Xml.Schema.XmlSchemaObject,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_warn_m2829546449 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, const RuntimeMethod* method); // System.Void System.Xml.Schema.ValidationHandler::RaiseValidationEvent(System.Xml.Schema.ValidationEventHandler,System.Exception,System.String,System.Xml.Schema.XmlSchemaObject,System.Object,System.String,System.Xml.Schema.XmlSeverityType) extern "C" IL2CPP_METHOD_ATTR void ValidationHandler_RaiseValidationEvent_m2236510583 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, Exception_t * ___innerException1, String_t* ___message2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, String_t* ___sourceUri5, int32_t ___severity6, const RuntimeMethod* method); // System.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); // System.Void System.Xml.Schema.XmlSchemaObjectEnumerator::.ctor(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectEnumerator__ctor_m2001920020 (XmlSchemaObjectEnumerator_t503074204 * __this, RuntimeObject* ___list0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::.ctor() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m656684569 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_m3133414958 (HybridDictionary_t4070033136 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Keys() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Keys_m516521928 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Collections.Specialized.HybridDictionary::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* HybridDictionary_get_Values_m627762870 (HybridDictionary_t4070033136 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Specialized.HybridDictionary::Contains(System.Object) extern "C" IL2CPP_METHOD_ATTR bool HybridDictionary_Contains_m672494697 (HybridDictionary_t4070033136 * __this, RuntimeObject * p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::.ctor(System.Xml.Schema.XmlSchemaObjectTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTableEnumerator__ctor_m1189922770 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, XmlSchemaObjectTable_t2546974348 * ___table0, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::set_Item(System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_set_Item_m2823445799 (HybridDictionary_t4070033136 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method); // System.Void System.Collections.Specialized.HybridDictionary::Clear() extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Clear_m2159137577 (HybridDictionary_t4070033136 * __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.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyParticle__ctor_m3557249563 (EmptyParticle_t2028271315 * __this, 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.Decimal System.Decimal::Parse(System.String,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m4154418249 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject* p1, const RuntimeMethod* method); // System.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.Decimal System.Decimal::Truncate(System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Truncate_m3035934636 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 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.String System.Decimal::ToString(System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m3653216873 (Decimal_t2948259380 * __this, RuntimeObject* p0, const RuntimeMethod* method); // System.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 System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte) extern "C" IL2CPP_METHOD_ATTR void Decimal__ctor_m3650533794 (Decimal_t2948259380 * __this, int32_t p0, int32_t p1, int32_t p2, bool p3, uint8_t p4, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccursString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccursString_m2757042850 (XmlSchemaParticle_t3828501457 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccursString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccursString_m1136362008 (XmlSchemaParticle_t3828501457 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m1474068832 (RuntimeObject * __this, const RuntimeMethod* method); // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MinOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_MinOccurs_m3359654133 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MaxOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_MaxOccurs_m3740280605 (XmlSchemaParticle_t3828501457 * __this, 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.String System.Xml.Schema.XmlSchemaParticle::get_MinOccursString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaParticle_get_MinOccursString_m911119733 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaParticle::get_MaxOccursString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaParticle_get_MaxOccursString_m4107102780 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObject::CopyInfo(System.Xml.Schema.XmlSchemaParticle) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_CopyInfo_m2964206326 (XmlSchemaObject_t1315720168 * __this, XmlSchemaParticle_t3828501457 * ___obj0, 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.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.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.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.Decimal System.Decimal::op_Addition(System.Decimal,System.Decimal) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_op_Addition_m573847667 (RuntimeObject * __this /* static, unused */, Decimal_t2948259380 p0, Decimal_t2948259380 p1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m2268095353 (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); // System.Void System.Xml.Schema.XmlSchemaPatternFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaPatternFacet__ctor_m2153033712 (XmlSchemaPatternFacet_t3316004401 * __this, const RuntimeMethod* method); // System.Void System.Xml.XmlReader::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlReader__ctor_m2242864879 (XmlReader_t3121518892 * __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.String System.Xml.Schema.XmlSchemaReader::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_FullName_m78423115 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2971454694 (RuntimeObject * __this /* static, unused */, ObjectU5BU5D_t2843939325* p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable__ctor_m1178187484 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_m3368107069 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaRedefine::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaRedefine_get_Items_m3656358695 (XmlSchemaRedefine_t4020109446 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaRedefine::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaRedefine__ctor_m920169286 (XmlSchemaRedefine_t4020109446 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_Read_m1629189972 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3740801802 * XmlSchemaComplexType_Read_m2926646157 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaGroup System.Xml.Schema.XmlSchemaGroup::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaGroup_t1441741786 * XmlSchemaGroup_Read_m2989256960 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t246430545 * XmlSchemaAttributeGroup_Read_m1384675368 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaGroupBase::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaGroupBase__ctor_m3091716353 (XmlSchemaGroupBase_t3631079376 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaParticle::CompileOccurence(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_CompileOccurence_m2937686890 (XmlSchemaParticle_t3828501457 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m2088825835 (XmlSchemaSequence_t2018345177 * __this, 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.Boolean System.Xml.Schema.XmlSchemaObject::IsValidated(System.Guid) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObject_IsValidated_m2227629761 (XmlSchemaObject_t1315720168 * __this, Guid_t ___validationId0, const RuntimeMethod* method); // System.Void System.Collections.CollectionBase::Clear() extern "C" IL2CPP_METHOD_ATTR void CollectionBase_Clear_m1509125218 (CollectionBase_t2727926298 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaGroupBase::ValidateRecurse(System.Xml.Schema.XmlSchemaGroupBase,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaGroupBase_ValidateRecurse_m3621635736 (XmlSchemaGroupBase_t3631079376 * __this, XmlSchemaGroupBase_t3631079376 * ___baseGroup0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaElement_get_QualifiedName_m2688553928 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaObjectCollection::Contains(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectCollection_Contains_m123951714 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___item0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaGroupBase::ValidateNSRecurseCheckCardinality(System.Xml.Schema.XmlSchemaAny,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaGroupBase_ValidateNSRecurseCheckCardinality_m4207734782 (XmlSchemaGroupBase_t3631079376 * __this, XmlSchemaAny_t1119175207 * ___any0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaGroupBase::ValidateSeqRecurseMapSumCommon(System.Xml.Schema.XmlSchemaGroupBase,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaGroupBase_ValidateSeqRecurseMapSumCommon_m2619457587 (XmlSchemaGroupBase_t3631079376 * __this, XmlSchemaGroupBase_t3631079376 * ___baseGroup0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___isLax3, bool ___isMapAndSum4, bool ___raiseError5, const RuntimeMethod* method); // System.Decimal System.Xml.Schema.XmlSchemaParticle::GetMinEffectiveTotalRangeAllAndSequence() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_GetMinEffectiveTotalRangeAllAndSequence_m4225731748 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUPAOnHeadingOptionalComponents(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUPAOnHeadingOptionalComponents_m2072039233 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUPAOnItems(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUPAOnItems_m3453552008 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method); // System.Void System.Collections.ArrayList::.ctor() extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m4254721275 (ArrayList_t2718874744 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Clear_m8811103 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Names() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Names_m80344028 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaObjectTable::Set(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Set_m2976494497 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, XmlSchemaObject_t1315720168 * ___value1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaElement::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaElement_t427880856 * XmlSchemaElement_Read_m470865371 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaGroupRef System.Xml.Schema.XmlSchemaGroupRef::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaGroupRef_t1314446647 * XmlSchemaGroupRef_Read_m2612111298 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaChoice System.Xml.Schema.XmlSchemaChoice::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaChoice_t959520675 * XmlSchemaChoice_Read_m2424607298 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSequence System.Xml.Schema.XmlSchemaSequence::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSequence_t2018345177 * XmlSchemaSequence_Read_m4225823128 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAny System.Xml.Schema.XmlSchemaAny::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAny_t1119175207 * XmlSchemaAny_Read_m1998536659 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.NameTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void NameTable__ctor_m874080766 (NameTable_t3178203267 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m1305906686 (XmlSchemaSet_t266093086 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method); // System.Void System.Xml.XmlUrlResolver::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m1338399436 (XmlUrlResolver_t817895037 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaCompilationSettings::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_m1681598812 (XmlSchemaCompilationSettings_t2218765537 * __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.Guid System.Guid::NewGuid() extern "C" IL2CPP_METHOD_ATTR Guid_t Guid_NewGuid_m923091018 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Combine_m1859655160 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) extern "C" IL2CPP_METHOD_ATTR Delegate_t1188392813 * Delegate_Remove_m334097152 (RuntimeObject * __this /* static, unused */, Delegate_t1188392813 * p0, Delegate_t1188392813 * p1, const RuntimeMethod* method); // System.Void System.Collections.Hashtable::.ctor() extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m1815022027 (Hashtable_t1853889766 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::ResetCompile() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_ResetCompile_m3724505894 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::ClearGlobalComponents() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_ClearGlobalComponents_m1816252391 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::get_IDCollection() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * XmlSchemaSet_get_IDCollection_m1289038672 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_NamedIdentities() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_NamedIdentities_m132058982 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchema::get_IsCompiled() extern "C" IL2CPP_METHOD_ATTR bool XmlSchema_get_IsCompiled_m1798268303 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::CompileSubset(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchemaSet,System.Xml.XmlResolver,System.Collections.Hashtable) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_CompileSubset_m510143494 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, XmlSchemaSet_t266093086 * ___col1, XmlResolver_t626023767 * ___resolver2, Hashtable_t1853889766 * ___handledUris3, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Elements() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Elements_m2423831735 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Values_m210119958 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaElement::FillSubstitutionElementInfo() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaElement_FillSubstitutionElementInfo_m1716537754 (XmlSchemaElement_t427880856 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchema::Validate(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchema_Validate_m1631016973 (XmlSchema_t3742557897 * __this, ValidationEventHandler_t791314227 * ___handler0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSet::AddGlobalComponents(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_AddGlobalComponents_m2268750022 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___schema0, 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_GlobalAttributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalAttributes_m3274158681 (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.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_Attributes_m3728178990 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttribute_get_QualifiedName_m383925923 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_SchemaTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchema_get_SchemaTypes_m2814071545 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaType_get_QualifiedName_m2122094841 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaSet::GetSafeNs(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaSet_GetSafeNs_m1979379821 (XmlSchemaSet_t266093086 * __this, String_t* ___ns0, const RuntimeMethod* method); // System.Collections.ICollection System.Xml.Schema.XmlSchemaSet::Schemas(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaSet_Schemas_m844252656 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaContentModel::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaContentModel__ctor_m1098532985 (XmlSchemaContentModel_t602185179 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleContent::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContent__ctor_m3949411668 (XmlSchemaSimpleContent_t4264369274 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleContentRestriction System.Xml.Schema.XmlSchemaSimpleContentRestriction::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleContentRestriction_t2746076865 * XmlSchemaSimpleContentRestriction_Read_m2754874039 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleContentExtension System.Xml.Schema.XmlSchemaSimpleContentExtension::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleContentExtension_t1269327470 * XmlSchemaSimpleContentExtension_Read_m47318261 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaContent::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaContent__ctor_m2690093098 (XmlSchemaContent_t1040349258 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentExtension::get_AnyAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentExtension::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleContentExtension_get_Attributes_m2422945400 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::get_Annotation() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnnotation_t2553753397 * XmlSchemaAnnotated_get_Annotation_m3851538793 (XmlSchemaAnnotated_t2603549639 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentExtension_get_BaseTypeName_m3374486103 (XmlSchemaSimpleContentExtension_t1269327470 * __this, 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.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchema::FindSchemaType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchema_FindSchemaType_m3920891232 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::get_ContentModel() extern "C" IL2CPP_METHOD_ATTR XmlSchemaContentModel_t602185179 * XmlSchemaComplexType_get_ContentModel_m1078180248 (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.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.String System.Xml.XmlQualifiedName::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m3957593392 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchema::IsNamespaceAbsent(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchema_IsNamespaceAbsent_m3899863769 (XmlSchema_t3742557897 * __this, String_t* ___ns0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension__ctor_m1443673690 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaAttribute::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttribute_t2797257020 * XmlSchemaAttribute_Read_m3620037629 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttributeGroupRef System.Xml.Schema.XmlSchemaAttributeGroupRef::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeGroupRef_t846390688 * XmlSchemaAttributeGroupRef_Read_m3714796484 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAnyAttribute::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaAnyAttribute_Read_m1369098939 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension_set_AnyAttribute_m3647294672 (XmlSchemaSimpleContentExtension_t1269327470 * __this, XmlSchemaAnyAttribute_t963227996 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_BaseType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_AnyAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentRestriction_get_BaseTypeName_m2313782330 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m3449274916 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___a0, XmlQualifiedName_t2760654312 * ___b1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleContentRestriction::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentRestriction__ctor_m1686457861 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMinExclusiveFacet System.Xml.Schema.XmlSchemaMinExclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinExclusiveFacet_t85871952 * XmlSchemaMinExclusiveFacet_Read_m1334108464 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMinInclusiveFacet System.Xml.Schema.XmlSchemaMinInclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinInclusiveFacet_t18629333 * XmlSchemaMinInclusiveFacet_Read_m1579298286 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMaxExclusiveFacet System.Xml.Schema.XmlSchemaMaxExclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxExclusiveFacet_t786951263 * XmlSchemaMaxExclusiveFacet_Read_m3854530505 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMaxInclusiveFacet System.Xml.Schema.XmlSchemaMaxInclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxInclusiveFacet_t719708644 * XmlSchemaMaxInclusiveFacet_Read_m1567297469 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaTotalDigitsFacet System.Xml.Schema.XmlSchemaTotalDigitsFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaTotalDigitsFacet_t297930215 * XmlSchemaTotalDigitsFacet_Read_m2720747555 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaFractionDigitsFacet System.Xml.Schema.XmlSchemaFractionDigitsFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaFractionDigitsFacet_t2589598443 * XmlSchemaFractionDigitsFacet_Read_m1380148146 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaLengthFacet System.Xml.Schema.XmlSchemaLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaLengthFacet_t4286280832 * XmlSchemaLengthFacet_Read_m46713934 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMinLengthFacet System.Xml.Schema.XmlSchemaMinLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinLengthFacet_t686585762 * XmlSchemaMinLengthFacet_Read_m3215340321 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaMaxLengthFacet System.Xml.Schema.XmlSchemaMaxLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxLengthFacet_t2192171319 * XmlSchemaMaxLengthFacet_Read_m4278595782 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaEnumerationFacet System.Xml.Schema.XmlSchemaEnumerationFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaEnumerationFacet_t2156689038 * XmlSchemaEnumerationFacet_Read_m1625452565 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaWhiteSpaceFacet System.Xml.Schema.XmlSchemaWhiteSpaceFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaWhiteSpaceFacet_t4158372164 * XmlSchemaWhiteSpaceFacet_Read_m1012238860 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Schema.XmlSchemaPatternFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaPatternFacet_t3316004401 * XmlSchemaPatternFacet_Read_m2669981935 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleContentRestriction::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentRestriction_set_AnyAttribute_m3812462749 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, XmlSchemaAnyAttribute_t963227996 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m3211054051 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m2253231569 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m468630537 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemTypeName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemTypeName_m1444979039 (XmlSchemaSimpleTypeList_t472803608 * __this, XmlQualifiedName_t2760654312 * ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1970396414 (XmlSchemaSimpleType_t2678868104 * __this, XmlSchemaSimpleTypeContent_t599285223 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::BuildSchemaType(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_BuildSchemaType_m3396760451 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___baseName1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::BuildSchemaType(System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_BuildSchemaType_m161812030 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___baseName1, bool ___xdt2, bool ___baseXdt3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_m4093680610 (XmlSchemaSimpleTypeList_t472803608 * __this, XmlSchemaSimpleType_t2678868104 * ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaType_GetBuiltInSimpleType_m1336857001 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qualifiedName0, 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.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t599285223 * XmlSchemaSimpleType_get_Content_m2306047784 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaType_get_Name_m599822945 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_Final() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_Final_m2717235480 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::get_FinalDefault() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchema_get_FinalDefault_m1839239784 (XmlSchema_t3742557897 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::GetActualType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, bool ___validate2, 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); // 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.Void System.Xml.Schema.XmlSchemaSimpleType::CollectBaseType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_CollectBaseType_m3045110927 (XmlSchemaSimpleType_t2678868104 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, 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.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.XmlSchemaSimpleType::get_Variety() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleType_get_Variety_m18134995 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_Facets() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleType::ValidateDerivationValid(System.Object,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_ValidateDerivationValid_m431215739 (XmlSchemaSimpleType_t2678868104 * __this, RuntimeObject * ___baseType0, XmlSchemaObjectCollection_t1064819932 * ___facets1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, 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.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.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.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ReadDerivationAttribute(System.Xml.XmlReader,System.Exception&,System.String,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadDerivationAttribute_m214019534 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, String_t* ___name2, int32_t ___allowed3, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::set_Final(System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_set_Final_m383026665 (XmlSchemaType_t2033747345 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaType::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_set_Name_m786219427 (XmlSchemaType_t2033747345 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeRestriction System.Xml.Schema.XmlSchemaSimpleTypeRestriction::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeRestriction_t3925451115 * XmlSchemaSimpleTypeRestriction_Read_m102524905 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeList System.Xml.Schema.XmlSchemaSimpleTypeList::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeList_t472803608 * XmlSchemaSimpleTypeList_Read_m3988772706 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleTypeUnion System.Xml.Schema.XmlSchemaSimpleTypeUnion::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeUnion_t4071426880 * XmlSchemaSimpleTypeUnion_Read_m4121525525 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaType::get_BaseSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaType_get_BaseSchemaType_m3936227521 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeContent::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_m2939213844 (XmlSchemaSimpleTypeContent_t599285223 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_ItemType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleTypeList_get_ItemType_m4258023120 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::get_ItemTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleTypeList_get_ItemTypeName_m1793827519 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaType_GetBuiltInSimpleType_m1138863932 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_BaseType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleTypeRestriction_get_BaseType_m3965294117 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleTypeRestriction_get_BaseTypeName_m3242510882 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaSimpleTypeContent::get_ActualBaseSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945 (XmlSchemaSimpleTypeContent_t599285223 * __this, const RuntimeMethod* method); // 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); // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::IsAllowedFacet(System.Xml.Schema.XmlSchemaFacet) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFacet_t1906017689 * ___xsf0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateActualType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_ValidateActualType_m3602917459 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaFacet::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaFacet_get_Value_m199684217 (XmlSchemaFacet_t1906017689 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkLengthFacet(System.Xml.Schema.XmlSchemaLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkLengthFacet_m552154258 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaLengthFacet_t4286280832 * ___lf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMaxLengthFacet(System.Xml.Schema.XmlSchemaMaxLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMaxLengthFacet_m1519094515 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaMaxLengthFacet_t2192171319 * ___maxlf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMinLengthFacet(System.Xml.Schema.XmlSchemaMinLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMinLengthFacet_m3798454509 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaMinLengthFacet_t686585762 * ___minlf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMinMaxFacet(System.Xml.Schema.XmlSchemaFacet,System.Object&,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFacet_t1906017689 * ___facet0, RuntimeObject ** ___baseFacet1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkFractionDigitsFacet(System.Xml.Schema.XmlSchemaFractionDigitsFacet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkFractionDigitsFacet_m4137464669 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFractionDigitsFacet_t2589598443 * ___fracf0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkTotalDigitsFacet(System.Xml.Schema.XmlSchemaTotalDigitsFacet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkTotalDigitsFacet_m1136086706 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaTotalDigitsFacet_t297930215 * ___totf0, ValidationEventHandler_t791314227 * ___h1, 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.Char System.String::get_Chars(System.Int32) extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m2986988803 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_m3847582255 (String_t* __this, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor() extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m3121283359 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m3214161208 (StringBuilder_t * __this, String_t* p0, int32_t p1, int32_t p2, 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.String System.Text.StringBuilder::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m3317489284 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_m897876424 (Regex_t3657309853 * __this, String_t* p0, const RuntimeMethod* method); // System.String System.String::Trim() extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m923598732 (String_t* __this, const RuntimeMethod* method); // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Decimal_Parse_m942471224 (RuntimeObject * __this /* static, unused */, String_t* p0, int32_t p1, RuntimeObject* p2, 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.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.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.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateValueWithDatatype(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeRestriction_ValidateValueWithDatatype_m3322151548 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, const RuntimeMethod* method); // Mono.Xml.Schema.XsdAnySimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::getDatatype() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XmlSchemaSimpleTypeRestriction_getDatatype_m687103007 (XmlSchemaSimpleTypeRestriction_t3925451115 * __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.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateListValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacets_m932200076 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateNonListValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacets_m3279012679 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateListValueWithFacetsCore(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacetsCore_m714256667 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, 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.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.Text.RegularExpressions.Regex::IsMatch(System.String) extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m3802225320 (Regex_t3657309853 * __this, String_t* p0, 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); // 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.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateNonListValueWithFacetsCore(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacetsCore_m1733844805 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m3117905507 (RuntimeObject * __this /* static, unused */, RuntimeArray * p0, RuntimeFieldHandle_t1871169219 p1, const RuntimeMethod* method); // System.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.Int32 System.String::IndexOf(System.String) extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m1977622757 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_m666597917 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_BaseTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_MemberTypes() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t1471530361* XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaSimpleTypeUnion::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeUnion__ctor_m2055690608 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method); // System.String[] System.Xml.Schema.XmlSchemaUtil::SplitList(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XmlSchemaUtil_SplitList_m1641535596 (RuntimeObject * __this /* static, unused */, String_t* ___list0, const RuntimeMethod* method); // System.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.Void System.Xml.Schema.XmlSchemaTotalDigitsFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaTotalDigitsFacet__ctor_m585714547 (XmlSchemaTotalDigitsFacet_t297930215 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m3862901656 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.String System.Xml.XmlQualifiedName::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_m815040483 (XmlQualifiedName_t2760654312 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) #define Dictionary_2__ctor_m2392909825(__this, p0, method) (( void (*) (Dictionary_2_t2736202052 *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m182537451_gshared)(__this, p0, method) // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) #define Dictionary_2_Add_m282647386(__this, p0, p1, method) (( void (*) (Dictionary_2_t2736202052 *, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_Add_m1279427033_gshared)(__this, p0, p1, method) // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) #define Dictionary_2_TryGetValue_m1013208020(__this, p0, p1, method) (( bool (*) (Dictionary_2_t2736202052 *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m3959998165_gshared)(__this, p0, p1, method) // System.Boolean System.Xml.Schema.XmlSchemaType::ValidateRecursionCheck() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaType_ValidateRecursionCheck_m3062154423 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUnique::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUnique__ctor_m274875952 (XmlSchemaUnique_t2867867737 * __this, const RuntimeMethod* method); // System.String System.Environment::GetEnvironmentVariable(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_m394552009 (RuntimeObject * __this /* static, unused */, String_t* p0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m2556382932 (RuntimeObject * __this /* static, unused */, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String) extern "C" IL2CPP_METHOD_ATTR bool String_StartsWith_m1759067526 (String_t* __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.XmlChar::IsNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlChar_IsNCName_m2365231717 (RuntimeObject * __this /* static, unused */, String_t* ___str0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Object) extern "C" IL2CPP_METHOD_ATTR float Convert_ToSingle_m770958689 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Object) extern "C" IL2CPP_METHOD_ATTR double Convert_ToDouble_m4025515304 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Object) extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 Convert_ToDecimal_m92395068 (RuntimeObject * __this /* static, unused */, RuntimeObject * p0, const RuntimeMethod* method); // System.String[] System.String::Split(System.Char[],System.Int32) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* String_Split_m2077324731 (String_t* __this, CharU5BU5D_t3528271667* p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32,System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m1610150815 (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method); // System.String System.String::Substring(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2848979100 (String_t* __this, int32_t p0, const RuntimeMethod* method); // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR XmlSerializerNamespaces_t2702737953 * XmlSchemaObject_get_Namespaces_m1671673830 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method); // System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m3530434184 (XmlSerializerNamespaces_t2702737953 * __this, String_t* ___prefix0, String_t* ___ns1, const RuntimeMethod* method); // System.Void System.Xml.XmlDocument::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlDocument__ctor_m664597982 (XmlDocument_t2837193595 * __this, const RuntimeMethod* method); // System.Xml.XmlAttribute System.Xml.XmlDocument::CreateAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlAttribute_t1173852259 * XmlDocument_CreateAttribute_m695080770 (XmlDocument_t2837193595 * __this, String_t* ___qualifiedName0, String_t* ___namespaceURI1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::ParseWsdlArrayType(System.Xml.XmlReader,System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_ParseWsdlArrayType_m829317714 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlAttribute_t1173852259 * ___attr1, const RuntimeMethod* method); // System.Void System.Xml.Serialization.TypeTranslator::ParseArrayType(System.String,System.String&,System.String&,System.String&) extern "C" IL2CPP_METHOD_ATTR void TypeTranslator_ParseArrayType_m1334976778 (RuntimeObject * __this /* static, unused */, String_t* ___arrayType0, String_t** ___type1, String_t** ___ns2, String_t** ___dimensions3, const RuntimeMethod* method); // 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.String System.String::Concat(System.String,System.String,System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m2163913788 (RuntimeObject * __this /* static, unused */, String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::AddFlag(System.Xml.Schema.XmlSchemaDerivationMethod,System.Xml.Schema.XmlSchemaDerivationMethod,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_AddFlag_m1779127340 (RuntimeObject * __this /* static, unused */, int32_t ___dst0, int32_t ___add1, int32_t ___allowed2, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m1312628991 (ArgumentException_t132251570 * __this, String_t* p0, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::IsValidQName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_IsValidQName_m1652922650 (RuntimeObject * __this /* static, unused */, String_t* ___qname0, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroupRef::get_RefName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttributeGroupRef_get_RefName_m204670386 (XmlSchemaAttributeGroupRef_t846390688 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttributeGroup_get_QualifiedName_m1385469852 (XmlSchemaAttributeGroup_t246430545 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchema::FindAttributeGroup(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t246430545 * XmlSchema_FindAttributeGroup_m3862267088 (XmlSchema_t3742557897 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::get_AnyAttributeUse() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaAttributeGroup_get_AnyAttributeUse_m1865244267 (XmlSchemaAttributeGroup_t246430545 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup::get_AttributeUses() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaAttributeGroup_get_AttributeUses_m4084363404 (XmlSchemaAttributeGroup_t246430545 * __this, const RuntimeMethod* method); // System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaObjectTable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_GetEnumerator_m810751834 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method); // System.Object System.Collections.DictionaryEntry::get_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_Use() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAttribute_get_Use_m2314455910 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::get_RefName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaAttribute_get_RefName_m3220837151 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::AreAttributesEqual(System.Xml.Schema.XmlSchemaAttribute,System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AreAttributesEqual_m2698191758 (RuntimeObject * __this /* static, unused */, XmlSchemaAttribute_t2797257020 * ___one0, XmlSchemaAttribute_t2797257020 * ___another1, const RuntimeMethod* method); // System.Void System.Xml.Schema.XmlSchemaUtil::AddToTable(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.XmlSchemaObject,System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_AddToTable_m2760389917 (RuntimeObject * __this /* static, unused */, XmlSchemaObjectTable_t2546974348 * ___table0, XmlSchemaObject_t1315720168 * ___obj1, XmlQualifiedName_t2760654312 * ___qname2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method); // System.Object System.Xml.Schema.XmlSchemaAttribute::get_AttributeType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaAttribute_get_AttributeType_m3262341146 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaAttribute::get_Form() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAttribute_get_Form_m2648016496 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::get_ValidatedUse() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAttribute_get_ValidatedUse_m1294483544 (XmlSchemaAttribute_t2797257020 * __this, const RuntimeMethod* method); // System.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.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.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::get_AttributeWildcard() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaComplexType_get_AttributeWildcard_m3132428207 (XmlSchemaComplexType_t3740801802 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaUtil::AttributeWildcardItemValid(System.Xml.Schema.XmlSchemaAnyAttribute,System.Xml.XmlQualifiedName,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AttributeWildcardItemValid_m34123625 (RuntimeObject * __this /* static, unused */, XmlSchemaAnyAttribute_t963227996 * ___anyAttr0, XmlQualifiedName_t2760654312 * ___qname1, String_t* ___ns2, const RuntimeMethod* method); // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaAnyAttribute::get_ResolvedProcessContents() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaAnyAttribute_get_ResolvedProcessContents_m870264228 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAnyAttribute::get_HasValueAny() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAnyAttribute_get_HasValueAny_m840082675 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAnyAttribute::get_HasValueOther() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAnyAttribute_get_HasValueOther_m1767451513 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.String System.Xml.Schema.XmlSchemaAnyAttribute::get_TargetNamespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaAnyAttribute_get_TargetNamespace_m1092685783 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAnyAttribute::get_HasValueTargetNamespace() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAnyAttribute_get_HasValueTargetNamespace_m1853992864 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.Boolean System.Xml.Schema.XmlSchemaAnyAttribute::get_HasValueLocal() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaAnyAttribute_get_HasValueLocal_m1152318798 (XmlSchemaAnyAttribute_t963227996 * __this, const RuntimeMethod* method); // System.Collections.Specialized.StringCollection System.Xml.Schema.XmlSchemaAnyAttribute::get_ResolvedNamespaces() extern "C" IL2CPP_METHOD_ATTR StringCollection_t167406615 * XmlSchemaAnyAttribute_get_ResolvedNamespaces_m3287693330 (XmlSchemaAnyAttribute_t963227996 * __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); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint__ctor_m3826864011 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaIdentityConstraint__ctor_m3826864011_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_0 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_0, /*hidden argument*/NULL); __this->set_fields_16(L_0); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_1 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_qName_18(L_1); return; } } // System.String System.Xml.Schema.XmlSchemaIdentityConstraint::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaIdentityConstraint_get_Name_m1034977293 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint_set_Name_m1938683954 (XmlSchemaIdentityConstraint_t297318432 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_17(L_0); return; } } // System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::get_Selector() extern "C" IL2CPP_METHOD_ATTR XmlSchemaXPath_t3156455507 * XmlSchemaIdentityConstraint_get_Selector_m1128146390 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method) { { XmlSchemaXPath_t3156455507 * L_0 = __this->get_selector_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::set_Selector(System.Xml.Schema.XmlSchemaXPath) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint_set_Selector_m4012263722 (XmlSchemaIdentityConstraint_t297318432 * __this, XmlSchemaXPath_t3156455507 * ___value0, const RuntimeMethod* method) { { XmlSchemaXPath_t3156455507 * L_0 = ___value0; __this->set_selector_19(L_0); return; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::get_Fields() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaIdentityConstraint_get_Fields_m2787365736 (XmlSchemaIdentityConstraint_t297318432 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_fields_16(); return L_0; } } // 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) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_qName_18(); return L_0; } } // 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) { { XsdIdentitySelector_t574258590 * L_0 = __this->get_compiledSelector_20(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaIdentityConstraint::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaIdentityConstraint_SetParent_m183176007 (XmlSchemaIdentityConstraint_t297318432 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaIdentityConstraint_SetParent_m183176007_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_1 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaXPath_t3156455507 * L_2 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { XmlSchemaObjectCollection_t1064819932 * L_3 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaObjectEnumerator_t503074204 * L_4 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_002a: try { // begin try (depth: 1) { goto IL_003d; } IL_002f: { XmlSchemaObjectEnumerator_t503074204 * L_5 = V_1; NullCheck(L_5); XmlSchemaObject_t1315720168 * L_6 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_5, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaObject_t1315720168 * L_7 = V_0; NullCheck(L_7); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_7, __this); } IL_003d: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; NullCheck(L_8); bool L_9 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_002f; } } IL_0048: { IL2CPP_LEAVE(0x5F, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (L_11) { goto IL_0058; } } IL_0057: { IL2CPP_END_FINALLY(77) } IL_0058: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaIdentityConstraint::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaIdentityConstraint_Compile_m3517703601 (XmlSchemaIdentityConstraint_t297318432 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaIdentityConstraint_Compile_m3517703601_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaIdentityConstraint_t297318432 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaXPath_t3156455507 * V_2 = NULL; { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { String_t* L_4 = XmlSchemaIdentityConstraint_get_Name_m1034977293(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0034; } } { ValidationEventHandler_t791314227 * L_5 = ___h0; XmlSchemaObject_error_m903554348(__this, L_5, _stringLiteral1089114540, /*hidden argument*/NULL); goto IL_00e2; } IL_0034: { String_t* L_6 = __this->get_name_17(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_7 = XmlSchemaUtil_CheckNCName_m1273109950(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0055; } } { ValidationEventHandler_t791314227 * L_8 = ___h0; XmlSchemaObject_error_m903554348(__this, L_8, _stringLiteral739637411, /*hidden argument*/NULL); goto IL_00e2; } IL_0055: { String_t* L_9 = XmlSchemaIdentityConstraint_get_Name_m1034977293(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_10 = XmlSchemaObject_get_AncestorSchema_m2485268250(__this, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = XmlSchema_get_TargetNamespace_m442842382(L_10, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_12 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_12, L_9, L_11, /*hidden argument*/NULL); __this->set_qName_18(L_12); XmlSchema_t3742557897 * L_13 = ___schema1; NullCheck(L_13); XmlSchemaObjectTable_t2546974348 * L_14 = XmlSchema_get_NamedIdentities_m2539602576(L_13, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_15 = __this->get_qName_18(); NullCheck(L_14); bool L_16 = XmlSchemaObjectTable_Contains_m3252282677(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00d0; } } { XmlSchema_t3742557897 * L_17 = ___schema1; NullCheck(L_17); XmlSchemaObjectTable_t2546974348 * L_18 = XmlSchema_get_NamedIdentities_m2539602576(L_17, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_19 = __this->get_qName_18(); NullCheck(L_18); XmlSchemaObject_t1315720168 * L_20 = XmlSchemaObjectTable_get_Item_m170185878(L_18, L_19, /*hidden argument*/NULL); V_0 = ((XmlSchemaIdentityConstraint_t297318432 *)IsInstClass((RuntimeObject*)L_20, XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var)); ValidationEventHandler_t791314227 * L_21 = ___h0; XmlSchemaIdentityConstraint_t297318432 * L_22 = V_0; NullCheck(L_22); String_t* L_23 = XmlSchemaObject_get_SourceUri_m2171292794(L_22, /*hidden argument*/NULL); XmlSchemaIdentityConstraint_t297318432 * L_24 = V_0; NullCheck(L_24); int32_t L_25 = XmlSchemaObject_get_LineNumber_m1770369486(L_24, /*hidden argument*/NULL); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_26); XmlSchemaIdentityConstraint_t297318432 * L_28 = V_0; NullCheck(L_28); int32_t L_29 = XmlSchemaObject_get_LinePosition_m916493145(L_28, /*hidden argument*/NULL); int32_t L_30 = L_29; RuntimeObject * L_31 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral4112840111, L_23, L_27, L_31, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_21, L_32, /*hidden argument*/NULL); goto IL_00e2; } IL_00d0: { XmlSchema_t3742557897 * L_33 = ___schema1; NullCheck(L_33); XmlSchemaObjectTable_t2546974348 * L_34 = XmlSchema_get_NamedIdentities_m2539602576(L_33, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_35 = __this->get_qName_18(); NullCheck(L_34); XmlSchemaObjectTable_Add_m1270468147(L_34, L_35, __this, /*hidden argument*/NULL); } IL_00e2: { XmlSchemaXPath_t3156455507 * L_36 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); if (L_36) { goto IL_00fe; } } { ValidationEventHandler_t791314227 * L_37 = ___h0; XmlSchemaObject_error_m903554348(__this, L_37, _stringLiteral3406152215, /*hidden argument*/NULL); goto IL_0145; } IL_00fe: { XmlSchemaXPath_t3156455507 * L_38 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_isSelector_18((bool)1); int32_t L_39 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaXPath_t3156455507 * L_40 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_41 = ___h0; XmlSchema_t3742557897 * L_42 = ___schema1; NullCheck(L_40); int32_t L_43 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaXPath::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_40, L_41, L_42); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_43))); XmlSchemaXPath_t3156455507 * L_44 = __this->get_selector_19(); NullCheck(L_44); int32_t L_45 = ((XmlSchemaObject_t1315720168 *)L_44)->get_errorCount_6(); if (L_45) { goto IL_0145; } } { XmlSchemaXPath_t3156455507 * L_46 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(__this, /*hidden argument*/NULL); XsdIdentitySelector_t574258590 * L_47 = (XsdIdentitySelector_t574258590 *)il2cpp_codegen_object_new(XsdIdentitySelector_t574258590_il2cpp_TypeInfo_var); XsdIdentitySelector__ctor_m81057794(L_47, L_46, /*hidden argument*/NULL); __this->set_compiledSelector_20(L_47); } IL_0145: { int32_t L_48 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); if ((((int32_t)L_48) <= ((int32_t)0))) { goto IL_0158; } } { int32_t L_49 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_49; } IL_0158: { XmlSchemaObjectCollection_t1064819932 * L_50 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); NullCheck(L_50); int32_t L_51 = CollectionBase_get_Count_m1708965601(L_50, /*hidden argument*/NULL); if (L_51) { goto IL_0179; } } { ValidationEventHandler_t791314227 * L_52 = ___h0; XmlSchemaObject_error_m903554348(__this, L_52, _stringLiteral919092071, /*hidden argument*/NULL); goto IL_020b; } IL_0179: { V_1 = 0; goto IL_01fa; } IL_0180: { XmlSchemaObjectCollection_t1064819932 * L_53 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); int32_t L_54 = V_1; NullCheck(L_53); XmlSchemaObject_t1315720168 * L_55 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_53, L_54); V_2 = ((XmlSchemaXPath_t3156455507 *)IsInstClass((RuntimeObject*)L_55, XmlSchemaXPath_t3156455507_il2cpp_TypeInfo_var)); XmlSchemaXPath_t3156455507 * L_56 = V_2; if (!L_56) { goto IL_01cf; } } { int32_t L_57 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaXPath_t3156455507 * L_58 = V_2; ValidationEventHandler_t791314227 * L_59 = ___h0; XmlSchema_t3742557897 * L_60 = ___schema1; NullCheck(L_58); int32_t L_61 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaXPath::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_58, L_59, L_60); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)L_61))); XmlSchemaXPath_t3156455507 * L_62 = V_2; NullCheck(L_62); int32_t L_63 = ((XmlSchemaObject_t1315720168 *)L_62)->get_errorCount_6(); if (L_63) { goto IL_01ca; } } { XsdIdentitySelector_t574258590 * L_64 = __this->get_compiledSelector_20(); XmlSchemaXPath_t3156455507 * L_65 = V_2; int32_t L_66 = V_1; XsdIdentityField_t1964115728 * L_67 = (XsdIdentityField_t1964115728 *)il2cpp_codegen_object_new(XsdIdentityField_t1964115728_il2cpp_TypeInfo_var); XsdIdentityField__ctor_m3093016367(L_67, L_65, L_66, /*hidden argument*/NULL); NullCheck(L_64); XsdIdentitySelector_AddField_m3181856386(L_64, L_67, /*hidden argument*/NULL); } IL_01ca: { goto IL_01f6; } IL_01cf: { ValidationEventHandler_t791314227 * L_68 = ___h0; XmlSchemaObjectCollection_t1064819932 * L_69 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); int32_t L_70 = V_1; NullCheck(L_69); XmlSchemaObject_t1315720168 * L_71 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_69, L_70); NullCheck(L_71); Type_t * L_72 = Object_GetType_m88164663(L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_73 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral227467032, L_72, _stringLiteral1153927662, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_68, L_73, /*hidden argument*/NULL); } IL_01f6: { int32_t L_74 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)1)); } IL_01fa: { int32_t L_75 = V_1; XmlSchemaObjectCollection_t1064819932 * L_76 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); NullCheck(L_76); int32_t L_77 = CollectionBase_get_Count_m1708965601(L_76, /*hidden argument*/NULL); if ((((int32_t)L_75) < ((int32_t)L_77))) { goto IL_0180; } } IL_020b: { String_t* L_78 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_79 = ___schema1; NullCheck(L_79); Hashtable_t1853889766 * L_80 = XmlSchema_get_IDCollection_m3725452494(L_79, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_81 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_78, __this, L_80, L_81, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_82 = ___schema1; NullCheck(L_82); Guid_t L_83 = ((XmlSchemaObject_t1315720168 *)L_82)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_83); int32_t L_84 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_84; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaImport::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaImport__ctor_m917031875 (XmlSchemaImport_t3509836441 * __this, const RuntimeMethod* method) { { XmlSchemaExternal__ctor_m2629943230(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Schema.XmlSchemaImport::get_Namespace() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaImport_get_Namespace_m78517839 (XmlSchemaImport_t3509836441 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_nameSpace_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaImport::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaImport_set_Annotation_m1150076245 (XmlSchemaImport_t3509836441 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnnotation_t2553753397 * L_0 = ___value0; __this->set_annotation_16(L_0); return; } } // System.Xml.Schema.XmlSchemaImport System.Xml.Schema.XmlSchemaImport::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaImport_t3509836441 * XmlSchemaImport_Read_m896922880 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaImport_Read_m896922880_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaImport_t3509836441 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; { XmlSchemaImport_t3509836441 * L_0 = (XmlSchemaImport_t3509836441 *)il2cpp_codegen_object_new(XmlSchemaImport_t3509836441_il2cpp_TypeInfo_var); XmlSchemaImport__ctor_m917031875(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3207129801, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1760099131, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); XmlSchemaReader_SkipToEnd_m864243635(L_12, /*hidden argument*/NULL); return (XmlSchemaImport_t3509836441 *)NULL; } IL_0056: { XmlSchemaImport_t3509836441 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaImport_t3509836441 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaImport_t3509836441 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0153; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaImport_t3509836441 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaExternal_set_Id_m3137701086(L_25, L_27, /*hidden argument*/NULL); goto IL_0153; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3820675233, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaImport_t3509836441 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); L_31->set_nameSpace_17(L_33); goto IL_0153; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral4101407196, /*hidden argument*/NULL); if (!L_36) { goto IL_00f1; } } { XmlSchemaImport_t3509836441 * L_37 = V_0; XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_38); NullCheck(L_37); XmlSchemaExternal_set_SchemaLocation_m533136637(L_37, L_39, /*hidden argument*/NULL); goto IL_0153; } IL_00f1: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_011b; } } { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_45, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_46) { goto IL_0130; } } IL_011b: { XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_49) { goto IL_014c; } } IL_0130: { ValidationEventHandler_t791314227 * L_50 = ___h1; XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m3937257545(NULL /*static, unused*/, L_52, _stringLiteral307266156, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_53, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0153; } IL_014c: { XmlSchemaReader_t1164558392 * L_54 = ___reader0; XmlSchemaImport_t3509836441 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); } IL_0153: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); bool L_57 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_56); if (L_57) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_58); XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); bool L_60 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_59); if (!L_60) { goto IL_0172; } } { XmlSchemaImport_t3509836441 * L_61 = V_0; return L_61; } IL_0172: { V_1 = 1; goto IL_01f5; } IL_0179: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_62); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)15))))) { goto IL_01b7; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_65, _stringLiteral3207129801, /*hidden argument*/NULL); if (!L_66) { goto IL_01b2; } } { ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2615924617, L_69, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_67, L_70, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01b2: { goto IL_0200; } IL_01b7: { int32_t L_71 = V_1; if ((((int32_t)L_71) > ((int32_t)1))) { goto IL_01ef; } } { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Equality_m920492651(NULL /*static, unused*/, L_73, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_74) { goto IL_01ef; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_75 = ___reader0; ValidationEventHandler_t791314227 * L_76 = ___h1; XmlSchemaAnnotation_t2553753397 * L_77 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); V_2 = L_77; XmlSchemaAnnotation_t2553753397 * L_78 = V_2; if (!L_78) { goto IL_01ea; } } { XmlSchemaImport_t3509836441 * L_79 = V_0; XmlSchemaAnnotation_t2553753397 * L_80 = V_2; NullCheck(L_79); XmlSchemaImport_set_Annotation_m1150076245(L_79, L_80, /*hidden argument*/NULL); } IL_01ea: { goto IL_01f5; } IL_01ef: { XmlSchemaReader_t1164558392 * L_81 = ___reader0; NullCheck(L_81); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_81, /*hidden argument*/NULL); } IL_01f5: { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); bool L_83 = XmlSchemaReader_ReadNextElement_m611223709(L_82, /*hidden argument*/NULL); if (L_83) { goto IL_0179; } } IL_0200: { XmlSchemaImport_t3509836441 * L_84 = V_0; return L_84; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaInclude::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInclude__ctor_m427745875 (XmlSchemaInclude_t2307352039 * __this, const RuntimeMethod* method) { { XmlSchemaExternal__ctor_m2629943230(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaInclude::set_Annotation(System.Xml.Schema.XmlSchemaAnnotation) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInclude_set_Annotation_m1434472063 (XmlSchemaInclude_t2307352039 * __this, XmlSchemaAnnotation_t2553753397 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnnotation_t2553753397 * L_0 = ___value0; __this->set_annotation_16(L_0); return; } } // System.Xml.Schema.XmlSchemaInclude System.Xml.Schema.XmlSchemaInclude::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaInclude_t2307352039 * XmlSchemaInclude_Read_m2182012856 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaInclude_Read_m2182012856_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaInclude_t2307352039 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; { XmlSchemaInclude_t2307352039 * L_0 = (XmlSchemaInclude_t2307352039 *)il2cpp_codegen_object_new(XmlSchemaInclude_t2307352039_il2cpp_TypeInfo_var); XmlSchemaInclude__ctor_m427745875(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3660550252, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2811308289, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); XmlSchemaReader_SkipToEnd_m864243635(L_12, /*hidden argument*/NULL); return (XmlSchemaInclude_t2307352039 *)NULL; } IL_0056: { XmlSchemaInclude_t2307352039 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaInclude_t2307352039 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaInclude_t2307352039 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_012d; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaInclude_t2307352039 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaExternal_set_Id_m3137701086(L_25, L_27, /*hidden argument*/NULL); goto IL_012d; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral4101407196, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaInclude_t2307352039 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaExternal_set_SchemaLocation_m533136637(L_31, L_33, /*hidden argument*/NULL); goto IL_012d; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f5; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_40) { goto IL_010a; } } IL_00f5: { XmlSchemaReader_t1164558392 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_43) { goto IL_0126; } } IL_010a: { ValidationEventHandler_t791314227 * L_44 = ___h1; XmlSchemaReader_t1164558392 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral555951432, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_44, L_47, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_012d; } IL_0126: { XmlSchemaReader_t1164558392 * L_48 = ___reader0; XmlSchemaInclude_t2307352039 * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); bool L_51 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_50); if (L_51) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_52); XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); bool L_54 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_53); if (!L_54) { goto IL_014c; } } { XmlSchemaInclude_t2307352039 * L_55 = V_0; return L_55; } IL_014c: { V_1 = 1; goto IL_01cf; } IL_0153: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_0191; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_59, _stringLiteral3660550252, /*hidden argument*/NULL); if (!L_60) { goto IL_018c; } } { ValidationEventHandler_t791314227 * L_61 = ___h1; XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_62); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2792806207, L_63, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_61, L_64, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_018c: { goto IL_01da; } IL_0191: { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)1))) { goto IL_01c9; } } { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_68) { goto IL_01c9; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_69 = ___reader0; ValidationEventHandler_t791314227 * L_70 = ___h1; XmlSchemaAnnotation_t2553753397 * L_71 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_2 = L_71; XmlSchemaAnnotation_t2553753397 * L_72 = V_2; if (!L_72) { goto IL_01c4; } } { XmlSchemaInclude_t2307352039 * L_73 = V_0; XmlSchemaAnnotation_t2553753397 * L_74 = V_2; NullCheck(L_73); XmlSchemaInclude_set_Annotation_m1434472063(L_73, L_74, /*hidden argument*/NULL); } IL_01c4: { goto IL_01cf; } IL_01c9: { XmlSchemaReader_t1164558392 * L_75 = ___reader0; NullCheck(L_75); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_75, /*hidden argument*/NULL); } IL_01cf: { XmlSchemaReader_t1164558392 * L_76 = ___reader0; NullCheck(L_76); bool L_77 = XmlSchemaReader_ReadNextElement_m611223709(L_76, /*hidden argument*/NULL); if (L_77) { goto IL_0153; } } IL_01da: { XmlSchemaInclude_t2307352039 * L_78 = V_0; return L_78; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m1822719070 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method) { { Object__ctor_m297566312(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.IXmlSchemaInfo) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m1962529155 (XmlSchemaInfo_t997462956 * __this, RuntimeObject* ___info0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaInfo__ctor_m1962529155_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___info0; NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_0); __this->set_isDefault_0(L_1); RuntimeObject* L_2 = ___info0; NullCheck(L_2); bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_2); __this->set_isNil_1(L_3); RuntimeObject* L_4 = ___info0; NullCheck(L_4); XmlSchemaSimpleType_t2678868104 * L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_t2678868104 * >::Invoke(2 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_4); __this->set_memberType_2(L_5); RuntimeObject* L_6 = ___info0; NullCheck(L_6); XmlSchemaAttribute_t2797257020 * L_7 = InterfaceFuncInvoker0< XmlSchemaAttribute_t2797257020 * >::Invoke(3 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_6); __this->set_attr_3(L_7); RuntimeObject* L_8 = ___info0; NullCheck(L_8); XmlSchemaElement_t427880856 * L_9 = InterfaceFuncInvoker0< XmlSchemaElement_t427880856 * >::Invoke(4 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_8); __this->set_elem_4(L_9); RuntimeObject* L_10 = ___info0; NullCheck(L_10); XmlSchemaType_t2033747345 * L_11 = InterfaceFuncInvoker0< XmlSchemaType_t2033747345 * >::Invoke(5 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_10); __this->set_type_5(L_11); RuntimeObject* L_12 = ___info0; NullCheck(L_12); int32_t L_13 = InterfaceFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_t934654762_il2cpp_TypeInfo_var, L_12); __this->set_validity_6(L_13); return; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsDefault_m4086550658 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isDefault_0(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_IsDefault(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_IsDefault_m612380262 (XmlSchemaInfo_t997462956 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isDefault_0(L_0); return; } } // System.Boolean System.Xml.Schema.XmlSchemaInfo::get_IsNil() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaInfo_get_IsNil_m1081501440 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isNil_1(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_IsNil(System.Boolean) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_IsNil_m4269235884 (XmlSchemaInfo_t997462956 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_isNil_1(L_0); return; } } // 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) { { XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_memberType_2(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_MemberType(System.Xml.Schema.XmlSchemaSimpleType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_MemberType_m80224292 (XmlSchemaInfo_t997462956 * __this, XmlSchemaSimpleType_t2678868104 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = ___value0; __this->set_memberType_2(L_0); return; } } // 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) { { XmlSchemaAttribute_t2797257020 * L_0 = __this->get_attr_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaAttribute(System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaAttribute_m3798542647 (XmlSchemaInfo_t997462956 * __this, XmlSchemaAttribute_t2797257020 * ___value0, const RuntimeMethod* method) { { XmlSchemaAttribute_t2797257020 * L_0 = ___value0; __this->set_attr_3(L_0); return; } } // 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) { { XmlSchemaElement_t427880856 * L_0 = __this->get_elem_4(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaElement(System.Xml.Schema.XmlSchemaElement) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaElement_m1028415039 (XmlSchemaInfo_t997462956 * __this, XmlSchemaElement_t427880856 * ___value0, const RuntimeMethod* method) { { XmlSchemaElement_t427880856 * L_0 = ___value0; __this->set_elem_4(L_0); return; } } // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::get_SchemaType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaType_t2033747345 * XmlSchemaInfo_get_SchemaType_m1668954851 (XmlSchemaInfo_t997462956 * __this, const RuntimeMethod* method) { { XmlSchemaType_t2033747345 * L_0 = __this->get_type_5(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaInfo::set_SchemaType(System.Xml.Schema.XmlSchemaType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaInfo_set_SchemaType_m3119472746 (XmlSchemaInfo_t997462956 * __this, XmlSchemaType_t2033747345 * ___value0, const RuntimeMethod* method) { { XmlSchemaType_t2033747345 * L_0 = ___value0; __this->set_type_5(L_0); return; } } // 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) { { int32_t L_0 = __this->get_validity_6(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaKey::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaKey__ctor_m3290062346 (XmlSchemaKey_t3030860318 * __this, const RuntimeMethod* method) { { XmlSchemaIdentityConstraint__ctor_m3826864011(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Schema.XmlSchemaKey::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaKey_Compile_m3970030973 (XmlSchemaKey_t3030860318 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___h0; XmlSchema_t3742557897 * L_1 = ___schema1; int32_t L_2 = XmlSchemaIdentityConstraint_Compile_m3517703601(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.Schema.XmlSchemaKey System.Xml.Schema.XmlSchemaKey::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaKey_t3030860318 * XmlSchemaKey_Read_m1658356101 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaKey_Read_m1658356101_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaKey_t3030860318 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; XmlSchemaXPath_t3156455507 * V_3 = NULL; XmlSchemaXPath_t3156455507 * V_4 = NULL; { XmlSchemaKey_t3030860318 * L_0 = (XmlSchemaKey_t3030860318 *)il2cpp_codegen_object_new(XmlSchemaKey_t3030860318_il2cpp_TypeInfo_var); XmlSchemaKey__ctor_m3290062346(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral2600271970, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1102014350, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaKey_t3030860318 *)NULL; } IL_0056: { XmlSchemaKey_t3030860318 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaKey_t3030860318 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaKey_t3030860318 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_012d; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaKey_t3030860318 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_012d; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral62725243, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaKey_t3030860318 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaIdentityConstraint_set_Name_m1938683954(L_31, L_33, /*hidden argument*/NULL); goto IL_012d; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f5; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_40) { goto IL_010a; } } IL_00f5: { XmlSchemaReader_t1164558392 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_43) { goto IL_0126; } } IL_010a: { ValidationEventHandler_t791314227 * L_44 = ___h1; XmlSchemaReader_t1164558392 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral3701980149, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_44, L_47, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_012d; } IL_0126: { XmlSchemaReader_t1164558392 * L_48 = ___reader0; XmlSchemaKey_t3030860318 * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); bool L_51 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_50); if (L_51) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_52); XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); bool L_54 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_53); if (!L_54) { goto IL_014c; } } { XmlSchemaKey_t3030860318 * L_55 = V_0; return L_55; } IL_014c: { V_1 = 1; goto IL_0269; } IL_0153: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_0191; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_59, _stringLiteral2600271970, /*hidden argument*/NULL); if (!L_60) { goto IL_018c; } } { ValidationEventHandler_t791314227 * L_61 = ___h1; XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_62); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral194609295, L_63, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_61, L_64, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_018c: { goto IL_0274; } IL_0191: { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)1))) { goto IL_01c9; } } { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_68) { goto IL_01c9; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_69 = ___reader0; ValidationEventHandler_t791314227 * L_70 = ___h1; XmlSchemaAnnotation_t2553753397 * L_71 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_2 = L_71; XmlSchemaAnnotation_t2553753397 * L_72 = V_2; if (!L_72) { goto IL_01c4; } } { XmlSchemaKey_t3030860318 * L_73 = V_0; XmlSchemaAnnotation_t2553753397 * L_74 = V_2; NullCheck(L_73); XmlSchemaAnnotated_set_Annotation_m3050132480(L_73, L_74, /*hidden argument*/NULL); } IL_01c4: { goto IL_0269; } IL_01c9: { int32_t L_75 = V_1; if ((((int32_t)L_75) > ((int32_t)2))) { goto IL_0206; } } { XmlSchemaReader_t1164558392 * L_76 = ___reader0; NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_78 = String_op_Equality_m920492651(NULL /*static, unused*/, L_77, _stringLiteral3977229295, /*hidden argument*/NULL); if (!L_78) { goto IL_0206; } } { V_1 = 3; XmlSchemaReader_t1164558392 * L_79 = ___reader0; ValidationEventHandler_t791314227 * L_80 = ___h1; XmlSchemaXPath_t3156455507 * L_81 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_79, L_80, _stringLiteral3977229295, /*hidden argument*/NULL); V_3 = L_81; XmlSchemaXPath_t3156455507 * L_82 = V_3; if (!L_82) { goto IL_0201; } } { XmlSchemaKey_t3030860318 * L_83 = V_0; XmlSchemaXPath_t3156455507 * L_84 = V_3; NullCheck(L_83); XmlSchemaIdentityConstraint_set_Selector_m4012263722(L_83, L_84, /*hidden argument*/NULL); } IL_0201: { goto IL_0269; } IL_0206: { int32_t L_85 = V_1; if ((((int32_t)L_85) > ((int32_t)3))) { goto IL_0263; } } { XmlSchemaReader_t1164558392 * L_86 = ___reader0; NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_88 = String_op_Equality_m920492651(NULL /*static, unused*/, L_87, _stringLiteral3110369597, /*hidden argument*/NULL); if (!L_88) { goto IL_0263; } } { V_1 = 3; XmlSchemaKey_t3030860318 * L_89 = V_0; NullCheck(L_89); XmlSchemaXPath_t3156455507 * L_90 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(L_89, /*hidden argument*/NULL); if (L_90) { goto IL_023b; } } { ValidationEventHandler_t791314227 * L_91 = ___h1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_91, _stringLiteral1414807323, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_023b: { XmlSchemaReader_t1164558392 * L_92 = ___reader0; ValidationEventHandler_t791314227 * L_93 = ___h1; XmlSchemaXPath_t3156455507 * L_94 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_92, L_93, _stringLiteral3110369597, /*hidden argument*/NULL); V_4 = L_94; XmlSchemaXPath_t3156455507 * L_95 = V_4; if (!L_95) { goto IL_025e; } } { XmlSchemaKey_t3030860318 * L_96 = V_0; NullCheck(L_96); XmlSchemaObjectCollection_t1064819932 * L_97 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(L_96, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_98 = V_4; NullCheck(L_97); XmlSchemaObjectCollection_Add_m1142549045(L_97, L_98, /*hidden argument*/NULL); } IL_025e: { goto IL_0269; } IL_0263: { XmlSchemaReader_t1164558392 * L_99 = ___reader0; NullCheck(L_99); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_99, /*hidden argument*/NULL); } IL_0269: { XmlSchemaReader_t1164558392 * L_100 = ___reader0; NullCheck(L_100); bool L_101 = XmlSchemaReader_ReadNextElement_m611223709(L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0153; } } IL_0274: { XmlSchemaKey_t3030860318 * L_102 = V_0; return L_102; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaKeyref::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaKeyref__ctor_m488071070 (XmlSchemaKeyref_t3124006214 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaKeyref__ctor_m488071070_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaIdentityConstraint__ctor_m3826864011(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_refer_21(L_0); return; } } // 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) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_refer_21(); return L_0; } } // 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) { { XmlSchemaIdentityConstraint_t297318432 * L_0 = __this->get_target_22(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaKeyref::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaKeyref_Compile_m2735779237 (XmlSchemaKeyref_t3124006214 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaKeyref_Compile_m2735779237_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = ___h0; XmlSchema_t3742557897 * L_1 = ___schema1; XmlSchemaIdentityConstraint_Compile_m3517703601(__this, L_0, L_1, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_2 = __this->get_refer_21(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_3 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_2, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (L_3) { goto IL_002a; } } { XmlQualifiedName_t2760654312 * L_4 = __this->get_refer_21(); NullCheck(L_4); bool L_5 = XmlQualifiedName_get_IsEmpty_m1430090042(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_003b; } } IL_002a: { ValidationEventHandler_t791314227 * L_6 = ___h0; XmlSchemaObject_error_m903554348(__this, L_6, _stringLiteral987056816, /*hidden argument*/NULL); goto IL_0057; } IL_003b: { XmlQualifiedName_t2760654312 * L_7 = __this->get_refer_21(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_8 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_0057; } } { ValidationEventHandler_t791314227 * L_9 = ___h0; XmlSchemaObject_error_m903554348(__this, L_9, _stringLiteral87775743, /*hidden argument*/NULL); } IL_0057: { int32_t L_10 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_10; } } // System.Int32 System.Xml.Schema.XmlSchemaKeyref::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaKeyref_Validate_m683955272 (XmlSchemaKeyref_t3124006214 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaKeyref_Validate_m683955272_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaIdentityConstraint_t297318432 * V_0 = NULL; { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchema_get_NamedIdentities_m2539602576(L_0, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_2 = XmlSchemaKeyref_get_Refer_m3936670749(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_2, /*hidden argument*/NULL); V_0 = ((XmlSchemaIdentityConstraint_t297318432 *)IsInstClass((RuntimeObject*)L_3, XmlSchemaIdentityConstraint_t297318432_il2cpp_TypeInfo_var)); XmlSchemaIdentityConstraint_t297318432 * L_4 = V_0; if (L_4) { goto IL_002e; } } { ValidationEventHandler_t791314227 * L_5 = ___h0; XmlSchemaObject_error_m903554348(__this, L_5, _stringLiteral855589745, /*hidden argument*/NULL); goto IL_007d; } IL_002e: { XmlSchemaIdentityConstraint_t297318432 * L_6 = V_0; if (!((XmlSchemaKeyref_t3124006214 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var))) { goto IL_004a; } } { ValidationEventHandler_t791314227 * L_7 = ___h0; XmlSchemaObject_error_m903554348(__this, L_7, _stringLiteral4057628394, /*hidden argument*/NULL); goto IL_007d; } IL_004a: { XmlSchemaIdentityConstraint_t297318432 * L_8 = V_0; NullCheck(L_8); XmlSchemaObjectCollection_t1064819932 * L_9 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(L_8, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = CollectionBase_get_Count_m1708965601(L_9, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_11 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(__this, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = CollectionBase_get_Count_m1708965601(L_11, /*hidden argument*/NULL); if ((((int32_t)L_10) == ((int32_t)L_12))) { goto IL_0076; } } { ValidationEventHandler_t791314227 * L_13 = ___h0; XmlSchemaObject_error_m903554348(__this, L_13, _stringLiteral633370743, /*hidden argument*/NULL); goto IL_007d; } IL_0076: { XmlSchemaIdentityConstraint_t297318432 * L_14 = V_0; __this->set_target_22(L_14); } IL_007d: { int32_t L_15 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_15; } } // System.Xml.Schema.XmlSchemaKeyref System.Xml.Schema.XmlSchemaKeyref::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaKeyref_t3124006214 * XmlSchemaKeyref_Read_m1032002764 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaKeyref_Read_m1032002764_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaKeyref_t3124006214 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaXPath_t3156455507 * V_4 = NULL; XmlSchemaXPath_t3156455507 * V_5 = NULL; { XmlSchemaKeyref_t3124006214 * L_0 = (XmlSchemaKeyref_t3124006214 *)il2cpp_codegen_object_new(XmlSchemaKeyref_t3124006214_il2cpp_TypeInfo_var); XmlSchemaKeyref__ctor_m488071070(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1608497597, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1578506588, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaKeyref_t3124006214 *)NULL; } IL_0056: { XmlSchemaKeyref_t3124006214 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaKeyref_t3124006214 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaKeyref_t3124006214 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaKeyref_t3124006214 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral62725243, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaKeyref_t3124006214 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaIdentityConstraint_set_Name_m1938683954(L_31, L_33, /*hidden argument*/NULL); goto IL_0172; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral1945301054, /*hidden argument*/NULL); if (!L_36) { goto IL_0110; } } { XmlSchemaKeyref_t3124006214 * L_37 = V_0; XmlSchemaReader_t1164558392 * L_38 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_39 = XmlSchemaUtil_ReadQNameAttribute_m567024358(NULL /*static, unused*/, L_38, (&V_1), /*hidden argument*/NULL); NullCheck(L_37); L_37->set_refer_21(L_39); Exception_t * L_40 = V_1; if (!L_40) { goto IL_010b; } } { ValidationEventHandler_t791314227 * L_41 = ___h1; XmlSchemaReader_t1164558392 * L_42 = ___reader0; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_44 = String_Concat_m3937257545(NULL /*static, unused*/, L_43, _stringLiteral3362637932, /*hidden argument*/NULL); Exception_t * L_45 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_41, L_44, L_45, /*hidden argument*/NULL); } IL_010b: { goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral3551117974, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaKeyref_t3124006214 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaKeyref_t3124006214 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_02b1; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1608497597, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2257388245, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_02bc; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaKeyref_t3124006214 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_02b1; } IL_020e: { int32_t L_87 = V_2; if ((((int32_t)L_87) > ((int32_t)2))) { goto IL_024e; } } { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); String_t* L_89 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_88); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_90 = String_op_Equality_m920492651(NULL /*static, unused*/, L_89, _stringLiteral3977229295, /*hidden argument*/NULL); if (!L_90) { goto IL_024e; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_91 = ___reader0; ValidationEventHandler_t791314227 * L_92 = ___h1; XmlSchemaXPath_t3156455507 * L_93 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_91, L_92, _stringLiteral3977229295, /*hidden argument*/NULL); V_4 = L_93; XmlSchemaXPath_t3156455507 * L_94 = V_4; if (!L_94) { goto IL_0249; } } { XmlSchemaKeyref_t3124006214 * L_95 = V_0; XmlSchemaXPath_t3156455507 * L_96 = V_4; NullCheck(L_95); XmlSchemaIdentityConstraint_set_Selector_m4012263722(L_95, L_96, /*hidden argument*/NULL); } IL_0249: { goto IL_02b1; } IL_024e: { int32_t L_97 = V_2; if ((((int32_t)L_97) > ((int32_t)3))) { goto IL_02ab; } } { XmlSchemaReader_t1164558392 * L_98 = ___reader0; NullCheck(L_98); String_t* L_99 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_98); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_100 = String_op_Equality_m920492651(NULL /*static, unused*/, L_99, _stringLiteral3110369597, /*hidden argument*/NULL); if (!L_100) { goto IL_02ab; } } { V_2 = 3; XmlSchemaKeyref_t3124006214 * L_101 = V_0; NullCheck(L_101); XmlSchemaXPath_t3156455507 * L_102 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(L_101, /*hidden argument*/NULL); if (L_102) { goto IL_0283; } } { ValidationEventHandler_t791314227 * L_103 = ___h1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_103, _stringLiteral1414807323, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_0283: { XmlSchemaReader_t1164558392 * L_104 = ___reader0; ValidationEventHandler_t791314227 * L_105 = ___h1; XmlSchemaXPath_t3156455507 * L_106 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_104, L_105, _stringLiteral3110369597, /*hidden argument*/NULL); V_5 = L_106; XmlSchemaXPath_t3156455507 * L_107 = V_5; if (!L_107) { goto IL_02a6; } } { XmlSchemaKeyref_t3124006214 * L_108 = V_0; NullCheck(L_108); XmlSchemaObjectCollection_t1064819932 * L_109 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(L_108, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_110 = V_5; NullCheck(L_109); XmlSchemaObjectCollection_Add_m1142549045(L_109, L_110, /*hidden argument*/NULL); } IL_02a6: { goto IL_02b1; } IL_02ab: { XmlSchemaReader_t1164558392 * L_111 = ___reader0; NullCheck(L_111); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_111, /*hidden argument*/NULL); } IL_02b1: { XmlSchemaReader_t1164558392 * L_112 = ___reader0; NullCheck(L_112); bool L_113 = XmlSchemaReader_ReadNextElement_m611223709(L_112, /*hidden argument*/NULL); if (L_113) { goto IL_0198; } } IL_02bc: { XmlSchemaKeyref_t3124006214 * L_114 = V_0; return L_114; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaLengthFacet__ctor_m601742234 (XmlSchemaLengthFacet_t4286280832 * __this, const RuntimeMethod* method) { { XmlSchemaNumericFacet__ctor_m2383455012(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaLengthFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaLengthFacet_get_ThisFacet_m3700434767 (XmlSchemaLengthFacet_t4286280832 * __this, const RuntimeMethod* method) { { return (int32_t)(1); } } // System.Xml.Schema.XmlSchemaLengthFacet System.Xml.Schema.XmlSchemaLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaLengthFacet_t4286280832 * XmlSchemaLengthFacet_Read_m46713934 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaLengthFacet_Read_m46713934_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaLengthFacet_t4286280832 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaLengthFacet_t4286280832 * L_0 = (XmlSchemaLengthFacet_t4286280832 *)il2cpp_codegen_object_new(XmlSchemaLengthFacet_t4286280832_il2cpp_TypeInfo_var); XmlSchemaLengthFacet__ctor_m601742234(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1212500642, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2863405102, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaLengthFacet_t4286280832 *)NULL; } IL_0056: { XmlSchemaLengthFacet_t4286280832 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaLengthFacet_t4286280832 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaLengthFacet_t4286280832 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaLengthFacet_t4286280832 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaLengthFacet_t4286280832 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaLengthFacet_t4286280832 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral1195067933, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaLengthFacet_t4286280832 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaLengthFacet_t4286280832 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1212500642, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3235960344, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaLengthFacet_t4286280832 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaLengthFacet_t4286280832 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMaxExclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxExclusiveFacet__ctor_m2691852453 (XmlSchemaMaxExclusiveFacet_t786951263 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMaxExclusiveFacet__ctor_m2691852453_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMaxExclusiveFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMaxExclusiveFacet_get_ThisFacet_m3471362736 (XmlSchemaMaxExclusiveFacet_t786951263 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)128)); } } // System.Xml.Schema.XmlSchemaMaxExclusiveFacet System.Xml.Schema.XmlSchemaMaxExclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxExclusiveFacet_t786951263 * XmlSchemaMaxExclusiveFacet_Read_m3854530505 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMaxExclusiveFacet_Read_m3854530505_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMaxExclusiveFacet_t786951263 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMaxExclusiveFacet_t786951263 * L_0 = (XmlSchemaMaxExclusiveFacet_t786951263 *)il2cpp_codegen_object_new(XmlSchemaMaxExclusiveFacet_t786951263_il2cpp_TypeInfo_var); XmlSchemaMaxExclusiveFacet__ctor_m2691852453(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral541665163, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3691394074, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMaxExclusiveFacet_t786951263 *)NULL; } IL_0056: { XmlSchemaMaxExclusiveFacet_t786951263 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMaxExclusiveFacet_t786951263 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMaxExclusiveFacet_t786951263 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMaxExclusiveFacet_t786951263 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMaxExclusiveFacet_t786951263 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMaxExclusiveFacet_t786951263 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral64466322, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMaxExclusiveFacet_t786951263 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMaxExclusiveFacet_t786951263 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral541665163, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2406083530, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMaxExclusiveFacet_t786951263 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMaxExclusiveFacet_t786951263 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMaxInclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxInclusiveFacet__ctor_m965559308 (XmlSchemaMaxInclusiveFacet_t719708644 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMaxInclusiveFacet__ctor_m965559308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMaxInclusiveFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMaxInclusiveFacet_get_ThisFacet_m1940134488 (XmlSchemaMaxInclusiveFacet_t719708644 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)64)); } } // System.Xml.Schema.XmlSchemaMaxInclusiveFacet System.Xml.Schema.XmlSchemaMaxInclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxInclusiveFacet_t719708644 * XmlSchemaMaxInclusiveFacet_Read_m1567297469 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMaxInclusiveFacet_Read_m1567297469_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMaxInclusiveFacet_t719708644 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMaxInclusiveFacet_t719708644 * L_0 = (XmlSchemaMaxInclusiveFacet_t719708644 *)il2cpp_codegen_object_new(XmlSchemaMaxInclusiveFacet_t719708644_il2cpp_TypeInfo_var); XmlSchemaMaxInclusiveFacet__ctor_m965559308(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral2236949981, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4228795219, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMaxInclusiveFacet_t719708644 *)NULL; } IL_0056: { XmlSchemaMaxInclusiveFacet_t719708644 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMaxInclusiveFacet_t719708644 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMaxInclusiveFacet_t719708644 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMaxInclusiveFacet_t719708644 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMaxInclusiveFacet_t719708644 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMaxInclusiveFacet_t719708644 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral1233234393, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMaxInclusiveFacet_t719708644 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMaxInclusiveFacet_t719708644 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral2236949981, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral75389845, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMaxInclusiveFacet_t719708644 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMaxInclusiveFacet_t719708644 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMaxLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMaxLengthFacet__ctor_m3912993442 (XmlSchemaMaxLengthFacet_t2192171319 * __this, const RuntimeMethod* method) { { XmlSchemaNumericFacet__ctor_m2383455012(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMaxLengthFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMaxLengthFacet_get_ThisFacet_m822726330 (XmlSchemaMaxLengthFacet_t2192171319 * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Xml.Schema.XmlSchemaMaxLengthFacet System.Xml.Schema.XmlSchemaMaxLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMaxLengthFacet_t2192171319 * XmlSchemaMaxLengthFacet_Read_m4278595782 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMaxLengthFacet_Read_m4278595782_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMaxLengthFacet_t2192171319 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMaxLengthFacet_t2192171319 * L_0 = (XmlSchemaMaxLengthFacet_t2192171319 *)il2cpp_codegen_object_new(XmlSchemaMaxLengthFacet_t2192171319_il2cpp_TypeInfo_var); XmlSchemaMaxLengthFacet__ctor_m3912993442(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1329154644, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral184612044, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMaxLengthFacet_t2192171319 *)NULL; } IL_0056: { XmlSchemaMaxLengthFacet_t2192171319 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMaxLengthFacet_t2192171319 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMaxLengthFacet_t2192171319 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMaxLengthFacet_t2192171319 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMaxLengthFacet_t2192171319 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMaxLengthFacet_t2192171319 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral1195067933, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMaxLengthFacet_t2192171319 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMaxLengthFacet_t2192171319 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1329154644, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2537425788, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMaxLengthFacet_t2192171319 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMaxLengthFacet_t2192171319 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMinExclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinExclusiveFacet__ctor_m1423254642 (XmlSchemaMinExclusiveFacet_t85871952 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMinExclusiveFacet__ctor_m1423254642_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMinExclusiveFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMinExclusiveFacet_get_ThisFacet_m1365119375 (XmlSchemaMinExclusiveFacet_t85871952 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)256)); } } // System.Xml.Schema.XmlSchemaMinExclusiveFacet System.Xml.Schema.XmlSchemaMinExclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinExclusiveFacet_t85871952 * XmlSchemaMinExclusiveFacet_Read_m1334108464 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMinExclusiveFacet_Read_m1334108464_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMinExclusiveFacet_t85871952 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMinExclusiveFacet_t85871952 * L_0 = (XmlSchemaMinExclusiveFacet_t85871952 *)il2cpp_codegen_object_new(XmlSchemaMinExclusiveFacet_t85871952_il2cpp_TypeInfo_var); XmlSchemaMinExclusiveFacet__ctor_m1423254642(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3338794825, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1130795203, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMinExclusiveFacet_t85871952 *)NULL; } IL_0056: { XmlSchemaMinExclusiveFacet_t85871952 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMinExclusiveFacet_t85871952 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMinExclusiveFacet_t85871952 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMinExclusiveFacet_t85871952 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMinExclusiveFacet_t85871952 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMinExclusiveFacet_t85871952 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral102232045, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMinExclusiveFacet_t85871952 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMinExclusiveFacet_t85871952 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral3338794825, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral4140451955, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMinExclusiveFacet_t85871952 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMinExclusiveFacet_t85871952 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMinInclusiveFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinInclusiveFacet__ctor_m2734774049 (XmlSchemaMinInclusiveFacet_t18629333 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMinInclusiveFacet__ctor_m2734774049_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMinInclusiveFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMinInclusiveFacet_get_ThisFacet_m4128858423 (XmlSchemaMinInclusiveFacet_t18629333 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)512)); } } // System.Xml.Schema.XmlSchemaMinInclusiveFacet System.Xml.Schema.XmlSchemaMinInclusiveFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinInclusiveFacet_t18629333 * XmlSchemaMinInclusiveFacet_Read_m1579298286 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMinInclusiveFacet_Read_m1579298286_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMinInclusiveFacet_t18629333 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMinInclusiveFacet_t18629333 * L_0 = (XmlSchemaMinInclusiveFacet_t18629333 *)il2cpp_codegen_object_new(XmlSchemaMinInclusiveFacet_t18629333_il2cpp_TypeInfo_var); XmlSchemaMinInclusiveFacet__ctor_m2734774049(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral739112347, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1668196348, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMinInclusiveFacet_t18629333 *)NULL; } IL_0056: { XmlSchemaMinInclusiveFacet_t18629333 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMinInclusiveFacet_t18629333 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMinInclusiveFacet_t18629333 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMinInclusiveFacet_t18629333 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMinInclusiveFacet_t18629333 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMinInclusiveFacet_t18629333 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral1271000116, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMinInclusiveFacet_t18629333 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMinInclusiveFacet_t18629333 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral739112347, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1809758270, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMinInclusiveFacet_t18629333 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMinInclusiveFacet_t18629333 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaMinLengthFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaMinLengthFacet__ctor_m1892103684 (XmlSchemaMinLengthFacet_t686585762 * __this, const RuntimeMethod* method) { { XmlSchemaNumericFacet__ctor_m2383455012(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaMinLengthFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaMinLengthFacet_get_ThisFacet_m2443147953 (XmlSchemaMinLengthFacet_t686585762 * __this, const RuntimeMethod* method) { { return (int32_t)(2); } } // System.Xml.Schema.XmlSchemaMinLengthFacet System.Xml.Schema.XmlSchemaMinLengthFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaMinLengthFacet_t686585762 * XmlSchemaMinLengthFacet_Read_m3215340321 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaMinLengthFacet_Read_m3215340321_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaMinLengthFacet_t686585762 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaMinLengthFacet_t686585762 * L_0 = (XmlSchemaMinLengthFacet_t686585762 *)il2cpp_codegen_object_new(XmlSchemaMinLengthFacet_t686585762_il2cpp_TypeInfo_var); XmlSchemaMinLengthFacet__ctor_m1892103684(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3866161938, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2411366641, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaMinLengthFacet_t686585762 *)NULL; } IL_0056: { XmlSchemaMinLengthFacet_t686585762 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaMinLengthFacet_t686585762 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaMinLengthFacet_t686585762 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaMinLengthFacet_t686585762 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaMinLengthFacet_t686585762 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaMinLengthFacet_t686585762 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral3962388742, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaMinLengthFacet_t686585762 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaMinLengthFacet_t686585762 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral3866161938, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral469213089, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaMinLengthFacet_t686585762 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaMinLengthFacet_t686585762 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaNotation::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaNotation__ctor_m2333083672 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); return; } } // System.String System.Xml.Schema.XmlSchemaNotation::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaNotation_get_Name_m1470294945 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_16(); return L_0; } } // System.String System.Xml.Schema.XmlSchemaNotation::get_Public() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaNotation_get_Public_m559649134 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_pub_17(); return L_0; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaNotation::get_QualifiedName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaNotation_get_QualifiedName_m3331236263 (XmlSchemaNotation_t2664560277 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_qualifiedName_19(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaNotation::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaNotation_Compile_m3506144171 (XmlSchemaNotation_t2664560277 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaNotation_Compile_m3506144171_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { String_t* L_4 = XmlSchemaNotation_get_Name_m1470294945(__this, /*hidden argument*/NULL); if (L_4) { goto IL_0034; } } { ValidationEventHandler_t791314227 * L_5 = ___h0; XmlSchemaObject_error_m903554348(__this, L_5, _stringLiteral1089114540, /*hidden argument*/NULL); goto IL_0071; } IL_0034: { String_t* L_6 = __this->get_name_16(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_7 = XmlSchemaUtil_CheckNCName_m1273109950(NULL /*static, unused*/, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0055; } } { ValidationEventHandler_t791314227 * L_8 = ___h0; XmlSchemaObject_error_m903554348(__this, L_8, _stringLiteral739637411, /*hidden argument*/NULL); goto IL_0071; } IL_0055: { String_t* L_9 = XmlSchemaNotation_get_Name_m1470294945(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_10 = XmlSchemaObject_get_AncestorSchema_m2485268250(__this, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11 = XmlSchema_get_TargetNamespace_m442842382(L_10, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_12 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_12, L_9, L_11, /*hidden argument*/NULL); __this->set_qualifiedName_19(L_12); } IL_0071: { String_t* L_13 = XmlSchemaNotation_get_Public_m559649134(__this, /*hidden argument*/NULL); if (L_13) { goto IL_008d; } } { ValidationEventHandler_t791314227 * L_14 = ___h0; XmlSchemaObject_error_m903554348(__this, L_14, _stringLiteral3696287411, /*hidden argument*/NULL); goto IL_00a9; } IL_008d: { String_t* L_15 = XmlSchemaNotation_get_Public_m559649134(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_16 = XmlSchemaUtil_CheckAnyUri_m1406321190(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00a9; } } { ValidationEventHandler_t791314227 * L_17 = ___h0; XmlSchemaObject_error_m903554348(__this, L_17, _stringLiteral1604594318, /*hidden argument*/NULL); } IL_00a9: { String_t* L_18 = __this->get_system_18(); if (!L_18) { goto IL_00d0; } } { String_t* L_19 = __this->get_system_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_20 = XmlSchemaUtil_CheckAnyUri_m1406321190(NULL /*static, unused*/, L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00d0; } } { ValidationEventHandler_t791314227 * L_21 = ___h0; XmlSchemaObject_error_m903554348(__this, L_21, _stringLiteral2706066166, /*hidden argument*/NULL); } IL_00d0: { String_t* L_22 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_23 = ___schema1; NullCheck(L_23); Hashtable_t1853889766 * L_24 = XmlSchema_get_IDCollection_m3725452494(L_23, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_25 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_22, __this, L_24, L_25, /*hidden argument*/NULL); int32_t L_26 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_26; } } // System.Int32 System.Xml.Schema.XmlSchemaNotation::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaNotation_Validate_m213859336 (XmlSchemaNotation_t2664560277 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { int32_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_0; } } // System.Xml.Schema.XmlSchemaNotation System.Xml.Schema.XmlSchemaNotation::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaNotation_t2664560277 * XmlSchemaNotation_Read_m2590247452 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaNotation_Read_m2590247452_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaNotation_t2664560277 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; { XmlSchemaNotation_t2664560277 * L_0 = (XmlSchemaNotation_t2664560277 *)il2cpp_codegen_object_new(XmlSchemaNotation_t2664560277_il2cpp_TypeInfo_var); XmlSchemaNotation__ctor_m2333083672(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1757920329, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2811308289, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaNotation_t2664560277 *)NULL; } IL_0056: { XmlSchemaNotation_t2664560277 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaNotation_t2664560277 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaNotation_t2664560277 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0179; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaNotation_t2664560277 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0179; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral62725243, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaNotation_t2664560277 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); L_31->set_name_16(L_33); goto IL_0179; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral3524468349, /*hidden argument*/NULL); if (!L_36) { goto IL_00f1; } } { XmlSchemaNotation_t2664560277 * L_37 = V_0; XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_38); NullCheck(L_37); L_37->set_pub_17(L_39); goto IL_0179; } IL_00f1: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral2801354963, /*hidden argument*/NULL); if (!L_42) { goto IL_0117; } } { XmlSchemaNotation_t2664560277 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); L_43->set_system_18(L_45); goto IL_0179; } IL_0117: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_0141; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_0156; } } IL_0141: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_0172; } } IL_0156: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral2662724237, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0179; } IL_0172: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaNotation_t2664560277 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0179: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0198; } } { XmlSchemaNotation_t2664560277 * L_67 = V_0; return L_67; } IL_0198: { V_1 = 1; goto IL_021b; } IL_019f: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01dd; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1757920329, /*hidden argument*/NULL); if (!L_72) { goto IL_01d8; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1565209256, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d8: { goto IL_0226; } IL_01dd: { int32_t L_77 = V_1; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_0215; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_0215; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_2 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_2; if (!L_84) { goto IL_0210; } } { XmlSchemaNotation_t2664560277 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_2; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0210: { goto IL_021b; } IL_0215: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_021b: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_019f; } } IL_0226: { XmlSchemaNotation_t2664560277 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaNumericFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaNumericFacet__ctor_m2383455012 (XmlSchemaNumericFacet_t3753040035 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaNumericFacet__ctor_m2383455012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaObject::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject__ctor_m2705102066 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObject__ctor_m2705102066_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlSerializerNamespaces_t2702737953 * L_0 = (XmlSerializerNamespaces_t2702737953 *)il2cpp_codegen_object_new(XmlSerializerNamespaces_t2702737953_il2cpp_TypeInfo_var); XmlSerializerNamespaces__ctor_m1179032600(L_0, /*hidden argument*/NULL); __this->set_namespaces_3(L_0); __this->set_unhandledAttributeList_4((ArrayList_t2718874744 *)NULL); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_11(); __this->set_CompilationId_7(L_1); return; } } // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m1770369486 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_lineNumber_0(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObject::set_LineNumber(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LineNumber_m1360499025 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_lineNumber_0(L_0); return; } } // System.Int32 System.Xml.Schema.XmlSchemaObject::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m916493145 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_linePosition_1(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObject::set_LinePosition(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_LinePosition_m906865826 (XmlSchemaObject_t1315720168 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_linePosition_1(L_0); return; } } // System.String System.Xml.Schema.XmlSchemaObject::get_SourceUri() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m2171292794 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_sourceUri_2(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObject::set_SourceUri(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_SourceUri_m2760372687 (XmlSchemaObject_t1315720168 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_sourceUri_2(L_0); return; } } // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::get_Parent() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObject_get_Parent_m2128202288 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = __this->get_parent_12(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObject::set_Parent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_set_Parent_m3122176810 (XmlSchemaObject_t1315720168 * __this, XmlSchemaObject_t1315720168 * ___value0, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = ___value0; __this->set_parent_12(L_0); return; } } // System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaObject::get_AncestorSchema() extern "C" IL2CPP_METHOD_ATTR XmlSchema_t3742557897 * XmlSchemaObject_get_AncestorSchema_m2485268250 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObject_get_AncestorSchema_m2485268250_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; { XmlSchemaObject_t1315720168 * L_0 = XmlSchemaObject_get_Parent_m2128202288(__this, /*hidden argument*/NULL); V_0 = L_0; goto IL_0025; } IL_000c: { XmlSchemaObject_t1315720168 * L_1 = V_0; if (!((XmlSchema_t3742557897 *)IsInstClass((RuntimeObject*)L_1, XmlSchema_t3742557897_il2cpp_TypeInfo_var))) { goto IL_001e; } } { XmlSchemaObject_t1315720168 * L_2 = V_0; return ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_2, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); } IL_001e: { XmlSchemaObject_t1315720168 * L_3 = V_0; NullCheck(L_3); XmlSchemaObject_t1315720168 * L_4 = XmlSchemaObject_get_Parent_m2128202288(L_3, /*hidden argument*/NULL); V_0 = L_4; } IL_0025: { XmlSchemaObject_t1315720168 * L_5 = V_0; if (L_5) { goto IL_000c; } } { String_t* L_6 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); int32_t L_7 = XmlSchemaObject_get_LineNumber_m1770369486(__this, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_8); int32_t L_10 = XmlSchemaObject_get_LinePosition_m916493145(__this, /*hidden argument*/NULL); int32_t L_11 = L_10; RuntimeObject * L_12 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Format_m3339413201(NULL /*static, unused*/, _stringLiteral3646152423, L_6, L_9, L_12, /*hidden argument*/NULL); Exception_t * L_14 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlSchemaObject_get_AncestorSchema_m2485268250_RuntimeMethod_var); } } // System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_SetParent_m3207914940 (XmlSchemaObject_t1315720168 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_set_Parent_m3122176810(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::get_Namespaces() extern "C" IL2CPP_METHOD_ATTR XmlSerializerNamespaces_t2702737953 * XmlSchemaObject_get_Namespaces_m1671673830 (XmlSchemaObject_t1315720168 * __this, const RuntimeMethod* method) { { XmlSerializerNamespaces_t2702737953 * L_0 = __this->get_namespaces_3(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m903554348 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, const RuntimeMethod* method) { { int32_t L_0 = __this->get_errorCount_6(); __this->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); ValidationEventHandler_t791314227 * L_1 = ___handle0; String_t* L_2 = ___message1; XmlSchemaObject_error_m1382379749(NULL /*static, unused*/, L_1, L_2, (Exception_t *)NULL, __this, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObject::warn(System.Xml.Schema.ValidationEventHandler,System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_warn_m2857459644 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___handle0; String_t* L_1 = ___message1; XmlSchemaObject_warn_m2829546449(NULL /*static, unused*/, L_0, L_1, (Exception_t *)NULL, __this, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m1799989524 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___handle0; String_t* L_1 = ___message1; Exception_t * L_2 = ___innerException2; XmlSchemaObject_error_m1382379749(NULL /*static, unused*/, L_0, L_1, L_2, (XmlSchemaObject_t1315720168 *)NULL, NULL, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObject::error(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception,System.Xml.Schema.XmlSchemaObject,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_error_m1382379749 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___handle0; Exception_t * L_1 = ___innerException2; String_t* L_2 = ___message1; XmlSchemaObject_t1315720168 * L_3 = ___xsobj3; RuntimeObject * L_4 = ___sender4; ValidationHandler_RaiseValidationEvent_m2236510583(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, 0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObject::warn(System.Xml.Schema.ValidationEventHandler,System.String,System.Exception,System.Xml.Schema.XmlSchemaObject,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_warn_m2829546449 (RuntimeObject * __this /* static, unused */, ValidationEventHandler_t791314227 * ___handle0, String_t* ___message1, Exception_t * ___innerException2, XmlSchemaObject_t1315720168 * ___xsobj3, RuntimeObject * ___sender4, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___handle0; Exception_t * L_1 = ___innerException2; String_t* L_2 = ___message1; XmlSchemaObject_t1315720168 * L_3 = ___xsobj3; RuntimeObject * L_4 = ___sender4; ValidationHandler_RaiseValidationEvent_m2236510583(NULL /*static, unused*/, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, 1, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Schema.XmlSchemaObject::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_Compile_m3100834614 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_Validate_m2359735225 (XmlSchemaObject_t1315720168 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { return 0; } } // System.Boolean System.Xml.Schema.XmlSchemaObject::IsValidated(System.Guid) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObject_IsValidated_m2227629761 (XmlSchemaObject_t1315720168 * __this, Guid_t ___validationId0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObject_IsValidated_m2227629761_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = __this->get_ValidationId_8(); Guid_t L_1 = ___validationId0; IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_2 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaObject::CopyInfo(System.Xml.Schema.XmlSchemaParticle) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObject_CopyInfo_m2964206326 (XmlSchemaObject_t1315720168 * __this, XmlSchemaParticle_t3828501457 * ___obj0, const RuntimeMethod* method) { { XmlSchemaParticle_t3828501457 * L_0 = ___obj0; int32_t L_1 = XmlSchemaObject_get_LineNumber_m1770369486(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaObject_set_LineNumber_m1360499025(L_0, L_1, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_2 = ___obj0; int32_t L_3 = XmlSchemaObject_get_LinePosition_m916493145(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlSchemaObject_set_LinePosition_m906865826(L_2, L_3, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_4 = ___obj0; String_t* L_5 = XmlSchemaObject_get_SourceUri_m2171292794(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlSchemaObject_set_SourceUri_m2760372687(L_4, L_5, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_6 = ___obj0; int32_t L_7 = __this->get_errorCount_6(); NullCheck(L_6); ((XmlSchemaObject_t1315720168 *)L_6)->set_errorCount_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 System.Xml.Schema.XmlSchemaObjectCollection::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_m1601154956 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::.ctor(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection__ctor_m3368107069 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { { CollectionBase__ctor_m3343513710(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectCollection_get_Item_m3947992179 (XmlSchemaObjectCollection_t1064819932 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectCollection_get_Item_m3947992179_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); int32_t L_1 = ___index0; 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 ((XmlSchemaObject_t1315720168 *)CastclassClass((RuntimeObject*)L_2, XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var)); } } // System.Int32 System.Xml.Schema.XmlSchemaObjectCollection::Add(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectCollection_Add_m1142549045 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectCollection_Add_m1142549045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); XmlSchemaObject_t1315720168 * L_1 = ___item0; 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; } } // System.Boolean System.Xml.Schema.XmlSchemaObjectCollection::Contains(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectCollection_Contains_m123951714 (XmlSchemaObjectCollection_t1064819932 * __this, XmlSchemaObject_t1315720168 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectCollection_Contains_m123951714_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); XmlSchemaObject_t1315720168 * L_1 = ___item0; NullCheck(L_0); bool L_2 = InterfaceFuncInvoker1< bool, RuntimeObject * >::Invoke(6 /* System.Boolean System.Collections.IList::Contains(System.Object) */, IList_t2094931216_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.Xml.Schema.XmlSchemaObjectEnumerator System.Xml.Schema.XmlSchemaObjectCollection::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectEnumerator_t503074204 * XmlSchemaObjectCollection_GetEnumerator_m568986310 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectCollection_GetEnumerator_m568986310_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = CollectionBase_get_List_m490744407(__this, /*hidden argument*/NULL); XmlSchemaObjectEnumerator_t503074204 * L_1 = (XmlSchemaObjectEnumerator_t503074204 *)il2cpp_codegen_object_new(XmlSchemaObjectEnumerator_t503074204_il2cpp_TypeInfo_var); XmlSchemaObjectEnumerator__ctor_m2001920020(L_1, L_0, /*hidden argument*/NULL); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnClear() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnClear_m783615470 (XmlSchemaObjectCollection_t1064819932 * __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnInsert(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnInsert_m3610764467 (XmlSchemaObjectCollection_t1064819932 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnRemove(System.Int32,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnRemove_m2785581151 (XmlSchemaObjectCollection_t1064819932 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaObjectCollection::OnSet(System.Int32,System.Object,System.Object) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectCollection_OnSet_m65416126 (XmlSchemaObjectCollection_t1064819932 * __this, int32_t ___index0, RuntimeObject * ___oldValue1, RuntimeObject * ___newValue2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaObjectEnumerator::.ctor(System.Collections.IList) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectEnumerator__ctor_m2001920020 (XmlSchemaObjectEnumerator_t503074204 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator__ctor_m2001920020_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); RuntimeObject* L_0 = ___list0; NullCheck(L_0); RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_0); __this->set_ienum_0(L_1); return; } } // System.Boolean System.Xml.Schema.XmlSchemaObjectEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectEnumerator_System_Collections_IEnumerator_MoveNext_m524261930 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_System_Collections_IEnumerator_MoveNext_m524261930_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaObjectEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectEnumerator_System_Collections_IEnumerator_Reset_m502581876 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_System_Collections_IEnumerator_Reset_m502581876_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Object System.Xml.Schema.XmlSchemaObjectEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaObjectEnumerator_System_Collections_IEnumerator_get_Current_m3269053736 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_System_Collections_IEnumerator_get_Current_m3269053736_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((XmlSchemaObject_t1315720168 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var)); } } // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectEnumerator::get_Current() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObject_t1315720168 * XmlSchemaObjectEnumerator_get_Current_m2597242723 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_get_Current_m2597242723_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return ((XmlSchemaObject_t1315720168 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var)); } } // System.Boolean System.Xml.Schema.XmlSchemaObjectEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectEnumerator_MoveNext_m3595167032 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_MoveNext_m3595167032_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaObjectEnumerator::Reset() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectEnumerator_Reset_m4090743117 (XmlSchemaObjectEnumerator_t503074204 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectEnumerator_Reset_m4090743117_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_ienum_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaObjectTable::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable__ctor_m1178187484 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTable__ctor_m1178187484_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); HybridDictionary_t4070033136 * L_0 = (HybridDictionary_t4070033136 *)il2cpp_codegen_object_new(HybridDictionary_t4070033136_il2cpp_TypeInfo_var); HybridDictionary__ctor_m656684569(L_0, /*hidden argument*/NULL); __this->set_table_0(L_0); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTable_get_Item_m170185878_MetadataUsageId); s_Il2CppMethodInitialized = true; } { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); XmlQualifiedName_t2760654312 * L_1 = ___name0; NullCheck(L_0); RuntimeObject * L_2 = HybridDictionary_get_Item_m3133414958(L_0, L_1, /*hidden argument*/NULL); return ((XmlSchemaObject_t1315720168 *)CastclassClass((RuntimeObject*)L_2, XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var)); } } // System.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Names() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Names_m80344028 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); NullCheck(L_0); RuntimeObject* L_1 = HybridDictionary_get_Keys_m516521928(L_0, /*hidden argument*/NULL); return L_1; } } // System.Collections.ICollection System.Xml.Schema.XmlSchemaObjectTable::get_Values() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_get_Values_m210119958 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); NullCheck(L_0); RuntimeObject* L_1 = HybridDictionary_get_Values_m627762870(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaObjectTable::Contains(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectTable_Contains_m3252282677 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); XmlQualifiedName_t2760654312 * L_1 = ___name0; NullCheck(L_0); bool L_2 = HybridDictionary_Contains_m672494697(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaObjectTable::GetEnumerator() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaObjectTable_GetEnumerator_m810751834 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTable_GetEnumerator_m810751834_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTableEnumerator_t1321079153 * L_0 = (XmlSchemaObjectTableEnumerator_t1321079153 *)il2cpp_codegen_object_new(XmlSchemaObjectTableEnumerator_t1321079153_il2cpp_TypeInfo_var); XmlSchemaObjectTableEnumerator__ctor_m1189922770(L_0, __this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaObjectTable::Add(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Add_m1270468147 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, XmlSchemaObject_t1315720168 * ___value1, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); XmlQualifiedName_t2760654312 * L_1 = ___name0; XmlSchemaObject_t1315720168 * L_2 = ___value1; NullCheck(L_0); HybridDictionary_set_Item_m2823445799(L_0, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObjectTable::Clear() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Clear_m8811103 (XmlSchemaObjectTable_t2546974348 * __this, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); NullCheck(L_0); HybridDictionary_Clear_m2159137577(L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaObjectTable::Set(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Set_m2976494497 (XmlSchemaObjectTable_t2546974348 * __this, XmlQualifiedName_t2760654312 * ___name0, XmlSchemaObject_t1315720168 * ___value1, const RuntimeMethod* method) { { HybridDictionary_t4070033136 * L_0 = __this->get_table_0(); XmlQualifiedName_t2760654312 * L_1 = ___name0; XmlSchemaObject_t1315720168 * L_2 = ___value1; NullCheck(L_0); HybridDictionary_set_Item_m2823445799(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 System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::.ctor(System.Xml.Schema.XmlSchemaObjectTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTableEnumerator__ctor_m1189922770 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, XmlSchemaObjectTable_t2546974348 * ___table0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator__ctor_m1189922770_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_0 = ___table0; NullCheck(L_0); HybridDictionary_t4070033136 * L_1 = L_0->get_table_0(); __this->set_tmp_1(L_1); RuntimeObject* L_2 = __this->get_tmp_1(); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_2); __this->set_xenum_0(((RuntimeObject*)Castclass((RuntimeObject*)L_3, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var))); return; } } // System.Boolean System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IEnumerator.MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_MoveNext_m3435300508 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_MoveNext_m3435300508_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IEnumerator.Reset() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_Reset_m2710033833 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_Reset_m2710033833_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return; } } // System.Object System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IEnumerator.get_Current() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_get_Current_m3484113563 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IEnumerator_get_Current_m3484113563_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); DictionaryEntry_t3123975638 L_1 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_0); DictionaryEntry_t3123975638 L_2 = L_1; RuntimeObject * L_3 = Box(DictionaryEntry_t3123975638_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Collections.DictionaryEntry System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IDictionaryEnumerator.get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1384941012 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Entry_m1384941012_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); DictionaryEntry_t3123975638 L_1 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Object System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IDictionaryEnumerator.get_Key() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Key_m2100312431 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Key_m2100312431_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IDictionaryEnumerator::get_Key() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_0); return ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_1, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); } } // System.Object System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::System.Collections.IDictionaryEnumerator.get_Value() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Value_m3653656457 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_System_Collections_IDictionaryEnumerator_get_Value_m3653656457_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.Collections.IDictionaryEnumerator::get_Value() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_0); return ((XmlSchemaObject_t1315720168 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaObject_t1315720168_il2cpp_TypeInfo_var)); } } // System.Collections.DictionaryEntry System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::get_Entry() extern "C" IL2CPP_METHOD_ATTR DictionaryEntry_t3123975638 XmlSchemaObjectTableEnumerator_get_Entry_m1286687050 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_get_Entry_m1286687050_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); DictionaryEntry_t3123975638 L_1 = InterfaceFuncInvoker0< DictionaryEntry_t3123975638 >::Invoke(0 /* System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator::get_Entry() */, IDictionaryEnumerator_t1693217257_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectTableEnumerator::MoveNext() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaObjectTableEnumerator_MoveNext_m3252249121 (XmlSchemaObjectTableEnumerator_t1321079153 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaObjectTableEnumerator_MoveNext_m3252249121_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get_xenum_0(); NullCheck(L_0); bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaParticle::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle__ctor_m2268095353 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { Decimal_t2948259380 L_0; memset(&L_0, 0, sizeof(L_0)); Decimal__ctor_m1256289983((&L_0), 1, /*hidden argument*/NULL); __this->set_validatedMinOccurs_21(L_0); Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 1, /*hidden argument*/NULL); __this->set_validatedMaxOccurs_22(L_1); __this->set_recursionDepth_23((-1)); Decimal_t2948259380 L_2; memset(&L_2, 0, sizeof(L_2)); Decimal__ctor_m1256289983((&L_2), (-1), /*hidden argument*/NULL); __this->set_minEffectiveTotalRange_24(L_2); XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_3; memset(&L_3, 0, sizeof(L_3)); Decimal__ctor_m1256289983((&L_3), 1, /*hidden argument*/NULL); __this->set_minOccurs_16(L_3); Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 1, /*hidden argument*/NULL); __this->set_maxOccurs_17(L_4); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_get_Empty_m1615870170_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaParticle_t3828501457 * L_0 = ((XmlSchemaParticle_t3828501457_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var))->get_empty_20(); if (L_0) { goto IL_0014; } } { EmptyParticle_t2028271315 * L_1 = (EmptyParticle_t2028271315 *)il2cpp_codegen_object_new(EmptyParticle_t2028271315_il2cpp_TypeInfo_var); EmptyParticle__ctor_m3557249563(L_1, /*hidden argument*/NULL); ((XmlSchemaParticle_t3828501457_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var))->set_empty_20(L_1); } IL_0014: { XmlSchemaParticle_t3828501457 * L_2 = ((XmlSchemaParticle_t3828501457_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var))->get_empty_20(); return L_2; } } // System.String System.Xml.Schema.XmlSchemaParticle::get_MinOccursString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaParticle_get_MinOccursString_m911119733 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_minstr_18(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccursString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccursString_m2757042850 (XmlSchemaParticle_t3828501457 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_set_MinOccursString_m2757042850_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { String_t* L_0 = ___value0; if (L_0) { goto IL_001a; } } { Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 1, /*hidden argument*/NULL); __this->set_minOccurs_16(L_1); String_t* L_2 = ___value0; __this->set_minstr_18(L_2); return; } IL_001a: { String_t* L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_4 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_5 = Decimal_Parse_m4154418249(NULL /*static, unused*/, L_3, L_4, /*hidden argument*/NULL); V_0 = L_5; Decimal_t2948259380 L_6 = V_0; Decimal_t2948259380 L_7; memset(&L_7, 0, sizeof(L_7)); Decimal__ctor_m1256289983((&L_7), 0, /*hidden argument*/NULL); bool L_8 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0066; } } { Decimal_t2948259380 L_9 = V_0; Decimal_t2948259380 L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_11 = Decimal_Truncate_m3035934636(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); bool L_12 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_9, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0066; } } { Decimal_t2948259380 L_13 = V_0; __this->set_minOccurs_16(L_13); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_14 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_15 = Decimal_ToString_m3653216873((&V_0), L_14, /*hidden argument*/NULL); __this->set_minstr_18(L_15); goto IL_0072; } IL_0066: { XmlSchemaException_t3511258692 * L_16 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_16, _stringLiteral2358462041, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16,XmlSchemaParticle_set_MinOccursString_m2757042850_RuntimeMethod_var); } IL_0072: { return; } } // System.String System.Xml.Schema.XmlSchemaParticle::get_MaxOccursString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaParticle_get_MaxOccursString_m4107102780 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_maxstr_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccursString(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccursString_m1136362008 (XmlSchemaParticle_t3828501457 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_set_MaxOccursString_m1136362008_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral256783401, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { String_t* L_2 = ___value0; __this->set_maxstr_19(L_2); Decimal_t2948259380 L_3; memset(&L_3, 0, sizeof(L_3)); Decimal__ctor_m3650533794((&L_3), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); __this->set_maxOccurs_17(L_3); goto IL_00ac; } IL_002c: { String_t* L_4 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_6 = Decimal_Parse_m4154418249(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Decimal_t2948259380 L_7 = V_0; Decimal_t2948259380 L_8; memset(&L_8, 0, sizeof(L_8)); Decimal__ctor_m1256289983((&L_8), 0, /*hidden argument*/NULL); bool L_9 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0078; } } { Decimal_t2948259380 L_10 = V_0; Decimal_t2948259380 L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_12 = Decimal_Truncate_m3035934636(NULL /*static, unused*/, 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_0078; } } { Decimal_t2948259380 L_14 = V_0; __this->set_maxOccurs_17(L_14); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_15 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_16 = Decimal_ToString_m3653216873((&V_0), L_15, /*hidden argument*/NULL); __this->set_maxstr_19(L_16); goto IL_0084; } IL_0078: { XmlSchemaException_t3511258692 * L_17 = (XmlSchemaException_t3511258692 *)il2cpp_codegen_object_new(XmlSchemaException_t3511258692_il2cpp_TypeInfo_var); XmlSchemaException__ctor_m2216666661(L_17, _stringLiteral2912683454, (Exception_t *)NULL, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17,XmlSchemaParticle_set_MaxOccursString_m1136362008_RuntimeMethod_var); } IL_0084: { Decimal_t2948259380 L_18 = V_0; Decimal_t2948259380 L_19; memset(&L_19, 0, sizeof(L_19)); Decimal__ctor_m1256289983((&L_19), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_20 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00ac; } } { String_t* L_21 = __this->get_minstr_18(); if (L_21) { goto IL_00ac; } } { Decimal_t2948259380 L_22; memset(&L_22, 0, sizeof(L_22)); Decimal__ctor_m1256289983((&L_22), 0, /*hidden argument*/NULL); __this->set_minOccurs_16(L_22); } IL_00ac: { return; } } // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MinOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_MinOccurs_m3359654133 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { Decimal_t2948259380 L_0 = __this->get_minOccurs_16(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MinOccurs(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MinOccurs_m2382766007 (XmlSchemaParticle_t3828501457 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_set_MinOccurs_m2382766007_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_0 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_1 = Decimal_ToString_m3653216873((&___value0), L_0, /*hidden argument*/NULL); XmlSchemaParticle_set_MinOccursString_m2757042850(__this, L_1, /*hidden argument*/NULL); return; } } // System.Decimal System.Xml.Schema.XmlSchemaParticle::get_MaxOccurs() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_get_MaxOccurs_m3740280605 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { Decimal_t2948259380 L_0 = __this->get_maxOccurs_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaParticle::set_MaxOccurs(System.Decimal) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_set_MaxOccurs_m3348582991 (XmlSchemaParticle_t3828501457 * __this, Decimal_t2948259380 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_set_MaxOccurs_m3348582991_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = ___value0; Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m3650533794((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0025; } } { XmlSchemaParticle_set_MaxOccursString_m1136362008(__this, _stringLiteral256783401, /*hidden argument*/NULL); goto IL_0037; } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_3 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); String_t* L_4 = Decimal_ToString_m3653216873((&___value0), L_3, /*hidden argument*/NULL); XmlSchemaParticle_set_MaxOccursString_m1136362008(__this, L_4, /*hidden argument*/NULL); } IL_0037: { return; } } // 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) { { Decimal_t2948259380 L_0 = __this->get_validatedMinOccurs_21(); return L_0; } } // 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) { { Decimal_t2948259380 L_0 = __this->get_validatedMaxOccurs_22(); return L_0; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::GetOptimizedParticle(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaParticle_GetOptimizedParticle_m2543103169 (XmlSchemaParticle_t3828501457 * __this, bool ___isTop0, const RuntimeMethod* method) { { return (XmlSchemaParticle_t3828501457 *)NULL; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::GetShallowClone() extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaParticle_GetShallowClone_m3464019364 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_GetShallowClone_m3464019364_MetadataUsageId); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Object_MemberwiseClone_m1474068832(__this, /*hidden argument*/NULL); return ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_0, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.Schema.XmlSchemaParticle::CompileOccurence(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_CompileOccurence_m2937686890 (XmlSchemaParticle_t3828501457 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_CompileOccurence_m2937686890_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = XmlSchemaParticle_get_MinOccurs_m3359654133(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_1 = XmlSchemaParticle_get_MaxOccurs_m3740280605(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0048; } } { Decimal_t2948259380 L_3 = XmlSchemaParticle_get_MaxOccurs_m3740280605(__this, /*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_0037; } } { String_t* L_6 = XmlSchemaParticle_get_MinOccursString_m911119733(__this, /*hidden argument*/NULL); if (!L_6) { goto IL_0048; } } IL_0037: { ValidationEventHandler_t791314227 * L_7 = ___h0; XmlSchemaObject_error_m903554348(__this, L_7, _stringLiteral420266909, /*hidden argument*/NULL); goto IL_00b1; } IL_0048: { String_t* L_8 = XmlSchemaParticle_get_MaxOccursString_m4107102780(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_9 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, _stringLiteral256783401, /*hidden argument*/NULL); if (!L_9) { goto IL_0072; } } { Decimal_t2948259380 L_10; memset(&L_10, 0, sizeof(L_10)); Decimal__ctor_m3650533794((&L_10), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); __this->set_validatedMaxOccurs_22(L_10); goto IL_007e; } IL_0072: { Decimal_t2948259380 L_11 = __this->get_maxOccurs_17(); __this->set_validatedMaxOccurs_22(L_11); } IL_007e: { Decimal_t2948259380 L_12 = __this->get_validatedMaxOccurs_22(); Decimal_t2948259380 L_13; memset(&L_13, 0, sizeof(L_13)); Decimal__ctor_m1256289983((&L_13), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_14 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_00a5; } } { Decimal_t2948259380 L_15; memset(&L_15, 0, sizeof(L_15)); Decimal__ctor_m1256289983((&L_15), 0, /*hidden argument*/NULL); __this->set_validatedMinOccurs_21(L_15); goto IL_00b1; } IL_00a5: { Decimal_t2948259380 L_16 = __this->get_minOccurs_16(); __this->set_validatedMinOccurs_21(L_16); } IL_00b1: { return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::CopyInfo(System.Xml.Schema.XmlSchemaParticle) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_CopyInfo_m792866240 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaParticle_t3828501457 * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_CopyInfo_m792866240_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); { XmlSchemaParticle_t3828501457 * L_0 = ___obj0; XmlSchemaObject_CopyInfo_m2964206326(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = XmlSchemaParticle_get_MaxOccursString_m4107102780(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral256783401, /*hidden argument*/NULL); if (!L_2) { goto IL_003a; } } { XmlSchemaParticle_t3828501457 * L_3 = ___obj0; XmlSchemaParticle_t3828501457 * L_4 = ___obj0; Decimal_t2948259380 L_5; memset(&L_5, 0, sizeof(L_5)); Decimal__ctor_m3650533794((&L_5), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); Decimal_t2948259380 L_6 = L_5; V_0 = L_6; NullCheck(L_4); L_4->set_validatedMaxOccurs_22(L_6); Decimal_t2948259380 L_7 = V_0; NullCheck(L_3); L_3->set_maxOccurs_17(L_7); goto IL_004f; } IL_003a: { XmlSchemaParticle_t3828501457 * L_8 = ___obj0; XmlSchemaParticle_t3828501457 * L_9 = ___obj0; Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_11 = L_10; V_0 = L_11; NullCheck(L_9); L_9->set_validatedMaxOccurs_22(L_11); Decimal_t2948259380 L_12 = V_0; NullCheck(L_8); L_8->set_maxOccurs_17(L_12); } IL_004f: { Decimal_t2948259380 L_13 = XmlSchemaParticle_get_MaxOccurs_m3740280605(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_14; memset(&L_14, 0, sizeof(L_14)); Decimal__ctor_m1256289983((&L_14), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_15 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_007f; } } { XmlSchemaParticle_t3828501457 * L_16 = ___obj0; XmlSchemaParticle_t3828501457 * L_17 = ___obj0; Decimal_t2948259380 L_18; memset(&L_18, 0, sizeof(L_18)); Decimal__ctor_m1256289983((&L_18), 0, /*hidden argument*/NULL); Decimal_t2948259380 L_19 = L_18; V_0 = L_19; NullCheck(L_17); L_17->set_validatedMinOccurs_21(L_19); Decimal_t2948259380 L_20 = V_0; NullCheck(L_16); L_16->set_minOccurs_16(L_20); goto IL_0094; } IL_007f: { XmlSchemaParticle_t3828501457 * L_21 = ___obj0; XmlSchemaParticle_t3828501457 * L_22 = ___obj0; Decimal_t2948259380 L_23 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_24 = L_23; V_0 = L_24; NullCheck(L_22); L_22->set_validatedMinOccurs_21(L_24); Decimal_t2948259380 L_25 = V_0; NullCheck(L_21); L_21->set_minOccurs_16(L_25); } IL_0094: { String_t* L_26 = XmlSchemaParticle_get_MinOccursString_m911119733(__this, /*hidden argument*/NULL); if (!L_26) { goto IL_00ab; } } { XmlSchemaParticle_t3828501457 * L_27 = ___obj0; String_t* L_28 = XmlSchemaParticle_get_MinOccursString_m911119733(__this, /*hidden argument*/NULL); NullCheck(L_27); XmlSchemaParticle_set_MinOccursString_m2757042850(L_27, L_28, /*hidden argument*/NULL); } IL_00ab: { String_t* L_29 = XmlSchemaParticle_get_MaxOccursString_m4107102780(__this, /*hidden argument*/NULL); if (!L_29) { goto IL_00c2; } } { XmlSchemaParticle_t3828501457 * L_30 = ___obj0; String_t* L_31 = XmlSchemaParticle_get_MaxOccursString_m4107102780(__this, /*hidden argument*/NULL); NullCheck(L_30); XmlSchemaParticle_set_MaxOccursString_m1136362008(L_30, L_31, /*hidden argument*/NULL); } IL_00c2: { return; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle::ValidateOccurenceRangeOK(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaParticle_ValidateOccurenceRangeOK_m2306748793 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaParticle_t3828501457 * ___other0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_ValidateOccurenceRangeOK_m2306748793_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Decimal_t2948259380 L_0 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_1 = ___other0; NullCheck(L_1); Decimal_t2948259380 L_2 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_3 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0046; } } { XmlSchemaParticle_t3828501457 * L_4 = ___other0; NullCheck(L_4); Decimal_t2948259380 L_5 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_4, /*hidden argument*/NULL); Decimal_t2948259380 L_6; memset(&L_6, 0, sizeof(L_6)); Decimal__ctor_m3650533794((&L_6), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_7 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_005b; } } { Decimal_t2948259380 L_8 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_9 = ___other0; NullCheck(L_9); Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_11 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_005b; } } IL_0046: { bool L_12 = ___raiseError3; if (!L_12) { goto IL_0059; } } { ValidationEventHandler_t791314227 * L_13 = ___h1; XmlSchemaObject_error_m903554348(__this, L_13, _stringLiteral1456800948, /*hidden argument*/NULL); } IL_0059: { return (bool)0; } IL_005b: { return (bool)1; } } // System.Decimal System.Xml.Schema.XmlSchemaParticle::GetMinEffectiveTotalRange() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_GetMinEffectiveTotalRange_m1210146744 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { { Decimal_t2948259380 L_0 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(__this, /*hidden argument*/NULL); return L_0; } } // System.Decimal System.Xml.Schema.XmlSchemaParticle::GetMinEffectiveTotalRangeAllAndSequence() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaParticle_GetMinEffectiveTotalRangeAllAndSequence_m4225731748 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_GetMinEffectiveTotalRangeAllAndSequence_m4225731748_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_0)); XmlSchemaObjectCollection_t1064819932 * V_1 = NULL; XmlSchemaParticle_t3828501457 * V_2 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_3 = NULL; RuntimeObject* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Decimal_t2948259380 L_0 = __this->get_minEffectiveTotalRange_24(); Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_001d; } } { Decimal_t2948259380 L_3 = __this->get_minEffectiveTotalRange_24(); return L_3; } IL_001d: { Decimal_t2948259380 L_4; memset(&L_4, 0, sizeof(L_4)); Decimal__ctor_m1256289983((&L_4), 0, /*hidden argument*/NULL); V_0 = L_4; V_1 = (XmlSchemaObjectCollection_t1064819932 *)NULL; if (!((XmlSchemaAll_t1118454309 *)IsInstClass((RuntimeObject*)__this, XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var))) { goto IL_0042; } } { NullCheck(((XmlSchemaAll_t1118454309 *)CastclassClass((RuntimeObject*)__this, XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_t1064819932 * L_5 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAll::get_Items() */, ((XmlSchemaAll_t1118454309 *)CastclassClass((RuntimeObject*)__this, XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var))); V_1 = L_5; goto IL_004e; } IL_0042: { NullCheck(((XmlSchemaSequence_t2018345177 *)CastclassClass((RuntimeObject*)__this, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var))); XmlSchemaObjectCollection_t1064819932 * L_6 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, ((XmlSchemaSequence_t2018345177 *)CastclassClass((RuntimeObject*)__this, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var))); V_1 = L_6; } IL_004e: { XmlSchemaObjectCollection_t1064819932 * L_7 = V_1; NullCheck(L_7); XmlSchemaObjectEnumerator_t503074204 * L_8 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_7, /*hidden argument*/NULL); V_3 = L_8; } IL_0055: try { // begin try (depth: 1) { goto IL_0073; } IL_005a: { XmlSchemaObjectEnumerator_t503074204 * L_9 = V_3; NullCheck(L_9); XmlSchemaObject_t1315720168 * L_10 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_9, /*hidden argument*/NULL); V_2 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_10, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); Decimal_t2948259380 L_11 = V_0; XmlSchemaParticle_t3828501457 * L_12 = V_2; NullCheck(L_12); Decimal_t2948259380 L_13 = VirtFuncInvoker0< Decimal_t2948259380 >::Invoke(10 /* System.Decimal System.Xml.Schema.XmlSchemaParticle::GetMinEffectiveTotalRange() */, L_12); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_14 = Decimal_op_Addition_m573847667(NULL /*static, unused*/, L_11, L_13, /*hidden argument*/NULL); V_0 = L_14; } IL_0073: { XmlSchemaObjectEnumerator_t503074204 * L_15 = V_3; NullCheck(L_15); bool L_16 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_005a; } } IL_007e: { IL2CPP_LEAVE(0x98, FINALLY_0083); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_17 = V_3; V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_18 = V_4; if (L_18) { goto IL_0090; } } IL_008f: { IL2CPP_END_FINALLY(131) } IL_0090: { RuntimeObject* L_19 = V_4; NullCheck(L_19); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_19); IL2CPP_END_FINALLY(131) } } // end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_JUMP_TBL(0x98, IL_0098) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0098: { Decimal_t2948259380 L_20 = V_0; __this->set_minEffectiveTotalRange_24(L_20); Decimal_t2948259380 L_21 = V_0; return L_21; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle::ValidateIsEmptiable() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaParticle_ValidateIsEmptiable_m1445182865 (XmlSchemaParticle_t3828501457 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaParticle_ValidateIsEmptiable_m1445182865_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { Decimal_t2948259380 L_0 = __this->get_validatedMinOccurs_21(); Decimal_t2948259380 L_1; memset(&L_1, 0, sizeof(L_1)); Decimal__ctor_m1256289983((&L_1), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_2 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { Decimal_t2948259380 L_3 = VirtFuncInvoker0< Decimal_t2948259380 >::Invoke(10 /* System.Decimal System.Xml.Schema.XmlSchemaParticle::GetMinEffectiveTotalRange() */, __this); 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); G_B3_0 = ((int32_t)(L_5)); goto IL_002a; } IL_0029: { G_B3_0 = 1; } IL_002a: { return (bool)G_B3_0; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle::ValidateDerivationByRestriction(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaParticle_ValidateDerivationByRestriction_m837786712 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaParticle_t3828501457 * ___baseParticle0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.Schema.XmlSchemaParticle::ValidateUniqueParticleAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_ValidateUniqueParticleAttribution_m3980078890 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::ValidateUniqueTypeAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_ValidateUniqueTypeAttribution_m1204170993 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaObjectTable_t2546974348 * ___labels0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaParticle::CheckRecursion(System.Int32,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaParticle_CheckRecursion_m3195636807 (XmlSchemaParticle_t3828501457 * __this, int32_t ___depth0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle::ParticleEquals(System.Xml.Schema.XmlSchemaParticle) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaParticle_ParticleEquals_m2571573296 (XmlSchemaParticle_t3828501457 * __this, XmlSchemaParticle_t3828501457 * ___other0, const RuntimeMethod* method) { { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::.ctor() extern "C" IL2CPP_METHOD_ATTR void EmptyParticle__ctor_m3557249563 (EmptyParticle_t2028271315 * __this, const RuntimeMethod* method) { { XmlSchemaParticle__ctor_m2268095353(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle/EmptyParticle::GetOptimizedParticle(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * EmptyParticle_GetOptimizedParticle_m1121302511 (EmptyParticle_t2028271315 * __this, bool ___isTop0, const RuntimeMethod* method) { { return __this; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle/EmptyParticle::ParticleEquals(System.Xml.Schema.XmlSchemaParticle) extern "C" IL2CPP_METHOD_ATTR bool EmptyParticle_ParticleEquals_m2658495812 (EmptyParticle_t2028271315 * __this, XmlSchemaParticle_t3828501457 * ___other0, const RuntimeMethod* method) { int32_t G_B3_0 = 0; { XmlSchemaParticle_t3828501457 * L_0 = ___other0; if ((((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_0) == ((RuntimeObject*)(EmptyParticle_t2028271315 *)__this))) { goto IL_0011; } } { XmlSchemaParticle_t3828501457 * L_1 = ___other0; XmlSchemaParticle_t3828501457 * L_2 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); G_B3_0 = ((((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_1) == ((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_2))? 1 : 0); goto IL_0012; } IL_0011: { G_B3_0 = 1; } IL_0012: { return (bool)G_B3_0; } } // System.Boolean System.Xml.Schema.XmlSchemaParticle/EmptyParticle::ValidateDerivationByRestriction(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool EmptyParticle_ValidateDerivationByRestriction_m2387319255 (EmptyParticle_t2028271315 * __this, XmlSchemaParticle_t3828501457 * ___baseParticle0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::CheckRecursion(System.Int32,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void EmptyParticle_CheckRecursion_m382363523 (EmptyParticle_t2028271315 * __this, int32_t ___depth0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::ValidateUniqueParticleAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void EmptyParticle_ValidateUniqueParticleAttribution_m2259246565 (EmptyParticle_t2028271315 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.Schema.XmlSchemaParticle/EmptyParticle::ValidateUniqueTypeAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void EmptyParticle_ValidateUniqueTypeAttribution_m3286659573 (EmptyParticle_t2028271315 * __this, XmlSchemaObjectTable_t2546974348 * ___labels0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaPatternFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaPatternFacet__ctor_m2153033712 (XmlSchemaPatternFacet_t3316004401 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaPatternFacet__ctor_m2153033712_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var); XmlSchemaFacet__ctor_m442738916(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaPatternFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaPatternFacet_get_ThisFacet_m2251227602 (XmlSchemaPatternFacet_t3316004401 * __this, const RuntimeMethod* method) { { return (int32_t)(8); } } // System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Schema.XmlSchemaPatternFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaPatternFacet_t3316004401 * XmlSchemaPatternFacet_Read_m2669981935 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaPatternFacet_Read_m2669981935_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaPatternFacet_t3316004401 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; { XmlSchemaPatternFacet_t3316004401 * L_0 = (XmlSchemaPatternFacet_t3316004401 *)il2cpp_codegen_object_new(XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var); XmlSchemaPatternFacet__ctor_m2153033712(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral2326546891, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3684710989, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaPatternFacet_t3316004401 *)NULL; } IL_0056: { XmlSchemaPatternFacet_t3316004401 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaPatternFacet_t3316004401 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaPatternFacet_t3316004401 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_012d; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaPatternFacet_t3316004401 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_012d; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaPatternFacet_t3316004401 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaFacet_set_Value_m2382101717(L_31, L_33, /*hidden argument*/NULL); goto IL_012d; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f5; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_40) { goto IL_010a; } } IL_00f5: { XmlSchemaReader_t1164558392 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_43) { goto IL_0126; } } IL_010a: { ValidationEventHandler_t791314227 * L_44 = ___h1; XmlSchemaReader_t1164558392 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral2006176099, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_44, L_47, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_012d; } IL_0126: { XmlSchemaReader_t1164558392 * L_48 = ___reader0; XmlSchemaPatternFacet_t3316004401 * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); bool L_51 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_50); if (L_51) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_52); XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); bool L_54 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_53); if (!L_54) { goto IL_014c; } } { XmlSchemaPatternFacet_t3316004401 * L_55 = V_0; return L_55; } IL_014c: { V_1 = 1; goto IL_01cf; } IL_0153: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_0191; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_59, _stringLiteral2326546891, /*hidden argument*/NULL); if (!L_60) { goto IL_018c; } } { ValidationEventHandler_t791314227 * L_61 = ___h1; XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_62); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1436617253, L_63, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_61, L_64, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_018c: { goto IL_01da; } IL_0191: { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)1))) { goto IL_01c9; } } { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_68) { goto IL_01c9; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_69 = ___reader0; ValidationEventHandler_t791314227 * L_70 = ___h1; XmlSchemaAnnotation_t2553753397 * L_71 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_2 = L_71; XmlSchemaAnnotation_t2553753397 * L_72 = V_2; if (!L_72) { goto IL_01c4; } } { XmlSchemaPatternFacet_t3316004401 * L_73 = V_0; XmlSchemaAnnotation_t2553753397 * L_74 = V_2; NullCheck(L_73); XmlSchemaAnnotated_set_Annotation_m3050132480(L_73, L_74, /*hidden argument*/NULL); } IL_01c4: { goto IL_01cf; } IL_01c9: { XmlSchemaReader_t1164558392 * L_75 = ___reader0; NullCheck(L_75); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_75, /*hidden argument*/NULL); } IL_01cf: { XmlSchemaReader_t1164558392 * L_76 = ___reader0; NullCheck(L_76); bool L_77 = XmlSchemaReader_ReadNextElement_m611223709(L_76, /*hidden argument*/NULL); if (L_77) { goto IL_0153; } } IL_01da: { XmlSchemaPatternFacet_t3316004401 * L_78 = V_0; return L_78; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaReader::.ctor(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader__ctor_m387951045 (XmlSchemaReader_t1164558392 * __this, XmlReader_t3121518892 * ___reader0, ValidationEventHandler_t791314227 * ___handler1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader__ctor_m387951045_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { XmlReader__ctor_m2242864879(__this, /*hidden argument*/NULL); XmlReader_t3121518892 * L_0 = ___reader0; __this->set_reader_2(L_0); ValidationEventHandler_t791314227 * L_1 = ___handler1; __this->set_handler_3(L_1); XmlReader_t3121518892 * L_2 = ___reader0; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))) { goto IL_0032; } } { XmlReader_t3121518892 * L_3 = ___reader0; V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_3, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var)); RuntimeObject* L_4 = V_0; NullCheck(L_4); bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, L_4); __this->set_hasLineInfo_4(L_5); } IL_0032: { return; } } // System.String System.Xml.Schema.XmlSchemaReader::get_FullName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_FullName_m78423115 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader_get_FullName_m78423115_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, __this); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, __this); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = String_Concat_m3755062657(NULL /*static, unused*/, L_0, _stringLiteral3452614550, L_1, /*hidden argument*/NULL); return L_2; } } // System.Xml.XmlReader System.Xml.Schema.XmlSchemaReader::get_Reader() extern "C" IL2CPP_METHOD_ATTR XmlReader_t3121518892 * XmlSchemaReader_get_Reader_m1814361792 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaReader::RaiseInvalidElementError() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_RaiseInvalidElementError_m4265021746 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader_RaiseInvalidElementError_m4265021746_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = XmlSchemaReader_get_FullName_m78423115(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral2237116089, L_0, _stringLiteral819615376, /*hidden argument*/NULL); V_0 = L_1; bool L_2 = __this->get_hasLineInfo_4(); if (!L_2) { goto IL_007b; } } { String_t* L_3 = V_0; V_1 = L_3; ObjectU5BU5D_t2843939325* L_4 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)6)); String_t* L_5 = V_1; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_5); ObjectU5BU5D_t2843939325* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteral311652352); (L_6)->SetAt(static_cast(1), (RuntimeObject *)_stringLiteral311652352); ObjectU5BU5D_t2843939325* L_7 = L_6; XmlReader_t3121518892 * L_8 = __this->get_reader_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_8, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_8, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_10 = L_9; RuntimeObject * L_11 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_11); (L_7)->SetAt(static_cast(2), (RuntimeObject *)L_11); ObjectU5BU5D_t2843939325* L_12 = L_7; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral3452614532); (L_12)->SetAt(static_cast(3), (RuntimeObject *)_stringLiteral3452614532); ObjectU5BU5D_t2843939325* L_13 = L_12; XmlReader_t3121518892 * L_14 = __this->get_reader_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_14, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_14, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_16 = L_15; RuntimeObject * L_17 = Box(Int32_t2950945753_il2cpp_TypeInfo_var, &L_16); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_17); (L_13)->SetAt(static_cast(4), (RuntimeObject *)L_17); ObjectU5BU5D_t2843939325* L_18 = L_13; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteral3452614535); (L_18)->SetAt(static_cast(5), (RuntimeObject *)_stringLiteral3452614535); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_19 = String_Concat_m2971454694(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); V_0 = L_19; } IL_007b: { ValidationEventHandler_t791314227 * L_20 = __this->get_handler_3(); String_t* L_21 = V_0; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_20, L_21, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_SkipToEnd_m864243635(__this, /*hidden argument*/NULL); return; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::ReadNextElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_ReadNextElement_m611223709 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader_ReadNextElement_m611223709_MetadataUsageId); s_Il2CppMethodInitialized = true; } { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, __this); goto IL_004c; } IL_000c: { int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, __this); if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0025; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)15))))) { goto IL_004c; } } IL_0025: { XmlReader_t3121518892 * L_2 = __this->get_reader_2(); NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_4) { goto IL_004a; } } { XmlSchemaReader_RaiseInvalidElementError_m4265021746(__this, /*hidden argument*/NULL); goto IL_004c; } IL_004a: { return (bool)1; } IL_004c: { bool L_5 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.Schema.XmlSchemaReader::Read() */, __this); if (L_5) { goto IL_000c; } } { return (bool)0; } } // System.Void System.Xml.Schema.XmlSchemaReader::SkipToEnd() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_SkipToEnd_m864243635 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, __this); bool L_0 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, __this); if (L_0) { goto IL_001e; } } { int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001f; } } IL_001e: { return; } IL_001f: { int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_0053; } } { int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.Schema.XmlSchemaReader::get_Depth() */, __this); V_0 = L_3; goto IL_0048; } IL_0037: { int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.Schema.XmlSchemaReader::get_Depth() */, __this); int32_t L_5 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)L_5)))) { goto IL_0048; } } { goto IL_0053; } IL_0048: { bool L_6 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.Schema.XmlSchemaReader::Read() */, __this); if (L_6) { goto IL_0037; } } IL_0053: { return; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::HasLineInfo() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_HasLineInfo_m2913087881 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_hasLineInfo_4(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LineNumber() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LineNumber_m3920914464 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader_get_LineNumber_m3920914464_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = __this->get_hasLineInfo_4(); if (!L_0) { goto IL_0020; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); G_B3_0 = L_2; goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { return G_B3_0; } } // System.Int32 System.Xml.Schema.XmlSchemaReader::get_LinePosition() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_LinePosition_m2272047151 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaReader_get_LinePosition_m2272047151_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B3_0 = 0; { bool L_0 = __this->get_hasLineInfo_4(); if (!L_0) { goto IL_0020; } } { XmlReader_t3121518892 * L_1 = __this->get_reader_2(); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_t2353988607_il2cpp_TypeInfo_var))); G_B3_0 = L_2; goto IL_0021; } IL_0020: { G_B3_0 = 0; } IL_0021: { return G_B3_0; } } // System.Int32 System.Xml.Schema.XmlSchemaReader::get_AttributeCount() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_AttributeCount_m3551802212 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_BaseURI_m3090468223 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_CanResolveEntity() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_CanResolveEntity_m644161209 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_0); return L_1; } } // System.Int32 System.Xml.Schema.XmlSchemaReader::get_Depth() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_Depth_m4228218141 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_EOF() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_EOF_m1386323171 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_HasAttributes() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_HasAttributes_m2868298962 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_HasValue() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_HasValue_m3044328539 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.XmlReader::get_HasValue() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsDefault() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_IsDefault_m130127452 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(13 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_get_IsEmptyElement_m4166389326 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Item(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Item_m3338897675 (XmlSchemaReader_t1164558392 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(14 /* System.String System.Xml.XmlReader::get_Item(System.Int32) */, L_0, L_1); return L_2; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Item(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Item_m3306998451 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlReader::get_Item(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Item(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Item_m2422788953 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlReader::get_Item(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_LocalName_m3807997561 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Name_m683765844 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_NamespaceURI_m262454767 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaReader::get_NameTable() extern "C" IL2CPP_METHOD_ATTR XmlNameTable_t71772148 * XmlSchemaReader_get_NameTable_m3210251061 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); XmlNameTable_t71772148 * L_1 = VirtFuncInvoker0< XmlNameTable_t71772148 * >::Invoke(20 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_NodeType_m2346212214 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Prefix() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Prefix_m3361951998 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.Xml.ReadState System.Xml.Schema.XmlSchemaReader::get_ReadState() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_ReadState_m2272633073 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_Value() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_Value_m689549558 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::get_XmlLang() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_get_XmlLang_m358136466 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.XmlSpace System.Xml.Schema.XmlSchemaReader::get_XmlSpace() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_get_XmlSpace_m4103361156 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(28 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaReader::Close() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_Close_m2253935110 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::Equals(System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_Equals_m4279209738 (XmlSchemaReader_t1164558392 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); RuntimeObject * L_1 = ___obj0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, L_1); return L_2; } } // System.String System.Xml.Schema.XmlSchemaReader::GetAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_GetAttribute_m2405124346 (XmlSchemaReader_t1164558392 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(31 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.String System.Xml.Schema.XmlSchemaReader::GetAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_GetAttribute_m1816052303 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(32 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.Schema.XmlSchemaReader::GetAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_GetAttribute_m1054371701 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, String_t* ___namespaceURI1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; String_t* L_2 = ___namespaceURI1; NullCheck(L_0); String_t* L_3 = VirtFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(33 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Int32 System.Xml.Schema.XmlSchemaReader::GetHashCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_GetHashCode_m3766654376 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::LookupNamespace(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_LookupNamespace_m1403760610 (XmlSchemaReader_t1164558392 * __this, String_t* ___prefix0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___prefix0; NullCheck(L_0); String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.Schema.XmlSchemaReader::MoveToAttribute(System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_MoveToAttribute_m2914803112 (XmlSchemaReader_t1164558392 * __this, int32_t ___i0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); int32_t L_1 = ___i0; NullCheck(L_0); VirtActionInvoker1< int32_t >::Invoke(35 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_0, L_1); return; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToAttribute(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_MoveToAttribute_m1021071783 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; NullCheck(L_0); bool L_2 = VirtFuncInvoker1< bool, String_t* >::Invoke(36 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToAttribute(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_MoveToAttribute_m3866811911 (XmlSchemaReader_t1164558392 * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); String_t* L_1 = ___name0; String_t* L_2 = ___ns1; NullCheck(L_0); bool L_3 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::MoveToContent() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaReader_MoveToContent_m363681400 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(38 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_MoveToElement_m1536536621 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToFirstAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_MoveToFirstAttribute_m843788537 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_MoveToNextAttribute_m2602576673 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::Read() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_Read_m406967218 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(42 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaReader::ReadAttributeValue() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaReader_ReadAttributeValue_m1596337715 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); bool L_1 = VirtFuncInvoker0< bool >::Invoke(43 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaReader::ReadEndElement() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_ReadEndElement_m174670763 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(44 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_0); return; } } // System.String System.Xml.Schema.XmlSchemaReader::ReadInnerXml() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_ReadInnerXml_m3856261659 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(45 /* System.String System.Xml.XmlReader::ReadInnerXml() */, L_0); return L_1; } } // System.String System.Xml.Schema.XmlSchemaReader::ReadOuterXml() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_ReadOuterXml_m3988328572 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(46 /* System.String System.Xml.XmlReader::ReadOuterXml() */, L_0); return L_1; } } // System.Void System.Xml.Schema.XmlSchemaReader::ReadStartElement() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_ReadStartElement_m2752827294 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(47 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaReader::ResolveEntity() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_ResolveEntity_m1998418340 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(48 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.Void System.Xml.Schema.XmlSchemaReader::Skip() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaReader_Skip_m2121585260 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.XmlReader::Skip() */, L_0); return; } } // System.String System.Xml.Schema.XmlSchemaReader::ToString() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaReader_ToString_m3625455821 (XmlSchemaReader_t1164558392 * __this, const RuntimeMethod* method) { { XmlReader_t3121518892 * L_0 = __this->get_reader_2(); NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaRedefine::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaRedefine__ctor_m920169286 (XmlSchemaRedefine_t4020109446 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaRedefine__ctor_m920169286_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaExternal__ctor_m2629943230(__this, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_0 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_0, /*hidden argument*/NULL); __this->set_attributeGroups_16(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_1, /*hidden argument*/NULL); __this->set_groups_17(L_1); XmlSchemaObjectCollection_t1064819932 * L_2 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m3368107069(L_2, __this, /*hidden argument*/NULL); __this->set_items_18(L_2); XmlSchemaObjectTable_t2546974348 * L_3 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_3, /*hidden argument*/NULL); __this->set_schemaTypes_19(L_3); return; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaRedefine::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaRedefine_get_Items_m3656358695 (XmlSchemaRedefine_t4020109446 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_items_18(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaRedefine::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaRedefine_SetParent_m1836653862 (XmlSchemaRedefine_t4020109446 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaRedefine_SetParent_m1836653862_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchemaRedefine_get_Items_m3656358695(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObjectEnumerator_t503074204 * L_2 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_0034; } IL_0018: { XmlSchemaObjectEnumerator_t503074204 * L_3 = V_1; NullCheck(L_3); XmlSchemaObject_t1315720168 * L_4 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_3, /*hidden argument*/NULL); V_0 = L_4; XmlSchemaObject_t1315720168 * L_5 = V_0; NullCheck(L_5); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_5, __this); XmlSchemaObject_t1315720168 * L_6 = V_0; NullCheck(L_6); L_6->set_isRedefinedComponent_10((bool)1); XmlSchemaObject_t1315720168 * L_7 = V_0; NullCheck(L_7); L_7->set_isRedefineChild_9((bool)1); } IL_0034: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; NullCheck(L_8); bool L_9 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0018; } } IL_003f: { IL2CPP_LEAVE(0x56, 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) { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (L_11) { goto IL_004f; } } IL_004e: { IL2CPP_END_FINALLY(68) } IL_004f: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x56, IL_0056) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0056: { return; } } // System.Xml.Schema.XmlSchemaRedefine System.Xml.Schema.XmlSchemaRedefine::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaRedefine_t4020109446 * XmlSchemaRedefine_Read_m1202760073 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaRedefine_Read_m1202760073_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaRedefine_t4020109446 * V_0 = NULL; XmlSchemaAnnotation_t2553753397 * V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; XmlSchemaComplexType_t3740801802 * V_3 = NULL; XmlSchemaGroup_t1441741786 * V_4 = NULL; XmlSchemaAttributeGroup_t246430545 * V_5 = NULL; { XmlSchemaRedefine_t4020109446 * L_0 = (XmlSchemaRedefine_t4020109446 *)il2cpp_codegen_object_new(XmlSchemaRedefine_t4020109446_il2cpp_TypeInfo_var); XmlSchemaRedefine__ctor_m920169286(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3379208704, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1629453411, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaRedefine_t4020109446 *)NULL; } IL_0056: { XmlSchemaRedefine_t4020109446 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaRedefine_t4020109446 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaRedefine_t4020109446 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_012d; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaRedefine_t4020109446 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaExternal_set_Id_m3137701086(L_25, L_27, /*hidden argument*/NULL); goto IL_012d; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral4101407196, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaRedefine_t4020109446 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaExternal_set_SchemaLocation_m533136637(L_31, L_33, /*hidden argument*/NULL); goto IL_012d; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f5; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_40) { goto IL_010a; } } IL_00f5: { XmlSchemaReader_t1164558392 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_43) { goto IL_0126; } } IL_010a: { ValidationEventHandler_t791314227 * L_44 = ___h1; XmlSchemaReader_t1164558392 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral2952131434, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_44, L_47, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_012d; } IL_0126: { XmlSchemaReader_t1164558392 * L_48 = ___reader0; XmlSchemaRedefine_t4020109446 * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); bool L_51 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_50); if (L_51) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_52); XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); bool L_54 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_53); if (!L_54) { goto IL_014c; } } { XmlSchemaRedefine_t4020109446 * L_55 = V_0; return L_55; } IL_014c: { goto IL_02a4; } IL_0151: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_018f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_59, _stringLiteral3379208704, /*hidden argument*/NULL); if (!L_60) { goto IL_018a; } } { ValidationEventHandler_t791314227 * L_61 = ___h1; XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_62); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral567928159, L_63, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_61, L_64, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_018a: { goto IL_02af; } IL_018f: { XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_65); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_67 = String_op_Equality_m920492651(NULL /*static, unused*/, L_66, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_67) { goto IL_01c4; } } { XmlSchemaReader_t1164558392 * L_68 = ___reader0; ValidationEventHandler_t791314227 * L_69 = ___h1; XmlSchemaAnnotation_t2553753397 * L_70 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_68, L_69, /*hidden argument*/NULL); V_1 = L_70; XmlSchemaAnnotation_t2553753397 * L_71 = V_1; if (!L_71) { goto IL_01bf; } } { XmlSchemaRedefine_t4020109446 * L_72 = V_0; NullCheck(L_72); XmlSchemaObjectCollection_t1064819932 * L_73 = L_72->get_items_18(); XmlSchemaAnnotation_t2553753397 * L_74 = V_1; NullCheck(L_73); XmlSchemaObjectCollection_Add_m1142549045(L_73, L_74, /*hidden argument*/NULL); } IL_01bf: { goto IL_02a4; } IL_01c4: { XmlSchemaReader_t1164558392 * L_75 = ___reader0; NullCheck(L_75); String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_75); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_77 = String_op_Equality_m920492651(NULL /*static, unused*/, L_76, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_77) { goto IL_01f9; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; ValidationEventHandler_t791314227 * L_79 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_80 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_78, L_79, /*hidden argument*/NULL); V_2 = L_80; XmlSchemaSimpleType_t2678868104 * L_81 = V_2; if (!L_81) { goto IL_01f4; } } { XmlSchemaRedefine_t4020109446 * L_82 = V_0; NullCheck(L_82); XmlSchemaObjectCollection_t1064819932 * L_83 = L_82->get_items_18(); XmlSchemaSimpleType_t2678868104 * L_84 = V_2; NullCheck(L_83); XmlSchemaObjectCollection_Add_m1142549045(L_83, L_84, /*hidden argument*/NULL); } IL_01f4: { goto IL_02a4; } IL_01f9: { XmlSchemaReader_t1164558392 * L_85 = ___reader0; NullCheck(L_85); String_t* L_86 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_85); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_87 = String_op_Equality_m920492651(NULL /*static, unused*/, L_86, _stringLiteral2444421609, /*hidden argument*/NULL); if (!L_87) { goto IL_022e; } } { XmlSchemaReader_t1164558392 * L_88 = ___reader0; ValidationEventHandler_t791314227 * L_89 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_90 = XmlSchemaComplexType_Read_m2926646157(NULL /*static, unused*/, L_88, L_89, /*hidden argument*/NULL); V_3 = L_90; XmlSchemaComplexType_t3740801802 * L_91 = V_3; if (!L_91) { goto IL_0229; } } { XmlSchemaRedefine_t4020109446 * L_92 = V_0; NullCheck(L_92); XmlSchemaObjectCollection_t1064819932 * L_93 = L_92->get_items_18(); XmlSchemaComplexType_t3740801802 * L_94 = V_3; NullCheck(L_93); XmlSchemaObjectCollection_Add_m1142549045(L_93, L_94, /*hidden argument*/NULL); } IL_0229: { goto IL_02a4; } IL_022e: { XmlSchemaReader_t1164558392 * L_95 = ___reader0; NullCheck(L_95); String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_95); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_97 = String_op_Equality_m920492651(NULL /*static, unused*/, L_96, _stringLiteral3122773422, /*hidden argument*/NULL); if (!L_97) { goto IL_0266; } } { XmlSchemaReader_t1164558392 * L_98 = ___reader0; ValidationEventHandler_t791314227 * L_99 = ___h1; XmlSchemaGroup_t1441741786 * L_100 = XmlSchemaGroup_Read_m2989256960(NULL /*static, unused*/, L_98, L_99, /*hidden argument*/NULL); V_4 = L_100; XmlSchemaGroup_t1441741786 * L_101 = V_4; if (!L_101) { goto IL_0261; } } { XmlSchemaRedefine_t4020109446 * L_102 = V_0; NullCheck(L_102); XmlSchemaObjectCollection_t1064819932 * L_103 = L_102->get_items_18(); XmlSchemaGroup_t1441741786 * L_104 = V_4; NullCheck(L_103); XmlSchemaObjectCollection_Add_m1142549045(L_103, L_104, /*hidden argument*/NULL); } IL_0261: { goto IL_02a4; } IL_0266: { XmlSchemaReader_t1164558392 * L_105 = ___reader0; NullCheck(L_105); String_t* L_106 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_105); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_107 = String_op_Equality_m920492651(NULL /*static, unused*/, L_106, _stringLiteral400592889, /*hidden argument*/NULL); if (!L_107) { goto IL_029e; } } { XmlSchemaReader_t1164558392 * L_108 = ___reader0; ValidationEventHandler_t791314227 * L_109 = ___h1; XmlSchemaAttributeGroup_t246430545 * L_110 = XmlSchemaAttributeGroup_Read_m1384675368(NULL /*static, unused*/, L_108, L_109, /*hidden argument*/NULL); V_5 = L_110; XmlSchemaAttributeGroup_t246430545 * L_111 = V_5; if (!L_111) { goto IL_0299; } } { XmlSchemaRedefine_t4020109446 * L_112 = V_0; NullCheck(L_112); XmlSchemaObjectCollection_t1064819932 * L_113 = L_112->get_items_18(); XmlSchemaAttributeGroup_t246430545 * L_114 = V_5; NullCheck(L_113); XmlSchemaObjectCollection_Add_m1142549045(L_113, L_114, /*hidden argument*/NULL); } IL_0299: { goto IL_02a4; } IL_029e: { XmlSchemaReader_t1164558392 * L_115 = ___reader0; NullCheck(L_115); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_115, /*hidden argument*/NULL); } IL_02a4: { XmlSchemaReader_t1164558392 * L_116 = ___reader0; NullCheck(L_116); bool L_117 = XmlSchemaReader_ReadNextElement_m611223709(L_116, /*hidden argument*/NULL); if (L_117) { goto IL_0151; } } IL_02af: { XmlSchemaRedefine_t4020109446 * L_118 = V_0; return L_118; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSequence::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence__ctor_m2088825835 (XmlSchemaSequence_t2018345177 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence__ctor_m2088825835_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaGroupBase__ctor_m3091716353(__this, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_0 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_0, /*hidden argument*/NULL); __this->set_items_28(L_0); return; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSequence_get_Items_m1057713884 (XmlSchemaSequence_t2018345177 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_items_28(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSequence::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_SetParent_m4014962768 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_SetParent_m4014962768_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_1 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_1); XmlSchemaObjectEnumerator_t503074204 * L_2 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_0026; } IL_0018: { XmlSchemaObjectEnumerator_t503074204 * L_3 = V_1; NullCheck(L_3); XmlSchemaObject_t1315720168 * L_4 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_3, /*hidden argument*/NULL); V_0 = L_4; XmlSchemaObject_t1315720168 * L_5 = V_0; NullCheck(L_5); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_5, __this); } IL_0026: { XmlSchemaObjectEnumerator_t503074204 * L_6 = V_1; NullCheck(L_6); bool L_7 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0018; } } IL_0031: { IL2CPP_LEAVE(0x48, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_2; if (L_9) { goto IL_0041; } } IL_0040: { IL2CPP_END_FINALLY(54) } IL_0041: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); IL2CPP_END_FINALLY(54) } } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x48, IL_0048) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSequence::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSequence_Compile_m3478356094 (XmlSchemaSequence_t2018345177 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_Compile_m3478356094_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { String_t* L_4 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_5 = ___schema1; NullCheck(L_5); Hashtable_t1853889766 * L_6 = XmlSchema_get_IDCollection_m3725452494(L_5, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_7 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_4, __this, L_6, L_7, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_8 = ___h0; XmlSchema_t3742557897 * L_9 = ___schema1; XmlSchemaParticle_CompileOccurence_m2937686890(__this, L_8, L_9, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_10 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_10); XmlSchemaObjectEnumerator_t503074204 * L_11 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_10, /*hidden argument*/NULL); V_1 = L_11; } IL_003f: try { // begin try (depth: 1) { goto IL_00a8; } IL_0044: { XmlSchemaObjectEnumerator_t503074204 * L_12 = V_1; NullCheck(L_12); XmlSchemaObject_t1315720168 * L_13 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_12, /*hidden argument*/NULL); V_0 = L_13; XmlSchemaObject_t1315720168 * L_14 = V_0; if (((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_14, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var))) { goto IL_0082; } } IL_0056: { XmlSchemaObject_t1315720168 * L_15 = V_0; if (((XmlSchemaGroupRef_t1314446647 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaGroupRef_t1314446647_il2cpp_TypeInfo_var))) { goto IL_0082; } } IL_0061: { XmlSchemaObject_t1315720168 * L_16 = V_0; if (((XmlSchemaChoice_t959520675 *)IsInstClass((RuntimeObject*)L_16, XmlSchemaChoice_t959520675_il2cpp_TypeInfo_var))) { goto IL_0082; } } IL_006c: { XmlSchemaObject_t1315720168 * L_17 = V_0; if (((XmlSchemaSequence_t2018345177 *)IsInstClass((RuntimeObject*)L_17, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var))) { goto IL_0082; } } IL_0077: { XmlSchemaObject_t1315720168 * L_18 = V_0; if (!((XmlSchemaAny_t1119175207 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaAny_t1119175207_il2cpp_TypeInfo_var))) { goto IL_009c; } } IL_0082: { int32_t L_19 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaObject_t1315720168 * L_20 = V_0; ValidationEventHandler_t791314227 * L_21 = ___h0; XmlSchema_t3742557897 * L_22 = ___schema1; NullCheck(L_20); int32_t L_23 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_20, L_21, L_22); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)L_23))); goto IL_00a8; } IL_009c: { ValidationEventHandler_t791314227 * L_24 = ___h0; XmlSchemaObject_error_m903554348(__this, L_24, _stringLiteral1001627974, /*hidden argument*/NULL); } IL_00a8: { XmlSchemaObjectEnumerator_t503074204 * L_25 = V_1; NullCheck(L_25); bool L_26 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_25, /*hidden argument*/NULL); if (L_26) { goto IL_0044; } } IL_00b3: { IL2CPP_LEAVE(0xCA, FINALLY_00b8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b8; } FINALLY_00b8: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_27 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_2; if (L_28) { goto IL_00c3; } } IL_00c2: { IL2CPP_END_FINALLY(184) } IL_00c3: { RuntimeObject* L_29 = V_2; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_29); IL2CPP_END_FINALLY(184) } } // end finally (depth: 1) IL2CPP_CLEANUP(184) { IL2CPP_JUMP_TBL(0xCA, IL_00ca) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ca: { XmlSchema_t3742557897 * L_30 = ___schema1; NullCheck(L_30); Guid_t L_31 = ((XmlSchemaObject_t1315720168 *)L_30)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_31); int32_t L_32 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_32; } } // System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaSequence::GetOptimizedParticle(System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlSchemaParticle_t3828501457 * XmlSchemaSequence_GetOptimizedParticle_m2174831162 (XmlSchemaSequence_t2018345177 * __this, bool ___isTop0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_GetOptimizedParticle_m2174831162_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSequence_t2018345177 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaParticle_t3828501457 * V_2 = NULL; XmlSchemaSequence_t2018345177 * V_3 = NULL; int32_t V_4 = 0; { XmlSchemaParticle_t3828501457 * L_0 = ((XmlSchemaParticle_t3828501457 *)__this)->get_OptimizedParticle_26(); if (!L_0) { goto IL_0012; } } { XmlSchemaParticle_t3828501457 * L_1 = ((XmlSchemaParticle_t3828501457 *)__this)->get_OptimizedParticle_26(); return L_1; } IL_0012: { XmlSchemaObjectCollection_t1064819932 * L_2 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_2); int32_t L_3 = CollectionBase_get_Count_m1708965601(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0038; } } { Decimal_t2948259380 L_4 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_5; memset(&L_5, 0, sizeof(L_5)); Decimal__ctor_m1256289983((&L_5), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_6 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_4, L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_004a; } } IL_0038: { XmlSchemaParticle_t3828501457 * L_7 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); ((XmlSchemaParticle_t3828501457 *)__this)->set_OptimizedParticle_26(L_7); XmlSchemaParticle_t3828501457 * L_8 = ((XmlSchemaParticle_t3828501457 *)__this)->get_OptimizedParticle_26(); return L_8; } IL_004a: { bool L_9 = ___isTop0; if (L_9) { goto IL_00a5; } } { Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_11; memset(&L_11, 0, sizeof(L_11)); Decimal__ctor_m1256289983((&L_11), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_12 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_00a5; } } { Decimal_t2948259380 L_13 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_14; memset(&L_14, 0, sizeof(L_14)); Decimal__ctor_m1256289983((&L_14), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_15 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00a5; } } { XmlSchemaObjectCollection_t1064819932 * L_16 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_16); int32_t L_17 = CollectionBase_get_Count_m1708965601(L_16, /*hidden argument*/NULL); if ((!(((uint32_t)L_17) == ((uint32_t)1)))) { goto IL_00a5; } } { XmlSchemaObjectCollection_t1064819932 * L_18 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_18); XmlSchemaObject_t1315720168 * L_19 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_18, 0); NullCheck(((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_19, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var))); XmlSchemaParticle_t3828501457 * L_20 = VirtFuncInvoker1< XmlSchemaParticle_t3828501457 *, bool >::Invoke(8 /* System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::GetOptimizedParticle(System.Boolean) */, ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_19, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)), (bool)0); return L_20; } IL_00a5: { XmlSchemaSequence_t2018345177 * L_21 = (XmlSchemaSequence_t2018345177 *)il2cpp_codegen_object_new(XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var); XmlSchemaSequence__ctor_m2088825835(L_21, /*hidden argument*/NULL); V_0 = L_21; XmlSchemaSequence_t2018345177 * L_22 = V_0; VirtActionInvoker1< XmlSchemaParticle_t3828501457 * >::Invoke(7 /* System.Void System.Xml.Schema.XmlSchemaParticle::CopyInfo(System.Xml.Schema.XmlSchemaParticle) */, __this, L_22); V_1 = 0; goto IL_0196; } IL_00b9: { XmlSchemaObjectCollection_t1064819932 * L_23 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); int32_t L_24 = V_1; NullCheck(L_23); XmlSchemaObject_t1315720168 * L_25 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_23, L_24); V_2 = ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_25, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XmlSchemaParticle_t3828501457 * L_26 = V_2; NullCheck(L_26); XmlSchemaParticle_t3828501457 * L_27 = VirtFuncInvoker1< XmlSchemaParticle_t3828501457 *, bool >::Invoke(8 /* System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::GetOptimizedParticle(System.Boolean) */, L_26, (bool)0); V_2 = L_27; XmlSchemaParticle_t3828501457 * L_28 = V_2; XmlSchemaParticle_t3828501457 * L_29 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_28) == ((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_29)))) { goto IL_00e3; } } { goto IL_0192; } IL_00e3: { XmlSchemaParticle_t3828501457 * L_30 = V_2; if (!((XmlSchemaSequence_t2018345177 *)IsInstClass((RuntimeObject*)L_30, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var))) { goto IL_0178; } } { XmlSchemaParticle_t3828501457 * L_31 = V_2; NullCheck(L_31); Decimal_t2948259380 L_32 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_31, /*hidden argument*/NULL); Decimal_t2948259380 L_33; memset(&L_33, 0, sizeof(L_33)); Decimal__ctor_m1256289983((&L_33), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_34 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_32, L_33, /*hidden argument*/NULL); if (!L_34) { goto IL_0178; } } { XmlSchemaParticle_t3828501457 * L_35 = V_2; NullCheck(L_35); Decimal_t2948259380 L_36 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_35, /*hidden argument*/NULL); Decimal_t2948259380 L_37; memset(&L_37, 0, sizeof(L_37)); Decimal__ctor_m1256289983((&L_37), 1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_38 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_36, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0178; } } { XmlSchemaParticle_t3828501457 * L_39 = V_2; V_3 = ((XmlSchemaSequence_t2018345177 *)IsInstClass((RuntimeObject*)L_39, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var)); V_4 = 0; goto IL_0161; } IL_0129: { XmlSchemaSequence_t2018345177 * L_40 = V_0; NullCheck(L_40); XmlSchemaObjectCollection_t1064819932 * L_41 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_40); XmlSchemaSequence_t2018345177 * L_42 = V_3; NullCheck(L_42); XmlSchemaObjectCollection_t1064819932 * L_43 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_42); int32_t L_44 = V_4; NullCheck(L_43); XmlSchemaObject_t1315720168 * L_45 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_43, L_44); NullCheck(L_41); XmlSchemaObjectCollection_Add_m1142549045(L_41, L_45, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_46 = V_0; NullCheck(L_46); XmlSchemaObjectCollection_t1064819932 * L_47 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_46, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_48 = V_3; NullCheck(L_48); XmlSchemaObjectCollection_t1064819932 * L_49 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_48); int32_t L_50 = V_4; NullCheck(L_49); XmlSchemaObject_t1315720168 * L_51 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_49, L_50); NullCheck(L_47); XmlSchemaObjectCollection_Add_m1142549045(L_47, L_51, /*hidden argument*/NULL); int32_t L_52 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_0161: { int32_t L_53 = V_4; XmlSchemaSequence_t2018345177 * L_54 = V_3; NullCheck(L_54); XmlSchemaObjectCollection_t1064819932 * L_55 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_54); NullCheck(L_55); int32_t L_56 = CollectionBase_get_Count_m1708965601(L_55, /*hidden argument*/NULL); if ((((int32_t)L_53) < ((int32_t)L_56))) { goto IL_0129; } } { goto IL_0192; } IL_0178: { XmlSchemaSequence_t2018345177 * L_57 = V_0; NullCheck(L_57); XmlSchemaObjectCollection_t1064819932 * L_58 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_57); XmlSchemaParticle_t3828501457 * L_59 = V_2; NullCheck(L_58); XmlSchemaObjectCollection_Add_m1142549045(L_58, L_59, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_60 = V_0; NullCheck(L_60); XmlSchemaObjectCollection_t1064819932 * L_61 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(L_60, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_62 = V_2; NullCheck(L_61); XmlSchemaObjectCollection_Add_m1142549045(L_61, L_62, /*hidden argument*/NULL); } IL_0192: { int32_t L_63 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_0196: { int32_t L_64 = V_1; XmlSchemaObjectCollection_t1064819932 * L_65 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_65); int32_t L_66 = CollectionBase_get_Count_m1708965601(L_65, /*hidden argument*/NULL); if ((((int32_t)L_64) < ((int32_t)L_66))) { goto IL_00b9; } } { XmlSchemaSequence_t2018345177 * L_67 = V_0; NullCheck(L_67); XmlSchemaObjectCollection_t1064819932 * L_68 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, L_67); NullCheck(L_68); int32_t L_69 = CollectionBase_get_Count_m1708965601(L_68, /*hidden argument*/NULL); if (L_69) { goto IL_01c7; } } { XmlSchemaParticle_t3828501457 * L_70 = XmlSchemaParticle_get_Empty_m1615870170(NULL /*static, unused*/, /*hidden argument*/NULL); ((XmlSchemaParticle_t3828501457 *)__this)->set_OptimizedParticle_26(L_70); goto IL_01ce; } IL_01c7: { XmlSchemaSequence_t2018345177 * L_71 = V_0; ((XmlSchemaParticle_t3828501457 *)__this)->set_OptimizedParticle_26(L_71); } IL_01ce: { XmlSchemaParticle_t3828501457 * L_72 = ((XmlSchemaParticle_t3828501457 *)__this)->get_OptimizedParticle_26(); return L_72; } } // System.Int32 System.Xml.Schema.XmlSchemaSequence::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSequence_Validate_m1924671964 (XmlSchemaSequence_t2018345177 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_Validate_m1924671964_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaParticle_t3828501457 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_CompilationId_7(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { XmlSchemaObjectCollection_t1064819932 * L_4 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(__this, /*hidden argument*/NULL); NullCheck(L_4); CollectionBase_Clear_m1509125218(L_4, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_5 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_5); XmlSchemaObjectEnumerator_t503074204 * L_6 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_002f: try { // begin try (depth: 1) { goto IL_0062; } IL_0034: { XmlSchemaObjectEnumerator_t503074204 * L_7 = V_1; NullCheck(L_7); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_8, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); int32_t L_9 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaParticle_t3828501457 * L_10 = V_0; ValidationEventHandler_t791314227 * L_11 = ___h0; XmlSchema_t3742557897 * L_12 = ___schema1; NullCheck(L_10); int32_t L_13 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_10, L_11, L_12); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_13))); XmlSchemaObjectCollection_t1064819932 * L_14 = XmlSchemaGroupBase_get_CompiledItems_m1009637724(__this, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_15 = V_0; NullCheck(L_14); XmlSchemaObjectCollection_Add_m1142549045(L_14, L_15, /*hidden argument*/NULL); } IL_0062: { XmlSchemaObjectEnumerator_t503074204 * L_16 = V_1; NullCheck(L_16); bool L_17 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0034; } } IL_006d: { IL2CPP_LEAVE(0x84, FINALLY_0072); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0072; } FINALLY_0072: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_18 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_2; if (L_19) { goto IL_007d; } } IL_007c: { IL2CPP_END_FINALLY(114) } IL_007d: { RuntimeObject* L_20 = V_2; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(114) } } // end finally (depth: 1) IL2CPP_CLEANUP(114) { IL2CPP_JUMP_TBL(0x84, IL_0084) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0084: { XmlSchema_t3742557897 * L_21 = ___schema1; NullCheck(L_21); Guid_t L_22 = ((XmlSchemaObject_t1315720168 *)L_21)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_22); int32_t L_23 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_23; } } // System.Boolean System.Xml.Schema.XmlSchemaSequence::ValidateDerivationByRestriction(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSequence_ValidateDerivationByRestriction_m3468271002 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaParticle_t3828501457 * ___baseParticle0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, bool ___raiseError3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_ValidateDerivationByRestriction_m3468271002_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; XmlSchemaSequence_t2018345177 * V_1 = NULL; XmlSchemaAll_t1118454309 * V_2 = NULL; XmlSchemaObjectCollection_t1064819932 * V_3 = NULL; int32_t V_4 = 0; XmlSchemaElement_t427880856 * V_5 = NULL; XmlSchemaElement_t427880856 * V_6 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_7 = NULL; XmlSchemaElement_t427880856 * V_8 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_9 = NULL; XmlSchemaAny_t1119175207 * V_10 = NULL; XmlSchemaChoice_t959520675 * V_11 = NULL; bool V_12 = false; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = 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); { XmlSchemaParticle_t3828501457 * L_0 = ___baseParticle0; if ((!(((RuntimeObject*)(XmlSchemaSequence_t2018345177 *)__this) == ((RuntimeObject*)(XmlSchemaParticle_t3828501457 *)L_0)))) { goto IL_0009; } } { return (bool)1; } IL_0009: { XmlSchemaParticle_t3828501457 * L_1 = ___baseParticle0; V_0 = ((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_1, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_2 = V_0; if (!L_2) { goto IL_002b; } } { bool L_3 = ___raiseError3; if (!L_3) { goto IL_0029; } } { ValidationEventHandler_t791314227 * L_4 = ___h1; XmlSchemaObject_error_m903554348(__this, L_4, _stringLiteral1711926346, /*hidden argument*/NULL); } IL_0029: { return (bool)0; } IL_002b: { XmlSchemaParticle_t3828501457 * L_5 = ___baseParticle0; V_1 = ((XmlSchemaSequence_t2018345177 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var)); XmlSchemaSequence_t2018345177 * L_6 = V_1; if (!L_6) { goto IL_00b0; } } { XmlSchemaSequence_t2018345177 * L_7 = V_1; ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchema_t3742557897 * L_9 = ___schema2; bool L_10 = ___raiseError3; bool L_11 = VirtFuncInvoker4< bool, XmlSchemaParticle_t3828501457 *, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 *, bool >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlSchemaParticle::ValidateOccurenceRangeOK(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) */, __this, L_7, L_8, L_9, L_10); if (L_11) { goto IL_004a; } } { return (bool)0; } IL_004a: { XmlSchemaSequence_t2018345177 * L_12 = V_1; NullCheck(L_12); Decimal_t2948259380 L_13 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_12, /*hidden argument*/NULL); Decimal_t2948259380 L_14; memset(&L_14, 0, sizeof(L_14)); Decimal__ctor_m1256289983((&L_14), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_15 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00a4; } } { XmlSchemaSequence_t2018345177 * L_16 = V_1; NullCheck(L_16); Decimal_t2948259380 L_17 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_16, /*hidden argument*/NULL); Decimal_t2948259380 L_18; memset(&L_18, 0, sizeof(L_18)); Decimal__ctor_m1256289983((&L_18), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_19 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_00a4; } } { Decimal_t2948259380 L_20 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_21; memset(&L_21, 0, sizeof(L_21)); Decimal__ctor_m1256289983((&L_21), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_22 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a4; } } { Decimal_t2948259380 L_23 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(__this, /*hidden argument*/NULL); Decimal_t2948259380 L_24; memset(&L_24, 0, sizeof(L_24)); Decimal__ctor_m1256289983((&L_24), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_25 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00a4; } } { return (bool)1; } IL_00a4: { XmlSchemaSequence_t2018345177 * L_26 = V_1; ValidationEventHandler_t791314227 * L_27 = ___h1; XmlSchema_t3742557897 * L_28 = ___schema2; bool L_29 = ___raiseError3; bool L_30 = XmlSchemaGroupBase_ValidateRecurse_m3621635736(__this, L_26, L_27, L_28, L_29, /*hidden argument*/NULL); return L_30; } IL_00b0: { XmlSchemaParticle_t3828501457 * L_31 = ___baseParticle0; V_2 = ((XmlSchemaAll_t1118454309 *)IsInstClass((RuntimeObject*)L_31, XmlSchemaAll_t1118454309_il2cpp_TypeInfo_var)); XmlSchemaAll_t1118454309 * L_32 = V_2; if (!L_32) { goto IL_023a; } } { XmlSchemaObjectCollection_t1064819932 * L_33 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_33, /*hidden argument*/NULL); V_3 = L_33; V_4 = 0; goto IL_01ab; } IL_00cb: { XmlSchemaObjectCollection_t1064819932 * L_34 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); int32_t L_35 = V_4; NullCheck(L_34); XmlSchemaObject_t1315720168 * L_36 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_34, L_35); V_5 = ((XmlSchemaElement_t427880856 *)IsInstClass((RuntimeObject*)L_36, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_37 = V_5; if (L_37) { goto IL_00fb; } } { bool L_38 = ___raiseError3; if (!L_38) { goto IL_00f9; } } { ValidationEventHandler_t791314227 * L_39 = ___h1; XmlSchemaObject_error_m903554348(__this, L_39, _stringLiteral1357803242, /*hidden argument*/NULL); } IL_00f9: { return (bool)0; } IL_00fb: { XmlSchemaAll_t1118454309 * L_40 = V_2; NullCheck(L_40); XmlSchemaObjectCollection_t1064819932 * L_41 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAll::get_Items() */, L_40); NullCheck(L_41); XmlSchemaObjectEnumerator_t503074204 * L_42 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_41, /*hidden argument*/NULL); V_7 = L_42; } IL_0108: try { // begin try (depth: 1) { goto IL_017e; } IL_010d: { XmlSchemaObjectEnumerator_t503074204 * L_43 = V_7; NullCheck(L_43); XmlSchemaObject_t1315720168 * L_44 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_43, /*hidden argument*/NULL); V_6 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_44, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_45 = V_6; NullCheck(L_45); XmlQualifiedName_t2760654312 * L_46 = XmlSchemaElement_get_QualifiedName_m2688553928(L_45, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_47 = V_5; NullCheck(L_47); XmlQualifiedName_t2760654312 * L_48 = XmlSchemaElement_get_QualifiedName_m2688553928(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_49 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_46, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_017e; } } IL_0133: { XmlSchemaObjectCollection_t1064819932 * L_50 = V_3; XmlSchemaElement_t427880856 * L_51 = V_6; NullCheck(L_50); bool L_52 = XmlSchemaObjectCollection_Contains_m123951714(L_50, L_51, /*hidden argument*/NULL); if (!L_52) { goto IL_015b; } } IL_0140: { bool L_53 = ___raiseError3; if (!L_53) { goto IL_0153; } } IL_0147: { ValidationEventHandler_t791314227 * L_54 = ___h1; XmlSchemaObject_error_m903554348(__this, L_54, _stringLiteral4003800678, /*hidden argument*/NULL); } IL_0153: { V_12 = (bool)0; IL2CPP_LEAVE(0x276, FINALLY_018f); } IL_015b: { XmlSchemaObjectCollection_t1064819932 * L_55 = V_3; XmlSchemaElement_t427880856 * L_56 = V_6; NullCheck(L_55); XmlSchemaObjectCollection_Add_m1142549045(L_55, L_56, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_57 = V_5; XmlSchemaElement_t427880856 * L_58 = V_6; ValidationEventHandler_t791314227 * L_59 = ___h1; XmlSchema_t3742557897 * L_60 = ___schema2; bool L_61 = ___raiseError3; NullCheck(L_57); bool L_62 = VirtFuncInvoker4< bool, XmlSchemaParticle_t3828501457 *, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 *, bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaElement::ValidateDerivationByRestriction(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) */, L_57, L_58, L_59, L_60, L_61); if (L_62) { goto IL_017e; } } IL_0176: { V_12 = (bool)0; IL2CPP_LEAVE(0x276, FINALLY_018f); } IL_017e: { XmlSchemaObjectEnumerator_t503074204 * L_63 = V_7; NullCheck(L_63); bool L_64 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_63, /*hidden argument*/NULL); if (L_64) { goto IL_010d; } } IL_018a: { IL2CPP_LEAVE(0x1A5, FINALLY_018f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_018f; } FINALLY_018f: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_65 = V_7; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_65, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_66 = V_13; if (L_66) { goto IL_019d; } } IL_019c: { IL2CPP_END_FINALLY(399) } IL_019d: { RuntimeObject* L_67 = V_13; NullCheck(L_67); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_67); IL2CPP_END_FINALLY(399) } } // end finally (depth: 1) IL2CPP_CLEANUP(399) { IL2CPP_JUMP_TBL(0x276, IL_0276) IL2CPP_JUMP_TBL(0x1A5, IL_01a5) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01a5: { int32_t L_68 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_01ab: { int32_t L_69 = V_4; XmlSchemaObjectCollection_t1064819932 * L_70 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_70); int32_t L_71 = CollectionBase_get_Count_m1708965601(L_70, /*hidden argument*/NULL); if ((((int32_t)L_69) < ((int32_t)L_71))) { goto IL_00cb; } } { XmlSchemaAll_t1118454309 * L_72 = V_2; NullCheck(L_72); XmlSchemaObjectCollection_t1064819932 * L_73 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAll::get_Items() */, L_72); NullCheck(L_73); XmlSchemaObjectEnumerator_t503074204 * L_74 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_73, /*hidden argument*/NULL); V_9 = L_74; } IL_01ca: try { // begin try (depth: 1) { goto IL_0211; } IL_01cf: { XmlSchemaObjectEnumerator_t503074204 * L_75 = V_9; NullCheck(L_75); XmlSchemaObject_t1315720168 * L_76 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_75, /*hidden argument*/NULL); V_8 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_76, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaObjectCollection_t1064819932 * L_77 = V_3; XmlSchemaElement_t427880856 * L_78 = V_8; NullCheck(L_77); bool L_79 = XmlSchemaObjectCollection_Contains_m123951714(L_77, L_78, /*hidden argument*/NULL); if (L_79) { goto IL_0211; } } IL_01ea: { XmlSchemaElement_t427880856 * L_80 = V_8; NullCheck(L_80); bool L_81 = VirtFuncInvoker0< bool >::Invoke(11 /* System.Boolean System.Xml.Schema.XmlSchemaParticle::ValidateIsEmptiable() */, L_80); if (L_81) { goto IL_0211; } } IL_01f6: { bool L_82 = ___raiseError3; if (!L_82) { goto IL_0209; } } IL_01fd: { ValidationEventHandler_t791314227 * L_83 = ___h1; XmlSchemaObject_error_m903554348(__this, L_83, _stringLiteral3026504829, /*hidden argument*/NULL); } IL_0209: { V_12 = (bool)0; IL2CPP_LEAVE(0x276, FINALLY_0222); } IL_0211: { XmlSchemaObjectEnumerator_t503074204 * L_84 = V_9; NullCheck(L_84); bool L_85 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_84, /*hidden argument*/NULL); if (L_85) { goto IL_01cf; } } IL_021d: { IL2CPP_LEAVE(0x238, FINALLY_0222); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0222; } FINALLY_0222: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_86 = V_9; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_86, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_87 = V_14; if (L_87) { goto IL_0230; } } IL_022f: { IL2CPP_END_FINALLY(546) } IL_0230: { RuntimeObject* L_88 = V_14; NullCheck(L_88); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_88); IL2CPP_END_FINALLY(546) } } // end finally (depth: 1) IL2CPP_CLEANUP(546) { IL2CPP_JUMP_TBL(0x276, IL_0276) IL2CPP_JUMP_TBL(0x238, IL_0238) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0238: { return (bool)1; } IL_023a: { XmlSchemaParticle_t3828501457 * L_89 = ___baseParticle0; V_10 = ((XmlSchemaAny_t1119175207 *)IsInstClass((RuntimeObject*)L_89, XmlSchemaAny_t1119175207_il2cpp_TypeInfo_var)); XmlSchemaAny_t1119175207 * L_90 = V_10; if (!L_90) { goto IL_0256; } } { XmlSchemaAny_t1119175207 * L_91 = V_10; ValidationEventHandler_t791314227 * L_92 = ___h1; XmlSchema_t3742557897 * L_93 = ___schema2; bool L_94 = ___raiseError3; bool L_95 = XmlSchemaGroupBase_ValidateNSRecurseCheckCardinality_m4207734782(__this, L_91, L_92, L_93, L_94, /*hidden argument*/NULL); return L_95; } IL_0256: { XmlSchemaParticle_t3828501457 * L_96 = ___baseParticle0; V_11 = ((XmlSchemaChoice_t959520675 *)IsInstClass((RuntimeObject*)L_96, XmlSchemaChoice_t959520675_il2cpp_TypeInfo_var)); XmlSchemaChoice_t959520675 * L_97 = V_11; if (!L_97) { goto IL_0274; } } { XmlSchemaChoice_t959520675 * L_98 = V_11; ValidationEventHandler_t791314227 * L_99 = ___h1; XmlSchema_t3742557897 * L_100 = ___schema2; bool L_101 = ___raiseError3; bool L_102 = XmlSchemaGroupBase_ValidateSeqRecurseMapSumCommon_m2619457587(__this, L_98, L_99, L_100, (bool)0, (bool)1, L_101, /*hidden argument*/NULL); return L_102; } IL_0274: { return (bool)1; } IL_0276: { bool L_103 = V_12; return L_103; } } // System.Decimal System.Xml.Schema.XmlSchemaSequence::GetMinEffectiveTotalRange() extern "C" IL2CPP_METHOD_ATTR Decimal_t2948259380 XmlSchemaSequence_GetMinEffectiveTotalRange_m230323811 (XmlSchemaSequence_t2018345177 * __this, const RuntimeMethod* method) { { Decimal_t2948259380 L_0 = XmlSchemaParticle_GetMinEffectiveTotalRangeAllAndSequence_m4225731748(__this, /*hidden argument*/NULL); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUniqueParticleAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUniqueParticleAttribution_m1382777206 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = ___qnames0; ArrayList_t2718874744 * L_1 = ___nsNames1; ValidationEventHandler_t791314227 * L_2 = ___h2; XmlSchema_t3742557897 * L_3 = ___schema3; XmlSchemaSequence_ValidateUPAOnHeadingOptionalComponents_m2072039233(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_4 = ___qnames0; ArrayList_t2718874744 * L_5 = ___nsNames1; ValidationEventHandler_t791314227 * L_6 = ___h2; XmlSchema_t3742557897 * L_7 = ___schema3; XmlSchemaSequence_ValidateUPAOnItems_m3453552008(__this, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUPAOnHeadingOptionalComponents(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUPAOnHeadingOptionalComponents_m2072039233 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_ValidateUPAOnHeadingOptionalComponents_m2072039233_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaParticle_t3828501457 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObjectCollection_t1064819932 * L_0 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_0); XmlSchemaObjectEnumerator_t503074204 * L_1 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_0, /*hidden argument*/NULL); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0043; } IL_0011: { XmlSchemaObjectEnumerator_t503074204 * L_2 = V_1; NullCheck(L_2); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_2, /*hidden argument*/NULL); V_0 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XmlSchemaParticle_t3828501457 * L_4 = V_0; XmlSchemaObjectTable_t2546974348 * L_5 = ___qnames0; ArrayList_t2718874744 * L_6 = ___nsNames1; ValidationEventHandler_t791314227 * L_7 = ___h2; XmlSchema_t3742557897 * L_8 = ___schema3; NullCheck(L_4); VirtActionInvoker4< XmlSchemaObjectTable_t2546974348 *, ArrayList_t2718874744 *, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(13 /* System.Void System.Xml.Schema.XmlSchemaParticle::ValidateUniqueParticleAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_4, L_5, L_6, L_7, L_8); XmlSchemaParticle_t3828501457 * L_9 = V_0; NullCheck(L_9); Decimal_t2948259380 L_10 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_9, /*hidden argument*/NULL); Decimal_t2948259380 L_11; memset(&L_11, 0, sizeof(L_11)); Decimal__ctor_m1256289983((&L_11), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_12 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0043; } } IL_003e: { goto IL_004e; } IL_0043: { XmlSchemaObjectEnumerator_t503074204 * L_13 = V_1; NullCheck(L_13); bool L_14 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0011; } } 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) { XmlSchemaObjectEnumerator_t503074204 * L_15 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_2; if (L_16) { goto IL_005e; } } IL_005d: { IL2CPP_END_FINALLY(83) } IL_005e: { RuntimeObject* L_17 = V_2; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_17); 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: { return; } } // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUPAOnItems(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUPAOnItems_m3453552008 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___qnames0, ArrayList_t2718874744 * ___nsNames1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_ValidateUPAOnItems_m3453552008_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObjectTable_t2546974348 * V_0 = NULL; ArrayList_t2718874744 * V_1 = NULL; XmlSchemaObjectTable_t2546974348 * V_2 = NULL; ArrayList_t2718874744 * V_3 = NULL; int32_t V_4 = 0; XmlSchemaParticle_t3828501457 * V_5 = NULL; XmlQualifiedName_t2760654312 * V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject * V_8 = NULL; RuntimeObject* V_9 = NULL; XmlQualifiedName_t2760654312 * V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = 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); { XmlSchemaObjectTable_t2546974348 * L_0 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_0, /*hidden argument*/NULL); V_0 = 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); V_1 = L_1; XmlSchemaObjectTable_t2546974348 * L_2 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_2, /*hidden argument*/NULL); V_2 = 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); V_3 = L_3; V_4 = 0; goto IL_017f; } IL_0020: { XmlSchemaObjectCollection_t1064819932 * L_4 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); int32_t L_5 = V_4; NullCheck(L_4); XmlSchemaObject_t1315720168 * L_6 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_4, L_5); V_5 = ((XmlSchemaParticle_t3828501457 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XmlSchemaParticle_t3828501457 * L_7 = V_5; XmlSchemaObjectTable_t2546974348 * L_8 = V_0; ArrayList_t2718874744 * L_9 = V_1; ValidationEventHandler_t791314227 * L_10 = ___h2; XmlSchema_t3742557897 * L_11 = ___schema3; NullCheck(L_7); VirtActionInvoker4< XmlSchemaObjectTable_t2546974348 *, ArrayList_t2718874744 *, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(13 /* System.Void System.Xml.Schema.XmlSchemaParticle::ValidateUniqueParticleAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Collections.ArrayList,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_7, L_8, L_9, L_10, L_11); XmlSchemaParticle_t3828501457 * L_12 = V_5; NullCheck(L_12); Decimal_t2948259380 L_13 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_12, /*hidden argument*/NULL); XmlSchemaParticle_t3828501457 * L_14 = V_5; NullCheck(L_14); Decimal_t2948259380 L_15 = XmlSchemaParticle_get_ValidatedMaxOccurs_m4011260683(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_16 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_13, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0069; } } { XmlSchemaObjectTable_t2546974348 * L_17 = V_0; NullCheck(L_17); XmlSchemaObjectTable_Clear_m8811103(L_17, /*hidden argument*/NULL); ArrayList_t2718874744 * L_18 = V_1; NullCheck(L_18); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_18); goto IL_0179; } IL_0069: { XmlSchemaParticle_t3828501457 * L_19 = V_5; NullCheck(L_19); Decimal_t2948259380 L_20 = XmlSchemaParticle_get_ValidatedMinOccurs_m4117380405(L_19, /*hidden argument*/NULL); Decimal_t2948259380 L_21; memset(&L_21, 0, sizeof(L_21)); Decimal__ctor_m1256289983((&L_21), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_22 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0115; } } { XmlSchemaObjectTable_t2546974348 * L_23 = V_2; NullCheck(L_23); RuntimeObject* L_24 = XmlSchemaObjectTable_get_Names_m80344028(L_23, /*hidden argument*/NULL); NullCheck(L_24); RuntimeObject* L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_24); V_7 = L_25; } IL_008d: try { // begin try (depth: 1) { goto IL_00a9; } IL_0092: { RuntimeObject* L_26 = V_7; NullCheck(L_26); RuntimeObject * L_27 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_26); V_6 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_27, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlSchemaObjectTable_t2546974348 * L_28 = V_0; XmlQualifiedName_t2760654312 * L_29 = V_6; NullCheck(L_28); XmlSchemaObjectTable_Set_m2976494497(L_28, L_29, (XmlSchemaObject_t1315720168 *)NULL, /*hidden argument*/NULL); } IL_00a9: { RuntimeObject* L_30 = V_7; NullCheck(L_30); bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_30); if (L_31) { goto IL_0092; } } IL_00b5: { IL2CPP_LEAVE(0xD0, FINALLY_00ba); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ba; } FINALLY_00ba: { // begin finally (depth: 1) { RuntimeObject* L_32 = V_7; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_33 = V_12; if (L_33) { goto IL_00c8; } } IL_00c7: { IL2CPP_END_FINALLY(186) } IL_00c8: { RuntimeObject* L_34 = V_12; NullCheck(L_34); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_34); IL2CPP_END_FINALLY(186) } } // end finally (depth: 1) IL2CPP_CLEANUP(186) { IL2CPP_JUMP_TBL(0xD0, IL_00d0) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d0: { ArrayList_t2718874744 * L_35 = V_3; NullCheck(L_35); RuntimeObject* L_36 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_35); V_9 = L_36; } IL_00d8: try { // begin try (depth: 1) { goto IL_00ee; } IL_00dd: { RuntimeObject* L_37 = V_9; NullCheck(L_37); RuntimeObject * L_38 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_37); V_8 = L_38; ArrayList_t2718874744 * L_39 = V_1; RuntimeObject * L_40 = V_8; NullCheck(L_39); VirtActionInvoker1< RuntimeObject * >::Invoke(38 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_39, L_40); } IL_00ee: { RuntimeObject* L_41 = V_9; NullCheck(L_41); bool L_42 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_41); if (L_42) { goto IL_00dd; } } IL_00fa: { IL2CPP_LEAVE(0x115, FINALLY_00ff); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ff; } FINALLY_00ff: { // begin finally (depth: 1) { RuntimeObject* L_43 = V_9; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_43, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_44 = V_13; if (L_44) { goto IL_010d; } } IL_010c: { IL2CPP_END_FINALLY(255) } IL_010d: { RuntimeObject* L_45 = V_13; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_45); IL2CPP_END_FINALLY(255) } } // end finally (depth: 1) IL2CPP_CLEANUP(255) { IL2CPP_JUMP_TBL(0x115, IL_0115) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0115: { XmlSchemaObjectTable_t2546974348 * L_46 = V_0; NullCheck(L_46); RuntimeObject* L_47 = XmlSchemaObjectTable_get_Names_m80344028(L_46, /*hidden argument*/NULL); NullCheck(L_47); RuntimeObject* L_48 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_47); V_11 = L_48; } IL_0122: try { // begin try (depth: 1) { goto IL_0145; } IL_0127: { RuntimeObject* L_49 = V_11; NullCheck(L_49); RuntimeObject * L_50 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_49); V_10 = ((XmlQualifiedName_t2760654312 *)CastclassClass((RuntimeObject*)L_50, XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var)); XmlSchemaObjectTable_t2546974348 * L_51 = V_2; XmlQualifiedName_t2760654312 * L_52 = V_10; XmlSchemaObjectTable_t2546974348 * L_53 = V_0; XmlQualifiedName_t2760654312 * L_54 = V_10; NullCheck(L_53); XmlSchemaObject_t1315720168 * L_55 = XmlSchemaObjectTable_get_Item_m170185878(L_53, L_54, /*hidden argument*/NULL); NullCheck(L_51); XmlSchemaObjectTable_Set_m2976494497(L_51, L_52, L_55, /*hidden argument*/NULL); } IL_0145: { RuntimeObject* L_56 = V_11; NullCheck(L_56); bool L_57 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_56); if (L_57) { goto IL_0127; } } IL_0151: { IL2CPP_LEAVE(0x16C, 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_58 = V_11; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_58, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_59 = V_14; if (L_59) { goto IL_0164; } } IL_0163: { IL2CPP_END_FINALLY(342) } IL_0164: { RuntimeObject* L_60 = V_14; NullCheck(L_60); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_60); IL2CPP_END_FINALLY(342) } } // end finally (depth: 1) IL2CPP_CLEANUP(342) { IL2CPP_JUMP_TBL(0x16C, IL_016c) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_016c: { ArrayList_t2718874744 * L_61 = V_3; NullCheck(L_61); VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_61); ArrayList_t2718874744 * L_62 = V_3; ArrayList_t2718874744 * L_63 = V_1; NullCheck(L_62); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_62, L_63); } IL_0179: { int32_t L_64 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_017f: { int32_t L_65 = V_4; XmlSchemaObjectCollection_t1064819932 * L_66 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_66); int32_t L_67 = CollectionBase_get_Count_m1708965601(L_66, /*hidden argument*/NULL); if ((((int32_t)L_65) < ((int32_t)L_67))) { goto IL_0020; } } { return; } } // System.Void System.Xml.Schema.XmlSchemaSequence::ValidateUniqueTypeAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSequence_ValidateUniqueTypeAttribution_m176015213 (XmlSchemaSequence_t2018345177 * __this, XmlSchemaObjectTable_t2546974348 * ___labels0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_ValidateUniqueTypeAttribution_m176015213_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaParticle_t3828501457 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObjectCollection_t1064819932 * L_0 = VirtFuncInvoker0< XmlSchemaObjectCollection_t1064819932 * >::Invoke(17 /* System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSequence::get_Items() */, __this); NullCheck(L_0); XmlSchemaObjectEnumerator_t503074204 * L_1 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_0, /*hidden argument*/NULL); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0026; } IL_0011: { XmlSchemaObjectEnumerator_t503074204 * L_2 = V_1; NullCheck(L_2); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_2, /*hidden argument*/NULL); V_0 = ((XmlSchemaParticle_t3828501457 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaParticle_t3828501457_il2cpp_TypeInfo_var)); XmlSchemaParticle_t3828501457 * L_4 = V_0; XmlSchemaObjectTable_t2546974348 * L_5 = ___labels0; ValidationEventHandler_t791314227 * L_6 = ___h1; XmlSchema_t3742557897 * L_7 = ___schema2; NullCheck(L_4); VirtActionInvoker3< XmlSchemaObjectTable_t2546974348 *, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(14 /* System.Void System.Xml.Schema.XmlSchemaParticle::ValidateUniqueTypeAttribution(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_4, L_5, L_6, L_7); } IL_0026: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; NullCheck(L_8); bool L_9 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0011; } } IL_0031: { IL2CPP_LEAVE(0x48, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (L_11) { goto IL_0041; } } IL_0040: { IL2CPP_END_FINALLY(54) } IL_0041: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(54) } } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x48, IL_0048) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { return; } } // System.Xml.Schema.XmlSchemaSequence System.Xml.Schema.XmlSchemaSequence::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSequence_t2018345177 * XmlSchemaSequence_Read_m4225823128 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSequence_Read_m4225823128_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSequence_t2018345177 * V_0 = NULL; Exception_t * V_1 = NULL; Exception_t * V_2 = NULL; int32_t V_3 = 0; XmlSchemaAnnotation_t2553753397 * V_4 = NULL; XmlSchemaElement_t427880856 * V_5 = NULL; XmlSchemaGroupRef_t1314446647 * V_6 = NULL; XmlSchemaChoice_t959520675 * V_7 = NULL; XmlSchemaSequence_t2018345177 * V_8 = NULL; XmlSchemaAny_t1119175207 * 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); { XmlSchemaSequence_t2018345177 * L_0 = (XmlSchemaSequence_t2018345177 *)il2cpp_codegen_object_new(XmlSchemaSequence_t2018345177_il2cpp_TypeInfo_var); XmlSchemaSequence__ctor_m2088825835(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3810116474, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2182914272, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSequence_t2018345177 *)NULL; } IL_0056: { XmlSchemaSequence_t2018345177 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSequence_t2018345177 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0197; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaSequence_t2018345177 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0197; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral660438115, /*hidden argument*/NULL); if (!L_30) { goto IL_00ed; } } IL_00ba: try { // begin try (depth: 1) XmlSchemaSequence_t2018345177 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaParticle_set_MaxOccursString_m1136362008(L_31, L_33, /*hidden argument*/NULL); goto IL_00e8; } // 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_00cb; throw e; } CATCH_00cb: { // begin catch(System.Exception) V_1 = ((Exception_t *)__exception_local); ValidationEventHandler_t791314227 * L_34 = ___h1; XmlSchemaReader_t1164558392 * L_35 = ___reader0; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m3937257545(NULL /*static, unused*/, L_36, _stringLiteral1495269871, /*hidden argument*/NULL); Exception_t * L_38 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_34, L_37, L_38, /*hidden argument*/NULL); goto IL_00e8; } // end catch (depth: 1) IL_00e8: { goto IL_0197; } IL_00ed: { XmlSchemaReader_t1164558392 * L_39 = ___reader0; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_41 = String_op_Equality_m920492651(NULL /*static, unused*/, L_40, _stringLiteral837243573, /*hidden argument*/NULL); if (!L_41) { goto IL_0135; } } IL_0102: try { // begin try (depth: 1) XmlSchemaSequence_t2018345177 * L_42 = V_0; XmlSchemaReader_t1164558392 * L_43 = ___reader0; NullCheck(L_43); String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_43); NullCheck(L_42); XmlSchemaParticle_set_MinOccursString_m2757042850(L_42, L_44, /*hidden argument*/NULL); goto IL_0130; } // 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_0113; throw e; } CATCH_0113: { // begin catch(System.Exception) V_2 = ((Exception_t *)__exception_local); ValidationEventHandler_t791314227 * L_45 = ___h1; XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = String_Concat_m3937257545(NULL /*static, unused*/, L_47, _stringLiteral2227061191, /*hidden argument*/NULL); Exception_t * L_49 = V_2; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_45, L_48, L_49, /*hidden argument*/NULL); goto IL_0130; } // end catch (depth: 1) IL_0130: { goto IL_0197; } IL_0135: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_53 = String_op_Equality_m920492651(NULL /*static, unused*/, L_51, L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_015f; } } { XmlSchemaReader_t1164558392 * L_54 = ___reader0; NullCheck(L_54); String_t* L_55 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_54); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_56 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_55, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_56) { goto IL_0174; } } IL_015f: { XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_59 = String_op_Equality_m920492651(NULL /*static, unused*/, L_58, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_59) { goto IL_0190; } } IL_0174: { ValidationEventHandler_t791314227 * L_60 = ___h1; XmlSchemaReader_t1164558392 * L_61 = ___reader0; NullCheck(L_61); String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_61); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_63 = String_Concat_m3937257545(NULL /*static, unused*/, L_62, _stringLiteral3509310898, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_60, L_63, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0197; } IL_0190: { XmlSchemaReader_t1164558392 * L_64 = ___reader0; XmlSchemaSequence_t2018345177 * L_65 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); } IL_0197: { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); bool L_67 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_66); if (L_67) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_68); XmlSchemaReader_t1164558392 * L_69 = ___reader0; NullCheck(L_69); bool L_70 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_69); if (!L_70) { goto IL_01b6; } } { XmlSchemaSequence_t2018345177 * L_71 = V_0; return L_71; } IL_01b6: { V_3 = 1; goto IL_0365; } IL_01bd: { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); int32_t L_73 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_72); if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)15))))) { goto IL_01fb; } } { XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_76 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_75, _stringLiteral3810116474, /*hidden argument*/NULL); if (!L_76) { goto IL_01f6; } } { ValidationEventHandler_t791314227 * L_77 = ___h1; XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_80 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3679593333, L_79, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_77, L_80, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01f6: { goto IL_0370; } IL_01fb: { int32_t L_81 = V_3; if ((((int32_t)L_81) > ((int32_t)1))) { goto IL_0236; } } { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_83, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_84) { goto IL_0236; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_85 = ___reader0; ValidationEventHandler_t791314227 * L_86 = ___h1; XmlSchemaAnnotation_t2553753397 * L_87 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_4 = L_87; XmlSchemaAnnotation_t2553753397 * L_88 = V_4; if (!L_88) { goto IL_0231; } } { XmlSchemaSequence_t2018345177 * L_89 = V_0; XmlSchemaAnnotation_t2553753397 * L_90 = V_4; NullCheck(L_89); XmlSchemaAnnotated_set_Annotation_m3050132480(L_89, L_90, /*hidden argument*/NULL); } IL_0231: { goto IL_0365; } IL_0236: { int32_t L_91 = V_3; if ((((int32_t)L_91) > ((int32_t)2))) { goto IL_035f; } } { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_92); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_94 = String_op_Equality_m920492651(NULL /*static, unused*/, L_93, _stringLiteral4059539929, /*hidden argument*/NULL); if (!L_94) { goto IL_0277; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_95 = ___reader0; ValidationEventHandler_t791314227 * L_96 = ___h1; XmlSchemaElement_t427880856 * L_97 = XmlSchemaElement_Read_m470865371(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); V_5 = L_97; XmlSchemaElement_t427880856 * L_98 = V_5; if (!L_98) { goto IL_0272; } } { XmlSchemaSequence_t2018345177 * L_99 = V_0; NullCheck(L_99); XmlSchemaObjectCollection_t1064819932 * L_100 = L_99->get_items_28(); XmlSchemaElement_t427880856 * L_101 = V_5; NullCheck(L_100); XmlSchemaObjectCollection_Add_m1142549045(L_100, L_101, /*hidden argument*/NULL); } IL_0272: { goto IL_0365; } IL_0277: { XmlSchemaReader_t1164558392 * L_102 = ___reader0; NullCheck(L_102); String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_102); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_104 = String_op_Equality_m920492651(NULL /*static, unused*/, L_103, _stringLiteral3122773422, /*hidden argument*/NULL); if (!L_104) { goto IL_02b1; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_105 = ___reader0; ValidationEventHandler_t791314227 * L_106 = ___h1; XmlSchemaGroupRef_t1314446647 * L_107 = XmlSchemaGroupRef_Read_m2612111298(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); V_6 = L_107; XmlSchemaGroupRef_t1314446647 * L_108 = V_6; if (!L_108) { goto IL_02ac; } } { XmlSchemaSequence_t2018345177 * L_109 = V_0; NullCheck(L_109); XmlSchemaObjectCollection_t1064819932 * L_110 = L_109->get_items_28(); XmlSchemaGroupRef_t1314446647 * L_111 = V_6; NullCheck(L_110); XmlSchemaObjectCollection_Add_m1142549045(L_110, L_111, /*hidden argument*/NULL); } IL_02ac: { goto IL_0365; } IL_02b1: { XmlSchemaReader_t1164558392 * L_112 = ___reader0; NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_112); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_114 = String_op_Equality_m920492651(NULL /*static, unused*/, L_113, _stringLiteral2342829633, /*hidden argument*/NULL); if (!L_114) { goto IL_02eb; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_115 = ___reader0; ValidationEventHandler_t791314227 * L_116 = ___h1; XmlSchemaChoice_t959520675 * L_117 = XmlSchemaChoice_Read_m2424607298(NULL /*static, unused*/, L_115, L_116, /*hidden argument*/NULL); V_7 = L_117; XmlSchemaChoice_t959520675 * L_118 = V_7; if (!L_118) { goto IL_02e6; } } { XmlSchemaSequence_t2018345177 * L_119 = V_0; NullCheck(L_119); XmlSchemaObjectCollection_t1064819932 * L_120 = L_119->get_items_28(); XmlSchemaChoice_t959520675 * L_121 = V_7; NullCheck(L_120); XmlSchemaObjectCollection_Add_m1142549045(L_120, L_121, /*hidden argument*/NULL); } IL_02e6: { goto IL_0365; } IL_02eb: { XmlSchemaReader_t1164558392 * L_122 = ___reader0; NullCheck(L_122); String_t* L_123 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_122); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_124 = String_op_Equality_m920492651(NULL /*static, unused*/, L_123, _stringLiteral3810116474, /*hidden argument*/NULL); if (!L_124) { goto IL_0325; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_125 = ___reader0; ValidationEventHandler_t791314227 * L_126 = ___h1; XmlSchemaSequence_t2018345177 * L_127 = XmlSchemaSequence_Read_m4225823128(NULL /*static, unused*/, L_125, L_126, /*hidden argument*/NULL); V_8 = L_127; XmlSchemaSequence_t2018345177 * L_128 = V_8; if (!L_128) { goto IL_0320; } } { XmlSchemaSequence_t2018345177 * L_129 = V_0; NullCheck(L_129); XmlSchemaObjectCollection_t1064819932 * L_130 = L_129->get_items_28(); XmlSchemaSequence_t2018345177 * L_131 = V_8; NullCheck(L_130); XmlSchemaObjectCollection_Add_m1142549045(L_130, L_131, /*hidden argument*/NULL); } IL_0320: { goto IL_0365; } IL_0325: { XmlSchemaReader_t1164558392 * L_132 = ___reader0; NullCheck(L_132); String_t* L_133 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_132); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_134 = String_op_Equality_m920492651(NULL /*static, unused*/, L_133, _stringLiteral2600730716, /*hidden argument*/NULL); if (!L_134) { goto IL_035f; } } { V_3 = 2; XmlSchemaReader_t1164558392 * L_135 = ___reader0; ValidationEventHandler_t791314227 * L_136 = ___h1; XmlSchemaAny_t1119175207 * L_137 = XmlSchemaAny_Read_m1998536659(NULL /*static, unused*/, L_135, L_136, /*hidden argument*/NULL); V_9 = L_137; XmlSchemaAny_t1119175207 * L_138 = V_9; if (!L_138) { goto IL_035a; } } { XmlSchemaSequence_t2018345177 * L_139 = V_0; NullCheck(L_139); XmlSchemaObjectCollection_t1064819932 * L_140 = L_139->get_items_28(); XmlSchemaAny_t1119175207 * L_141 = V_9; NullCheck(L_140); XmlSchemaObjectCollection_Add_m1142549045(L_140, L_141, /*hidden argument*/NULL); } IL_035a: { goto IL_0365; } IL_035f: { XmlSchemaReader_t1164558392 * L_142 = ___reader0; NullCheck(L_142); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_142, /*hidden argument*/NULL); } IL_0365: { XmlSchemaReader_t1164558392 * L_143 = ___reader0; NullCheck(L_143); bool L_144 = XmlSchemaReader_ReadNextElement_m611223709(L_143, /*hidden argument*/NULL); if (L_144) { goto IL_01bd; } } IL_0370: { XmlSchemaSequence_t2018345177 * L_145 = V_0; return L_145; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m2333710421 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet__ctor_m2333710421_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NameTable_t3178203267 * L_0 = (NameTable_t3178203267 *)il2cpp_codegen_object_new(NameTable_t3178203267_il2cpp_TypeInfo_var); NameTable__ctor_m874080766(L_0, /*hidden argument*/NULL); XmlSchemaSet__ctor_m1305906686(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::.ctor(System.Xml.XmlNameTable) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m1305906686 (XmlSchemaSet_t266093086 * __this, XmlNameTable_t71772148 * ___nameTable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet__ctor_m1305906686_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlUrlResolver_t817895037 * L_0 = (XmlUrlResolver_t817895037 *)il2cpp_codegen_object_new(XmlUrlResolver_t817895037_il2cpp_TypeInfo_var); XmlUrlResolver__ctor_m1338399436(L_0, /*hidden argument*/NULL); __this->set_xmlResolver_1(L_0); XmlSchemaCompilationSettings_t2218765537 * L_1 = (XmlSchemaCompilationSettings_t2218765537 *)il2cpp_codegen_object_new(XmlSchemaCompilationSettings_t2218765537_il2cpp_TypeInfo_var); XmlSchemaCompilationSettings__ctor_m1681598812(L_1, /*hidden argument*/NULL); __this->set_settings_8(L_1); Object__ctor_m297566312(__this, /*hidden argument*/NULL); XmlNameTable_t71772148 * L_2 = ___nameTable0; if (L_2) { goto IL_002d; } } { ArgumentNullException_t1615371798 * L_3 = (ArgumentNullException_t1615371798 *)il2cpp_codegen_object_new(ArgumentNullException_t1615371798_il2cpp_TypeInfo_var); ArgumentNullException__ctor_m1170824041(L_3, _stringLiteral2315872071, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3,XmlSchemaSet__ctor_m1305906686_RuntimeMethod_var); } IL_002d: { XmlNameTable_t71772148 * L_4 = ___nameTable0; __this->set_nameTable_0(L_4); ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); __this->set_schemas_2(L_5); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); Guid_t L_6 = Guid_NewGuid_m923091018(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_CompilationId_10(L_6); return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_add_ValidationEventHandler_m752947157_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_11(); ValidationEventHandler_t791314227 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Combine_m1859655160(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_ValidationEventHandler_11(((ValidationEventHandler_t791314227 *)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t791314227_il2cpp_TypeInfo_var))); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::remove_ValidationEventHandler(System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_remove_ValidationEventHandler_m2549812285 (XmlSchemaSet_t266093086 * __this, ValidationEventHandler_t791314227 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_remove_ValidationEventHandler_m2549812285_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t791314227 * L_0 = __this->get_ValidationEventHandler_11(); ValidationEventHandler_t791314227 * L_1 = ___value0; Delegate_t1188392813 * L_2 = Delegate_Remove_m334097152(NULL /*static, unused*/, L_0, L_1, /*hidden argument*/NULL); __this->set_ValidationEventHandler_11(((ValidationEventHandler_t791314227 *)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t791314227_il2cpp_TypeInfo_var))); return; } } // 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) { { ArrayList_t2718874744 * L_0 = __this->get_schemas_2(); 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.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_GlobalAttributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_GlobalAttributes_m3274158681 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_get_GlobalAttributes_m3274158681_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_attributes_3(); if (L_0) { goto IL_0016; } } { XmlSchemaObjectTable_t2546974348 * L_1 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_1, /*hidden argument*/NULL); __this->set_attributes_3(L_1); } IL_0016: { XmlSchemaObjectTable_t2546974348 * L_2 = __this->get_attributes_3(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_get_GlobalElements_m2135414308_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_elements_4(); if (L_0) { goto IL_0016; } } { XmlSchemaObjectTable_t2546974348 * L_1 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_1, /*hidden argument*/NULL); __this->set_elements_4(L_1); } IL_0016: { XmlSchemaObjectTable_t2546974348 * L_2 = __this->get_elements_4(); return L_2; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_get_GlobalTypes_m149850861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_types_5(); if (L_0) { goto IL_0016; } } { XmlSchemaObjectTable_t2546974348 * L_1 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_1, /*hidden argument*/NULL); __this->set_types_5(L_1); } IL_0016: { XmlSchemaObjectTable_t2546974348 * L_2 = __this->get_types_5(); return L_2; } } // System.Boolean System.Xml.Schema.XmlSchemaSet::get_IsCompiled() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_get_IsCompiled_m1394593071 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isCompiled_9(); return L_0; } } // System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::get_CompilationSettings() extern "C" IL2CPP_METHOD_ATTR XmlSchemaCompilationSettings_t2218765537 * XmlSchemaSet_get_CompilationSettings_m7940651 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { { XmlSchemaCompilationSettings_t2218765537 * L_0 = __this->get_settings_8(); return L_0; } } // 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) { { XmlResolver_t626023767 * L_0 = __this->get_xmlResolver_1(); return L_0; } } // System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::get_IDCollection() extern "C" IL2CPP_METHOD_ATTR Hashtable_t1853889766 * XmlSchemaSet_get_IDCollection_m1289038672 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_get_IDCollection_m1289038672_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Hashtable_t1853889766 * L_0 = __this->get_idCollection_6(); if (L_0) { goto IL_0016; } } { 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_idCollection_6(L_1); } IL_0016: { Hashtable_t1853889766 * L_2 = __this->get_idCollection_6(); return L_2; } } // System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_NamedIdentities() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectTable_t2546974348 * XmlSchemaSet_get_NamedIdentities_m132058982 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_get_NamedIdentities_m132058982_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTable_t2546974348 * L_0 = __this->get_namedIdentities_7(); if (L_0) { goto IL_0016; } } { XmlSchemaObjectTable_t2546974348 * L_1 = (XmlSchemaObjectTable_t2546974348 *)il2cpp_codegen_object_new(XmlSchemaObjectTable_t2546974348_il2cpp_TypeInfo_var); XmlSchemaObjectTable__ctor_m1178187484(L_1, /*hidden argument*/NULL); __this->set_namedIdentities_7(L_1); } IL_0016: { XmlSchemaObjectTable_t2546974348 * L_2 = __this->get_namedIdentities_7(); return L_2; } } // 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) { { ArrayList_t2718874744 * L_0 = __this->get_schemas_2(); XmlSchema_t3742557897 * L_1 = ___schema0; NullCheck(L_0); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1); XmlSchemaSet_ResetCompile_m3724505894(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_2 = ___schema0; return L_2; } } // System.Void System.Xml.Schema.XmlSchemaSet::Compile() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_Compile_m1310515789 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_Compile_m1310515789_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; Hashtable_t1853889766 * V_1 = NULL; XmlSchema_t3742557897 * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlSchema_t3742557897 * V_4 = NULL; RuntimeObject* V_5 = NULL; XmlSchemaElement_t427880856 * V_6 = NULL; RuntimeObject* V_7 = NULL; XmlSchema_t3742557897 * V_8 = NULL; RuntimeObject* V_9 = NULL; XmlSchema_t3742557897 * V_10 = NULL; RuntimeObject* V_11 = NULL; RuntimeObject* V_12 = NULL; RuntimeObject* V_13 = NULL; RuntimeObject* V_14 = NULL; RuntimeObject* V_15 = NULL; RuntimeObject* V_16 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchemaSet_ClearGlobalComponents_m1816252391(__this, /*hidden argument*/NULL); ArrayList_t2718874744 * L_0 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_0, /*hidden argument*/NULL); V_0 = L_0; ArrayList_t2718874744 * L_1 = V_0; ArrayList_t2718874744 * L_2 = __this->get_schemas_2(); NullCheck(L_1); VirtActionInvoker1< RuntimeObject* >::Invoke(44 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_1, L_2); Hashtable_t1853889766 * L_3 = XmlSchemaSet_get_IDCollection_m1289038672(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtActionInvoker0::Invoke(34 /* System.Void System.Collections.Hashtable::Clear() */, L_3); XmlSchemaObjectTable_t2546974348 * L_4 = XmlSchemaSet_get_NamedIdentities_m132058982(__this, /*hidden argument*/NULL); NullCheck(L_4); XmlSchemaObjectTable_Clear_m8811103(L_4, /*hidden argument*/NULL); Hashtable_t1853889766 * L_5 = (Hashtable_t1853889766 *)il2cpp_codegen_object_new(Hashtable_t1853889766_il2cpp_TypeInfo_var); Hashtable__ctor_m1815022027(L_5, /*hidden argument*/NULL); V_1 = L_5; ArrayList_t2718874744 * L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6); V_3 = L_7; } IL_003b: try { // begin try (depth: 1) { goto IL_006b; } IL_0040: { RuntimeObject* L_8 = V_3; NullCheck(L_8); RuntimeObject * L_9 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_8); V_2 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_9, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_10 = V_2; NullCheck(L_10); bool L_11 = XmlSchema_get_IsCompiled_m1798268303(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_006b; } } IL_0057: { XmlSchema_t3742557897 * L_12 = V_2; ValidationEventHandler_t791314227 * L_13 = __this->get_ValidationEventHandler_11(); XmlResolver_t626023767 * L_14 = __this->get_xmlResolver_1(); Hashtable_t1853889766 * L_15 = V_1; NullCheck(L_12); XmlSchema_CompileSubset_m510143494(L_12, L_13, __this, L_14, L_15, /*hidden argument*/NULL); } IL_006b: { RuntimeObject* L_16 = V_3; 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_0040; } } IL_0076: { IL2CPP_LEAVE(0x90, FINALLY_007b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_007b; } FINALLY_007b: { // begin finally (depth: 1) { RuntimeObject* L_18 = V_3; V_12 = ((RuntimeObject*)IsInst((RuntimeObject*)L_18, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_19 = V_12; if (L_19) { goto IL_0088; } } IL_0087: { IL2CPP_END_FINALLY(123) } IL_0088: { RuntimeObject* L_20 = V_12; NullCheck(L_20); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_20); IL2CPP_END_FINALLY(123) } } // end finally (depth: 1) IL2CPP_CLEANUP(123) { IL2CPP_JUMP_TBL(0x90, IL_0090) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0090: { ArrayList_t2718874744 * L_21 = V_0; NullCheck(L_21); RuntimeObject* L_22 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_21); V_5 = L_22; } IL_0098: try { // begin try (depth: 1) { goto IL_00ff; } IL_009d: { RuntimeObject* L_23 = V_5; NullCheck(L_23); RuntimeObject * L_24 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_23); V_4 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_24, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_25 = V_4; NullCheck(L_25); XmlSchemaObjectTable_t2546974348 * L_26 = XmlSchema_get_Elements_m2423831735(L_25, /*hidden argument*/NULL); NullCheck(L_26); RuntimeObject* L_27 = XmlSchemaObjectTable_get_Values_m210119958(L_26, /*hidden argument*/NULL); NullCheck(L_27); RuntimeObject* L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_27); V_7 = L_28; } IL_00be: try { // begin try (depth: 2) { goto IL_00d8; } IL_00c3: { RuntimeObject* L_29 = V_7; NullCheck(L_29); RuntimeObject * L_30 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_29); V_6 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_30, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaElement_t427880856 * L_31 = V_6; NullCheck(L_31); XmlSchemaElement_FillSubstitutionElementInfo_m1716537754(L_31, /*hidden argument*/NULL); } IL_00d8: { RuntimeObject* L_32 = V_7; NullCheck(L_32); bool L_33 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_32); if (L_33) { goto IL_00c3; } } IL_00e4: { IL2CPP_LEAVE(0xFF, FINALLY_00e9); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e9; } FINALLY_00e9: { // begin finally (depth: 2) { RuntimeObject* L_34 = V_7; V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_34, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_35 = V_13; if (L_35) { goto IL_00f7; } } IL_00f6: { IL2CPP_END_FINALLY(233) } IL_00f7: { RuntimeObject* L_36 = V_13; NullCheck(L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_36); IL2CPP_END_FINALLY(233) } } // end finally (depth: 2) IL2CPP_CLEANUP(233) { IL2CPP_JUMP_TBL(0xFF, IL_00ff) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ff: { RuntimeObject* L_37 = V_5; NullCheck(L_37); bool L_38 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_009d; } } IL_010b: { IL2CPP_LEAVE(0x126, FINALLY_0110); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0110; } FINALLY_0110: { // begin finally (depth: 1) { RuntimeObject* L_39 = V_5; V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_14; if (L_40) { goto IL_011e; } } IL_011d: { IL2CPP_END_FINALLY(272) } IL_011e: { RuntimeObject* L_41 = V_14; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_41); IL2CPP_END_FINALLY(272) } } // end finally (depth: 1) IL2CPP_CLEANUP(272) { IL2CPP_JUMP_TBL(0x126, IL_0126) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0126: { ArrayList_t2718874744 * L_42 = V_0; NullCheck(L_42); RuntimeObject* L_43 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_42); V_9 = L_43; } IL_012e: try { // begin try (depth: 1) { goto IL_014e; } IL_0133: { RuntimeObject* L_44 = V_9; NullCheck(L_44); RuntimeObject * L_45 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_44); V_8 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_45, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_46 = V_8; ValidationEventHandler_t791314227 * L_47 = __this->get_ValidationEventHandler_11(); NullCheck(L_46); XmlSchema_Validate_m1631016973(L_46, L_47, /*hidden argument*/NULL); } IL_014e: { RuntimeObject* L_48 = V_9; NullCheck(L_48); bool L_49 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_48); if (L_49) { goto IL_0133; } } IL_015a: { IL2CPP_LEAVE(0x175, FINALLY_015f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_015f; } FINALLY_015f: { // begin finally (depth: 1) { RuntimeObject* L_50 = V_9; V_15 = ((RuntimeObject*)IsInst((RuntimeObject*)L_50, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_51 = V_15; if (L_51) { goto IL_016d; } } IL_016c: { IL2CPP_END_FINALLY(351) } IL_016d: { RuntimeObject* L_52 = V_15; NullCheck(L_52); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_52); IL2CPP_END_FINALLY(351) } } // end finally (depth: 1) IL2CPP_CLEANUP(351) { IL2CPP_JUMP_TBL(0x175, IL_0175) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0175: { ArrayList_t2718874744 * L_53 = V_0; NullCheck(L_53); RuntimeObject* L_54 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_53); V_11 = L_54; } IL_017d: try { // begin try (depth: 1) { goto IL_0198; } IL_0182: { RuntimeObject* L_55 = V_11; NullCheck(L_55); RuntimeObject * L_56 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_55); V_10 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_56, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_57 = V_10; XmlSchemaSet_AddGlobalComponents_m2268750022(__this, L_57, /*hidden argument*/NULL); } IL_0198: { RuntimeObject* L_58 = V_11; NullCheck(L_58); bool L_59 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_58); if (L_59) { goto IL_0182; } } IL_01a4: { IL2CPP_LEAVE(0x1BF, FINALLY_01a9); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a9; } FINALLY_01a9: { // begin finally (depth: 1) { RuntimeObject* L_60 = V_11; V_16 = ((RuntimeObject*)IsInst((RuntimeObject*)L_60, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_61 = V_16; if (L_61) { goto IL_01b7; } } IL_01b6: { IL2CPP_END_FINALLY(425) } IL_01b7: { RuntimeObject* L_62 = V_16; NullCheck(L_62); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_62); IL2CPP_END_FINALLY(425) } } // end finally (depth: 1) IL2CPP_CLEANUP(425) { IL2CPP_JUMP_TBL(0x1BF, IL_01bf) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01bf: { __this->set_isCompiled_9((bool)1); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::ClearGlobalComponents() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_ClearGlobalComponents_m1816252391 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { { XmlSchemaObjectTable_t2546974348 * L_0 = XmlSchemaSet_get_GlobalElements_m2135414308(__this, /*hidden argument*/NULL); NullCheck(L_0); XmlSchemaObjectTable_Clear_m8811103(L_0, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaSet_get_GlobalAttributes_m3274158681(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObjectTable_Clear_m8811103(L_1, /*hidden argument*/NULL); XmlSchemaObjectTable_t2546974348 * L_2 = XmlSchemaSet_get_GlobalTypes_m149850861(__this, /*hidden argument*/NULL); NullCheck(L_2); XmlSchemaObjectTable_Clear_m8811103(L_2, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSet::AddGlobalComponents(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_AddGlobalComponents_m2268750022 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___schema0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_AddGlobalComponents_m2268750022_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaElement_t427880856 * V_0 = NULL; RuntimeObject* V_1 = NULL; XmlSchemaAttribute_t2797257020 * V_2 = NULL; RuntimeObject* V_3 = NULL; XmlSchemaType_t2033747345 * V_4 = NULL; RuntimeObject* V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; RuntimeObject* V_8 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchema_t3742557897 * L_0 = ___schema0; NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchema_get_Elements_m2423831735(L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = XmlSchemaObjectTable_get_Values_m210119958(L_1, /*hidden argument*/NULL); NullCheck(L_2); RuntimeObject* L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_2); V_1 = L_3; } IL_0011: try { // begin try (depth: 1) { goto IL_0034; } IL_0016: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((XmlSchemaElement_t427880856 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaElement_t427880856_il2cpp_TypeInfo_var)); XmlSchemaObjectTable_t2546974348 * L_6 = XmlSchemaSet_get_GlobalElements_m2135414308(__this, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_7 = V_0; NullCheck(L_7); XmlQualifiedName_t2760654312 * L_8 = XmlSchemaElement_get_QualifiedName_m2688553928(L_7, /*hidden argument*/NULL); XmlSchemaElement_t427880856 * L_9 = V_0; NullCheck(L_6); XmlSchemaObjectTable_Add_m1270468147(L_6, L_8, L_9, /*hidden argument*/NULL); } IL_0034: { RuntimeObject* L_10 = V_1; NullCheck(L_10); bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_10); if (L_11) { goto IL_0016; } } IL_003f: { IL2CPP_LEAVE(0x59, 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) { RuntimeObject* L_12 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_6; if (L_13) { goto IL_0051; } } IL_0050: { IL2CPP_END_FINALLY(68) } IL_0051: { RuntimeObject* L_14 = V_6; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(68) } } // end finally (depth: 1) IL2CPP_CLEANUP(68) { IL2CPP_JUMP_TBL(0x59, IL_0059) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0059: { XmlSchema_t3742557897 * L_15 = ___schema0; NullCheck(L_15); XmlSchemaObjectTable_t2546974348 * L_16 = XmlSchema_get_Attributes_m3728178990(L_15, /*hidden argument*/NULL); NullCheck(L_16); RuntimeObject* L_17 = XmlSchemaObjectTable_get_Values_m210119958(L_16, /*hidden argument*/NULL); NullCheck(L_17); RuntimeObject* L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_17); V_3 = L_18; } IL_006a: try { // begin try (depth: 1) { goto IL_008d; } IL_006f: { RuntimeObject* L_19 = V_3; NullCheck(L_19); RuntimeObject * L_20 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_19); V_2 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_20, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaObjectTable_t2546974348 * L_21 = XmlSchemaSet_get_GlobalAttributes_m3274158681(__this, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_22 = V_2; NullCheck(L_22); XmlQualifiedName_t2760654312 * L_23 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_22, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_24 = V_2; NullCheck(L_21); XmlSchemaObjectTable_Add_m1270468147(L_21, L_23, L_24, /*hidden argument*/NULL); } IL_008d: { RuntimeObject* L_25 = V_3; NullCheck(L_25); bool L_26 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_25); if (L_26) { goto IL_006f; } } IL_0098: { IL2CPP_LEAVE(0xB2, FINALLY_009d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_009d; } FINALLY_009d: { // begin finally (depth: 1) { RuntimeObject* L_27 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_27, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_28 = V_7; if (L_28) { goto IL_00aa; } } IL_00a9: { IL2CPP_END_FINALLY(157) } IL_00aa: { RuntimeObject* L_29 = V_7; NullCheck(L_29); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_29); IL2CPP_END_FINALLY(157) } } // end finally (depth: 1) IL2CPP_CLEANUP(157) { IL2CPP_JUMP_TBL(0xB2, IL_00b2) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00b2: { XmlSchema_t3742557897 * L_30 = ___schema0; NullCheck(L_30); XmlSchemaObjectTable_t2546974348 * L_31 = XmlSchema_get_SchemaTypes_m2814071545(L_30, /*hidden argument*/NULL); NullCheck(L_31); RuntimeObject* L_32 = XmlSchemaObjectTable_get_Values_m210119958(L_31, /*hidden argument*/NULL); NullCheck(L_32); RuntimeObject* L_33 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_32); V_5 = L_33; } IL_00c4: try { // begin try (depth: 1) { goto IL_00eb; } IL_00c9: { RuntimeObject* L_34 = V_5; NullCheck(L_34); RuntimeObject * L_35 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_34); V_4 = ((XmlSchemaType_t2033747345 *)CastclassClass((RuntimeObject*)L_35, XmlSchemaType_t2033747345_il2cpp_TypeInfo_var)); XmlSchemaObjectTable_t2546974348 * L_36 = XmlSchemaSet_get_GlobalTypes_m149850861(__this, /*hidden argument*/NULL); XmlSchemaType_t2033747345 * L_37 = V_4; NullCheck(L_37); XmlQualifiedName_t2760654312 * L_38 = XmlSchemaType_get_QualifiedName_m2122094841(L_37, /*hidden argument*/NULL); XmlSchemaType_t2033747345 * L_39 = V_4; NullCheck(L_36); XmlSchemaObjectTable_Add_m1270468147(L_36, L_38, L_39, /*hidden argument*/NULL); } IL_00eb: { RuntimeObject* L_40 = V_5; NullCheck(L_40); bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_40); if (L_41) { goto IL_00c9; } } IL_00f7: { IL2CPP_LEAVE(0x112, FINALLY_00fc); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00fc; } FINALLY_00fc: { // begin finally (depth: 1) { RuntimeObject* L_42 = V_5; V_8 = ((RuntimeObject*)IsInst((RuntimeObject*)L_42, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_43 = V_8; if (L_43) { goto IL_010a; } } IL_0109: { IL2CPP_END_FINALLY(252) } IL_010a: { RuntimeObject* L_44 = V_8; NullCheck(L_44); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_44); IL2CPP_END_FINALLY(252) } } // end finally (depth: 1) IL2CPP_CLEANUP(252) { IL2CPP_JUMP_TBL(0x112, IL_0112) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0112: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_Contains_m2963568736_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; 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 = ___targetNamespace0; String_t* L_1 = XmlSchemaSet_GetSafeNs_m1979379821(__this, L_0, /*hidden argument*/NULL); ___targetNamespace0 = L_1; ArrayList_t2718874744 * L_2 = __this->get_schemas_2(); NullCheck(L_2); RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2); V_1 = L_3; } IL_0015: try { // begin try (depth: 1) { goto IL_0044; } IL_001a: { RuntimeObject* L_4 = V_1; NullCheck(L_4); RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_4); V_0 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_5, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_6 = V_0; NullCheck(L_6); String_t* L_7 = XmlSchema_get_TargetNamespace_m442842382(L_6, /*hidden argument*/NULL); String_t* L_8 = XmlSchemaSet_GetSafeNs_m1979379821(__this, L_7, /*hidden argument*/NULL); String_t* L_9 = ___targetNamespace0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_10 = String_op_Equality_m920492651(NULL /*static, unused*/, L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } IL_003d: { V_2 = (bool)1; IL2CPP_LEAVE(0x68, FINALLY_0054); } IL_0044: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_001a; } } IL_004f: { IL2CPP_LEAVE(0x66, FINALLY_0054); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0054; } FINALLY_0054: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_3; if (L_14) { goto IL_005f; } } IL_005e: { IL2CPP_END_FINALLY(84) } IL_005f: { RuntimeObject* L_15 = V_3; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_15); IL2CPP_END_FINALLY(84) } } // end finally (depth: 1) IL2CPP_CLEANUP(84) { IL2CPP_JUMP_TBL(0x68, IL_0068) IL2CPP_JUMP_TBL(0x66, IL_0066) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0066: { return (bool)0; } IL_0068: { bool L_16 = V_2; return L_16; } } // System.Boolean System.Xml.Schema.XmlSchemaSet::Contains(System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSet_Contains_m1201416344 (XmlSchemaSet_t266093086 * __this, XmlSchema_t3742557897 * ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_Contains_m1201416344_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; 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); { ArrayList_t2718874744 * L_0 = __this->get_schemas_2(); NullCheck(L_0); RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0); V_1 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_002b; } IL_0011: { RuntimeObject* L_2 = V_1; NullCheck(L_2); RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_2); V_0 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_3, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_4 = V_0; XmlSchema_t3742557897 * L_5 = ___targetNamespace0; if ((!(((RuntimeObject*)(XmlSchema_t3742557897 *)L_4) == ((RuntimeObject*)(XmlSchema_t3742557897 *)L_5)))) { goto IL_002b; } } IL_0024: { V_2 = (bool)1; IL2CPP_LEAVE(0x4F, FINALLY_003b); } IL_002b: { RuntimeObject* L_6 = V_1; NullCheck(L_6); bool L_7 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_6); if (L_7) { goto IL_0011; } } IL_0036: { IL2CPP_LEAVE(0x4D, FINALLY_003b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003b; } FINALLY_003b: { // begin finally (depth: 1) { RuntimeObject* L_8 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_3; if (L_9) { goto IL_0046; } } IL_0045: { IL2CPP_END_FINALLY(59) } IL_0046: { RuntimeObject* L_10 = V_3; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); IL2CPP_END_FINALLY(59) } } // end finally (depth: 1) IL2CPP_CLEANUP(59) { IL2CPP_JUMP_TBL(0x4F, IL_004f) IL2CPP_JUMP_TBL(0x4D, IL_004d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_004d: { return (bool)0; } IL_004f: { bool L_11 = V_2; return L_11; } } // System.Void System.Xml.Schema.XmlSchemaSet::CopyTo(System.Array,System.Int32) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_CopyTo_m395757807 (XmlSchemaSet_t266093086 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_schemas_2(); RuntimeArray * L_1 = ___array0; int32_t L_2 = ___index1; NullCheck(L_0); VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(41 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2); return; } } // System.String System.Xml.Schema.XmlSchemaSet::GetSafeNs(System.String) extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaSet_GetSafeNs_m1979379821 (XmlSchemaSet_t266093086 * __this, String_t* ___ns0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_GetSafeNs_m1979379821_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { String_t* L_0 = ___ns0; if (L_0) { goto IL_0010; } } { IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); G_B3_0 = L_1; goto IL_0011; } IL_0010: { String_t* L_2 = ___ns0; G_B3_0 = L_2; } IL_0011: { return G_B3_0; } } // System.Void System.Xml.Schema.XmlSchemaSet::ResetCompile() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSet_ResetCompile_m3724505894 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { { __this->set_isCompiled_9((bool)0); XmlSchemaSet_ClearGlobalComponents_m1816252391(__this, /*hidden argument*/NULL); return; } } // System.Collections.ICollection System.Xml.Schema.XmlSchemaSet::Schemas() extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaSet_Schemas_m4143905947 (XmlSchemaSet_t266093086 * __this, const RuntimeMethod* method) { { ArrayList_t2718874744 * L_0 = __this->get_schemas_2(); return L_0; } } // System.Collections.ICollection System.Xml.Schema.XmlSchemaSet::Schemas(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject* XmlSchemaSet_Schemas_m844252656 (XmlSchemaSet_t266093086 * __this, String_t* ___targetNamespace0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_Schemas_m844252656_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; XmlSchema_t3742557897 * 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 = ___targetNamespace0; String_t* L_1 = XmlSchemaSet_GetSafeNs_m1979379821(__this, L_0, /*hidden argument*/NULL); ___targetNamespace0 = L_1; ArrayList_t2718874744 * L_2 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_2, /*hidden argument*/NULL); V_0 = L_2; ArrayList_t2718874744 * L_3 = __this->get_schemas_2(); NullCheck(L_3); RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(43 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3); V_2 = L_4; } IL_001b: try { // begin try (depth: 1) { goto IL_004b; } IL_0020: { RuntimeObject* L_5 = V_2; NullCheck(L_5); RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_5); V_1 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_6, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_7 = V_1; NullCheck(L_7); String_t* L_8 = XmlSchema_get_TargetNamespace_m442842382(L_7, /*hidden argument*/NULL); String_t* L_9 = XmlSchemaSet_GetSafeNs_m1979379821(__this, L_8, /*hidden argument*/NULL); String_t* L_10 = ___targetNamespace0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Equality_m920492651(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_004b; } } IL_0043: { ArrayList_t2718874744 * L_12 = V_0; XmlSchema_t3742557897 * L_13 = V_1; NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13); } IL_004b: { 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_0020; } } IL_0056: { IL2CPP_LEAVE(0x6D, FINALLY_005b); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // 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_0066; } } IL_0065: { IL2CPP_END_FINALLY(91) } IL_0066: { 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(91) } } // end finally (depth: 1) IL2CPP_CLEANUP(91) { IL2CPP_JUMP_TBL(0x6D, IL_006d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_006d: { ArrayList_t2718874744 * L_19 = V_0; return L_19; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSet_MissedSubComponents_m3092777572_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchema_t3742557897 * V_0 = NULL; RuntimeObject* V_1 = NULL; bool V_2 = false; 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 = ___targetNamespace0; RuntimeObject* L_1 = XmlSchemaSet_Schemas_m844252656(__this, L_0, /*hidden argument*/NULL); NullCheck(L_1); RuntimeObject* L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t1941168011_il2cpp_TypeInfo_var, L_1); V_1 = L_2; } IL_000d: try { // begin try (depth: 1) { goto IL_0030; } IL_0012: { RuntimeObject* L_3 = V_1; NullCheck(L_3); RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_3); V_0 = ((XmlSchema_t3742557897 *)CastclassClass((RuntimeObject*)L_4, XmlSchema_t3742557897_il2cpp_TypeInfo_var)); XmlSchema_t3742557897 * L_5 = V_0; NullCheck(L_5); bool L_6 = L_5->get_missedSubComponents_30(); if (!L_6) { goto IL_0030; } } IL_0029: { V_2 = (bool)1; IL2CPP_LEAVE(0x54, FINALLY_0040); } IL_0030: { RuntimeObject* L_7 = V_1; NullCheck(L_7); bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0012; } } IL_003b: { IL2CPP_LEAVE(0x52, FINALLY_0040); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0040; } FINALLY_0040: { // begin finally (depth: 1) { RuntimeObject* L_9 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_10 = V_3; if (L_10) { goto IL_004b; } } IL_004a: { IL2CPP_END_FINALLY(64) } IL_004b: { RuntimeObject* L_11 = V_3; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_11); IL2CPP_END_FINALLY(64) } } // end finally (depth: 1) IL2CPP_CLEANUP(64) { IL2CPP_JUMP_TBL(0x54, IL_0054) IL2CPP_JUMP_TBL(0x52, IL_0052) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0052: { return (bool)0; } IL_0054: { bool L_12 = V_2; return L_12; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleContent::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContent__ctor_m3949411668 (XmlSchemaSimpleContent_t4264369274 * __this, const RuntimeMethod* method) { { XmlSchemaContentModel__ctor_m1098532985(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() extern "C" IL2CPP_METHOD_ATTR XmlSchemaContent_t1040349258 * XmlSchemaSimpleContent_get_Content_m3707877903 (XmlSchemaSimpleContent_t4264369274 * __this, const RuntimeMethod* method) { { XmlSchemaContent_t1040349258 * L_0 = __this->get_content_16(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleContent::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContent_SetParent_m2905545279 (XmlSchemaSimpleContent_t4264369274 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaContent_t1040349258 * L_1 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); if (!L_1) { goto IL_001e; } } { XmlSchemaContent_t1040349258 * L_2 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContent::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContent_Compile_m2443699014 (XmlSchemaSimpleContent_t4264369274 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContent_Compile_m2443699014_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleContentRestriction_t2746076865 * V_0 = NULL; XmlSchemaSimpleContentExtension_t1269327470 * V_1 = NULL; { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { XmlSchemaContent_t1040349258 * L_4 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); if (L_4) { goto IL_0034; } } { ValidationEventHandler_t791314227 * L_5 = ___h0; XmlSchemaObject_error_m903554348(__this, L_5, _stringLiteral3330369379, /*hidden argument*/NULL); goto IL_00ac; } IL_0034: { XmlSchemaContent_t1040349258 * L_6 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); if (!((XmlSchemaSimpleContentRestriction_t2746076865 *)IsInstClass((RuntimeObject*)L_6, XmlSchemaSimpleContentRestriction_t2746076865_il2cpp_TypeInfo_var))) { goto IL_006a; } } { XmlSchemaContent_t1040349258 * L_7 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); V_0 = ((XmlSchemaSimpleContentRestriction_t2746076865 *)CastclassClass((RuntimeObject*)L_7, XmlSchemaSimpleContentRestriction_t2746076865_il2cpp_TypeInfo_var)); int32_t L_8 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleContentRestriction_t2746076865 * L_9 = V_0; ValidationEventHandler_t791314227 * L_10 = ___h0; XmlSchema_t3742557897 * L_11 = ___schema1; NullCheck(L_9); int32_t L_12 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleContentRestriction::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_9, L_10, L_11); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12))); goto IL_00ac; } IL_006a: { XmlSchemaContent_t1040349258 * L_13 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); if (!((XmlSchemaSimpleContentExtension_t1269327470 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleContentExtension_t1269327470_il2cpp_TypeInfo_var))) { goto IL_00a0; } } { XmlSchemaContent_t1040349258 * L_14 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); V_1 = ((XmlSchemaSimpleContentExtension_t1269327470 *)CastclassClass((RuntimeObject*)L_14, XmlSchemaSimpleContentExtension_t1269327470_il2cpp_TypeInfo_var)); int32_t L_15 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleContentExtension_t1269327470 * L_16 = V_1; ValidationEventHandler_t791314227 * L_17 = ___h0; XmlSchema_t3742557897 * L_18 = ___schema1; NullCheck(L_16); int32_t L_19 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleContentExtension::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_16, L_17, L_18); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_19))); goto IL_00ac; } IL_00a0: { ValidationEventHandler_t791314227 * L_20 = ___h0; XmlSchemaObject_error_m903554348(__this, L_20, _stringLiteral266961209, /*hidden argument*/NULL); } IL_00ac: { String_t* L_21 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_22 = ___schema1; NullCheck(L_22); Hashtable_t1853889766 * L_23 = XmlSchema_get_IDCollection_m3725452494(L_22, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_24 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_21, __this, L_23, L_24, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_25 = ___schema1; NullCheck(L_25); Guid_t L_26 = ((XmlSchemaObject_t1315720168 *)L_25)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_26); int32_t L_27 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_27; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContent::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContent_Validate_m3998916772 (XmlSchemaSimpleContent_t4264369274 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { int32_t L_4 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaContent_t1040349258 * L_5 = VirtFuncInvoker0< XmlSchemaContent_t1040349258 * >::Invoke(8 /* System.Xml.Schema.XmlSchemaContent System.Xml.Schema.XmlSchemaSimpleContent::get_Content() */, __this); ValidationEventHandler_t791314227 * L_6 = ___h0; XmlSchema_t3742557897 * L_7 = ___schema1; NullCheck(L_5); int32_t L_8 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_5, L_6, L_7); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_8))); XmlSchema_t3742557897 * L_9 = ___schema1; NullCheck(L_9); Guid_t L_10 = ((XmlSchemaObject_t1315720168 *)L_9)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_10); int32_t L_11 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_11; } } // System.Xml.Schema.XmlSchemaSimpleContent System.Xml.Schema.XmlSchemaSimpleContent::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleContent_t4264369274 * XmlSchemaSimpleContent_Read_m1989264058 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContent_Read_m1989264058_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleContent_t4264369274 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; XmlSchemaSimpleContentRestriction_t2746076865 * V_3 = NULL; XmlSchemaSimpleContentExtension_t1269327470 * V_4 = NULL; { XmlSchemaSimpleContent_t4264369274 * L_0 = (XmlSchemaSimpleContent_t4264369274 *)il2cpp_codegen_object_new(XmlSchemaSimpleContent_t4264369274_il2cpp_TypeInfo_var); XmlSchemaSimpleContent__ctor_m3949411668(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral2185284321, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1679281052, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); XmlSchemaReader_SkipToEnd_m864243635(L_12, /*hidden argument*/NULL); return (XmlSchemaSimpleContent_t4264369274 *)NULL; } IL_0056: { XmlSchemaSimpleContent_t4264369274 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleContent_t4264369274 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleContent_t4264369274 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0107; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaSimpleContent_t4264369274 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0107; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_31 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00cf; } } { XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_33, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_34) { goto IL_00e4; } } IL_00cf: { XmlSchemaReader_t1164558392 * L_35 = ___reader0; NullCheck(L_35); String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_35); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_36, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_37) { goto IL_0100; } } IL_00e4: { ValidationEventHandler_t791314227 * L_38 = ___h1; XmlSchemaReader_t1164558392 * L_39 = ___reader0; NullCheck(L_39); String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_39); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Concat_m3937257545(NULL /*static, unused*/, L_40, _stringLiteral686815707, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_38, L_41, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0107; } IL_0100: { XmlSchemaReader_t1164558392 * L_42 = ___reader0; XmlSchemaSimpleContent_t4264369274 * L_43 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_42, L_43, /*hidden argument*/NULL); } IL_0107: { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); bool L_45 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_44); if (L_45) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_46); XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); bool L_48 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_47); if (!L_48) { goto IL_0126; } } { XmlSchemaSimpleContent_t4264369274 * L_49 = V_0; return L_49; } IL_0126: { V_1 = 1; goto IL_0215; } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_50); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)15))))) { goto IL_016b; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_52); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_54 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_53, _stringLiteral2185284321, /*hidden argument*/NULL); if (!L_54) { goto IL_0166; } } { ValidationEventHandler_t791314227 * L_55 = ___h1; XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_56); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_58 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3091022275, L_57, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_55, L_58, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_0166: { goto IL_0220; } IL_016b: { int32_t L_59 = V_1; if ((((int32_t)L_59) > ((int32_t)1))) { goto IL_01a3; } } { XmlSchemaReader_t1164558392 * L_60 = ___reader0; NullCheck(L_60); String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_60); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_op_Equality_m920492651(NULL /*static, unused*/, L_61, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_62) { goto IL_01a3; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_63 = ___reader0; ValidationEventHandler_t791314227 * L_64 = ___h1; XmlSchemaAnnotation_t2553753397 * L_65 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_63, L_64, /*hidden argument*/NULL); V_2 = L_65; XmlSchemaAnnotation_t2553753397 * L_66 = V_2; if (!L_66) { goto IL_019e; } } { XmlSchemaSimpleContent_t4264369274 * L_67 = V_0; XmlSchemaAnnotation_t2553753397 * L_68 = V_2; NullCheck(L_67); XmlSchemaAnnotated_set_Annotation_m3050132480(L_67, L_68, /*hidden argument*/NULL); } IL_019e: { goto IL_0215; } IL_01a3: { int32_t L_69 = V_1; if ((((int32_t)L_69) > ((int32_t)2))) { goto IL_020f; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Equality_m920492651(NULL /*static, unused*/, L_71, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_72) { goto IL_01db; } } { V_1 = 3; XmlSchemaReader_t1164558392 * L_73 = ___reader0; ValidationEventHandler_t791314227 * L_74 = ___h1; XmlSchemaSimpleContentRestriction_t2746076865 * L_75 = XmlSchemaSimpleContentRestriction_Read_m2754874039(NULL /*static, unused*/, L_73, L_74, /*hidden argument*/NULL); V_3 = L_75; XmlSchemaSimpleContentRestriction_t2746076865 * L_76 = V_3; if (!L_76) { goto IL_01d6; } } { XmlSchemaSimpleContent_t4264369274 * L_77 = V_0; XmlSchemaSimpleContentRestriction_t2746076865 * L_78 = V_3; NullCheck(L_77); L_77->set_content_16(L_78); } IL_01d6: { goto IL_0215; } IL_01db: { XmlSchemaReader_t1164558392 * L_79 = ___reader0; NullCheck(L_79); String_t* L_80 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_79); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_81 = String_op_Equality_m920492651(NULL /*static, unused*/, L_80, _stringLiteral1610623306, /*hidden argument*/NULL); if (!L_81) { goto IL_020f; } } { V_1 = 3; XmlSchemaReader_t1164558392 * L_82 = ___reader0; ValidationEventHandler_t791314227 * L_83 = ___h1; XmlSchemaSimpleContentExtension_t1269327470 * L_84 = XmlSchemaSimpleContentExtension_Read_m47318261(NULL /*static, unused*/, L_82, L_83, /*hidden argument*/NULL); V_4 = L_84; XmlSchemaSimpleContentExtension_t1269327470 * L_85 = V_4; if (!L_85) { goto IL_020a; } } { XmlSchemaSimpleContent_t4264369274 * L_86 = V_0; XmlSchemaSimpleContentExtension_t1269327470 * L_87 = V_4; NullCheck(L_86); L_86->set_content_16(L_87); } IL_020a: { goto IL_0215; } IL_020f: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_88, /*hidden argument*/NULL); } IL_0215: { XmlSchemaReader_t1164558392 * L_89 = ___reader0; NullCheck(L_89); bool L_90 = XmlSchemaReader_ReadNextElement_m611223709(L_89, /*hidden argument*/NULL); if (L_90) { goto IL_012d; } } IL_0220: { XmlSchemaSimpleContent_t4264369274 * L_91 = V_0; return L_91; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension__ctor_m1443673690 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentExtension__ctor_m1443673690_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaContent__ctor_m2690093098(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_baseTypeName_19(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_1, /*hidden argument*/NULL); __this->set_attributes_18(L_1); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentExtension_get_BaseTypeName_m3374486103 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_baseTypeName_19(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentExtension::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleContentExtension_get_Attributes_m2422945400 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_attributes_18(); return L_0; } } // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentExtension::get_AnyAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_t963227996 * L_0 = __this->get_any_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension_set_AnyAttribute_m3647294672 (XmlSchemaSimpleContentExtension_t1269327470 * __this, XmlSchemaAnyAttribute_t963227996 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_t963227996 * L_0 = ___value0; __this->set_any_17(L_0); return; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleContentExtension::get_IsExtension() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleContentExtension_get_IsExtension_m2985785943 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.Schema.XmlSchemaSimpleContentExtension::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentExtension_SetParent_m2420538722 (XmlSchemaSimpleContentExtension_t1269327470 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentExtension_SetParent_m2420538722_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaAnyAttribute_t963227996 * L_1 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaAnyAttribute_t963227996 * L_2 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { XmlSchemaObjectCollection_t1064819932 * L_3 = XmlSchemaSimpleContentExtension_get_Attributes_m2422945400(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaObjectEnumerator_t503074204 * L_4 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_002a: try { // begin try (depth: 1) { goto IL_003d; } IL_002f: { XmlSchemaObjectEnumerator_t503074204 * L_5 = V_1; NullCheck(L_5); XmlSchemaObject_t1315720168 * L_6 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_5, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaObject_t1315720168 * L_7 = V_0; NullCheck(L_7); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_7, __this); } IL_003d: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; NullCheck(L_8); bool L_9 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_002f; } } IL_0048: { IL2CPP_LEAVE(0x5F, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (L_11) { goto IL_0058; } } IL_0057: { IL2CPP_END_FINALLY(77) } IL_0058: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContentExtension::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContentExtension_Compile_m1060479711 (XmlSchemaSimpleContentExtension_t1269327470 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentExtension_Compile_m1060479711_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; XmlSchemaObject_t1315720168 * V_2 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_3 = NULL; XmlSchemaAttribute_t2797257020 * V_4 = NULL; XmlSchemaAttributeGroupRef_t846390688 * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { bool L_4 = ((XmlSchemaObject_t1315720168 *)__this)->get_isRedefinedComponent_10(); if (!L_4) { goto IL_0095; } } { XmlSchemaAnnotation_t2553753397 * L_5 = XmlSchemaAnnotated_get_Annotation_m3851538793(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } { XmlSchemaAnnotation_t2553753397 * L_6 = XmlSchemaAnnotated_get_Annotation_m3851538793(__this, /*hidden argument*/NULL); NullCheck(L_6); ((XmlSchemaObject_t1315720168 *)L_6)->set_isRedefinedComponent_10((bool)1); } IL_003a: { XmlSchemaAnyAttribute_t963227996 * L_7 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { XmlSchemaAnyAttribute_t963227996 * L_8 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); NullCheck(L_8); ((XmlSchemaObject_t1315720168 *)L_8)->set_isRedefinedComponent_10((bool)1); } IL_0051: { XmlSchemaObjectCollection_t1064819932 * L_9 = XmlSchemaSimpleContentExtension_get_Attributes_m2422945400(__this, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaObjectEnumerator_t503074204 * L_10 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_9, /*hidden argument*/NULL); V_1 = L_10; } IL_005d: try { // begin try (depth: 1) { goto IL_0070; } IL_0062: { XmlSchemaObjectEnumerator_t503074204 * L_11 = V_1; NullCheck(L_11); XmlSchemaObject_t1315720168 * L_12 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_11, /*hidden argument*/NULL); V_0 = L_12; XmlSchemaObject_t1315720168 * L_13 = V_0; NullCheck(L_13); L_13->set_isRedefinedComponent_10((bool)1); } IL_0070: { XmlSchemaObjectEnumerator_t503074204 * L_14 = V_1; NullCheck(L_14); bool L_15 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0062; } } IL_007b: { IL2CPP_LEAVE(0x95, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_16 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_6; if (L_17) { goto IL_008d; } } IL_008c: { IL2CPP_END_FINALLY(128) } IL_008d: { RuntimeObject* L_18 = V_6; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x95, IL_0095) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0095: { XmlQualifiedName_t2760654312 * L_19 = XmlSchemaSimpleContentExtension_get_BaseTypeName_m3374486103(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_20 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_19, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (L_20) { goto IL_00b6; } } { XmlQualifiedName_t2760654312 * L_21 = XmlSchemaSimpleContentExtension_get_BaseTypeName_m3374486103(__this, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = XmlQualifiedName_get_IsEmpty_m1430090042(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00c7; } } IL_00b6: { ValidationEventHandler_t791314227 * L_23 = ___h0; XmlSchemaObject_error_m903554348(__this, L_23, _stringLiteral3940459944, /*hidden argument*/NULL); goto IL_00e3; } IL_00c7: { XmlQualifiedName_t2760654312 * L_24 = XmlSchemaSimpleContentExtension_get_BaseTypeName_m3374486103(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_25 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00e3; } } { ValidationEventHandler_t791314227 * L_26 = ___h0; XmlSchemaObject_error_m903554348(__this, L_26, _stringLiteral4006777570, /*hidden argument*/NULL); } IL_00e3: { XmlSchemaAnyAttribute_t963227996 * L_27 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); if (!L_27) { goto IL_0108; } } { int32_t L_28 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAnyAttribute_t963227996 * L_29 = XmlSchemaSimpleContentExtension_get_AnyAttribute_m1108182419(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_30 = ___h0; XmlSchema_t3742557897 * L_31 = ___schema1; NullCheck(L_29); int32_t L_32 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAnyAttribute::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_29, L_30, L_31); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_32))); } IL_0108: { XmlSchemaObjectCollection_t1064819932 * L_33 = XmlSchemaSimpleContentExtension_get_Attributes_m2422945400(__this, /*hidden argument*/NULL); NullCheck(L_33); XmlSchemaObjectEnumerator_t503074204 * L_34 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_33, /*hidden argument*/NULL); V_3 = L_34; } IL_0114: try { // begin try (depth: 1) { goto IL_0193; } IL_0119: { XmlSchemaObjectEnumerator_t503074204 * L_35 = V_3; NullCheck(L_35); XmlSchemaObject_t1315720168 * L_36 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_35, /*hidden argument*/NULL); V_2 = L_36; XmlSchemaObject_t1315720168 * L_37 = V_2; if (!((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_37, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var))) { goto IL_014e; } } IL_012b: { XmlSchemaObject_t1315720168 * L_38 = V_2; V_4 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_38, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); int32_t L_39 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttribute_t2797257020 * L_40 = V_4; ValidationEventHandler_t791314227 * L_41 = ___h0; XmlSchema_t3742557897 * L_42 = ___schema1; NullCheck(L_40); int32_t L_43 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttribute::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_40, L_41, L_42); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_43))); goto IL_0193; } IL_014e: { XmlSchemaObject_t1315720168 * L_44 = V_2; if (!((XmlSchemaAttributeGroupRef_t846390688 *)IsInstClass((RuntimeObject*)L_44, XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var))) { goto IL_017c; } } IL_0159: { XmlSchemaObject_t1315720168 * L_45 = V_2; V_5 = ((XmlSchemaAttributeGroupRef_t846390688 *)CastclassClass((RuntimeObject*)L_45, XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var)); int32_t L_46 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttributeGroupRef_t846390688 * L_47 = V_5; ValidationEventHandler_t791314227 * L_48 = ___h0; XmlSchema_t3742557897 * L_49 = ___schema1; NullCheck(L_47); int32_t L_50 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttributeGroupRef::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_47, L_48, L_49); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50))); goto IL_0193; } IL_017c: { ValidationEventHandler_t791314227 * L_51 = ___h0; XmlSchemaObject_t1315720168 * L_52 = V_2; NullCheck(L_52); Type_t * L_53 = Object_GetType_m88164663(L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_54 = String_Concat_m904156431(NULL /*static, unused*/, L_53, _stringLiteral468328884, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_51, L_54, /*hidden argument*/NULL); } IL_0193: { XmlSchemaObjectEnumerator_t503074204 * L_55 = V_3; NullCheck(L_55); bool L_56 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_55, /*hidden argument*/NULL); if (L_56) { goto IL_0119; } } IL_019e: { IL2CPP_LEAVE(0x1B8, FINALLY_01a3); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01a3; } FINALLY_01a3: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_57 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_57, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_58 = V_7; if (L_58) { goto IL_01b0; } } IL_01af: { IL2CPP_END_FINALLY(419) } IL_01b0: { RuntimeObject* L_59 = V_7; NullCheck(L_59); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_59); IL2CPP_END_FINALLY(419) } } // end finally (depth: 1) IL2CPP_CLEANUP(419) { IL2CPP_JUMP_TBL(0x1B8, IL_01b8) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01b8: { String_t* L_60 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_61 = ___schema1; NullCheck(L_61); Hashtable_t1853889766 * L_62 = XmlSchema_get_IDCollection_m3725452494(L_61, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_63 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_60, __this, L_62, L_63, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_64 = ___schema1; NullCheck(L_64); Guid_t L_65 = ((XmlSchemaObject_t1315720168 *)L_64)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_65); int32_t L_66 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_66; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentExtension::GetBaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentExtension_GetBaseTypeName_m3081786994 (XmlSchemaSimpleContentExtension_t1269327470 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_baseTypeName_19(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContentExtension::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContentExtension_Validate_m2229865688 (XmlSchemaSimpleContentExtension_t1269327470 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentExtension_Validate_m2229865688_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; XmlSchemaComplexType_t3740801802 * V_1 = NULL; { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { XmlSchema_t3742557897 * L_4 = ___schema1; XmlQualifiedName_t2760654312 * L_5 = __this->get_baseTypeName_19(); NullCheck(L_4); XmlSchemaType_t2033747345 * L_6 = XmlSchema_FindSchemaType_m3920891232(L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaType_t2033747345 * L_7 = V_0; if (!L_7) { goto IL_0069; } } { XmlSchemaType_t2033747345 * L_8 = V_0; V_1 = ((XmlSchemaComplexType_t3740801802 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var)); XmlSchemaComplexType_t3740801802 * L_9 = V_1; if (!L_9) { goto IL_0054; } } { XmlSchemaComplexType_t3740801802 * L_10 = V_1; NullCheck(L_10); XmlSchemaContentModel_t602185179 * L_11 = XmlSchemaComplexType_get_ContentModel_m1078180248(L_10, /*hidden argument*/NULL); if (!((XmlSchemaComplexContent_t3528540772 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaComplexContent_t3528540772_il2cpp_TypeInfo_var))) { goto IL_0054; } } { ValidationEventHandler_t791314227 * L_12 = ___h0; XmlSchemaObject_error_m903554348(__this, L_12, _stringLiteral2576403314, /*hidden argument*/NULL); } IL_0054: { XmlSchemaType_t2033747345 * L_13 = V_0; ValidationEventHandler_t791314227 * L_14 = ___h0; XmlSchema_t3742557897 * L_15 = ___schema1; NullCheck(L_13); VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_13, L_14, L_15); XmlSchemaType_t2033747345 * L_16 = V_0; ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_16); goto IL_00fd; } IL_0069: { XmlQualifiedName_t2760654312 * L_17 = __this->get_baseTypeName_19(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_18 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_19 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_17, L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_008e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_20 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_20); goto IL_00fd; } IL_008e: { XmlQualifiedName_t2760654312 * L_21 = __this->get_baseTypeName_19(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_22 = XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516(NULL /*static, unused*/, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00cb; } } { XmlQualifiedName_t2760654312 * L_23 = __this->get_baseTypeName_19(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_24 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_24); RuntimeObject * L_25 = ((XmlSchemaContent_t1040349258 *)__this)->get_actualBaseSchemaType_16(); if (L_25) { goto IL_00c6; } } { ValidationEventHandler_t791314227 * L_26 = ___h0; XmlSchemaObject_error_m903554348(__this, L_26, _stringLiteral944206075, /*hidden argument*/NULL); } IL_00c6: { goto IL_00fd; } IL_00cb: { XmlSchema_t3742557897 * L_27 = ___schema1; XmlQualifiedName_t2760654312 * L_28 = __this->get_baseTypeName_19(); NullCheck(L_28); String_t* L_29 = XmlQualifiedName_get_Namespace_m3957593392(L_28, /*hidden argument*/NULL); NullCheck(L_27); bool L_30 = XmlSchema_IsNamespaceAbsent_m3899863769(L_27, L_29, /*hidden argument*/NULL); if (L_30) { goto IL_00fd; } } { ValidationEventHandler_t791314227 * L_31 = ___h0; XmlQualifiedName_t2760654312 * L_32 = __this->get_baseTypeName_19(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral508009477, L_32, _stringLiteral1962955403, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_31, L_33, /*hidden argument*/NULL); } IL_00fd: { XmlSchema_t3742557897 * L_34 = ___schema1; NullCheck(L_34); Guid_t L_35 = ((XmlSchemaObject_t1315720168 *)L_34)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_35); int32_t L_36 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_36; } } // System.Xml.Schema.XmlSchemaSimpleContentExtension System.Xml.Schema.XmlSchemaSimpleContentExtension::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleContentExtension_t1269327470 * XmlSchemaSimpleContentExtension_Read_m47318261 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentExtension_Read_m47318261_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleContentExtension_t1269327470 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaAttribute_t2797257020 * V_4 = NULL; XmlSchemaAttributeGroupRef_t846390688 * V_5 = NULL; XmlSchemaAnyAttribute_t963227996 * V_6 = NULL; { XmlSchemaSimpleContentExtension_t1269327470 * L_0 = (XmlSchemaSimpleContentExtension_t1269327470 *)il2cpp_codegen_object_new(XmlSchemaSimpleContentExtension_t1269327470_il2cpp_TypeInfo_var); XmlSchemaSimpleContentExtension__ctor_m1443673690(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1610623306, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1513614340, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSimpleContentExtension_t1269327470 *)NULL; } IL_0056: { XmlSchemaSimpleContentExtension_t1269327470 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleContentExtension_t1269327470 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleContentExtension_t1269327470 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_014c; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral2838662761, /*hidden argument*/NULL); if (!L_24) { goto IL_00c4; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_27 = XmlSchemaUtil_ReadQNameAttribute_m567024358(NULL /*static, unused*/, L_26, (&V_1), /*hidden argument*/NULL); NullCheck(L_25); L_25->set_baseTypeName_19(L_27); Exception_t * L_28 = V_1; if (!L_28) { goto IL_00bf; } } { ValidationEventHandler_t791314227 * L_29 = ___h1; XmlSchemaReader_t1164558392 * L_30 = ___reader0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral494350233, /*hidden argument*/NULL); Exception_t * L_33 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_29, L_32, L_33, /*hidden argument*/NULL); } IL_00bf: { goto IL_014c; } IL_00c4: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_36) { goto IL_00ea; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_37 = V_0; XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_38); NullCheck(L_37); XmlSchemaAnnotated_set_Id_m1597719336(L_37, L_39, /*hidden argument*/NULL); goto IL_014c; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0114; } } { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_45, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_46) { goto IL_0129; } } IL_0114: { XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_49) { goto IL_0145; } } IL_0129: { ValidationEventHandler_t791314227 * L_50 = ___h1; XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m3937257545(NULL /*static, unused*/, L_52, _stringLiteral1832989167, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_53, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_014c; } IL_0145: { XmlSchemaReader_t1164558392 * L_54 = ___reader0; XmlSchemaSimpleContentExtension_t1269327470 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); } IL_014c: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); bool L_57 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_56); if (L_57) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_58); XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); bool L_60 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_59); if (!L_60) { goto IL_016b; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_61 = V_0; return L_61; } IL_016b: { V_2 = 1; goto IL_02a4; } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_62); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)15))))) { goto IL_01b0; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_65, _stringLiteral1610623306, /*hidden argument*/NULL); if (!L_66) { goto IL_01ab; } } { ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral871133995, L_69, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_67, L_70, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01ab: { goto IL_02af; } IL_01b0: { int32_t L_71 = V_2; if ((((int32_t)L_71) > ((int32_t)1))) { goto IL_01e8; } } { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Equality_m920492651(NULL /*static, unused*/, L_73, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_74) { goto IL_01e8; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_75 = ___reader0; ValidationEventHandler_t791314227 * L_76 = ___h1; XmlSchemaAnnotation_t2553753397 * L_77 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); V_3 = L_77; XmlSchemaAnnotation_t2553753397 * L_78 = V_3; if (!L_78) { goto IL_01e3; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_79 = V_0; XmlSchemaAnnotation_t2553753397 * L_80 = V_3; NullCheck(L_79); XmlSchemaAnnotated_set_Annotation_m3050132480(L_79, L_80, /*hidden argument*/NULL); } IL_01e3: { goto IL_02a4; } IL_01e8: { int32_t L_81 = V_2; if ((((int32_t)L_81) > ((int32_t)2))) { goto IL_0263; } } { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_83, _stringLiteral4158421234, /*hidden argument*/NULL); if (!L_84) { goto IL_0229; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_85 = ___reader0; ValidationEventHandler_t791314227 * L_86 = ___h1; XmlSchemaAttribute_t2797257020 * L_87 = XmlSchemaAttribute_Read_m3620037629(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_4 = L_87; XmlSchemaAttribute_t2797257020 * L_88 = V_4; if (!L_88) { goto IL_0224; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_89 = V_0; NullCheck(L_89); XmlSchemaObjectCollection_t1064819932 * L_90 = XmlSchemaSimpleContentExtension_get_Attributes_m2422945400(L_89, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_91 = V_4; NullCheck(L_90); XmlSchemaObjectCollection_Add_m1142549045(L_90, L_91, /*hidden argument*/NULL); } IL_0224: { goto IL_02a4; } IL_0229: { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_92); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_94 = String_op_Equality_m920492651(NULL /*static, unused*/, L_93, _stringLiteral400592889, /*hidden argument*/NULL); if (!L_94) { goto IL_0263; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_95 = ___reader0; ValidationEventHandler_t791314227 * L_96 = ___h1; XmlSchemaAttributeGroupRef_t846390688 * L_97 = XmlSchemaAttributeGroupRef_Read_m3714796484(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); V_5 = L_97; XmlSchemaAttributeGroupRef_t846390688 * L_98 = V_5; if (!L_98) { goto IL_025e; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_99 = V_0; NullCheck(L_99); XmlSchemaObjectCollection_t1064819932 * L_100 = L_99->get_attributes_18(); XmlSchemaAttributeGroupRef_t846390688 * L_101 = V_5; NullCheck(L_100); XmlSchemaObjectCollection_Add_m1142549045(L_100, L_101, /*hidden argument*/NULL); } IL_025e: { goto IL_02a4; } IL_0263: { int32_t L_102 = V_2; if ((((int32_t)L_102) > ((int32_t)3))) { goto IL_029e; } } { XmlSchemaReader_t1164558392 * L_103 = ___reader0; NullCheck(L_103); String_t* L_104 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_103); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_105 = String_op_Equality_m920492651(NULL /*static, unused*/, L_104, _stringLiteral1080123703, /*hidden argument*/NULL); if (!L_105) { goto IL_029e; } } { V_2 = 4; XmlSchemaReader_t1164558392 * L_106 = ___reader0; ValidationEventHandler_t791314227 * L_107 = ___h1; XmlSchemaAnyAttribute_t963227996 * L_108 = XmlSchemaAnyAttribute_Read_m1369098939(NULL /*static, unused*/, L_106, L_107, /*hidden argument*/NULL); V_6 = L_108; XmlSchemaAnyAttribute_t963227996 * L_109 = V_6; if (!L_109) { goto IL_0299; } } { XmlSchemaSimpleContentExtension_t1269327470 * L_110 = V_0; XmlSchemaAnyAttribute_t963227996 * L_111 = V_6; NullCheck(L_110); XmlSchemaSimpleContentExtension_set_AnyAttribute_m3647294672(L_110, L_111, /*hidden argument*/NULL); } IL_0299: { goto IL_02a4; } IL_029e: { XmlSchemaReader_t1164558392 * L_112 = ___reader0; NullCheck(L_112); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_112, /*hidden argument*/NULL); } IL_02a4: { XmlSchemaReader_t1164558392 * L_113 = ___reader0; NullCheck(L_113); bool L_114 = XmlSchemaReader_ReadNextElement_m611223709(L_113, /*hidden argument*/NULL); if (L_114) { goto IL_0172; } } IL_02af: { XmlSchemaSimpleContentExtension_t1269327470 * L_115 = V_0; return L_115; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleContentRestriction::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentRestriction__ctor_m1686457861 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentRestriction__ctor_m1686457861_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaContent__ctor_m2690093098(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_baseTypeName_20(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_1, /*hidden argument*/NULL); __this->set_attributes_18(L_1); XmlSchemaObjectCollection_t1064819932 * L_2 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_2, /*hidden argument*/NULL); __this->set_facets_21(L_2); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentRestriction_get_BaseTypeName_m2313782330 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_baseTypeName_20(); return L_0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_BaseType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_baseType_19(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_Attributes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_attributes_18(); return L_0; } } // System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_AnyAttribute() extern "C" IL2CPP_METHOD_ATTR XmlSchemaAnyAttribute_t963227996 * XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_t963227996 * L_0 = __this->get_any_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleContentRestriction::set_AnyAttribute(System.Xml.Schema.XmlSchemaAnyAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentRestriction_set_AnyAttribute_m3812462749 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, XmlSchemaAnyAttribute_t963227996 * ___value0, const RuntimeMethod* method) { { XmlSchemaAnyAttribute_t963227996 * L_0 = ___value0; __this->set_any_17(L_0); return; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleContentRestriction::get_IsExtension() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleContentRestriction_get_IsExtension_m1560414208 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleContentRestriction::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleContentRestriction_SetParent_m659227478 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentRestriction_SetParent_m659227478_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_1 = XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaSimpleType_t2678868104 * L_2 = XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaSimpleType::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { XmlSchemaAnyAttribute_t963227996 * L_3 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0035; } } { XmlSchemaAnyAttribute_t963227996 * L_4 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); NullCheck(L_4); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_4, __this); } IL_0035: { XmlSchemaObjectCollection_t1064819932 * L_5 = XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961(__this, /*hidden argument*/NULL); NullCheck(L_5); XmlSchemaObjectEnumerator_t503074204 * L_6 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_5, /*hidden argument*/NULL); V_1 = L_6; } IL_0041: try { // begin try (depth: 1) { goto IL_0054; } IL_0046: { XmlSchemaObjectEnumerator_t503074204 * L_7 = V_1; NullCheck(L_7); XmlSchemaObject_t1315720168 * L_8 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_7, /*hidden argument*/NULL); V_0 = L_8; XmlSchemaObject_t1315720168 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_9, __this); } IL_0054: { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; NullCheck(L_10); bool L_11 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0046; } } IL_005f: { IL2CPP_LEAVE(0x76, FINALLY_0064); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0064; } FINALLY_0064: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_12 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_13 = V_2; if (L_13) { goto IL_006f; } } IL_006e: { IL2CPP_END_FINALLY(100) } IL_006f: { RuntimeObject* L_14 = V_2; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_14); IL2CPP_END_FINALLY(100) } } // end finally (depth: 1) IL2CPP_CLEANUP(100) { IL2CPP_JUMP_TBL(0x76, IL_0076) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0076: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContentRestriction::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContentRestriction_Compile_m2649237347 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentRestriction_Compile_m2649237347_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; XmlSchemaObject_t1315720168 * V_2 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_3 = NULL; XmlSchemaAttribute_t2797257020 * V_4 = NULL; XmlSchemaAttributeGroupRef_t846390688 * V_5 = NULL; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { bool L_4 = ((XmlSchemaObject_t1315720168 *)__this)->get_isRedefinedComponent_10(); if (!L_4) { goto IL_0095; } } { XmlSchemaAnnotation_t2553753397 * L_5 = XmlSchemaAnnotated_get_Annotation_m3851538793(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_003a; } } { XmlSchemaAnnotation_t2553753397 * L_6 = XmlSchemaAnnotated_get_Annotation_m3851538793(__this, /*hidden argument*/NULL); NullCheck(L_6); ((XmlSchemaObject_t1315720168 *)L_6)->set_isRedefinedComponent_10((bool)1); } IL_003a: { XmlSchemaAnyAttribute_t963227996 * L_7 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { XmlSchemaAnyAttribute_t963227996 * L_8 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); NullCheck(L_8); ((XmlSchemaObject_t1315720168 *)L_8)->set_isRedefinedComponent_10((bool)1); } IL_0051: { XmlSchemaObjectCollection_t1064819932 * L_9 = XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961(__this, /*hidden argument*/NULL); NullCheck(L_9); XmlSchemaObjectEnumerator_t503074204 * L_10 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_9, /*hidden argument*/NULL); V_1 = L_10; } IL_005d: try { // begin try (depth: 1) { goto IL_0070; } IL_0062: { XmlSchemaObjectEnumerator_t503074204 * L_11 = V_1; NullCheck(L_11); XmlSchemaObject_t1315720168 * L_12 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_11, /*hidden argument*/NULL); V_0 = L_12; XmlSchemaObject_t1315720168 * L_13 = V_0; NullCheck(L_13); L_13->set_isRedefinedComponent_10((bool)1); } IL_0070: { XmlSchemaObjectEnumerator_t503074204 * L_14 = V_1; NullCheck(L_14); bool L_15 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_14, /*hidden argument*/NULL); if (L_15) { goto IL_0062; } } IL_007b: { IL2CPP_LEAVE(0x95, FINALLY_0080); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0080; } FINALLY_0080: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_16 = V_1; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_17 = V_6; if (L_17) { goto IL_008d; } } IL_008c: { IL2CPP_END_FINALLY(128) } IL_008d: { RuntimeObject* L_18 = V_6; NullCheck(L_18); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_18); IL2CPP_END_FINALLY(128) } } // end finally (depth: 1) IL2CPP_CLEANUP(128) { IL2CPP_JUMP_TBL(0x95, IL_0095) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0095: { XmlQualifiedName_t2760654312 * L_19 = XmlSchemaSimpleContentRestriction_get_BaseTypeName_m2313782330(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_20 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_19, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (L_20) { goto IL_00b6; } } { XmlQualifiedName_t2760654312 * L_21 = XmlSchemaSimpleContentRestriction_get_BaseTypeName_m2313782330(__this, /*hidden argument*/NULL); NullCheck(L_21); bool L_22 = XmlQualifiedName_get_IsEmpty_m1430090042(L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00c7; } } IL_00b6: { ValidationEventHandler_t791314227 * L_23 = ___h0; XmlSchemaObject_error_m903554348(__this, L_23, _stringLiteral3940459944, /*hidden argument*/NULL); goto IL_00e3; } IL_00c7: { XmlQualifiedName_t2760654312 * L_24 = XmlSchemaSimpleContentRestriction_get_BaseTypeName_m2313782330(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_25 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00e3; } } { ValidationEventHandler_t791314227 * L_26 = ___h0; XmlSchemaObject_error_m903554348(__this, L_26, _stringLiteral4006777570, /*hidden argument*/NULL); } IL_00e3: { XmlSchemaSimpleType_t2678868104 * L_27 = XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527(__this, /*hidden argument*/NULL); if (!L_27) { goto IL_0108; } } { int32_t L_28 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_29 = XmlSchemaSimpleContentRestriction_get_BaseType_m3375800527(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_30 = ___h0; XmlSchema_t3742557897 * L_31 = ___schema1; NullCheck(L_29); int32_t L_32 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_29, L_30, L_31); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_32))); } IL_0108: { XmlSchemaAnyAttribute_t963227996 * L_33 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); if (!L_33) { goto IL_012d; } } { int32_t L_34 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAnyAttribute_t963227996 * L_35 = XmlSchemaSimpleContentRestriction_get_AnyAttribute_m426281327(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_36 = ___h0; XmlSchema_t3742557897 * L_37 = ___schema1; NullCheck(L_35); int32_t L_38 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAnyAttribute::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_35, L_36, L_37); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_38))); } IL_012d: { XmlSchemaObjectCollection_t1064819932 * L_39 = XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961(__this, /*hidden argument*/NULL); NullCheck(L_39); XmlSchemaObjectEnumerator_t503074204 * L_40 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_39, /*hidden argument*/NULL); V_3 = L_40; } IL_0139: try { // begin try (depth: 1) { goto IL_01b8; } IL_013e: { XmlSchemaObjectEnumerator_t503074204 * L_41 = V_3; NullCheck(L_41); XmlSchemaObject_t1315720168 * L_42 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_41, /*hidden argument*/NULL); V_2 = L_42; XmlSchemaObject_t1315720168 * L_43 = V_2; if (!((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_43, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var))) { goto IL_0173; } } IL_0150: { XmlSchemaObject_t1315720168 * L_44 = V_2; V_4 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_44, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); int32_t L_45 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttribute_t2797257020 * L_46 = V_4; ValidationEventHandler_t791314227 * L_47 = ___h0; XmlSchema_t3742557897 * L_48 = ___schema1; NullCheck(L_46); int32_t L_49 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttribute::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_46, L_47, L_48); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_49))); goto IL_01b8; } IL_0173: { XmlSchemaObject_t1315720168 * L_50 = V_2; if (!((XmlSchemaAttributeGroupRef_t846390688 *)IsInstClass((RuntimeObject*)L_50, XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var))) { goto IL_01a1; } } IL_017e: { XmlSchemaObject_t1315720168 * L_51 = V_2; V_5 = ((XmlSchemaAttributeGroupRef_t846390688 *)CastclassClass((RuntimeObject*)L_51, XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var)); int32_t L_52 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaAttributeGroupRef_t846390688 * L_53 = V_5; ValidationEventHandler_t791314227 * L_54 = ___h0; XmlSchema_t3742557897 * L_55 = ___schema1; NullCheck(L_53); int32_t L_56 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaAttributeGroupRef::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_53, L_54, L_55); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_56))); goto IL_01b8; } IL_01a1: { ValidationEventHandler_t791314227 * L_57 = ___h0; XmlSchemaObject_t1315720168 * L_58 = V_2; NullCheck(L_58); Type_t * L_59 = Object_GetType_m88164663(L_58, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Concat_m904156431(NULL /*static, unused*/, L_59, _stringLiteral1667411732, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_57, L_60, /*hidden argument*/NULL); } IL_01b8: { XmlSchemaObjectEnumerator_t503074204 * L_61 = V_3; NullCheck(L_61); bool L_62 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_61, /*hidden argument*/NULL); if (L_62) { goto IL_013e; } } IL_01c3: { IL2CPP_LEAVE(0x1DD, FINALLY_01c8); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_01c8; } FINALLY_01c8: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_63 = V_3; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_63, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_64 = V_7; if (L_64) { goto IL_01d5; } } IL_01d4: { IL2CPP_END_FINALLY(456) } IL_01d5: { RuntimeObject* L_65 = V_7; NullCheck(L_65); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_65); IL2CPP_END_FINALLY(456) } } // end finally (depth: 1) IL2CPP_CLEANUP(456) { IL2CPP_JUMP_TBL(0x1DD, IL_01dd) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_01dd: { String_t* L_66 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_67 = ___schema1; NullCheck(L_67); Hashtable_t1853889766 * L_68 = XmlSchema_get_IDCollection_m3725452494(L_67, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_69 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_66, __this, L_68, L_69, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_70 = ___schema1; NullCheck(L_70); Guid_t L_71 = ((XmlSchemaObject_t1315720168 *)L_70)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_71); int32_t L_72 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_72; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleContentRestriction::GetBaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleContentRestriction_GetBaseTypeName_m2201419933 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_baseTypeName_20(); return L_0; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleContentRestriction::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleContentRestriction_Validate_m4279615195 (XmlSchemaSimpleContentRestriction_t2746076865 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentRestriction_Validate_m4279615195_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { XmlSchemaSimpleType_t2678868104 * L_4 = __this->get_baseType_19(); if (!L_4) { goto IL_0042; } } { XmlSchemaSimpleType_t2678868104 * L_5 = __this->get_baseType_19(); ValidationEventHandler_t791314227 * L_6 = ___h0; XmlSchema_t3742557897 * L_7 = ___schema1; NullCheck(L_5); VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_5, L_6, L_7); XmlSchemaSimpleType_t2678868104 * L_8 = __this->get_baseType_19(); ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_8); goto IL_0113; } IL_0042: { XmlQualifiedName_t2760654312 * L_9 = __this->get_baseTypeName_20(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_10 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); bool L_11 = XmlQualifiedName_op_Inequality_m3449274916(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0113; } } { XmlSchema_t3742557897 * L_12 = ___schema1; XmlQualifiedName_t2760654312 * L_13 = __this->get_baseTypeName_20(); NullCheck(L_12); XmlSchemaType_t2033747345 * L_14 = XmlSchema_FindSchemaType_m3920891232(L_12, L_13, /*hidden argument*/NULL); V_0 = L_14; XmlSchemaType_t2033747345 * L_15 = V_0; if (!L_15) { goto IL_007f; } } { XmlSchemaType_t2033747345 * L_16 = V_0; ValidationEventHandler_t791314227 * L_17 = ___h0; XmlSchema_t3742557897 * L_18 = ___schema1; NullCheck(L_16); VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_16, L_17, L_18); XmlSchemaType_t2033747345 * L_19 = V_0; ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_19); goto IL_0113; } IL_007f: { XmlQualifiedName_t2760654312 * L_20 = __this->get_baseTypeName_20(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_21 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_22 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_00a4; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_23 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_23); goto IL_0113; } IL_00a4: { XmlQualifiedName_t2760654312 * L_24 = __this->get_baseTypeName_20(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_25 = XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00e1; } } { XmlQualifiedName_t2760654312 * L_26 = __this->get_baseTypeName_20(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_27 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_26, /*hidden argument*/NULL); ((XmlSchemaContent_t1040349258 *)__this)->set_actualBaseSchemaType_16(L_27); RuntimeObject * L_28 = ((XmlSchemaContent_t1040349258 *)__this)->get_actualBaseSchemaType_16(); if (L_28) { goto IL_00dc; } } { ValidationEventHandler_t791314227 * L_29 = ___h0; XmlSchemaObject_error_m903554348(__this, L_29, _stringLiteral944206075, /*hidden argument*/NULL); } IL_00dc: { goto IL_0113; } IL_00e1: { XmlSchema_t3742557897 * L_30 = ___schema1; XmlQualifiedName_t2760654312 * L_31 = __this->get_baseTypeName_20(); NullCheck(L_31); String_t* L_32 = XmlQualifiedName_get_Namespace_m3957593392(L_31, /*hidden argument*/NULL); NullCheck(L_30); bool L_33 = XmlSchema_IsNamespaceAbsent_m3899863769(L_30, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0113; } } { ValidationEventHandler_t791314227 * L_34 = ___h0; XmlQualifiedName_t2760654312 * L_35 = __this->get_baseTypeName_20(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral508009477, L_35, _stringLiteral1962955403, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_34, L_36, /*hidden argument*/NULL); } IL_0113: { XmlSchema_t3742557897 * L_37 = ___schema1; NullCheck(L_37); Guid_t L_38 = ((XmlSchemaObject_t1315720168 *)L_37)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_38); int32_t L_39 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_39; } } // System.Xml.Schema.XmlSchemaSimpleContentRestriction System.Xml.Schema.XmlSchemaSimpleContentRestriction::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleContentRestriction_t2746076865 * XmlSchemaSimpleContentRestriction_Read_m2754874039 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleContentRestriction_Read_m2754874039_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleContentRestriction_t2746076865 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaSimpleType_t2678868104 * V_4 = NULL; XmlSchemaMinExclusiveFacet_t85871952 * V_5 = NULL; XmlSchemaMinInclusiveFacet_t18629333 * V_6 = NULL; XmlSchemaMaxExclusiveFacet_t786951263 * V_7 = NULL; XmlSchemaMaxInclusiveFacet_t719708644 * V_8 = NULL; XmlSchemaTotalDigitsFacet_t297930215 * V_9 = NULL; XmlSchemaFractionDigitsFacet_t2589598443 * V_10 = NULL; XmlSchemaLengthFacet_t4286280832 * V_11 = NULL; XmlSchemaMinLengthFacet_t686585762 * V_12 = NULL; XmlSchemaMaxLengthFacet_t2192171319 * V_13 = NULL; XmlSchemaEnumerationFacet_t2156689038 * V_14 = NULL; XmlSchemaWhiteSpaceFacet_t4158372164 * V_15 = NULL; XmlSchemaPatternFacet_t3316004401 * V_16 = NULL; XmlSchemaAttribute_t2797257020 * V_17 = NULL; XmlSchemaAttributeGroupRef_t846390688 * V_18 = NULL; XmlSchemaAnyAttribute_t963227996 * V_19 = NULL; { XmlSchemaSimpleContentRestriction_t2746076865 * L_0 = (XmlSchemaSimpleContentRestriction_t2746076865 *)il2cpp_codegen_object_new(XmlSchemaSimpleContentRestriction_t2746076865_il2cpp_TypeInfo_var); XmlSchemaSimpleContentRestriction__ctor_m1686457861(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1885059610, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); XmlSchemaReader_SkipToEnd_m864243635(L_12, /*hidden argument*/NULL); return (XmlSchemaSimpleContentRestriction_t2746076865 *)NULL; } IL_0056: { XmlSchemaSimpleContentRestriction_t2746076865 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleContentRestriction_t2746076865 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleContentRestriction_t2746076865 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_014c; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral2838662761, /*hidden argument*/NULL); if (!L_24) { goto IL_00c4; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_27 = XmlSchemaUtil_ReadQNameAttribute_m567024358(NULL /*static, unused*/, L_26, (&V_1), /*hidden argument*/NULL); NullCheck(L_25); L_25->set_baseTypeName_20(L_27); Exception_t * L_28 = V_1; if (!L_28) { goto IL_00bf; } } { ValidationEventHandler_t791314227 * L_29 = ___h1; XmlSchemaReader_t1164558392 * L_30 = ___reader0; NullCheck(L_30); String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_30); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_32 = String_Concat_m3937257545(NULL /*static, unused*/, L_31, _stringLiteral494350233, /*hidden argument*/NULL); Exception_t * L_33 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_29, L_32, L_33, /*hidden argument*/NULL); } IL_00bf: { goto IL_014c; } IL_00c4: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_36 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_36) { goto IL_00ea; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_37 = V_0; XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_38); NullCheck(L_37); XmlSchemaAnnotated_set_Id_m1597719336(L_37, L_39, /*hidden argument*/NULL); goto IL_014c; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0114; } } { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_45, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_46) { goto IL_0129; } } IL_0114: { XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_49) { goto IL_0145; } } IL_0129: { ValidationEventHandler_t791314227 * L_50 = ___h1; XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m3937257545(NULL /*static, unused*/, L_52, _stringLiteral3376851224, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_53, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_014c; } IL_0145: { XmlSchemaReader_t1164558392 * L_54 = ___reader0; XmlSchemaSimpleContentRestriction_t2746076865 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); } IL_014c: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); bool L_57 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_56); if (L_57) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_58); XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); bool L_60 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_59); if (!L_60) { goto IL_016b; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_61 = V_0; return L_61; } IL_016b: { V_2 = 1; goto IL_059e; } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_62); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)15))))) { goto IL_01b0; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_65, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_66) { goto IL_01ab; } } { ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1937547486, L_69, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_67, L_70, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01ab: { goto IL_05a9; } IL_01b0: { int32_t L_71 = V_2; if ((((int32_t)L_71) > ((int32_t)1))) { goto IL_01e8; } } { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Equality_m920492651(NULL /*static, unused*/, L_73, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_74) { goto IL_01e8; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_75 = ___reader0; ValidationEventHandler_t791314227 * L_76 = ___h1; XmlSchemaAnnotation_t2553753397 * L_77 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); V_3 = L_77; XmlSchemaAnnotation_t2553753397 * L_78 = V_3; if (!L_78) { goto IL_01e3; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_79 = V_0; XmlSchemaAnnotation_t2553753397 * L_80 = V_3; NullCheck(L_79); XmlSchemaAnnotated_set_Annotation_m3050132480(L_79, L_80, /*hidden argument*/NULL); } IL_01e3: { goto IL_059e; } IL_01e8: { int32_t L_81 = V_2; if ((((int32_t)L_81) > ((int32_t)2))) { goto IL_0223; } } { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_83, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_84) { goto IL_0223; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_85 = ___reader0; ValidationEventHandler_t791314227 * L_86 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_87 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_4 = L_87; XmlSchemaSimpleType_t2678868104 * L_88 = V_4; if (!L_88) { goto IL_021e; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_89 = V_0; XmlSchemaSimpleType_t2678868104 * L_90 = V_4; NullCheck(L_89); L_89->set_baseType_19(L_90); } IL_021e: { goto IL_059e; } IL_0223: { int32_t L_91 = V_2; if ((((int32_t)L_91) > ((int32_t)3))) { goto IL_04e2; } } { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_92); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_94 = String_op_Equality_m920492651(NULL /*static, unused*/, L_93, _stringLiteral3338794825, /*hidden argument*/NULL); if (!L_94) { goto IL_0264; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_95 = ___reader0; ValidationEventHandler_t791314227 * L_96 = ___h1; XmlSchemaMinExclusiveFacet_t85871952 * L_97 = XmlSchemaMinExclusiveFacet_Read_m1334108464(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); V_5 = L_97; XmlSchemaMinExclusiveFacet_t85871952 * L_98 = V_5; if (!L_98) { goto IL_025f; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_99 = V_0; NullCheck(L_99); XmlSchemaObjectCollection_t1064819932 * L_100 = L_99->get_facets_21(); XmlSchemaMinExclusiveFacet_t85871952 * L_101 = V_5; NullCheck(L_100); XmlSchemaObjectCollection_Add_m1142549045(L_100, L_101, /*hidden argument*/NULL); } IL_025f: { goto IL_059e; } IL_0264: { XmlSchemaReader_t1164558392 * L_102 = ___reader0; NullCheck(L_102); String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_102); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_104 = String_op_Equality_m920492651(NULL /*static, unused*/, L_103, _stringLiteral739112347, /*hidden argument*/NULL); if (!L_104) { goto IL_029e; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_105 = ___reader0; ValidationEventHandler_t791314227 * L_106 = ___h1; XmlSchemaMinInclusiveFacet_t18629333 * L_107 = XmlSchemaMinInclusiveFacet_Read_m1579298286(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); V_6 = L_107; XmlSchemaMinInclusiveFacet_t18629333 * L_108 = V_6; if (!L_108) { goto IL_0299; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_109 = V_0; NullCheck(L_109); XmlSchemaObjectCollection_t1064819932 * L_110 = L_109->get_facets_21(); XmlSchemaMinInclusiveFacet_t18629333 * L_111 = V_6; NullCheck(L_110); XmlSchemaObjectCollection_Add_m1142549045(L_110, L_111, /*hidden argument*/NULL); } IL_0299: { goto IL_059e; } IL_029e: { XmlSchemaReader_t1164558392 * L_112 = ___reader0; NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_112); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_114 = String_op_Equality_m920492651(NULL /*static, unused*/, L_113, _stringLiteral541665163, /*hidden argument*/NULL); if (!L_114) { goto IL_02d8; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_115 = ___reader0; ValidationEventHandler_t791314227 * L_116 = ___h1; XmlSchemaMaxExclusiveFacet_t786951263 * L_117 = XmlSchemaMaxExclusiveFacet_Read_m3854530505(NULL /*static, unused*/, L_115, L_116, /*hidden argument*/NULL); V_7 = L_117; XmlSchemaMaxExclusiveFacet_t786951263 * L_118 = V_7; if (!L_118) { goto IL_02d3; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_119 = V_0; NullCheck(L_119); XmlSchemaObjectCollection_t1064819932 * L_120 = L_119->get_facets_21(); XmlSchemaMaxExclusiveFacet_t786951263 * L_121 = V_7; NullCheck(L_120); XmlSchemaObjectCollection_Add_m1142549045(L_120, L_121, /*hidden argument*/NULL); } IL_02d3: { goto IL_059e; } IL_02d8: { XmlSchemaReader_t1164558392 * L_122 = ___reader0; NullCheck(L_122); String_t* L_123 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_122); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_124 = String_op_Equality_m920492651(NULL /*static, unused*/, L_123, _stringLiteral2236949981, /*hidden argument*/NULL); if (!L_124) { goto IL_0312; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_125 = ___reader0; ValidationEventHandler_t791314227 * L_126 = ___h1; XmlSchemaMaxInclusiveFacet_t719708644 * L_127 = XmlSchemaMaxInclusiveFacet_Read_m1567297469(NULL /*static, unused*/, L_125, L_126, /*hidden argument*/NULL); V_8 = L_127; XmlSchemaMaxInclusiveFacet_t719708644 * L_128 = V_8; if (!L_128) { goto IL_030d; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_129 = V_0; NullCheck(L_129); XmlSchemaObjectCollection_t1064819932 * L_130 = L_129->get_facets_21(); XmlSchemaMaxInclusiveFacet_t719708644 * L_131 = V_8; NullCheck(L_130); XmlSchemaObjectCollection_Add_m1142549045(L_130, L_131, /*hidden argument*/NULL); } IL_030d: { goto IL_059e; } IL_0312: { XmlSchemaReader_t1164558392 * L_132 = ___reader0; NullCheck(L_132); String_t* L_133 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_132); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_134 = String_op_Equality_m920492651(NULL /*static, unused*/, L_133, _stringLiteral1504613137, /*hidden argument*/NULL); if (!L_134) { goto IL_034c; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_135 = ___reader0; ValidationEventHandler_t791314227 * L_136 = ___h1; XmlSchemaTotalDigitsFacet_t297930215 * L_137 = XmlSchemaTotalDigitsFacet_Read_m2720747555(NULL /*static, unused*/, L_135, L_136, /*hidden argument*/NULL); V_9 = L_137; XmlSchemaTotalDigitsFacet_t297930215 * L_138 = V_9; if (!L_138) { goto IL_0347; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_139 = V_0; NullCheck(L_139); XmlSchemaObjectCollection_t1064819932 * L_140 = L_139->get_facets_21(); XmlSchemaTotalDigitsFacet_t297930215 * L_141 = V_9; NullCheck(L_140); XmlSchemaObjectCollection_Add_m1142549045(L_140, L_141, /*hidden argument*/NULL); } IL_0347: { goto IL_059e; } IL_034c: { XmlSchemaReader_t1164558392 * L_142 = ___reader0; NullCheck(L_142); String_t* L_143 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_142); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_144 = String_op_Equality_m920492651(NULL /*static, unused*/, L_143, _stringLiteral3402114229, /*hidden argument*/NULL); if (!L_144) { goto IL_0386; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_145 = ___reader0; ValidationEventHandler_t791314227 * L_146 = ___h1; XmlSchemaFractionDigitsFacet_t2589598443 * L_147 = XmlSchemaFractionDigitsFacet_Read_m1380148146(NULL /*static, unused*/, L_145, L_146, /*hidden argument*/NULL); V_10 = L_147; XmlSchemaFractionDigitsFacet_t2589598443 * L_148 = V_10; if (!L_148) { goto IL_0381; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_149 = V_0; NullCheck(L_149); XmlSchemaObjectCollection_t1064819932 * L_150 = L_149->get_facets_21(); XmlSchemaFractionDigitsFacet_t2589598443 * L_151 = V_10; NullCheck(L_150); XmlSchemaObjectCollection_Add_m1142549045(L_150, L_151, /*hidden argument*/NULL); } IL_0381: { goto IL_059e; } IL_0386: { XmlSchemaReader_t1164558392 * L_152 = ___reader0; NullCheck(L_152); String_t* L_153 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_152); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_154 = String_op_Equality_m920492651(NULL /*static, unused*/, L_153, _stringLiteral1212500642, /*hidden argument*/NULL); if (!L_154) { goto IL_03c0; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_155 = ___reader0; ValidationEventHandler_t791314227 * L_156 = ___h1; XmlSchemaLengthFacet_t4286280832 * L_157 = XmlSchemaLengthFacet_Read_m46713934(NULL /*static, unused*/, L_155, L_156, /*hidden argument*/NULL); V_11 = L_157; XmlSchemaLengthFacet_t4286280832 * L_158 = V_11; if (!L_158) { goto IL_03bb; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_159 = V_0; NullCheck(L_159); XmlSchemaObjectCollection_t1064819932 * L_160 = L_159->get_facets_21(); XmlSchemaLengthFacet_t4286280832 * L_161 = V_11; NullCheck(L_160); XmlSchemaObjectCollection_Add_m1142549045(L_160, L_161, /*hidden argument*/NULL); } IL_03bb: { goto IL_059e; } IL_03c0: { XmlSchemaReader_t1164558392 * L_162 = ___reader0; NullCheck(L_162); String_t* L_163 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_162); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_164 = String_op_Equality_m920492651(NULL /*static, unused*/, L_163, _stringLiteral3866161938, /*hidden argument*/NULL); if (!L_164) { goto IL_03fa; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_165 = ___reader0; ValidationEventHandler_t791314227 * L_166 = ___h1; XmlSchemaMinLengthFacet_t686585762 * L_167 = XmlSchemaMinLengthFacet_Read_m3215340321(NULL /*static, unused*/, L_165, L_166, /*hidden argument*/NULL); V_12 = L_167; XmlSchemaMinLengthFacet_t686585762 * L_168 = V_12; if (!L_168) { goto IL_03f5; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_169 = V_0; NullCheck(L_169); XmlSchemaObjectCollection_t1064819932 * L_170 = L_169->get_facets_21(); XmlSchemaMinLengthFacet_t686585762 * L_171 = V_12; NullCheck(L_170); XmlSchemaObjectCollection_Add_m1142549045(L_170, L_171, /*hidden argument*/NULL); } IL_03f5: { goto IL_059e; } IL_03fa: { XmlSchemaReader_t1164558392 * L_172 = ___reader0; NullCheck(L_172); String_t* L_173 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_172); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_174 = String_op_Equality_m920492651(NULL /*static, unused*/, L_173, _stringLiteral1329154644, /*hidden argument*/NULL); if (!L_174) { goto IL_0434; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_175 = ___reader0; ValidationEventHandler_t791314227 * L_176 = ___h1; XmlSchemaMaxLengthFacet_t2192171319 * L_177 = XmlSchemaMaxLengthFacet_Read_m4278595782(NULL /*static, unused*/, L_175, L_176, /*hidden argument*/NULL); V_13 = L_177; XmlSchemaMaxLengthFacet_t2192171319 * L_178 = V_13; if (!L_178) { goto IL_042f; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_179 = V_0; NullCheck(L_179); XmlSchemaObjectCollection_t1064819932 * L_180 = L_179->get_facets_21(); XmlSchemaMaxLengthFacet_t2192171319 * L_181 = V_13; NullCheck(L_180); XmlSchemaObjectCollection_Add_m1142549045(L_180, L_181, /*hidden argument*/NULL); } IL_042f: { goto IL_059e; } IL_0434: { XmlSchemaReader_t1164558392 * L_182 = ___reader0; NullCheck(L_182); String_t* L_183 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_182); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_184 = String_op_Equality_m920492651(NULL /*static, unused*/, L_183, _stringLiteral733314043, /*hidden argument*/NULL); if (!L_184) { goto IL_046e; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_185 = ___reader0; ValidationEventHandler_t791314227 * L_186 = ___h1; XmlSchemaEnumerationFacet_t2156689038 * L_187 = XmlSchemaEnumerationFacet_Read_m1625452565(NULL /*static, unused*/, L_185, L_186, /*hidden argument*/NULL); V_14 = L_187; XmlSchemaEnumerationFacet_t2156689038 * L_188 = V_14; if (!L_188) { goto IL_0469; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_189 = V_0; NullCheck(L_189); XmlSchemaObjectCollection_t1064819932 * L_190 = L_189->get_facets_21(); XmlSchemaEnumerationFacet_t2156689038 * L_191 = V_14; NullCheck(L_190); XmlSchemaObjectCollection_Add_m1142549045(L_190, L_191, /*hidden argument*/NULL); } IL_0469: { goto IL_059e; } IL_046e: { XmlSchemaReader_t1164558392 * L_192 = ___reader0; NullCheck(L_192); String_t* L_193 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_192); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_194 = String_op_Equality_m920492651(NULL /*static, unused*/, L_193, _stringLiteral1492323255, /*hidden argument*/NULL); if (!L_194) { goto IL_04a8; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_195 = ___reader0; ValidationEventHandler_t791314227 * L_196 = ___h1; XmlSchemaWhiteSpaceFacet_t4158372164 * L_197 = XmlSchemaWhiteSpaceFacet_Read_m1012238860(NULL /*static, unused*/, L_195, L_196, /*hidden argument*/NULL); V_15 = L_197; XmlSchemaWhiteSpaceFacet_t4158372164 * L_198 = V_15; if (!L_198) { goto IL_04a3; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_199 = V_0; NullCheck(L_199); XmlSchemaObjectCollection_t1064819932 * L_200 = L_199->get_facets_21(); XmlSchemaWhiteSpaceFacet_t4158372164 * L_201 = V_15; NullCheck(L_200); XmlSchemaObjectCollection_Add_m1142549045(L_200, L_201, /*hidden argument*/NULL); } IL_04a3: { goto IL_059e; } IL_04a8: { XmlSchemaReader_t1164558392 * L_202 = ___reader0; NullCheck(L_202); String_t* L_203 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_202); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_204 = String_op_Equality_m920492651(NULL /*static, unused*/, L_203, _stringLiteral2326546891, /*hidden argument*/NULL); if (!L_204) { goto IL_04e2; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_205 = ___reader0; ValidationEventHandler_t791314227 * L_206 = ___h1; XmlSchemaPatternFacet_t3316004401 * L_207 = XmlSchemaPatternFacet_Read_m2669981935(NULL /*static, unused*/, L_205, L_206, /*hidden argument*/NULL); V_16 = L_207; XmlSchemaPatternFacet_t3316004401 * L_208 = V_16; if (!L_208) { goto IL_04dd; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_209 = V_0; NullCheck(L_209); XmlSchemaObjectCollection_t1064819932 * L_210 = L_209->get_facets_21(); XmlSchemaPatternFacet_t3316004401 * L_211 = V_16; NullCheck(L_210); XmlSchemaObjectCollection_Add_m1142549045(L_210, L_211, /*hidden argument*/NULL); } IL_04dd: { goto IL_059e; } IL_04e2: { int32_t L_212 = V_2; if ((((int32_t)L_212) > ((int32_t)4))) { goto IL_055d; } } { XmlSchemaReader_t1164558392 * L_213 = ___reader0; NullCheck(L_213); String_t* L_214 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_213); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_215 = String_op_Equality_m920492651(NULL /*static, unused*/, L_214, _stringLiteral4158421234, /*hidden argument*/NULL); if (!L_215) { goto IL_0523; } } { V_2 = 4; XmlSchemaReader_t1164558392 * L_216 = ___reader0; ValidationEventHandler_t791314227 * L_217 = ___h1; XmlSchemaAttribute_t2797257020 * L_218 = XmlSchemaAttribute_Read_m3620037629(NULL /*static, unused*/, L_216, L_217, /*hidden argument*/NULL); V_17 = L_218; XmlSchemaAttribute_t2797257020 * L_219 = V_17; if (!L_219) { goto IL_051e; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_220 = V_0; NullCheck(L_220); XmlSchemaObjectCollection_t1064819932 * L_221 = XmlSchemaSimpleContentRestriction_get_Attributes_m3978865961(L_220, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_222 = V_17; NullCheck(L_221); XmlSchemaObjectCollection_Add_m1142549045(L_221, L_222, /*hidden argument*/NULL); } IL_051e: { goto IL_059e; } IL_0523: { XmlSchemaReader_t1164558392 * L_223 = ___reader0; NullCheck(L_223); String_t* L_224 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_223); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_225 = String_op_Equality_m920492651(NULL /*static, unused*/, L_224, _stringLiteral400592889, /*hidden argument*/NULL); if (!L_225) { goto IL_055d; } } { V_2 = 4; XmlSchemaReader_t1164558392 * L_226 = ___reader0; ValidationEventHandler_t791314227 * L_227 = ___h1; XmlSchemaAttributeGroupRef_t846390688 * L_228 = XmlSchemaAttributeGroupRef_Read_m3714796484(NULL /*static, unused*/, L_226, L_227, /*hidden argument*/NULL); V_18 = L_228; XmlSchemaAttributeGroupRef_t846390688 * L_229 = V_18; if (!L_229) { goto IL_0558; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_230 = V_0; NullCheck(L_230); XmlSchemaObjectCollection_t1064819932 * L_231 = L_230->get_attributes_18(); XmlSchemaAttributeGroupRef_t846390688 * L_232 = V_18; NullCheck(L_231); XmlSchemaObjectCollection_Add_m1142549045(L_231, L_232, /*hidden argument*/NULL); } IL_0558: { goto IL_059e; } IL_055d: { int32_t L_233 = V_2; if ((((int32_t)L_233) > ((int32_t)5))) { goto IL_0598; } } { XmlSchemaReader_t1164558392 * L_234 = ___reader0; NullCheck(L_234); String_t* L_235 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_234); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_236 = String_op_Equality_m920492651(NULL /*static, unused*/, L_235, _stringLiteral1080123703, /*hidden argument*/NULL); if (!L_236) { goto IL_0598; } } { V_2 = 6; XmlSchemaReader_t1164558392 * L_237 = ___reader0; ValidationEventHandler_t791314227 * L_238 = ___h1; XmlSchemaAnyAttribute_t963227996 * L_239 = XmlSchemaAnyAttribute_Read_m1369098939(NULL /*static, unused*/, L_237, L_238, /*hidden argument*/NULL); V_19 = L_239; XmlSchemaAnyAttribute_t963227996 * L_240 = V_19; if (!L_240) { goto IL_0593; } } { XmlSchemaSimpleContentRestriction_t2746076865 * L_241 = V_0; XmlSchemaAnyAttribute_t963227996 * L_242 = V_19; NullCheck(L_241); XmlSchemaSimpleContentRestriction_set_AnyAttribute_m3812462749(L_241, L_242, /*hidden argument*/NULL); } IL_0593: { goto IL_059e; } IL_0598: { XmlSchemaReader_t1164558392 * L_243 = ___reader0; NullCheck(L_243); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_243, /*hidden argument*/NULL); } IL_059e: { XmlSchemaReader_t1164558392 * L_244 = ___reader0; NullCheck(L_244); bool L_245 = XmlSchemaReader_ReadNextElement_m611223709(L_244, /*hidden argument*/NULL); if (L_245) { goto IL_0172; } } IL_05a9: { XmlSchemaSimpleContentRestriction_t2746076865 * L_246 = V_0; return L_246; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_m2253231569 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method) { { __this->set_islocal_30((bool)1); XmlSchemaType__ctor_m3211054051(__this, /*hidden argument*/NULL); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__cctor_m4166403846 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType__cctor_m4166403846_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_1 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_2 = NULL; { XmlSchemaSimpleType_t2678868104 * L_0 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaSimpleTypeList_t472803608 * L_1 = (XmlSchemaSimpleTypeList_t472803608 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m468630537(L_1, /*hidden argument*/NULL); V_1 = L_1; XmlSchemaSimpleTypeList_t472803608 * L_2 = V_1; XmlQualifiedName_t2760654312 * L_3 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_3, _stringLiteral723171524, _stringLiteral1569427300, /*hidden argument*/NULL); NullCheck(L_2); XmlSchemaSimpleTypeList_set_ItemTypeName_m1444979039(L_2, L_3, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_4 = V_0; XmlSchemaSimpleTypeList_t472803608 * L_5 = V_1; NullCheck(L_4); XmlSchemaSimpleType_set_Content_m1970396414(L_4, L_5, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_6 = V_0; NullCheck(L_6); ((XmlSchemaType_t2033747345 *)L_6)->set_BaseXmlSchemaTypeInternal_21((XmlSchemaType_t2033747345 *)NULL); XmlSchemaSimpleType_t2678868104 * L_7 = V_0; NullCheck(L_7); L_7->set_variety_32(8); XmlSchemaSimpleType_t2678868104 * L_8 = V_0; ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_schemaLocationType_28(L_8); XmlSchemaSimpleType_t2678868104 * L_9 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3319458126, (String_t*)NULL, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsAnySimpleType_33(L_9); XmlSchemaSimpleType_t2678868104 * L_10 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1236128813, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsString_34(L_10); XmlSchemaSimpleType_t2678868104 * L_11 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral228529742, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsBoolean_35(L_11); XmlSchemaSimpleType_t2678868104 * L_12 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2033559650, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsDecimal_36(L_12); XmlSchemaSimpleType_t2678868104 * L_13 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral807124363, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsFloat_37(L_13); XmlSchemaSimpleType_t2678868104 * L_14 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1235497039, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsDouble_38(L_14); XmlSchemaSimpleType_t2678868104 * L_15 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1501416449, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsDuration_39(L_15); XmlSchemaSimpleType_t2678868104 * L_16 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3798050081, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsDateTime_40(L_16); XmlSchemaSimpleType_t2678868104 * L_17 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral63249541, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsTime_41(L_17); XmlSchemaSimpleType_t2678868104 * L_18 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1272578818, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsDate_42(L_18); XmlSchemaSimpleType_t2678868104 * L_19 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2722193337, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsGYearMonth_43(L_19); XmlSchemaSimpleType_t2678868104 * L_20 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral110852430, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsGYear_44(L_20); XmlSchemaSimpleType_t2678868104 * L_21 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2834935051, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsGMonthDay_45(L_21); XmlSchemaSimpleType_t2678868104 * L_22 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3447975646, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsGDay_46(L_22); XmlSchemaSimpleType_t2678868104 * L_23 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3593584042, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsGMonth_47(L_23); XmlSchemaSimpleType_t2678868104 * L_24 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral841379268, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsHexBinary_48(L_24); XmlSchemaSimpleType_t2678868104 * L_25 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1671489303, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsBase64Binary_49(L_25); XmlSchemaSimpleType_t2678868104 * L_26 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral723171524, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsAnyUri_50(L_26); XmlSchemaSimpleType_t2678868104 * L_27 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2799480295, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsQName_51(L_27); XmlSchemaSimpleType_t2678868104 * L_28 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral215120649, _stringLiteral3319458126, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNotation_52(L_28); XmlSchemaSimpleType_t2678868104 * L_29 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3244750353, _stringLiteral1236128813, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNormalizedString_53(L_29); XmlSchemaSimpleType_t2678868104 * L_30 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2005331395, _stringLiteral3244750353, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsToken_54(L_30); XmlSchemaSimpleType_t2678868104 * L_31 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2143290860, _stringLiteral2005331395, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsLanguage_55(L_31); XmlSchemaSimpleType_t2678868104 * L_32 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral4080338551, _stringLiteral2005331395, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNMToken_56(L_32); XmlSchemaSimpleType_t2678868104 * L_33 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral62725275, _stringLiteral2005331395, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsName_58(L_33); XmlSchemaSimpleType_t2678868104 * L_34 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral996260479, _stringLiteral62725275, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNCName_59(L_34); XmlSchemaSimpleType_t2678868104 * L_35 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3456546791, _stringLiteral996260479, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsID_60(L_35); XmlSchemaSimpleType_t2678868104 * L_36 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3671082123, _stringLiteral996260479, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsIDRef_61(L_36); XmlSchemaSimpleType_t2678868104 * L_37 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2851744811, _stringLiteral996260479, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsEntity_63(L_37); XmlSchemaSimpleType_t2678868104 * L_38 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1572351178, _stringLiteral2033559650, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsInteger_65(L_38); XmlSchemaSimpleType_t2678868104 * L_39 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3820814978, _stringLiteral1572351178, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNonPositiveInteger_66(L_39); XmlSchemaSimpleType_t2678868104 * L_40 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral4120511215, _stringLiteral3820814978, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNegativeInteger_67(L_40); XmlSchemaSimpleType_t2678868104 * L_41 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2409402648, _stringLiteral1572351178, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsLong_68(L_41); XmlSchemaSimpleType_t2678868104 * L_42 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral2553676557, _stringLiteral2409402648, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsInt_69(L_42); XmlSchemaSimpleType_t2678868104 * L_43 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1535819814, _stringLiteral2553676557, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsShort_70(L_43); XmlSchemaSimpleType_t2678868104 * L_44 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1274151684, _stringLiteral1535819814, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsByte_71(L_44); XmlSchemaSimpleType_t2678868104 * L_45 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3835929719, _stringLiteral1572351178, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNonNegativeInteger_72(L_45); XmlSchemaSimpleType_t2678868104 * L_46 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral1873420042, _stringLiteral3835929719, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsUnsignedLong_73(L_46); XmlSchemaSimpleType_t2678868104 * L_47 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3755388189, _stringLiteral1873420042, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsUnsignedInt_74(L_47); XmlSchemaSimpleType_t2678868104 * L_48 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3873205229, _stringLiteral3755388189, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsUnsignedShort_75(L_48); XmlSchemaSimpleType_t2678868104 * L_49 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral3773869350, _stringLiteral3873205229, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsUnsignedByte_76(L_49); XmlSchemaSimpleType_t2678868104 * L_50 = XmlSchemaSimpleType_BuildSchemaType_m3396760451(NULL /*static, unused*/, _stringLiteral425891063, _stringLiteral3835929719, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsPositiveInteger_77(L_50); XmlSchemaSimpleType_t2678868104 * L_51 = XmlSchemaSimpleType_BuildSchemaType_m161812030(NULL /*static, unused*/, _stringLiteral724378170, _stringLiteral3319458126, (bool)1, (bool)0, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XdtAnyAtomicType_79(L_51); XmlSchemaSimpleType_t2678868104 * L_52 = XmlSchemaSimpleType_BuildSchemaType_m161812030(NULL /*static, unused*/, _stringLiteral3716671661, _stringLiteral724378170, (bool)1, (bool)1, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XdtUntypedAtomic_78(L_52); XmlSchemaSimpleType_t2678868104 * L_53 = XmlSchemaSimpleType_BuildSchemaType_m161812030(NULL /*static, unused*/, _stringLiteral622047031, _stringLiteral1501416449, (bool)1, (bool)0, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XdtDayTimeDuration_81(L_53); XmlSchemaSimpleType_t2678868104 * L_54 = XmlSchemaSimpleType_BuildSchemaType_m161812030(NULL /*static, unused*/, _stringLiteral1777380071, _stringLiteral1501416449, (bool)1, (bool)0, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XdtYearMonthDuration_80(L_54); XmlSchemaSimpleType_t2678868104 * L_55 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_55, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsIDRefs_62(L_55); XmlSchemaSimpleTypeList_t472803608 * L_56 = (XmlSchemaSimpleTypeList_t472803608 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m468630537(L_56, /*hidden argument*/NULL); V_2 = L_56; XmlSchemaSimpleTypeList_t472803608 * L_57 = V_2; XmlSchemaSimpleType_t2678868104 * L_58 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRef_61(); NullCheck(L_57); XmlSchemaSimpleTypeList_set_ItemType_m4093680610(L_57, L_58, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_59 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRefs_62(); XmlSchemaSimpleTypeList_t472803608 * L_60 = V_2; NullCheck(L_59); XmlSchemaSimpleType_set_Content_m1970396414(L_59, L_60, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_61 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_61, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsEntities_64(L_61); XmlSchemaSimpleTypeList_t472803608 * L_62 = (XmlSchemaSimpleTypeList_t472803608 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m468630537(L_62, /*hidden argument*/NULL); V_2 = L_62; XmlSchemaSimpleTypeList_t472803608 * L_63 = V_2; XmlSchemaSimpleType_t2678868104 * L_64 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntity_63(); NullCheck(L_63); XmlSchemaSimpleTypeList_set_ItemType_m4093680610(L_63, L_64, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_65 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntities_64(); XmlSchemaSimpleTypeList_t472803608 * L_66 = V_2; NullCheck(L_65); XmlSchemaSimpleType_set_Content_m1970396414(L_65, L_66, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_67 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_67, /*hidden argument*/NULL); ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->set_XsNMTokens_57(L_67); XmlSchemaSimpleTypeList_t472803608 * L_68 = (XmlSchemaSimpleTypeList_t472803608 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m468630537(L_68, /*hidden argument*/NULL); V_2 = L_68; XmlSchemaSimpleTypeList_t472803608 * L_69 = V_2; XmlSchemaSimpleType_t2678868104 * L_70 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMToken_56(); NullCheck(L_69); XmlSchemaSimpleTypeList_set_ItemType_m4093680610(L_69, L_70, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_71 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMTokens_57(); XmlSchemaSimpleTypeList_t472803608 * L_72 = V_2; NullCheck(L_71); XmlSchemaSimpleType_set_Content_m1970396414(L_71, L_72, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::BuildSchemaType(System.String,System.String) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_BuildSchemaType_m3396760451 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___baseName1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_BuildSchemaType_m3396760451_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; String_t* L_1 = ___baseName1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_2 = XmlSchemaSimpleType_BuildSchemaType_m161812030(NULL /*static, unused*/, L_0, L_1, (bool)0, (bool)0, /*hidden argument*/NULL); return L_2; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::BuildSchemaType(System.String,System.String,System.Boolean,System.Boolean) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_BuildSchemaType_m161812030 (RuntimeObject * __this /* static, unused */, String_t* ___name0, String_t* ___baseName1, bool ___xdt2, bool ___baseXdt3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_BuildSchemaType_m161812030_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; XmlSchemaSimpleType_t2678868104 * V_2 = NULL; String_t* G_B3_0 = NULL; String_t* G_B6_0 = NULL; { bool L_0 = ___xdt2; if (!L_0) { goto IL_0010; } } { G_B3_0 = _stringLiteral91702; goto IL_0015; } IL_0010: { G_B3_0 = _stringLiteral1569427300; } IL_0015: { V_0 = G_B3_0; bool L_1 = ___baseXdt3; if (!L_1) { goto IL_0026; } } { G_B6_0 = _stringLiteral91702; goto IL_002b; } IL_0026: { G_B6_0 = _stringLiteral1569427300; } IL_002b: { V_1 = G_B6_0; XmlSchemaSimpleType_t2678868104 * L_2 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_2, /*hidden argument*/NULL); V_2 = L_2; XmlSchemaSimpleType_t2678868104 * L_3 = V_2; String_t* L_4 = ___name0; String_t* L_5 = V_0; XmlQualifiedName_t2760654312 * L_6 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_6, L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); ((XmlSchemaType_t2033747345 *)L_3)->set_QNameInternal_25(L_6); String_t* L_7 = ___baseName1; if (!L_7) { goto IL_0057; } } { XmlSchemaSimpleType_t2678868104 * L_8 = V_2; String_t* L_9 = ___baseName1; String_t* L_10 = V_1; XmlQualifiedName_t2760654312 * L_11 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_11, L_9, L_10, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_12 = XmlSchemaType_GetBuiltInSimpleType_m1336857001(NULL /*static, unused*/, L_11, /*hidden argument*/NULL); NullCheck(L_8); ((XmlSchemaType_t2033747345 *)L_8)->set_BaseXmlSchemaTypeInternal_21(L_12); } IL_0057: { XmlSchemaSimpleType_t2678868104 * L_13 = V_2; XmlSchemaSimpleType_t2678868104 * L_14 = V_2; NullCheck(L_14); XmlQualifiedName_t2760654312 * L_15 = XmlSchemaType_get_QualifiedName_m2122094841(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_16 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); NullCheck(L_13); ((XmlSchemaType_t2033747345 *)L_13)->set_DatatypeInternal_22(L_16); XmlSchemaSimpleType_t2678868104 * L_17 = V_2; return L_17; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_get_AnySimpleType_m3105451177_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_0 = XsdAnySimpleType_get_Instance_m525392955(NULL /*static, unused*/, /*hidden argument*/NULL); return L_0; } } // 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) { { XmlSchemaSimpleTypeContent_t599285223 * L_0 = __this->get_content_29(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m1970396414 (XmlSchemaSimpleType_t2678868104 * __this, XmlSchemaSimpleTypeContent_t599285223 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleTypeContent_t599285223 * L_0 = ___value0; __this->set_content_29(L_0); return; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaSimpleType::get_Variety() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleType_get_Variety_m18134995 (XmlSchemaSimpleType_t2678868104 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_variety_32(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_SetParent_m223662037 (XmlSchemaSimpleType_t2678868104 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaSimpleTypeContent_t599285223 * L_1 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaSimpleTypeContent_t599285223 * L_2 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleType_Compile_m3035122963 (XmlSchemaSimpleType_t2678868104 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_Compile_m3035122963_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(0); bool L_4 = __this->get_islocal_30(); if (!L_4) { goto IL_0083; } } { String_t* L_5 = XmlSchemaType_get_Name_m599822945(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0046; } } { ValidationEventHandler_t791314227 * L_6 = ___h0; XmlSchemaObject_error_m903554348(__this, L_6, _stringLiteral1825648505, /*hidden argument*/NULL); goto IL_0062; } IL_0046: { String_t* L_7 = XmlSchemaType_get_Name_m599822945(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_8 = XmlSchemaObject_get_AncestorSchema_m2485268250(__this, /*hidden argument*/NULL); NullCheck(L_8); String_t* L_9 = XmlSchema_get_TargetNamespace_m442842382(L_8, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_10 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_10, L_7, L_9, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_QNameInternal_25(L_10); } IL_0062: { int32_t L_11 = XmlSchemaType_get_Final_m2717235480(__this, /*hidden argument*/NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)256)))) { goto IL_007e; } } { ValidationEventHandler_t791314227 * L_12 = ___h0; XmlSchemaObject_error_m903554348(__this, L_12, _stringLiteral4263328786, /*hidden argument*/NULL); } IL_007e: { goto IL_019f; } IL_0083: { String_t* L_13 = XmlSchemaType_get_Name_m599822945(__this, /*hidden argument*/NULL); if (L_13) { goto IL_009f; } } { ValidationEventHandler_t791314227 * L_14 = ___h0; XmlSchemaObject_error_m903554348(__this, L_14, _stringLiteral4277788981, /*hidden argument*/NULL); goto IL_00dc; } IL_009f: { String_t* L_15 = XmlSchemaType_get_Name_m599822945(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_16 = XmlSchemaUtil_CheckNCName_m1273109950(NULL /*static, unused*/, L_15, /*hidden argument*/NULL); if (L_16) { goto IL_00c0; } } { ValidationEventHandler_t791314227 * L_17 = ___h0; XmlSchemaObject_error_m903554348(__this, L_17, _stringLiteral2121463973, /*hidden argument*/NULL); goto IL_00dc; } IL_00c0: { String_t* L_18 = XmlSchemaType_get_Name_m599822945(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_19 = XmlSchemaObject_get_AncestorSchema_m2485268250(__this, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = XmlSchema_get_TargetNamespace_m442842382(L_19, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_21 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_21, L_18, L_20, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_QNameInternal_25(L_21); } IL_00dc: { int32_t L_22 = XmlSchemaType_get_Final_m2717235480(__this, /*hidden argument*/NULL); V_1 = L_22; int32_t L_23 = V_1; if ((((int32_t)L_23) == ((int32_t)((int32_t)255)))) { goto IL_0114; } } { int32_t L_24 = V_1; if ((((int32_t)L_24) == ((int32_t)((int32_t)256)))) { goto IL_0146; } } { int32_t L_25 = V_1; if ((((int32_t)L_25) == ((int32_t)4))) { goto IL_0124; } } { int32_t L_26 = V_1; if ((((int32_t)L_26) == ((int32_t)8))) { goto IL_0124; } } { int32_t L_27 = V_1; if ((((int32_t)L_27) == ((int32_t)((int32_t)16)))) { goto IL_0124; } } { goto IL_0135; } IL_0114: { ((XmlSchemaType_t2033747345 *)__this)->set_finalResolved_24(((int32_t)255)); goto IL_019f; } IL_0124: { int32_t L_28 = XmlSchemaType_get_Final_m2717235480(__this, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_finalResolved_24(L_28); goto IL_019f; } IL_0135: { ValidationEventHandler_t791314227 * L_29 = ___h0; XmlSchemaObject_error_m903554348(__this, L_29, _stringLiteral2386987764, /*hidden argument*/NULL); goto IL_0146; } IL_0146: { V_0 = ((int32_t)30); XmlSchema_t3742557897 * L_30 = ___schema1; NullCheck(L_30); int32_t L_31 = XmlSchema_get_FinalDefault_m1839239784(L_30, /*hidden argument*/NULL); V_2 = L_31; int32_t L_32 = V_2; if ((((int32_t)L_32) == ((int32_t)((int32_t)255)))) { goto IL_016b; } } { int32_t L_33 = V_2; if ((((int32_t)L_33) == ((int32_t)((int32_t)256)))) { goto IL_017b; } } { goto IL_0187; } IL_016b: { ((XmlSchemaType_t2033747345 *)__this)->set_finalResolved_24(((int32_t)255)); goto IL_019a; } IL_017b: { ((XmlSchemaType_t2033747345 *)__this)->set_finalResolved_24(0); goto IL_019a; } IL_0187: { XmlSchema_t3742557897 * L_34 = ___schema1; NullCheck(L_34); int32_t L_35 = XmlSchema_get_FinalDefault_m1839239784(L_34, /*hidden argument*/NULL); int32_t L_36 = V_0; ((XmlSchemaType_t2033747345 *)__this)->set_finalResolved_24(((int32_t)((int32_t)L_35&(int32_t)L_36))); goto IL_019a; } IL_019a: { goto IL_019f; } IL_019f: { String_t* L_37 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_38 = ___schema1; NullCheck(L_38); Hashtable_t1853889766 * L_39 = XmlSchema_get_IDCollection_m3725452494(L_38, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_40 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_37, __this, L_39, L_40, /*hidden argument*/NULL); XmlSchemaSimpleTypeContent_t599285223 * L_41 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!L_41) { goto IL_01c9; } } { XmlSchemaSimpleTypeContent_t599285223 * L_42 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); NullCheck(L_42); L_42->set_OwnerType_16(__this); } IL_01c9: { XmlSchemaSimpleTypeContent_t599285223 * L_43 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (L_43) { goto IL_01e5; } } { ValidationEventHandler_t791314227 * L_44 = ___h0; XmlSchemaObject_error_m903554348(__this, L_44, _stringLiteral494358324, /*hidden argument*/NULL); goto IL_0292; } IL_01e5: { XmlSchemaSimpleTypeContent_t599285223 * L_45 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_45, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))) { goto IL_0220; } } { ((XmlSchemaType_t2033747345 *)__this)->set_resolvedDerivedBy_23(4); int32_t L_46 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleTypeContent_t599285223 * L_47 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_48 = ___h0; XmlSchema_t3742557897 * L_49 = ___schema1; NullCheck(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_47, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))); int32_t L_50 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeRestriction::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, ((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_47, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)), L_48, L_49); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)L_50))); goto IL_0292; } IL_0220: { XmlSchemaSimpleTypeContent_t599285223 * L_51 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_51, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var))) { goto IL_025b; } } { ((XmlSchemaType_t2033747345 *)__this)->set_resolvedDerivedBy_23(8); int32_t L_52 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleTypeContent_t599285223 * L_53 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_54 = ___h0; XmlSchema_t3742557897 * L_55 = ___schema1; NullCheck(((XmlSchemaSimpleTypeList_t472803608 *)CastclassClass((RuntimeObject*)L_53, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var))); int32_t L_56 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeList::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, ((XmlSchemaSimpleTypeList_t472803608 *)CastclassClass((RuntimeObject*)L_53, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)), L_54, L_55); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)L_56))); goto IL_0292; } IL_025b: { XmlSchemaSimpleTypeContent_t599285223 * L_57 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_57, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var))) { goto IL_0292; } } { ((XmlSchemaType_t2033747345 *)__this)->set_resolvedDerivedBy_23(((int32_t)16)); int32_t L_58 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleTypeContent_t599285223 * L_59 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_60 = ___h0; XmlSchema_t3742557897 * L_61 = ___schema1; NullCheck(((XmlSchemaSimpleTypeUnion_t4071426880 *)CastclassClass((RuntimeObject*)L_59, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var))); int32_t L_62 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeUnion::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, ((XmlSchemaSimpleTypeUnion_t4071426880 *)CastclassClass((RuntimeObject*)L_59, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)), L_60, L_61); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_62))); } IL_0292: { XmlSchema_t3742557897 * L_63 = ___schema1; NullCheck(L_63); Guid_t L_64 = ((XmlSchemaObject_t1315720168 *)L_63)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_64); int32_t L_65 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_65; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::CollectBaseType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_CollectBaseType_m3045110927 (XmlSchemaSimpleType_t2678868104 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_CollectBaseType_m3045110927_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { XmlSchemaSimpleTypeContent_t599285223 * L_0 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))) { goto IL_0062; } } { XmlSchemaSimpleTypeContent_t599285223 * L_1 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_2 = ___h0; XmlSchema_t3742557897 * L_3 = ___schema1; NullCheck(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))); RuntimeObject * L_4 = XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_1, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)), L_2, L_3, (bool)0, /*hidden argument*/NULL); V_0 = L_4; RuntimeObject * L_5 = V_0; ((XmlSchemaType_t2033747345 *)__this)->set_BaseXmlSchemaTypeInternal_21(((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaType_t2033747345 * L_6 = ((XmlSchemaType_t2033747345 *)__this)->get_BaseXmlSchemaTypeInternal_21(); if (!L_6) { goto IL_0051; } } { XmlSchemaType_t2033747345 * L_7 = ((XmlSchemaType_t2033747345 *)__this)->get_BaseXmlSchemaTypeInternal_21(); NullCheck(L_7); XmlSchemaDatatype_t322714710 * L_8 = XmlSchemaType_get_Datatype_m3072197688(L_7, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_DatatypeInternal_22(L_8); goto IL_005d; } IL_0051: { RuntimeObject * L_9 = V_0; ((XmlSchemaType_t2033747345 *)__this)->set_DatatypeInternal_22(((XmlSchemaDatatype_t322714710 *)IsInstClass((RuntimeObject*)L_9, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); } IL_005d: { goto IL_006d; } IL_0062: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_10 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_DatatypeInternal_22(L_10); } IL_006d: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleType_Validate_m2924628612 (XmlSchemaSimpleType_t2678868104 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_Validate_m2924628612_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; XmlSchemaSimpleTypeRestriction_t3925451115 * V_2 = NULL; RuntimeObject * V_3 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_4 = NULL; XmlSchemaSimpleType_t2678868104 * V_5 = NULL; XmlSchemaType_t2033747345 * G_B18_0 = NULL; { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { bool L_4 = __this->get_recursed_31(); if (!L_4) { goto IL_0036; } } { ValidationEventHandler_t791314227 * L_5 = ___h0; XmlSchemaObject_error_m903554348(__this, L_5, _stringLiteral3707278166, /*hidden argument*/NULL); int32_t L_6 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_6; } IL_0036: { __this->set_recursed_31((bool)1); ValidationEventHandler_t791314227 * L_7 = ___h0; XmlSchema_t3742557897 * L_8 = ___schema1; XmlSchemaSimpleType_CollectBaseType_m3045110927(__this, L_7, L_8, /*hidden argument*/NULL); XmlSchemaSimpleTypeContent_t599285223 * L_9 = __this->get_content_29(); if (!L_9) { goto IL_006a; } } { int32_t L_10 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleTypeContent_t599285223 * L_11 = __this->get_content_29(); ValidationEventHandler_t791314227 * L_12 = ___h0; XmlSchema_t3742557897 * L_13 = ___schema1; NullCheck(L_11); int32_t L_14 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_11, L_12, L_13); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_14))); } IL_006a: { XmlSchemaType_t2033747345 * L_15 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); V_0 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_16 = V_0; if (!L_16) { goto IL_0088; } } { XmlSchemaSimpleType_t2678868104 * L_17 = V_0; NullCheck(L_17); XmlSchemaDatatype_t322714710 * L_18 = XmlSchemaType_get_Datatype_m3072197688(L_17, /*hidden argument*/NULL); ((XmlSchemaType_t2033747345 *)__this)->set_DatatypeInternal_22(L_18); } IL_0088: { XmlSchemaType_t2033747345 * L_19 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_19, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_20 = V_1; if (!L_20) { goto IL_00b8; } } { XmlSchemaSimpleType_t2678868104 * L_21 = V_1; NullCheck(L_21); int32_t L_22 = XmlSchemaType_get_FinalResolved_m213206105(L_21, /*hidden argument*/NULL); int32_t L_23 = ((XmlSchemaType_t2033747345 *)__this)->get_resolvedDerivedBy_23(); if (!((int32_t)((int32_t)L_22&(int32_t)L_23))) { goto IL_00b8; } } { ValidationEventHandler_t791314227 * L_24 = ___h0; XmlSchemaObject_error_m903554348(__this, L_24, _stringLiteral1892207345, /*hidden argument*/NULL); } IL_00b8: { int32_t L_25 = ((XmlSchemaType_t2033747345 *)__this)->get_resolvedDerivedBy_23(); if ((!(((uint32_t)L_25) == ((uint32_t)4)))) { goto IL_00db; } } { XmlSchemaSimpleType_t2678868104 * L_26 = V_1; if (!L_26) { goto IL_00db; } } { XmlSchemaSimpleType_t2678868104 * L_27 = V_1; NullCheck(L_27); int32_t L_28 = XmlSchemaSimpleType_get_Variety_m18134995(L_27, /*hidden argument*/NULL); __this->set_variety_32(L_28); goto IL_00e7; } IL_00db: { int32_t L_29 = ((XmlSchemaType_t2033747345 *)__this)->get_resolvedDerivedBy_23(); __this->set_variety_32(L_29); } IL_00e7: { XmlSchemaSimpleTypeContent_t599285223 * L_30 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); V_2 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_30, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_31 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); if (!L_31) { goto IL_0109; } } { XmlSchemaType_t2033747345 * L_32 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); G_B18_0 = L_32; goto IL_010f; } IL_0109: { XmlSchemaDatatype_t322714710 * L_33 = XmlSchemaType_get_Datatype_m3072197688(__this, /*hidden argument*/NULL); G_B18_0 = ((XmlSchemaType_t2033747345 *)(L_33)); } IL_010f: { V_3 = G_B18_0; XmlSchemaSimpleTypeRestriction_t3925451115 * L_34 = V_2; if (!L_34) { goto IL_0125; } } { RuntimeObject * L_35 = V_3; XmlSchemaSimpleTypeRestriction_t3925451115 * L_36 = V_2; NullCheck(L_36); XmlSchemaObjectCollection_t1064819932 * L_37 = XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046(L_36, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_38 = ___h0; XmlSchema_t3742557897 * L_39 = ___schema1; XmlSchemaSimpleType_ValidateDerivationValid_m431215739(__this, L_35, L_37, L_38, L_39, /*hidden argument*/NULL); } IL_0125: { XmlSchemaSimpleTypeContent_t599285223 * L_40 = XmlSchemaSimpleType_get_Content_m2306047784(__this, /*hidden argument*/NULL); V_4 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_40, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t472803608 * L_41 = V_4; if (!L_41) { goto IL_016b; } } { XmlSchemaSimpleTypeList_t472803608 * L_42 = V_4; NullCheck(L_42); RuntimeObject * L_43 = XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183(L_42, /*hidden argument*/NULL); V_5 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_43, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_44 = V_5; if (!L_44) { goto IL_016b; } } { XmlSchemaSimpleType_t2678868104 * L_45 = V_5; NullCheck(L_45); XmlSchemaSimpleTypeContent_t599285223 * L_46 = XmlSchemaSimpleType_get_Content_m2306047784(L_45, /*hidden argument*/NULL); if (!((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_46, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var))) { goto IL_016b; } } { ValidationEventHandler_t791314227 * L_47 = ___h0; XmlSchemaObject_error_m903554348(__this, L_47, _stringLiteral187116341, /*hidden argument*/NULL); } IL_016b: { __this->set_recursed_31((bool)0); XmlSchema_t3742557897 * L_48 = ___schema1; NullCheck(L_48); Guid_t L_49 = ((XmlSchemaObject_t1315720168 *)L_48)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_49); int32_t L_50 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_50; } } // System.Void System.Xml.Schema.XmlSchemaSimpleType::ValidateDerivationValid(System.Object,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_ValidateDerivationValid_m431215739 (XmlSchemaSimpleType_t2678868104 * __this, RuntimeObject * ___baseType0, XmlSchemaObjectCollection_t1064819932 * ___facets1, ValidationEventHandler_t791314227 * ___h2, XmlSchema_t3742557897 * ___schema3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_ValidateDerivationValid_m431215739_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaFacet_t1906017689 * V_1 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_2 = NULL; XmlSchemaFacet_t1906017689 * V_3 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_4 = NULL; int32_t V_5 = 0; RuntimeObject* V_6 = NULL; RuntimeObject* V_7 = 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 = ___baseType0; V_0 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); int32_t L_1 = XmlSchemaSimpleType_get_Variety_m18134995(__this, /*hidden argument*/NULL); V_5 = L_1; int32_t L_2 = V_5; if ((((int32_t)L_2) == ((int32_t)4))) { goto IL_002d; } } { int32_t L_3 = V_5; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_006f; } } { int32_t L_4 = V_5; if ((((int32_t)L_4) == ((int32_t)((int32_t)16)))) { goto IL_00ff; } } { goto IL_0172; } IL_002d: { XmlSchemaSimpleType_t2678868104 * L_5 = V_0; if (!L_5) { goto IL_004b; } } { XmlSchemaSimpleType_t2678868104 * L_6 = V_0; NullCheck(L_6); int32_t L_7 = ((XmlSchemaType_t2033747345 *)L_6)->get_resolvedDerivedBy_23(); if ((((int32_t)L_7) == ((int32_t)4))) { goto IL_004b; } } { ValidationEventHandler_t791314227 * L_8 = ___h2; XmlSchemaObject_error_m903554348(__this, L_8, _stringLiteral1002729513, /*hidden argument*/NULL); } IL_004b: { XmlSchemaSimpleType_t2678868104 * L_9 = V_0; if (!L_9) { goto IL_006a; } } { XmlSchemaSimpleType_t2678868104 * L_10 = V_0; NullCheck(L_10); int32_t L_11 = XmlSchemaType_get_FinalResolved_m213206105(L_10, /*hidden argument*/NULL); if (!((int32_t)((int32_t)L_11&(int32_t)4))) { goto IL_006a; } } { ValidationEventHandler_t791314227 * L_12 = ___h2; XmlSchemaObject_error_m903554348(__this, L_12, _stringLiteral1784447688, /*hidden argument*/NULL); } IL_006a: { goto IL_0172; } IL_006f: { XmlSchemaObjectCollection_t1064819932 * L_13 = ___facets1; if (!L_13) { goto IL_00fa; } } { XmlSchemaObjectCollection_t1064819932 * L_14 = ___facets1; NullCheck(L_14); XmlSchemaObjectEnumerator_t503074204 * L_15 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_14, /*hidden argument*/NULL); V_2 = L_15; } IL_007c: try { // begin try (depth: 1) { goto IL_00d5; } IL_0081: { XmlSchemaObjectEnumerator_t503074204 * L_16 = V_2; NullCheck(L_16); XmlSchemaObject_t1315720168 * L_17 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_16, /*hidden argument*/NULL); V_1 = ((XmlSchemaFacet_t1906017689 *)CastclassClass((RuntimeObject*)L_17, XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var)); XmlSchemaFacet_t1906017689 * L_18 = V_1; if (((XmlSchemaLengthFacet_t4286280832 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaLengthFacet_t4286280832_il2cpp_TypeInfo_var))) { goto IL_00c4; } } IL_0098: { XmlSchemaFacet_t1906017689 * L_19 = V_1; if (((XmlSchemaMaxLengthFacet_t2192171319 *)IsInstClass((RuntimeObject*)L_19, XmlSchemaMaxLengthFacet_t2192171319_il2cpp_TypeInfo_var))) { goto IL_00c4; } } IL_00a3: { XmlSchemaFacet_t1906017689 * L_20 = V_1; if (((XmlSchemaMinLengthFacet_t686585762 *)IsInstClass((RuntimeObject*)L_20, XmlSchemaMinLengthFacet_t686585762_il2cpp_TypeInfo_var))) { goto IL_00c4; } } IL_00ae: { XmlSchemaFacet_t1906017689 * L_21 = V_1; if (((XmlSchemaEnumerationFacet_t2156689038 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaEnumerationFacet_t2156689038_il2cpp_TypeInfo_var))) { goto IL_00c4; } } IL_00b9: { XmlSchemaFacet_t1906017689 * L_22 = V_1; if (!((XmlSchemaPatternFacet_t3316004401 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var))) { goto IL_00c9; } } IL_00c4: { goto IL_00d5; } IL_00c9: { ValidationEventHandler_t791314227 * L_23 = ___h2; XmlSchemaObject_error_m903554348(__this, L_23, _stringLiteral2929388584, /*hidden argument*/NULL); } IL_00d5: { XmlSchemaObjectEnumerator_t503074204 * L_24 = V_2; NullCheck(L_24); bool L_25 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_0081; } } IL_00e0: { IL2CPP_LEAVE(0xFA, FINALLY_00e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e5; } FINALLY_00e5: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_26 = V_2; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_27 = V_6; if (L_27) { goto IL_00f2; } } IL_00f1: { IL2CPP_END_FINALLY(229) } IL_00f2: { RuntimeObject* L_28 = V_6; NullCheck(L_28); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_28); IL2CPP_END_FINALLY(229) } } // end finally (depth: 1) IL2CPP_CLEANUP(229) { IL2CPP_JUMP_TBL(0xFA, IL_00fa) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fa: { goto IL_0172; } IL_00ff: { XmlSchemaObjectCollection_t1064819932 * L_29 = ___facets1; if (!L_29) { goto IL_016d; } } { XmlSchemaObjectCollection_t1064819932 * L_30 = ___facets1; NullCheck(L_30); XmlSchemaObjectEnumerator_t503074204 * L_31 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_30, /*hidden argument*/NULL); V_4 = L_31; } IL_010d: try { // begin try (depth: 1) { goto IL_0146; } IL_0112: { XmlSchemaObjectEnumerator_t503074204 * L_32 = V_4; NullCheck(L_32); XmlSchemaObject_t1315720168 * L_33 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_32, /*hidden argument*/NULL); V_3 = ((XmlSchemaFacet_t1906017689 *)CastclassClass((RuntimeObject*)L_33, XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var)); XmlSchemaFacet_t1906017689 * L_34 = V_3; if (((XmlSchemaEnumerationFacet_t2156689038 *)IsInstClass((RuntimeObject*)L_34, XmlSchemaEnumerationFacet_t2156689038_il2cpp_TypeInfo_var))) { goto IL_0135; } } IL_012a: { XmlSchemaFacet_t1906017689 * L_35 = V_3; if (!((XmlSchemaPatternFacet_t3316004401 *)IsInstClass((RuntimeObject*)L_35, XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var))) { goto IL_013a; } } IL_0135: { goto IL_0146; } IL_013a: { ValidationEventHandler_t791314227 * L_36 = ___h2; XmlSchemaObject_error_m903554348(__this, L_36, _stringLiteral2929388584, /*hidden argument*/NULL); } IL_0146: { XmlSchemaObjectEnumerator_t503074204 * L_37 = V_4; NullCheck(L_37); bool L_38 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_37, /*hidden argument*/NULL); if (L_38) { goto IL_0112; } } IL_0152: { IL2CPP_LEAVE(0x16D, FINALLY_0157); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0157; } FINALLY_0157: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_39 = V_4; V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_7; if (L_40) { goto IL_0165; } } IL_0164: { IL2CPP_END_FINALLY(343) } IL_0165: { RuntimeObject* L_41 = V_7; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_41); IL2CPP_END_FINALLY(343) } } // end finally (depth: 1) IL2CPP_CLEANUP(343) { IL2CPP_JUMP_TBL(0x16D, IL_016d) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_016d: { goto IL_0172; } IL_0172: { return; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; RuntimeObject * V_2 = NULL; ObjectU5BU5D_t2843939325* V_3 = NULL; int32_t V_4 = 0; int32_t V_5 = 0; { RuntimeObject * L_0 = ___baseType0; if ((((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))) { goto IL_001d; } } { RuntimeObject * L_1 = ___baseType0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_2 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); if ((((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_2))) { goto IL_001d; } } { RuntimeObject * L_3 = ___baseType0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_4 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_4)))) { goto IL_001f; } } IL_001d: { return (bool)1; } IL_001f: { RuntimeObject * L_5 = ___baseType0; V_0 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_6 = V_0; if (!L_6) { goto IL_0053; } } { XmlSchemaSimpleType_t2678868104 * L_7 = V_0; NullCheck(L_7); int32_t L_8 = XmlSchemaType_get_FinalResolved_m213206105(L_7, /*hidden argument*/NULL); int32_t L_9 = ((XmlSchemaType_t2033747345 *)__this)->get_resolvedDerivedBy_23(); if (!((int32_t)((int32_t)L_8&(int32_t)L_9))) { goto IL_0053; } } { bool L_10 = ___raiseError3; if (!L_10) { goto IL_0051; } } { ValidationEventHandler_t791314227 * L_11 = ___h1; XmlSchemaObject_error_m903554348(__this, L_11, _stringLiteral573193253, /*hidden argument*/NULL); } IL_0051: { return (bool)0; } IL_0053: { XmlSchemaType_t2033747345 * L_12 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); RuntimeObject * L_13 = ___baseType0; if ((((RuntimeObject*)(XmlSchemaType_t2033747345 *)L_12) == ((RuntimeObject*)(RuntimeObject *)L_13))) { goto IL_006b; } } { XmlSchemaDatatype_t322714710 * L_14 = XmlSchemaType_get_Datatype_m3072197688(__this, /*hidden argument*/NULL); RuntimeObject * L_15 = ___baseType0; if ((!(((RuntimeObject*)(XmlSchemaDatatype_t322714710 *)L_14) == ((RuntimeObject*)(RuntimeObject *)L_15)))) { goto IL_006d; } } IL_006b: { return (bool)1; } IL_006d: { XmlSchemaType_t2033747345 * L_16 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_16, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_17 = V_1; if (!L_17) { goto IL_0090; } } { XmlSchemaSimpleType_t2678868104 * L_18 = V_1; RuntimeObject * L_19 = ___baseType0; ValidationEventHandler_t791314227 * L_20 = ___h1; XmlSchema_t3742557897 * L_21 = ___schema2; NullCheck(L_18); bool L_22 = XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113(L_18, L_19, L_20, L_21, (bool)0, /*hidden argument*/NULL); if (!L_22) { goto IL_0090; } } { return (bool)1; } IL_0090: { int32_t L_23 = XmlSchemaSimpleType_get_Variety_m18134995(__this, /*hidden argument*/NULL); V_5 = L_23; int32_t L_24 = V_5; if ((((int32_t)L_24) == ((int32_t)8))) { goto IL_00ae; } } { int32_t L_25 = V_5; if ((((int32_t)L_25) == ((int32_t)((int32_t)16)))) { goto IL_00ae; } } { goto IL_00c0; } IL_00ae: { RuntimeObject * L_26 = ___baseType0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_27 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject *)L_26) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_27)))) { goto IL_00bb; } } { return (bool)1; } IL_00bb: { goto IL_00c0; } IL_00c0: { XmlSchemaSimpleType_t2678868104 * L_28 = V_0; if (!L_28) { goto IL_0112; } } { XmlSchemaSimpleType_t2678868104 * L_29 = V_0; NullCheck(L_29); int32_t L_30 = XmlSchemaSimpleType_get_Variety_m18134995(L_29, /*hidden argument*/NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)16))))) { goto IL_0112; } } { XmlSchemaSimpleType_t2678868104 * L_31 = V_0; NullCheck(L_31); XmlSchemaSimpleTypeContent_t599285223 * L_32 = XmlSchemaSimpleType_get_Content_m2306047784(L_31, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleTypeUnion_t4071426880 *)CastclassClass((RuntimeObject*)L_32, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var))); ObjectU5BU5D_t2843939325* L_33 = XmlSchemaSimpleTypeUnion_get_ValidatedTypes_m461184707(((XmlSchemaSimpleTypeUnion_t4071426880 *)CastclassClass((RuntimeObject*)L_32, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_3 = L_33; V_4 = 0; goto IL_0108; } IL_00ec: { ObjectU5BU5D_t2843939325* L_34 = V_3; int32_t L_35 = V_4; NullCheck(L_34); int32_t L_36 = L_35; RuntimeObject * L_37 = (L_34)->GetAt(static_cast(L_36)); V_2 = L_37; RuntimeObject * L_38 = V_2; ValidationEventHandler_t791314227 * L_39 = ___h1; XmlSchema_t3742557897 * L_40 = ___schema2; bool L_41 = XmlSchemaSimpleType_ValidateTypeDerivationOK_m3745618113(__this, L_38, L_39, L_40, (bool)0, /*hidden argument*/NULL); if (!L_41) { goto IL_0102; } } { return (bool)1; } IL_0102: { int32_t L_42 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1)); } IL_0108: { int32_t L_43 = V_4; ObjectU5BU5D_t2843939325* L_44 = V_3; NullCheck(L_44); if ((((int32_t)L_43) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_44)->max_length))))))) { goto IL_00ec; } } IL_0112: { bool L_45 = ___raiseError3; if (!L_45) { goto IL_0125; } } { ValidationEventHandler_t791314227 * L_46 = ___h1; XmlSchemaObject_error_m903554348(__this, L_46, _stringLiteral1470549572, /*hidden argument*/NULL); } IL_0125: { return (bool)0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleType::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleType_Read_m1629189972 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleType_Read_m1629189972_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaSimpleTypeRestriction_t3925451115 * V_4 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_5 = NULL; XmlSchemaSimpleTypeUnion_t4071426880 * V_6 = NULL; { XmlSchemaSimpleType_t2678868104 * L_0 = (XmlSchemaSimpleType_t2678868104 *)il2cpp_codegen_object_new(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType__ctor_m2253231569(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1307725358, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSimpleType_t2678868104 *)NULL; } IL_0056: { XmlSchemaSimpleType_t2678868104 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0171; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral2379696392, /*hidden argument*/NULL); if (!L_24) { goto IL_00c3; } } { XmlSchemaSimpleType_t2678868104 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_27 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_FinalAllowed_0(); int32_t L_28 = XmlSchemaUtil_ReadDerivationAttribute_m214019534(NULL /*static, unused*/, L_26, (&V_1), _stringLiteral2379696392, L_27, /*hidden argument*/NULL); NullCheck(L_25); XmlSchemaType_set_Final_m383026665(L_25, L_28, /*hidden argument*/NULL); Exception_t * L_29 = V_1; if (!L_29) { goto IL_00be; } } { ValidationEventHandler_t791314227 * L_30 = ___h1; Exception_t * L_31 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_30, _stringLiteral2853295071, L_31, /*hidden argument*/NULL); } IL_00be: { goto IL_0171; } IL_00c3: { XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_32); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_34 = String_op_Equality_m920492651(NULL /*static, unused*/, L_33, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_34) { goto IL_00e9; } } { XmlSchemaSimpleType_t2678868104 * L_35 = V_0; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); NullCheck(L_35); XmlSchemaAnnotated_set_Id_m1597719336(L_35, L_37, /*hidden argument*/NULL); goto IL_0171; } IL_00e9: { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Equality_m920492651(NULL /*static, unused*/, L_39, _stringLiteral62725243, /*hidden argument*/NULL); if (!L_40) { goto IL_010f; } } { XmlSchemaSimpleType_t2678868104 * L_41 = V_0; XmlSchemaReader_t1164558392 * L_42 = ___reader0; NullCheck(L_42); String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_42); NullCheck(L_41); XmlSchemaType_set_Name_m786219427(L_41, L_43, /*hidden argument*/NULL); goto IL_0171; } IL_010f: { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_47 = String_op_Equality_m920492651(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0139; } } { XmlSchemaReader_t1164558392 * L_48 = ___reader0; NullCheck(L_48); String_t* L_49 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_48); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_50 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_49, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_50) { goto IL_014e; } } IL_0139: { XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_53 = String_op_Equality_m920492651(NULL /*static, unused*/, L_52, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_53) { goto IL_016a; } } IL_014e: { ValidationEventHandler_t791314227 * L_54 = ___h1; XmlSchemaReader_t1164558392 * L_55 = ___reader0; NullCheck(L_55); String_t* L_56 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_55); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_57 = String_Concat_m3937257545(NULL /*static, unused*/, L_56, _stringLiteral94847583, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_54, L_57, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0171; } IL_016a: { XmlSchemaReader_t1164558392 * L_58 = ___reader0; XmlSchemaSimpleType_t2678868104 * L_59 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_58, L_59, /*hidden argument*/NULL); } IL_0171: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; NullCheck(L_60); bool L_61 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_60); if (L_61) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_62); XmlSchemaReader_t1164558392 * L_63 = ___reader0; NullCheck(L_63); bool L_64 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_63); if (!L_64) { goto IL_0190; } } { XmlSchemaSimpleType_t2678868104 * L_65 = V_0; return L_65; } IL_0190: { V_2 = 1; goto IL_02b6; } IL_0197: { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); int32_t L_67 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_66); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)15))))) { goto IL_01d5; } } { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_70 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_69, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_70) { goto IL_01d0; } } { ValidationEventHandler_t791314227 * L_71 = ___h1; XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_74 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2310844148, L_73, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_71, L_74, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d0: { goto IL_02c1; } IL_01d5: { int32_t L_75 = V_2; if ((((int32_t)L_75) > ((int32_t)1))) { goto IL_020d; } } { XmlSchemaReader_t1164558392 * L_76 = ___reader0; NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_78 = String_op_Equality_m920492651(NULL /*static, unused*/, L_77, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_78) { goto IL_020d; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_79 = ___reader0; ValidationEventHandler_t791314227 * L_80 = ___h1; XmlSchemaAnnotation_t2553753397 * L_81 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); V_3 = L_81; XmlSchemaAnnotation_t2553753397 * L_82 = V_3; if (!L_82) { goto IL_0208; } } { XmlSchemaSimpleType_t2678868104 * L_83 = V_0; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; NullCheck(L_83); XmlSchemaAnnotated_set_Annotation_m3050132480(L_83, L_84, /*hidden argument*/NULL); } IL_0208: { goto IL_02b6; } IL_020d: { int32_t L_85 = V_2; if ((((int32_t)L_85) > ((int32_t)2))) { goto IL_02b0; } } { XmlSchemaReader_t1164558392 * L_86 = ___reader0; NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_88 = String_op_Equality_m920492651(NULL /*static, unused*/, L_87, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_88) { goto IL_0248; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_89 = ___reader0; ValidationEventHandler_t791314227 * L_90 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeRestriction_t3925451115 * L_91 = XmlSchemaSimpleTypeRestriction_Read_m102524905(NULL /*static, unused*/, L_89, L_90, /*hidden argument*/NULL); V_4 = L_91; XmlSchemaSimpleTypeRestriction_t3925451115 * L_92 = V_4; if (!L_92) { goto IL_0243; } } { XmlSchemaSimpleType_t2678868104 * L_93 = V_0; XmlSchemaSimpleTypeRestriction_t3925451115 * L_94 = V_4; NullCheck(L_93); L_93->set_content_29(L_94); } IL_0243: { goto IL_02b6; } IL_0248: { XmlSchemaReader_t1164558392 * L_95 = ___reader0; NullCheck(L_95); String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_95); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_97 = String_op_Equality_m920492651(NULL /*static, unused*/, L_96, _stringLiteral3941568111, /*hidden argument*/NULL); if (!L_97) { goto IL_027c; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_98 = ___reader0; ValidationEventHandler_t791314227 * L_99 = ___h1; XmlSchemaSimpleTypeList_t472803608 * L_100 = XmlSchemaSimpleTypeList_Read_m3988772706(NULL /*static, unused*/, L_98, L_99, /*hidden argument*/NULL); V_5 = L_100; XmlSchemaSimpleTypeList_t472803608 * L_101 = V_5; if (!L_101) { goto IL_0277; } } { XmlSchemaSimpleType_t2678868104 * L_102 = V_0; XmlSchemaSimpleTypeList_t472803608 * L_103 = V_5; NullCheck(L_102); L_102->set_content_29(L_103); } IL_0277: { goto IL_02b6; } IL_027c: { XmlSchemaReader_t1164558392 * L_104 = ___reader0; NullCheck(L_104); String_t* L_105 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_104); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_106 = String_op_Equality_m920492651(NULL /*static, unused*/, L_105, _stringLiteral1991705772, /*hidden argument*/NULL); if (!L_106) { goto IL_02b0; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_107 = ___reader0; ValidationEventHandler_t791314227 * L_108 = ___h1; XmlSchemaSimpleTypeUnion_t4071426880 * L_109 = XmlSchemaSimpleTypeUnion_Read_m4121525525(NULL /*static, unused*/, L_107, L_108, /*hidden argument*/NULL); V_6 = L_109; XmlSchemaSimpleTypeUnion_t4071426880 * L_110 = V_6; if (!L_110) { goto IL_02ab; } } { XmlSchemaSimpleType_t2678868104 * L_111 = V_0; XmlSchemaSimpleTypeUnion_t4071426880 * L_112 = V_6; NullCheck(L_111); L_111->set_content_29(L_112); } IL_02ab: { goto IL_02b6; } IL_02b0: { XmlSchemaReader_t1164558392 * L_113 = ___reader0; NullCheck(L_113); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_113, /*hidden argument*/NULL); } IL_02b6: { XmlSchemaReader_t1164558392 * L_114 = ___reader0; NullCheck(L_114); bool L_115 = XmlSchemaReader_ReadNextElement_m611223709(L_114, /*hidden argument*/NULL); if (L_115) { goto IL_0197; } } IL_02c1: { XmlSchemaSimpleType_t2678868104 * L_116 = V_0; return L_116; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeContent::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeContent__ctor_m2939213844 (XmlSchemaSimpleTypeContent_t599285223 * __this, const RuntimeMethod* method) { { XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Schema.XmlSchemaSimpleTypeContent::get_ActualBaseSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945 (XmlSchemaSimpleTypeContent_t599285223 * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_OwnerType_16(); NullCheck(L_0); RuntimeObject * L_1 = XmlSchemaType_get_BaseSchemaType_m3936227521(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m468630537 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeList__ctor_m468630537_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSimpleTypeContent__ctor_m2939213844(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); XmlSchemaSimpleTypeList_set_ItemTypeName_m1444979039(__this, L_0, /*hidden argument*/NULL); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::get_ItemTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleTypeList_get_ItemTypeName_m1793827519 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_itemTypeName_18(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemTypeName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemTypeName_m1444979039 (XmlSchemaSimpleTypeList_t472803608 * __this, XmlQualifiedName_t2760654312 * ___value0, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = ___value0; __this->set_itemTypeName_18(L_0); return; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_ItemType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleTypeList_get_ItemType_m4258023120 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_itemType_17(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_m4093680610 (XmlSchemaSimpleTypeList_t472803608 * __this, XmlSchemaSimpleType_t2678868104 * ___value0, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = ___value0; __this->set_itemType_17(L_0); return; } } // System.Object System.Xml.Schema.XmlSchemaSimpleTypeList::get_ValidatedListItemType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeList_get_ValidatedListItemType_m343969183 (XmlSchemaSimpleTypeList_t472803608 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_validatedListItemType_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_SetParent_m3653621498 (XmlSchemaSimpleTypeList_t472803608 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_1 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaSimpleType_t2678868104 * L_2 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaSimpleType::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeList::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeList_Compile_m2478526433 (XmlSchemaSimpleTypeList_t472803608 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeList_Compile_m2478526433_MetadataUsageId); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(0); XmlSchemaSimpleType_t2678868104 * L_4 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); if (!L_4) { goto IL_0046; } } { XmlQualifiedName_t2760654312 * L_5 = XmlSchemaSimpleTypeList_get_ItemTypeName_m1793827519(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = XmlQualifiedName_get_IsEmpty_m1430090042(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0046; } } { ValidationEventHandler_t791314227 * L_7 = ___h0; XmlSchemaObject_error_m903554348(__this, L_7, _stringLiteral520028258, /*hidden argument*/NULL); } IL_0046: { XmlSchemaSimpleType_t2678868104 * L_8 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); if (L_8) { goto IL_006d; } } { XmlQualifiedName_t2760654312 * L_9 = XmlSchemaSimpleTypeList_get_ItemTypeName_m1793827519(__this, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = XmlQualifiedName_get_IsEmpty_m1430090042(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006d; } } { ValidationEventHandler_t791314227 * L_11 = ___h0; XmlSchemaObject_error_m903554348(__this, L_11, _stringLiteral3015152753, /*hidden argument*/NULL); } IL_006d: { XmlSchemaSimpleType_t2678868104 * L_12 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_0092; } } { int32_t L_13 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_14 = XmlSchemaSimpleTypeList_get_ItemType_m4258023120(__this, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_15 = ___h0; XmlSchema_t3742557897 * L_16 = ___schema1; NullCheck(L_14); int32_t L_17 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_14, L_15, L_16); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_17))); } IL_0092: { XmlQualifiedName_t2760654312 * L_18 = XmlSchemaSimpleTypeList_get_ItemTypeName_m1793827519(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_19 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00ae; } } { ValidationEventHandler_t791314227 * L_20 = ___h0; XmlSchemaObject_error_m903554348(__this, L_20, _stringLiteral343863411, /*hidden argument*/NULL); } IL_00ae: { String_t* L_21 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_22 = ___schema1; NullCheck(L_22); Hashtable_t1853889766 * L_23 = XmlSchema_get_IDCollection_m3725452494(L_22, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_24 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_21, __this, L_23, L_24, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_25 = ___schema1; NullCheck(L_25); Guid_t L_26 = ((XmlSchemaObject_t1315720168 *)L_25)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_26); int32_t L_27 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_27; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeList::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeList_Validate_m3630859097 (XmlSchemaSimpleTypeList_t472803608 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeList_Validate_m3630859097_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { XmlSchemaSimpleType_t2678868104 * L_4 = __this->get_itemType_17(); V_0 = L_4; XmlSchemaSimpleType_t2678868104 * L_5 = V_0; if (L_5) { goto IL_0037; } } { XmlSchema_t3742557897 * L_6 = ___schema1; XmlQualifiedName_t2760654312 * L_7 = __this->get_itemTypeName_18(); NullCheck(L_6); XmlSchemaType_t2033747345 * L_8 = XmlSchema_FindSchemaType_m3920891232(L_6, L_7, /*hidden argument*/NULL); V_0 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); } IL_0037: { XmlSchemaSimpleType_t2678868104 * L_9 = V_0; if (!L_9) { goto IL_005e; } } { int32_t L_10 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_11 = V_0; ValidationEventHandler_t791314227 * L_12 = ___h0; XmlSchema_t3742557897 * L_13 = ___schema1; NullCheck(L_11); int32_t L_14 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_11, L_12, L_13); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_14))); XmlSchemaSimpleType_t2678868104 * L_15 = V_0; __this->set_validatedListItemType_19(L_15); goto IL_00fd; } IL_005e: { XmlQualifiedName_t2760654312 * L_16 = __this->get_itemTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_17 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_18 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0083; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_19 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); __this->set_validatedListItemType_19(L_19); goto IL_00fd; } IL_0083: { XmlQualifiedName_t2760654312 * L_20 = __this->get_itemTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_21 = XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516(NULL /*static, unused*/, L_20, /*hidden argument*/NULL); if (!L_21) { goto IL_00cb; } } { XmlQualifiedName_t2760654312 * L_22 = __this->get_itemTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_23 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); __this->set_validatedListItemType_19(L_23); RuntimeObject * L_24 = __this->get_validatedListItemType_19(); if (L_24) { goto IL_00c6; } } { ValidationEventHandler_t791314227 * L_25 = ___h0; XmlQualifiedName_t2760654312 * L_26 = __this->get_itemTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3470389865, L_26, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_25, L_27, /*hidden argument*/NULL); } IL_00c6: { goto IL_00fd; } IL_00cb: { XmlSchema_t3742557897 * L_28 = ___schema1; XmlQualifiedName_t2760654312 * L_29 = __this->get_itemTypeName_18(); NullCheck(L_29); String_t* L_30 = XmlQualifiedName_get_Namespace_m3957593392(L_29, /*hidden argument*/NULL); NullCheck(L_28); bool L_31 = XmlSchema_IsNamespaceAbsent_m3899863769(L_28, L_30, /*hidden argument*/NULL); if (L_31) { goto IL_00fd; } } { ValidationEventHandler_t791314227 * L_32 = ___h0; XmlQualifiedName_t2760654312 * L_33 = __this->get_itemTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_34 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1256501891, L_33, _stringLiteral2086747346, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_32, L_34, /*hidden argument*/NULL); } IL_00fd: { RuntimeObject * L_35 = __this->get_validatedListItemType_19(); V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_35, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_36 = V_1; if (L_36) { goto IL_0130; } } { RuntimeObject * L_37 = __this->get_validatedListItemType_19(); if (!L_37) { goto IL_0130; } } { RuntimeObject * L_38 = __this->get_validatedListItemType_19(); NullCheck(((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_38, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); int32_t L_39 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, ((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_38, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); XmlSchemaSimpleType_t2678868104 * L_40 = XmlSchemaType_GetBuiltInSimpleType_m1138863932(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); V_1 = L_40; } IL_0130: { XmlSchemaSimpleType_t2678868104 * L_41 = V_1; __this->set_validatedListItemSchemaType_20(L_41); XmlSchema_t3742557897 * L_42 = ___schema1; NullCheck(L_42); Guid_t L_43 = ((XmlSchemaObject_t1315720168 *)L_42)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_43); int32_t L_44 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_44; } } // System.Xml.Schema.XmlSchemaSimpleTypeList System.Xml.Schema.XmlSchemaSimpleTypeList::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeList_t472803608 * XmlSchemaSimpleTypeList_Read_m3988772706 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeList_Read_m3988772706_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeList_t472803608 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaSimpleType_t2678868104 * V_4 = NULL; { XmlSchemaSimpleTypeList_t472803608 * L_0 = (XmlSchemaSimpleTypeList_t472803608 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeList__ctor_m468630537(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral3941568111, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2600357199, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSimpleTypeList_t472803608 *)NULL; } IL_0056: { XmlSchemaSimpleTypeList_t472803608 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleTypeList_t472803608 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleTypeList_t472803608 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_014c; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaSimpleTypeList_t472803608 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_014c; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral2355854968, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaSimpleTypeList_t472803608 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_33 = XmlSchemaUtil_ReadQNameAttribute_m567024358(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); XmlSchemaSimpleTypeList_set_ItemTypeName_m1444979039(L_31, L_33, /*hidden argument*/NULL); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2281214833, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_014c; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0114; } } { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_45, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_46) { goto IL_0129; } } IL_0114: { XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_49) { goto IL_0145; } } IL_0129: { ValidationEventHandler_t791314227 * L_50 = ___h1; XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m3937257545(NULL /*static, unused*/, L_52, _stringLiteral569633848, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_53, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_014c; } IL_0145: { XmlSchemaReader_t1164558392 * L_54 = ___reader0; XmlSchemaSimpleTypeList_t472803608 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); } IL_014c: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); bool L_57 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_56); if (L_57) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_58); XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); bool L_60 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_59); if (!L_60) { goto IL_016b; } } { XmlSchemaSimpleTypeList_t472803608 * L_61 = V_0; return L_61; } IL_016b: { V_2 = 1; goto IL_0229; } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_62); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)15))))) { goto IL_01b0; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_65, _stringLiteral3941568111, /*hidden argument*/NULL); if (!L_66) { goto IL_01ab; } } { ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3585894194, L_69, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_67, L_70, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01ab: { goto IL_0234; } IL_01b0: { int32_t L_71 = V_2; if ((((int32_t)L_71) > ((int32_t)1))) { goto IL_01e8; } } { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Equality_m920492651(NULL /*static, unused*/, L_73, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_74) { goto IL_01e8; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_75 = ___reader0; ValidationEventHandler_t791314227 * L_76 = ___h1; XmlSchemaAnnotation_t2553753397 * L_77 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); V_3 = L_77; XmlSchemaAnnotation_t2553753397 * L_78 = V_3; if (!L_78) { goto IL_01e3; } } { XmlSchemaSimpleTypeList_t472803608 * L_79 = V_0; XmlSchemaAnnotation_t2553753397 * L_80 = V_3; NullCheck(L_79); XmlSchemaAnnotated_set_Annotation_m3050132480(L_79, L_80, /*hidden argument*/NULL); } IL_01e3: { goto IL_0229; } IL_01e8: { int32_t L_81 = V_2; if ((((int32_t)L_81) > ((int32_t)2))) { goto IL_0223; } } { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_83, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_84) { goto IL_0223; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_85 = ___reader0; ValidationEventHandler_t791314227 * L_86 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_87 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_4 = L_87; XmlSchemaSimpleType_t2678868104 * L_88 = V_4; if (!L_88) { goto IL_021e; } } { XmlSchemaSimpleTypeList_t472803608 * L_89 = V_0; XmlSchemaSimpleType_t2678868104 * L_90 = V_4; NullCheck(L_89); L_89->set_itemType_17(L_90); } IL_021e: { goto IL_0229; } IL_0223: { XmlSchemaReader_t1164558392 * L_91 = ___reader0; NullCheck(L_91); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_91, /*hidden argument*/NULL); } IL_0229: { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); bool L_93 = XmlSchemaReader_ReadNextElement_m611223709(L_92, /*hidden argument*/NULL); if (L_93) { goto IL_0172; } } IL_0234: { XmlSchemaSimpleTypeList_t472803608 * L_94 = V_0; return L_94; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_m666597917 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction__ctor_m666597917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSimpleTypeContent__ctor_m2939213844(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_baseTypeName_18(L_0); XmlSchemaObjectCollection_t1064819932 * L_1 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_1, /*hidden argument*/NULL); __this->set_facets_19(L_1); return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__cctor_m3766107797 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction__cctor_m3766107797_MetadataUsageId); s_Il2CppMethodInitialized = true; } { ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->set_lengthStyle_33(7); ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->set_listFacets_34(((int32_t)63)); return; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_BaseTypeName() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaSimpleTypeRestriction_get_BaseTypeName_m3242510882 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_baseTypeName_18(); return L_0; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_BaseType() extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaSimpleTypeRestriction_get_BaseType_m3965294117 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method) { { XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_baseType_17(); return L_0; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::get_Facets() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_facets_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_SetParent_m1234062005 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_SetParent_m1234062005_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaSimpleType_t2678868104 * L_1 = XmlSchemaSimpleTypeRestriction_get_BaseType_m3965294117(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_001e; } } { XmlSchemaSimpleType_t2678868104 * L_2 = XmlSchemaSimpleTypeRestriction_get_BaseType_m3965294117(__this, /*hidden argument*/NULL); NullCheck(L_2); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaSimpleType::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_2, __this); } IL_001e: { XmlSchemaObjectCollection_t1064819932 * L_3 = XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046(__this, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaObjectEnumerator_t503074204 * L_4 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_002a: try { // begin try (depth: 1) { goto IL_003d; } IL_002f: { XmlSchemaObjectEnumerator_t503074204 * L_5 = V_1; NullCheck(L_5); XmlSchemaObject_t1315720168 * L_6 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_5, /*hidden argument*/NULL); V_0 = L_6; XmlSchemaObject_t1315720168 * L_7 = V_0; NullCheck(L_7); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_7, __this); } IL_003d: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; NullCheck(L_8); bool L_9 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_002f; } } IL_0048: { IL2CPP_LEAVE(0x5F, FINALLY_004d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004d; } FINALLY_004d: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_10 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_11 = V_2; if (L_11) { goto IL_0058; } } IL_0057: { IL2CPP_END_FINALLY(77) } IL_0058: { RuntimeObject* L_12 = V_2; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_12); IL2CPP_END_FINALLY(77) } } // end finally (depth: 1) IL2CPP_CLEANUP(77) { IL2CPP_JUMP_TBL(0x5F, IL_005f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_005f: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeRestriction::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeRestriction_Compile_m1536568546 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_Compile_m1536568546_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(0); XmlSchemaSimpleType_t2678868104 * L_4 = __this->get_baseType_17(); if (!L_4) { goto IL_0046; } } { XmlQualifiedName_t2760654312 * L_5 = XmlSchemaSimpleTypeRestriction_get_BaseTypeName_m3242510882(__this, /*hidden argument*/NULL); NullCheck(L_5); bool L_6 = XmlQualifiedName_get_IsEmpty_m1430090042(L_5, /*hidden argument*/NULL); if (L_6) { goto IL_0046; } } { ValidationEventHandler_t791314227 * L_7 = ___h0; XmlSchemaObject_error_m903554348(__this, L_7, _stringLiteral2934311481, /*hidden argument*/NULL); } IL_0046: { XmlSchemaSimpleType_t2678868104 * L_8 = __this->get_baseType_17(); if (L_8) { goto IL_006d; } } { XmlQualifiedName_t2760654312 * L_9 = XmlSchemaSimpleTypeRestriction_get_BaseTypeName_m3242510882(__this, /*hidden argument*/NULL); NullCheck(L_9); bool L_10 = XmlQualifiedName_get_IsEmpty_m1430090042(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_006d; } } { ValidationEventHandler_t791314227 * L_11 = ___h0; XmlSchemaObject_error_m903554348(__this, L_11, _stringLiteral934947509, /*hidden argument*/NULL); } IL_006d: { XmlSchemaSimpleType_t2678868104 * L_12 = __this->get_baseType_17(); if (!L_12) { goto IL_0092; } } { int32_t L_13 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_14 = __this->get_baseType_17(); ValidationEventHandler_t791314227 * L_15 = ___h0; XmlSchema_t3742557897 * L_16 = ___schema1; NullCheck(L_14); int32_t L_17 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_14, L_15, L_16); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_17))); } IL_0092: { XmlQualifiedName_t2760654312 * L_18 = XmlSchemaSimpleTypeRestriction_get_BaseTypeName_m3242510882(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_19 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); if (L_19) { goto IL_00ae; } } { ValidationEventHandler_t791314227 * L_20 = ___h0; XmlSchemaObject_error_m903554348(__this, L_20, _stringLiteral343863411, /*hidden argument*/NULL); } IL_00ae: { String_t* L_21 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_22 = ___schema1; NullCheck(L_22); Hashtable_t1853889766 * L_23 = XmlSchema_get_IDCollection_m3725452494(L_22, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_24 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_21, __this, L_23, L_24, /*hidden argument*/NULL); V_0 = 0; goto IL_00ee; } IL_00c8: { XmlSchemaObjectCollection_t1064819932 * L_25 = XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046(__this, /*hidden argument*/NULL); int32_t L_26 = V_0; NullCheck(L_25); XmlSchemaObject_t1315720168 * L_27 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_25, L_26); if (((XmlSchemaFacet_t1906017689 *)IsInstClass((RuntimeObject*)L_27, XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var))) { goto IL_00ea; } } { ValidationEventHandler_t791314227 * L_28 = ___h0; XmlSchemaObject_error_m903554348(__this, L_28, _stringLiteral2154803466, /*hidden argument*/NULL); } IL_00ea: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_00ee: { int32_t L_30 = V_0; XmlSchemaObjectCollection_t1064819932 * L_31 = XmlSchemaSimpleTypeRestriction_get_Facets_m3958612046(__this, /*hidden argument*/NULL); NullCheck(L_31); int32_t L_32 = CollectionBase_get_Count_m1708965601(L_31, /*hidden argument*/NULL); if ((((int32_t)L_30) < ((int32_t)L_32))) { goto IL_00c8; } } { XmlSchema_t3742557897 * L_33 = ___schema1; NullCheck(L_33); Guid_t L_34 = ((XmlSchemaObject_t1315720168 *)L_33)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_34); int32_t L_35 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_35; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::IsAllowedFacet(System.Xml.Schema.XmlSchemaFacet) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFacet_t1906017689 * ___xsf0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdAnySimpleType_t1257864485 * V_0 = NULL; XmlSchemaSimpleTypeContent_t599285223 * V_1 = NULL; XmlSchemaSimpleTypeRestriction_t3925451115 * V_2 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_3 = NULL; XmlSchemaSimpleTypeUnion_t4071426880 * V_4 = NULL; int32_t G_B12_0 = 0; { RuntimeObject * L_0 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); V_0 = ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_0, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)); XsdAnySimpleType_t1257864485 * L_1 = V_0; if (!L_1) { goto IL_001a; } } { XsdAnySimpleType_t1257864485 * L_2 = V_0; XmlSchemaFacet_t1906017689 * L_3 = ___xsf0; NullCheck(L_2); bool L_4 = XsdAnySimpleType_AllowsFacet_m3295817030(L_2, L_3, /*hidden argument*/NULL); return L_4; } IL_001a: { RuntimeObject * L_5 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaSimpleTypeContent_t599285223 * L_6 = XmlSchemaSimpleType_get_Content_m2306047784(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_6; XmlSchemaSimpleTypeContent_t599285223 * L_7 = V_1; if (!L_7) { goto IL_0099; } } { XmlSchemaSimpleTypeContent_t599285223 * L_8 = V_1; V_2 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeRestriction_t3925451115 * L_9 = V_2; if (!L_9) { goto IL_004d; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_10 = V_2; if ((((RuntimeObject*)(XmlSchemaSimpleTypeRestriction_t3925451115 *)L_10) == ((RuntimeObject*)(XmlSchemaSimpleTypeRestriction_t3925451115 *)__this))) { goto IL_004d; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_11 = V_2; XmlSchemaFacet_t1906017689 * L_12 = ___xsf0; NullCheck(L_11); bool L_13 = XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703(L_11, L_12, /*hidden argument*/NULL); return L_13; } IL_004d: { XmlSchemaSimpleTypeContent_t599285223 * L_14 = V_1; V_3 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_14, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeList_t472803608 * L_15 = V_3; if (!L_15) { goto IL_006d; } } { XmlSchemaFacet_t1906017689 * L_16 = ___xsf0; NullCheck(L_16); int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_16); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_18 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_listFacets_34(); return (bool)((((int32_t)((((int32_t)((int32_t)((int32_t)L_17&(int32_t)L_18))) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_006d: { XmlSchemaSimpleTypeContent_t599285223 * L_19 = V_1; V_4 = ((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_19, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var)); XmlSchemaSimpleTypeUnion_t4071426880 * L_20 = V_4; if (!L_20) { goto IL_0094; } } { XmlSchemaFacet_t1906017689 * L_21 = ___xsf0; if (((XmlSchemaPatternFacet_t3316004401 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var))) { goto IL_0092; } } { XmlSchemaFacet_t1906017689 * L_22 = ___xsf0; G_B12_0 = ((!(((RuntimeObject*)(XmlSchemaEnumerationFacet_t2156689038 *)((XmlSchemaEnumerationFacet_t2156689038 *)IsInstClass((RuntimeObject*)L_22, XmlSchemaEnumerationFacet_t2156689038_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0093; } IL_0092: { G_B12_0 = 1; } IL_0093: { return (bool)G_B12_0; } IL_0094: { goto IL_0099; } IL_0099: { return (bool)0; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeRestriction::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeRestriction_Validate_m2375296915 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_Validate_m2375296915_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeRestriction_t3925451115 * V_0 = NULL; XmlSchemaSimpleTypeContent_t599285223 * V_1 = NULL; int32_t V_2 = 0; ArrayList_t2718874744 * V_3 = NULL; ArrayList_t2718874744 * V_4 = NULL; int32_t V_5 = 0; XmlSchemaFacet_t1906017689 * V_6 = NULL; XmlSchemaEnumerationFacet_t2156689038 * V_7 = NULL; XmlSchemaPatternFacet_t3316004401 * V_8 = NULL; int32_t V_9 = 0; String_t* V_10 = NULL; StringBuilder_t * V_11 = NULL; int32_t V_12 = 0; int32_t V_13 = 0; String_t* V_14 = NULL; Regex_t3657309853 * V_15 = NULL; Exception_t * V_16 = NULL; Decimal_t2948259380 V_17; memset(&V_17, 0, sizeof(V_17)); StringU5BU5D_t1281789340* V_18 = NULL; Il2CppChar V_19 = 0x0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { ValidationEventHandler_t791314227 * L_4 = ___h0; XmlSchema_t3742557897 * L_5 = ___schema1; XmlSchemaSimpleTypeRestriction_ValidateActualType_m3602917459(__this, L_4, L_5, /*hidden argument*/NULL); Decimal_t2948259380 L_6; memset(&L_6, 0, sizeof(L_6)); Decimal__ctor_m1256289983((&L_6), (-1), /*hidden argument*/NULL); Decimal_t2948259380 L_7 = L_6; V_17 = L_7; __this->set_totalDigitsFacet_27(L_7); Decimal_t2948259380 L_8 = V_17; Decimal_t2948259380 L_9 = L_8; V_17 = L_9; __this->set_fractionDigitsFacet_26(L_9); Decimal_t2948259380 L_10 = V_17; Decimal_t2948259380 L_11 = L_10; V_17 = L_11; __this->set_minLengthFacet_25(L_11); Decimal_t2948259380 L_12 = V_17; Decimal_t2948259380 L_13 = L_12; V_17 = L_13; __this->set_maxLengthFacet_24(L_13); Decimal_t2948259380 L_14 = V_17; __this->set_lengthFacet_23(L_14); V_0 = (XmlSchemaSimpleTypeRestriction_t3925451115 *)NULL; RuntimeObject * L_15 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_15, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))) { goto IL_0082; } } { RuntimeObject * L_16 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_16, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaSimpleTypeContent_t599285223 * L_17 = XmlSchemaSimpleType_get_Content_m2306047784(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_16, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_17; XmlSchemaSimpleTypeContent_t599285223 * L_18 = V_1; V_0 = ((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)); } IL_0082: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_19 = V_0; if (!L_19) { goto IL_0100; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_20 = V_0; NullCheck(L_20); int32_t L_21 = L_20->get_fixedFacets_32(); __this->set_fixedFacets_32(L_21); XmlSchemaSimpleTypeRestriction_t3925451115 * L_22 = V_0; NullCheck(L_22); Decimal_t2948259380 L_23 = L_22->get_lengthFacet_23(); __this->set_lengthFacet_23(L_23); XmlSchemaSimpleTypeRestriction_t3925451115 * L_24 = V_0; NullCheck(L_24); Decimal_t2948259380 L_25 = L_24->get_maxLengthFacet_24(); __this->set_maxLengthFacet_24(L_25); XmlSchemaSimpleTypeRestriction_t3925451115 * L_26 = V_0; NullCheck(L_26); Decimal_t2948259380 L_27 = L_26->get_minLengthFacet_25(); __this->set_minLengthFacet_25(L_27); XmlSchemaSimpleTypeRestriction_t3925451115 * L_28 = V_0; NullCheck(L_28); Decimal_t2948259380 L_29 = L_28->get_fractionDigitsFacet_26(); __this->set_fractionDigitsFacet_26(L_29); XmlSchemaSimpleTypeRestriction_t3925451115 * L_30 = V_0; NullCheck(L_30); Decimal_t2948259380 L_31 = L_30->get_totalDigitsFacet_27(); __this->set_totalDigitsFacet_27(L_31); XmlSchemaSimpleTypeRestriction_t3925451115 * L_32 = V_0; NullCheck(L_32); RuntimeObject * L_33 = L_32->get_maxInclusiveFacet_28(); __this->set_maxInclusiveFacet_28(L_33); XmlSchemaSimpleTypeRestriction_t3925451115 * L_34 = V_0; NullCheck(L_34); RuntimeObject * L_35 = L_34->get_maxExclusiveFacet_29(); __this->set_maxExclusiveFacet_29(L_35); XmlSchemaSimpleTypeRestriction_t3925451115 * L_36 = V_0; NullCheck(L_36); RuntimeObject * L_37 = L_36->get_minInclusiveFacet_30(); __this->set_minInclusiveFacet_30(L_37); XmlSchemaSimpleTypeRestriction_t3925451115 * L_38 = V_0; NullCheck(L_38); RuntimeObject * L_39 = L_38->get_minExclusiveFacet_31(); __this->set_minExclusiveFacet_31(L_39); } IL_0100: { V_18 = (StringU5BU5D_t1281789340*)NULL; __this->set_patternFacetValues_21((StringU5BU5D_t1281789340*)NULL); StringU5BU5D_t1281789340* L_40 = V_18; __this->set_enumarationFacetValues_20(L_40); __this->set_rexPatterns_22((RegexU5BU5D_t1561692752*)NULL); V_2 = 0; V_3 = (ArrayList_t2718874744 *)NULL; V_4 = (ArrayList_t2718874744 *)NULL; V_5 = 0; goto IL_0387; } IL_0128: { XmlSchemaObjectCollection_t1064819932 * L_41 = __this->get_facets_19(); int32_t L_42 = V_5; NullCheck(L_41); XmlSchemaObject_t1315720168 * L_43 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_41, L_42); V_6 = ((XmlSchemaFacet_t1906017689 *)IsInstClass((RuntimeObject*)L_43, XmlSchemaFacet_t1906017689_il2cpp_TypeInfo_var)); XmlSchemaFacet_t1906017689 * L_44 = V_6; if (!L_44) { goto IL_0178; } } { XmlSchemaFacet_t1906017689 * L_45 = V_6; bool L_46 = XmlSchemaSimpleTypeRestriction_IsAllowedFacet_m1070718703(__this, L_45, /*hidden argument*/NULL); if (L_46) { goto IL_0173; } } { XmlSchemaFacet_t1906017689 * L_47 = V_6; ValidationEventHandler_t791314227 * L_48 = ___h0; XmlSchemaFacet_t1906017689 * L_49 = V_6; NullCheck(L_49); int32_t L_50 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_49); int32_t L_51 = L_50; RuntimeObject * L_52 = Box(Facet_t1501039206_il2cpp_TypeInfo_var, &L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m904156431(NULL /*static, unused*/, L_52, _stringLiteral2180999159, /*hidden argument*/NULL); NullCheck(L_47); XmlSchemaObject_error_m903554348(L_47, L_48, L_53, /*hidden argument*/NULL); goto IL_0381; } IL_0173: { goto IL_017d; } IL_0178: { goto IL_0381; } IL_017d: { XmlSchemaObjectCollection_t1064819932 * L_54 = __this->get_facets_19(); int32_t L_55 = V_5; NullCheck(L_54); XmlSchemaObject_t1315720168 * L_56 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_54, L_55); V_7 = ((XmlSchemaEnumerationFacet_t2156689038 *)IsInstClass((RuntimeObject*)L_56, XmlSchemaEnumerationFacet_t2156689038_il2cpp_TypeInfo_var)); XmlSchemaEnumerationFacet_t2156689038 * L_57 = V_7; if (!L_57) { goto IL_01b7; } } { ArrayList_t2718874744 * L_58 = V_3; if (L_58) { goto IL_01a4; } } { ArrayList_t2718874744 * L_59 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_59, /*hidden argument*/NULL); V_3 = L_59; } IL_01a4: { ArrayList_t2718874744 * L_60 = V_3; XmlSchemaEnumerationFacet_t2156689038 * L_61 = V_7; NullCheck(L_61); String_t* L_62 = XmlSchemaFacet_get_Value_m199684217(L_61, /*hidden argument*/NULL); NullCheck(L_60); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_60, L_62); goto IL_0381; } IL_01b7: { XmlSchemaObjectCollection_t1064819932 * L_63 = __this->get_facets_19(); int32_t L_64 = V_5; NullCheck(L_63); XmlSchemaObject_t1315720168 * L_65 = VirtFuncInvoker1< XmlSchemaObject_t1315720168 *, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_63, L_64); V_8 = ((XmlSchemaPatternFacet_t3316004401 *)IsInstClass((RuntimeObject*)L_65, XmlSchemaPatternFacet_t3316004401_il2cpp_TypeInfo_var)); XmlSchemaPatternFacet_t3316004401 * L_66 = V_8; if (!L_66) { goto IL_01f4; } } { ArrayList_t2718874744 * L_67 = V_4; if (L_67) { goto IL_01e0; } } { ArrayList_t2718874744 * L_68 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_68, /*hidden argument*/NULL); V_4 = L_68; } IL_01e0: { ArrayList_t2718874744 * L_69 = V_4; XmlSchemaPatternFacet_t3316004401 * L_70 = V_8; NullCheck(L_70); String_t* L_71 = XmlSchemaFacet_get_Value_m199684217(L_70, /*hidden argument*/NULL); NullCheck(L_69); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_69, L_71); goto IL_0381; } IL_01f4: { int32_t L_72 = V_2; XmlSchemaFacet_t1906017689 * L_73 = V_6; NullCheck(L_73); int32_t L_74 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_73); if (!((int32_t)((int32_t)L_72&(int32_t)L_74))) { goto IL_022a; } } { XmlSchemaFacet_t1906017689 * L_75 = V_6; ValidationEventHandler_t791314227 * L_76 = ___h0; XmlSchemaFacet_t1906017689 * L_77 = V_6; NullCheck(L_77); int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_77); int32_t L_79 = L_78; RuntimeObject * L_80 = Box(Facet_t1501039206_il2cpp_TypeInfo_var, &L_79); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_81 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1123395259, L_80, _stringLiteral1718953828, /*hidden argument*/NULL); NullCheck(L_75); XmlSchemaObject_error_m903554348(L_75, L_76, L_81, /*hidden argument*/NULL); goto IL_0381; } IL_022a: { int32_t L_82 = V_2; XmlSchemaFacet_t1906017689 * L_83 = V_6; NullCheck(L_83); int32_t L_84 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_83); V_2 = ((int32_t)((int32_t)L_82|(int32_t)L_84)); XmlSchemaFacet_t1906017689 * L_85 = V_6; if (!((XmlSchemaLengthFacet_t4286280832 *)IsInstClass((RuntimeObject*)L_85, XmlSchemaLengthFacet_t4286280832_il2cpp_TypeInfo_var))) { goto IL_0254; } } { XmlSchemaFacet_t1906017689 * L_86 = V_6; int32_t L_87 = V_2; ValidationEventHandler_t791314227 * L_88 = ___h0; XmlSchemaSimpleTypeRestriction_checkLengthFacet_m552154258(__this, ((XmlSchemaLengthFacet_t4286280832 *)CastclassClass((RuntimeObject*)L_86, XmlSchemaLengthFacet_t4286280832_il2cpp_TypeInfo_var)), L_87, L_88, /*hidden argument*/NULL); goto IL_0361; } IL_0254: { XmlSchemaFacet_t1906017689 * L_89 = V_6; if (!((XmlSchemaMaxLengthFacet_t2192171319 *)IsInstClass((RuntimeObject*)L_89, XmlSchemaMaxLengthFacet_t2192171319_il2cpp_TypeInfo_var))) { goto IL_0274; } } { XmlSchemaFacet_t1906017689 * L_90 = V_6; int32_t L_91 = V_2; ValidationEventHandler_t791314227 * L_92 = ___h0; XmlSchemaSimpleTypeRestriction_checkMaxLengthFacet_m1519094515(__this, ((XmlSchemaMaxLengthFacet_t2192171319 *)CastclassClass((RuntimeObject*)L_90, XmlSchemaMaxLengthFacet_t2192171319_il2cpp_TypeInfo_var)), L_91, L_92, /*hidden argument*/NULL); goto IL_0361; } IL_0274: { XmlSchemaFacet_t1906017689 * L_93 = V_6; if (!((XmlSchemaMinLengthFacet_t686585762 *)IsInstClass((RuntimeObject*)L_93, XmlSchemaMinLengthFacet_t686585762_il2cpp_TypeInfo_var))) { goto IL_0294; } } { XmlSchemaFacet_t1906017689 * L_94 = V_6; int32_t L_95 = V_2; ValidationEventHandler_t791314227 * L_96 = ___h0; XmlSchemaSimpleTypeRestriction_checkMinLengthFacet_m3798454509(__this, ((XmlSchemaMinLengthFacet_t686585762 *)CastclassClass((RuntimeObject*)L_94, XmlSchemaMinLengthFacet_t686585762_il2cpp_TypeInfo_var)), L_95, L_96, /*hidden argument*/NULL); goto IL_0361; } IL_0294: { XmlSchemaFacet_t1906017689 * L_97 = V_6; if (!((XmlSchemaMinInclusiveFacet_t18629333 *)IsInstClass((RuntimeObject*)L_97, XmlSchemaMinInclusiveFacet_t18629333_il2cpp_TypeInfo_var))) { goto IL_02b9; } } { XmlSchemaFacet_t1906017689 * L_98 = V_6; RuntimeObject ** L_99 = __this->get_address_of_minInclusiveFacet_30(); ValidationEventHandler_t791314227 * L_100 = ___h0; XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245(__this, ((XmlSchemaMinInclusiveFacet_t18629333 *)CastclassClass((RuntimeObject*)L_98, XmlSchemaMinInclusiveFacet_t18629333_il2cpp_TypeInfo_var)), L_99, L_100, /*hidden argument*/NULL); goto IL_0361; } IL_02b9: { XmlSchemaFacet_t1906017689 * L_101 = V_6; if (!((XmlSchemaMaxInclusiveFacet_t719708644 *)IsInstClass((RuntimeObject*)L_101, XmlSchemaMaxInclusiveFacet_t719708644_il2cpp_TypeInfo_var))) { goto IL_02de; } } { XmlSchemaFacet_t1906017689 * L_102 = V_6; RuntimeObject ** L_103 = __this->get_address_of_maxInclusiveFacet_28(); ValidationEventHandler_t791314227 * L_104 = ___h0; XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245(__this, ((XmlSchemaMaxInclusiveFacet_t719708644 *)CastclassClass((RuntimeObject*)L_102, XmlSchemaMaxInclusiveFacet_t719708644_il2cpp_TypeInfo_var)), L_103, L_104, /*hidden argument*/NULL); goto IL_0361; } IL_02de: { XmlSchemaFacet_t1906017689 * L_105 = V_6; if (!((XmlSchemaMinExclusiveFacet_t85871952 *)IsInstClass((RuntimeObject*)L_105, XmlSchemaMinExclusiveFacet_t85871952_il2cpp_TypeInfo_var))) { goto IL_0303; } } { XmlSchemaFacet_t1906017689 * L_106 = V_6; RuntimeObject ** L_107 = __this->get_address_of_minExclusiveFacet_31(); ValidationEventHandler_t791314227 * L_108 = ___h0; XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245(__this, ((XmlSchemaMinExclusiveFacet_t85871952 *)CastclassClass((RuntimeObject*)L_106, XmlSchemaMinExclusiveFacet_t85871952_il2cpp_TypeInfo_var)), L_107, L_108, /*hidden argument*/NULL); goto IL_0361; } IL_0303: { XmlSchemaFacet_t1906017689 * L_109 = V_6; if (!((XmlSchemaMaxExclusiveFacet_t786951263 *)IsInstClass((RuntimeObject*)L_109, XmlSchemaMaxExclusiveFacet_t786951263_il2cpp_TypeInfo_var))) { goto IL_0328; } } { XmlSchemaFacet_t1906017689 * L_110 = V_6; RuntimeObject ** L_111 = __this->get_address_of_maxExclusiveFacet_29(); ValidationEventHandler_t791314227 * L_112 = ___h0; XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245(__this, ((XmlSchemaMaxExclusiveFacet_t786951263 *)CastclassClass((RuntimeObject*)L_110, XmlSchemaMaxExclusiveFacet_t786951263_il2cpp_TypeInfo_var)), L_111, L_112, /*hidden argument*/NULL); goto IL_0361; } IL_0328: { XmlSchemaFacet_t1906017689 * L_113 = V_6; if (!((XmlSchemaFractionDigitsFacet_t2589598443 *)IsInstClass((RuntimeObject*)L_113, XmlSchemaFractionDigitsFacet_t2589598443_il2cpp_TypeInfo_var))) { goto IL_0347; } } { XmlSchemaFacet_t1906017689 * L_114 = V_6; ValidationEventHandler_t791314227 * L_115 = ___h0; XmlSchemaSimpleTypeRestriction_checkFractionDigitsFacet_m4137464669(__this, ((XmlSchemaFractionDigitsFacet_t2589598443 *)CastclassClass((RuntimeObject*)L_114, XmlSchemaFractionDigitsFacet_t2589598443_il2cpp_TypeInfo_var)), L_115, /*hidden argument*/NULL); goto IL_0361; } IL_0347: { XmlSchemaFacet_t1906017689 * L_116 = V_6; if (!((XmlSchemaTotalDigitsFacet_t297930215 *)IsInstClass((RuntimeObject*)L_116, XmlSchemaTotalDigitsFacet_t297930215_il2cpp_TypeInfo_var))) { goto IL_0361; } } { XmlSchemaFacet_t1906017689 * L_117 = V_6; ValidationEventHandler_t791314227 * L_118 = ___h0; XmlSchemaSimpleTypeRestriction_checkTotalDigitsFacet_m1136086706(__this, ((XmlSchemaTotalDigitsFacet_t297930215 *)CastclassClass((RuntimeObject*)L_117, XmlSchemaTotalDigitsFacet_t297930215_il2cpp_TypeInfo_var)), L_118, /*hidden argument*/NULL); } IL_0361: { XmlSchemaFacet_t1906017689 * L_119 = V_6; NullCheck(L_119); bool L_120 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlSchemaFacet::get_IsFixed() */, L_119); if (!L_120) { goto IL_0381; } } { int32_t L_121 = __this->get_fixedFacets_32(); XmlSchemaFacet_t1906017689 * L_122 = V_6; NullCheck(L_122); int32_t L_123 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_122); __this->set_fixedFacets_32(((int32_t)((int32_t)L_121|(int32_t)L_123))); } IL_0381: { int32_t L_124 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_124, (int32_t)1)); } IL_0387: { int32_t L_125 = V_5; XmlSchemaObjectCollection_t1064819932 * L_126 = __this->get_facets_19(); NullCheck(L_126); int32_t L_127 = CollectionBase_get_Count_m1708965601(L_126, /*hidden argument*/NULL); if ((((int32_t)L_125) < ((int32_t)L_127))) { goto IL_0128; } } { ArrayList_t2718874744 * L_128 = V_3; if (!L_128) { goto IL_03ba; } } { ArrayList_t2718874744 * L_129 = V_3; RuntimeTypeHandle_t3027515415 L_130 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_131 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_130, /*hidden argument*/NULL); NullCheck(L_129); RuntimeArray * L_132 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_129, L_131); __this->set_enumarationFacetValues_20(((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_132, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var))); } IL_03ba: { ArrayList_t2718874744 * L_133 = V_4; if (!L_133) { goto IL_055a; } } { ArrayList_t2718874744 * L_134 = V_4; RuntimeTypeHandle_t3027515415 L_135 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_136 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_135, /*hidden argument*/NULL); NullCheck(L_134); RuntimeArray * L_137 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_134, L_136); __this->set_patternFacetValues_21(((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_137, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var))); ArrayList_t2718874744 * L_138 = V_4; NullCheck(L_138); int32_t L_139 = VirtFuncInvoker0< int32_t >::Invoke(23 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_138); __this->set_rexPatterns_22(((RegexU5BU5D_t1561692752*)SZArrayNew(RegexU5BU5D_t1561692752_il2cpp_TypeInfo_var, (uint32_t)L_139))); V_9 = 0; goto IL_054b; } IL_03f7: try { // begin try (depth: 1) { StringU5BU5D_t1281789340* L_140 = __this->get_patternFacetValues_21(); int32_t L_141 = V_9; NullCheck(L_140); int32_t L_142 = L_141; String_t* L_143 = (L_140)->GetAt(static_cast(L_142)); V_10 = L_143; V_11 = (StringBuilder_t *)NULL; V_12 = 0; V_13 = 0; goto IL_04d5; } IL_0410: { String_t* L_144 = V_10; int32_t L_145 = V_13; NullCheck(L_144); Il2CppChar L_146 = String_get_Chars_m2986988803(L_144, L_145, /*hidden argument*/NULL); if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)92))))) { goto IL_04cf; } } IL_0420: { String_t* L_147 = V_10; NullCheck(L_147); int32_t L_148 = String_get_Length_m3847582255(L_147, /*hidden argument*/NULL); int32_t L_149 = V_9; if ((((int32_t)L_148) <= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)1))))) { goto IL_04cf; } } IL_0430: { V_14 = (String_t*)NULL; String_t* L_150 = V_10; int32_t L_151 = V_13; NullCheck(L_150); Il2CppChar L_152 = String_get_Chars_m2986988803(L_150, ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)1)), /*hidden argument*/NULL); V_19 = L_152; Il2CppChar L_153 = V_19; if ((((int32_t)L_153) == ((int32_t)((int32_t)67)))) { goto IL_048d; } } IL_0449: { Il2CppChar L_154 = V_19; if ((((int32_t)L_154) == ((int32_t)((int32_t)73)))) { goto IL_0475; } } IL_0452: { Il2CppChar L_155 = V_19; if ((((int32_t)L_155) == ((int32_t)((int32_t)99)))) { goto IL_0481; } } IL_045b: { Il2CppChar L_156 = V_19; if ((((int32_t)L_156) == ((int32_t)((int32_t)105)))) { goto IL_0469; } } IL_0464: { goto IL_0499; } IL_0469: { V_14 = _stringLiteral283470520; goto IL_0499; } IL_0475: { V_14 = _stringLiteral3425514694; goto IL_0499; } IL_0481: { V_14 = _stringLiteral2884745856; goto IL_0499; } IL_048d: { V_14 = _stringLiteral2746146912; goto IL_0499; } IL_0499: { String_t* L_157 = V_14; if (!L_157) { goto IL_04cf; } } IL_04a0: { StringBuilder_t * L_158 = V_11; if (L_158) { goto IL_04ae; } } IL_04a7: { StringBuilder_t * L_159 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_m3121283359(L_159, /*hidden argument*/NULL); V_11 = L_159; } IL_04ae: { StringBuilder_t * L_160 = V_11; String_t* L_161 = V_10; int32_t L_162 = V_12; int32_t L_163 = V_13; int32_t L_164 = V_12; NullCheck(L_160); StringBuilder_Append_m3214161208(L_160, L_161, L_162, ((int32_t)il2cpp_codegen_subtract((int32_t)L_163, (int32_t)L_164)), /*hidden argument*/NULL); StringBuilder_t * L_165 = V_11; String_t* L_166 = V_14; NullCheck(L_165); StringBuilder_Append_m1965104174(L_165, L_166, /*hidden argument*/NULL); int32_t L_167 = V_13; V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)2)); } IL_04cf: { int32_t L_168 = V_13; V_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_168, (int32_t)1)); } IL_04d5: { int32_t L_169 = V_13; String_t* L_170 = V_10; NullCheck(L_170); int32_t L_171 = String_get_Length_m3847582255(L_170, /*hidden argument*/NULL); if ((((int32_t)L_169) < ((int32_t)L_171))) { goto IL_0410; } } IL_04e3: { StringBuilder_t * L_172 = V_11; if (!L_172) { goto IL_0509; } } IL_04ea: { StringBuilder_t * L_173 = V_11; String_t* L_174 = V_10; int32_t L_175 = V_12; String_t* L_176 = V_10; NullCheck(L_176); int32_t L_177 = String_get_Length_m3847582255(L_176, /*hidden argument*/NULL); int32_t L_178 = V_12; NullCheck(L_173); StringBuilder_Append_m3214161208(L_173, L_174, L_175, ((int32_t)il2cpp_codegen_subtract((int32_t)L_177, (int32_t)L_178)), /*hidden argument*/NULL); StringBuilder_t * L_179 = V_11; NullCheck(L_179); String_t* L_180 = StringBuilder_ToString_m3317489284(L_179, /*hidden argument*/NULL); V_10 = L_180; } IL_0509: { String_t* L_181 = V_10; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_182 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614642, L_181, _stringLiteral3452614524, /*hidden argument*/NULL); Regex_t3657309853 * L_183 = (Regex_t3657309853 *)il2cpp_codegen_object_new(Regex_t3657309853_il2cpp_TypeInfo_var); Regex__ctor_m897876424(L_183, L_182, /*hidden argument*/NULL); V_15 = L_183; RegexU5BU5D_t1561692752* L_184 = __this->get_rexPatterns_22(); int32_t L_185 = V_9; Regex_t3657309853 * L_186 = V_15; NullCheck(L_184); ArrayElementTypeCheck (L_184, L_186); (L_184)->SetAt(static_cast(L_185), (Regex_t3657309853 *)L_186); goto IL_0545; } } // 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_0531; throw e; } CATCH_0531: { // begin catch(System.Exception) V_16 = ((Exception_t *)__exception_local); ValidationEventHandler_t791314227 * L_187 = ___h0; Exception_t * L_188 = V_16; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_187, _stringLiteral1028670485, L_188, /*hidden argument*/NULL); goto IL_0545; } // end catch (depth: 1) IL_0545: { int32_t L_189 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); } IL_054b: { int32_t L_190 = V_9; StringU5BU5D_t1281789340* L_191 = __this->get_patternFacetValues_21(); NullCheck(L_191); if ((((int32_t)L_190) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_191)->max_length))))))) { goto IL_03f7; } } IL_055a: { XmlSchema_t3742557897 * L_192 = ___schema1; NullCheck(L_192); Guid_t L_193 = ((XmlSchemaObject_t1315720168 *)L_192)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_193); int32_t L_194 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_194; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateActualType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_ValidateActualType_m3602917459 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___h0; XmlSchema_t3742557897 * L_1 = ___schema1; XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::GetActualType(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Boolean) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, bool ___validate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_GetActualType_m1745053265_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XmlSchemaSimpleType_t2678868104 * V_1 = NULL; { V_0 = NULL; XmlSchemaSimpleType_t2678868104 * L_0 = __this->get_baseType_17(); V_1 = L_0; XmlSchemaSimpleType_t2678868104 * L_1 = V_1; if (L_1) { goto IL_0021; } } { XmlSchema_t3742557897 * L_2 = ___schema1; XmlQualifiedName_t2760654312 * L_3 = __this->get_baseTypeName_18(); NullCheck(L_2); XmlSchemaType_t2033747345 * L_4 = XmlSchema_FindSchemaType_m3920891232(L_2, L_3, /*hidden argument*/NULL); V_1 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_4, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); } IL_0021: { XmlSchemaSimpleType_t2678868104 * L_5 = V_1; if (!L_5) { goto IL_0049; } } { bool L_6 = ___validate2; if (!L_6) { goto IL_0042; } } { int32_t L_7 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_8 = V_1; ValidationEventHandler_t791314227 * L_9 = ___h0; XmlSchema_t3742557897 * L_10 = ___schema1; NullCheck(L_8); int32_t L_11 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_8, L_9, L_10); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_11))); } IL_0042: { XmlSchemaSimpleType_t2678868104 * L_12 = V_1; V_0 = L_12; goto IL_0109; } IL_0049: { XmlQualifiedName_t2760654312 * L_13 = __this->get_baseTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_14 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_15 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_0069; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_16 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); V_0 = L_16; goto IL_0109; } IL_0069: { XmlQualifiedName_t2760654312 * L_17 = __this->get_baseTypeName_18(); NullCheck(L_17); String_t* L_18 = XmlQualifiedName_get_Namespace_m3957593392(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Equality_m920492651(NULL /*static, unused*/, L_18, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_19) { goto IL_009d; } } { XmlQualifiedName_t2760654312 * L_20 = __this->get_baseTypeName_18(); NullCheck(L_20); String_t* L_21 = XmlQualifiedName_get_Namespace_m3957593392(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_21, _stringLiteral91702, /*hidden argument*/NULL); if (!L_22) { goto IL_00d1; } } IL_009d: { XmlQualifiedName_t2760654312 * L_23 = __this->get_baseTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_24 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_23, /*hidden argument*/NULL); V_0 = L_24; RuntimeObject * L_25 = V_0; if (L_25) { goto IL_00cc; } } { bool L_26 = ___validate2; if (!L_26) { goto IL_00cc; } } { ValidationEventHandler_t791314227 * L_27 = ___h0; XmlQualifiedName_t2760654312 * L_28 = __this->get_baseTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3470389865, L_28, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_27, L_29, /*hidden argument*/NULL); } IL_00cc: { goto IL_0109; } IL_00d1: { XmlSchema_t3742557897 * L_30 = ___schema1; XmlQualifiedName_t2760654312 * L_31 = __this->get_baseTypeName_18(); NullCheck(L_31); String_t* L_32 = XmlQualifiedName_get_Namespace_m3957593392(L_31, /*hidden argument*/NULL); NullCheck(L_30); bool L_33 = XmlSchema_IsNamespaceAbsent_m3899863769(L_30, L_32, /*hidden argument*/NULL); if (L_33) { goto IL_0109; } } { bool L_34 = ___validate2; if (!L_34) { goto IL_0109; } } { ValidationEventHandler_t791314227 * L_35 = ___h0; XmlQualifiedName_t2760654312 * L_36 = __this->get_baseTypeName_18(); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral508009477, L_36, _stringLiteral1962955403, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_35, L_37, /*hidden argument*/NULL); } IL_0109: { RuntimeObject * L_38 = V_0; return L_38; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkTotalDigitsFacet(System.Xml.Schema.XmlSchemaTotalDigitsFacet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkTotalDigitsFacet_m1136086706 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaTotalDigitsFacet_t297930215 * ___totf0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkTotalDigitsFacet_m1136086706_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_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); { XmlSchemaTotalDigitsFacet_t297930215 * L_0 = ___totf0; if (!L_0) { goto IL_00df; } } IL_0006: try { // begin try (depth: 1) { XmlSchemaTotalDigitsFacet_t297930215 * L_1 = ___totf0; NullCheck(L_1); String_t* L_2 = XmlSchemaFacet_get_Value_m199684217(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_4 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_lengthStyle_33(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_6 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Decimal_t2948259380 L_7 = V_0; Decimal_t2948259380 L_8; memset(&L_8, 0, sizeof(L_8)); Decimal__ctor_m1256289983((&L_8), 0, /*hidden argument*/NULL); bool L_9 = Decimal_op_LessThanOrEqual_m3936545906(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0057; } } IL_0032: { XmlSchemaTotalDigitsFacet_t297930215 * L_10 = ___totf0; ValidationEventHandler_t791314227 * L_11 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_13 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Decimal_t2948259380 L_14 = V_0; Decimal_t2948259380 L_15 = L_14; RuntimeObject * L_16 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m1881875187(NULL /*static, unused*/, L_12, _stringLiteral2590212315, L_13, /*hidden argument*/NULL); NullCheck(L_10); XmlSchemaObject_error_m903554348(L_10, L_11, L_17, /*hidden argument*/NULL); } IL_0057: { Decimal_t2948259380 L_18 = __this->get_totalDigitsFacet_27(); Decimal_t2948259380 L_19; memset(&L_19, 0, sizeof(L_19)); Decimal__ctor_m1256289983((&L_19), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_20 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00b1; } } IL_006d: { Decimal_t2948259380 L_21 = V_0; Decimal_t2948259380 L_22 = __this->get_totalDigitsFacet_27(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_23 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b1; } } IL_007e: { XmlSchemaTotalDigitsFacet_t297930215 * L_24 = ___totf0; ValidationEventHandler_t791314227 * L_25 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_27 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Decimal_t2948259380 L_28 = V_0; Decimal_t2948259380 L_29 = L_28; RuntimeObject * L_30 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_27; Decimal_t2948259380 L_32 = __this->get_totalDigitsFacet_27(); Decimal_t2948259380 L_33 = L_32; RuntimeObject * L_34 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_33); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(1), (RuntimeObject *)L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m1881875187(NULL /*static, unused*/, L_26, _stringLiteral1172177825, L_31, /*hidden argument*/NULL); NullCheck(L_24); XmlSchemaObject_error_m903554348(L_24, L_25, L_35, /*hidden argument*/NULL); } IL_00b1: { Decimal_t2948259380 L_36 = V_0; __this->set_totalDigitsFacet_27(L_36); goto IL_00df; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00bd; throw e; } CATCH_00bd: { // begin catch(System.FormatException) XmlSchemaTotalDigitsFacet_t297930215 * L_37 = ___totf0; ValidationEventHandler_t791314227 * L_38 = ___h1; XmlSchemaTotalDigitsFacet_t297930215 * L_39 = ___totf0; NullCheck(L_39); String_t* L_40 = XmlSchemaFacet_get_Value_m199684217(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = String_Trim_m923598732(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral2192880968, L_41, /*hidden argument*/NULL); NullCheck(L_37); XmlSchemaObject_error_m903554348(L_37, L_38, L_42, /*hidden argument*/NULL); goto IL_00df; } // end catch (depth: 1) IL_00df: { return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkFractionDigitsFacet(System.Xml.Schema.XmlSchemaFractionDigitsFacet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkFractionDigitsFacet_m4137464669 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFractionDigitsFacet_t2589598443 * ___fracf0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkFractionDigitsFacet_m4137464669_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_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); { XmlSchemaFractionDigitsFacet_t2589598443 * L_0 = ___fracf0; if (!L_0) { goto IL_00df; } } IL_0006: try { // begin try (depth: 1) { XmlSchemaFractionDigitsFacet_t2589598443 * L_1 = ___fracf0; NullCheck(L_1); String_t* L_2 = XmlSchemaFacet_get_Value_m199684217(L_1, /*hidden argument*/NULL); NullCheck(L_2); String_t* L_3 = String_Trim_m923598732(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_4 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_lengthStyle_33(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_5 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_6 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_3, L_4, L_5, /*hidden argument*/NULL); V_0 = L_6; Decimal_t2948259380 L_7 = V_0; Decimal_t2948259380 L_8; memset(&L_8, 0, sizeof(L_8)); Decimal__ctor_m1256289983((&L_8), 0, /*hidden argument*/NULL); bool L_9 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_7, L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0057; } } IL_0032: { XmlSchemaFractionDigitsFacet_t2589598443 * L_10 = ___fracf0; ValidationEventHandler_t791314227 * L_11 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_12 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_13 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)1)); Decimal_t2948259380 L_14 = V_0; Decimal_t2948259380 L_15 = L_14; RuntimeObject * L_16 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(0), (RuntimeObject *)L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_17 = String_Format_m1881875187(NULL /*static, unused*/, L_12, _stringLiteral1726927879, L_13, /*hidden argument*/NULL); NullCheck(L_10); XmlSchemaObject_error_m903554348(L_10, L_11, L_17, /*hidden argument*/NULL); } IL_0057: { Decimal_t2948259380 L_18 = __this->get_fractionDigitsFacet_26(); Decimal_t2948259380 L_19; memset(&L_19, 0, sizeof(L_19)); Decimal__ctor_m1256289983((&L_19), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_20 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_18, L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_00b1; } } IL_006d: { Decimal_t2948259380 L_21 = V_0; Decimal_t2948259380 L_22 = __this->get_fractionDigitsFacet_26(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_23 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00b1; } } IL_007e: { XmlSchemaFractionDigitsFacet_t2589598443 * L_24 = ___fracf0; ValidationEventHandler_t791314227 * L_25 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_26 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_27 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); Decimal_t2948259380 L_28 = V_0; Decimal_t2948259380 L_29 = L_28; RuntimeObject * L_30 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_29); NullCheck(L_27); ArrayElementTypeCheck (L_27, L_30); (L_27)->SetAt(static_cast(0), (RuntimeObject *)L_30); ObjectU5BU5D_t2843939325* L_31 = L_27; Decimal_t2948259380 L_32 = __this->get_fractionDigitsFacet_26(); Decimal_t2948259380 L_33 = L_32; RuntimeObject * L_34 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_33); NullCheck(L_31); ArrayElementTypeCheck (L_31, L_34); (L_31)->SetAt(static_cast(1), (RuntimeObject *)L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_35 = String_Format_m1881875187(NULL /*static, unused*/, L_26, _stringLiteral753924833, L_31, /*hidden argument*/NULL); NullCheck(L_24); XmlSchemaObject_error_m903554348(L_24, L_25, L_35, /*hidden argument*/NULL); } IL_00b1: { Decimal_t2948259380 L_36 = V_0; __this->set_fractionDigitsFacet_26(L_36); goto IL_00df; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_00bd; throw e; } CATCH_00bd: { // begin catch(System.FormatException) XmlSchemaFractionDigitsFacet_t2589598443 * L_37 = ___fracf0; ValidationEventHandler_t791314227 * L_38 = ___h1; XmlSchemaFractionDigitsFacet_t2589598443 * L_39 = ___fracf0; NullCheck(L_39); String_t* L_40 = XmlSchemaFacet_get_Value_m199684217(L_39, /*hidden argument*/NULL); NullCheck(L_40); String_t* L_41 = String_Trim_m923598732(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral1240579558, L_41, /*hidden argument*/NULL); NullCheck(L_37); XmlSchemaObject_error_m903554348(L_37, L_38, L_42, /*hidden argument*/NULL); goto IL_00df; } // end catch (depth: 1) IL_00df: { return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMinMaxFacet(System.Xml.Schema.XmlSchemaFacet,System.Object&,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaFacet_t1906017689 * ___facet0, RuntimeObject ** ___baseFacet1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkMinMaxFacet_m1724233245_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; XsdAnySimpleType_t1257864485 * V_1 = NULL; { XmlSchemaFacet_t1906017689 * L_0 = ___facet0; NullCheck(L_0); String_t* L_1 = XmlSchemaFacet_get_Value_m199684217(L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = XmlSchemaSimpleTypeRestriction_ValidateValueWithDatatype_m3322151548(__this, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = V_0; if (!L_3) { goto IL_007c; } } { int32_t L_4 = __this->get_fixedFacets_32(); XmlSchemaFacet_t1906017689 * L_5 = ___facet0; NullCheck(L_5); int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_5); if (!((int32_t)((int32_t)L_4&(int32_t)L_6))) { goto IL_0074; } } { RuntimeObject ** L_7 = ___baseFacet1; RuntimeObject * L_8 = *((RuntimeObject **)L_7); if (!L_8) { goto IL_0074; } } { XsdAnySimpleType_t1257864485 * L_9 = XmlSchemaSimpleTypeRestriction_getDatatype_m687103007(__this, /*hidden argument*/NULL); V_1 = L_9; XsdAnySimpleType_t1257864485 * L_10 = V_1; RuntimeObject * L_11 = V_0; RuntimeObject ** L_12 = ___baseFacet1; RuntimeObject * L_13 = *((RuntimeObject **)L_12); NullCheck(L_10); int32_t L_14 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(9 /* Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) */, L_10, L_11, L_13); if (!L_14) { goto IL_0074; } } { XmlSchemaFacet_t1906017689 * L_15 = ___facet0; ValidationEventHandler_t791314227 * L_16 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_17 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_18 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); XmlSchemaFacet_t1906017689 * L_19 = ___facet0; NullCheck(L_19); String_t* L_20 = XmlSchemaFacet_get_Value_m199684217(L_19, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_20); (L_18)->SetAt(static_cast(0), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_18; XmlSchemaFacet_t1906017689 * L_22 = ___facet0; NullCheck(L_22); int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaFacet::get_ThisFacet() */, L_22); int32_t L_24 = L_23; RuntimeObject * L_25 = Box(Facet_t1501039206_il2cpp_TypeInfo_var, &L_24); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_25); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_26 = String_Format_m1881875187(NULL /*static, unused*/, L_17, _stringLiteral2549327768, L_21, /*hidden argument*/NULL); NullCheck(L_15); XmlSchemaObject_error_m903554348(L_15, L_16, L_26, /*hidden argument*/NULL); } IL_0074: { RuntimeObject ** L_27 = ___baseFacet1; RuntimeObject * L_28 = V_0; *((RuntimeObject **)(L_27)) = (RuntimeObject *)L_28; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_27), (RuntimeObject *)L_28); goto IL_0093; } IL_007c: { XmlSchemaFacet_t1906017689 * L_29 = ___facet0; ValidationEventHandler_t791314227 * L_30 = ___h2; XmlSchemaFacet_t1906017689 * L_31 = ___facet0; NullCheck(L_31); String_t* L_32 = XmlSchemaFacet_get_Value_m199684217(L_31, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_33 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral3585617076, L_32, /*hidden argument*/NULL); NullCheck(L_29); XmlSchemaObject_error_m903554348(L_29, L_30, L_33, /*hidden argument*/NULL); } IL_0093: { return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkLengthFacet(System.Xml.Schema.XmlSchemaLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkLengthFacet_m552154258 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaLengthFacet_t4286280832 * ___lf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkLengthFacet_m552154258_MetadataUsageId); s_Il2CppMethodInitialized = true; } 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); { XmlSchemaLengthFacet_t4286280832 * L_0 = ___lf0; if (!L_0) { goto IL_009d; } } IL_0006: try { // begin try (depth: 1) { int32_t L_1 = ___facetsDefined1; if (!((int32_t)((int32_t)L_1&(int32_t)6))) { goto IL_001f; } } IL_000e: { XmlSchemaLengthFacet_t4286280832 * L_2 = ___lf0; ValidationEventHandler_t791314227 * L_3 = ___h2; NullCheck(L_2); XmlSchemaObject_error_m903554348(L_2, L_3, _stringLiteral4170909774, /*hidden argument*/NULL); goto IL_0076; } IL_001f: { XmlSchemaLengthFacet_t4286280832 * L_4 = ___lf0; NullCheck(L_4); String_t* L_5 = XmlSchemaFacet_get_Value_m199684217(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_Trim_m923598732(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_7 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_lengthStyle_33(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_9 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); __this->set_lengthFacet_23(L_9); Decimal_t2948259380 L_10 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_11; memset(&L_11, 0, sizeof(L_11)); Decimal__ctor_m1256289983((&L_11), 0, /*hidden argument*/NULL); bool L_12 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_10, L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_0076; } } IL_0055: { XmlSchemaLengthFacet_t4286280832 * L_13 = ___lf0; ValidationEventHandler_t791314227 * L_14 = ___h2; Decimal_t2948259380 L_15 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_16 = L_15; RuntimeObject * L_17 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_16); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_18 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1229679628, L_17, _stringLiteral1775556457, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_error_m903554348(L_13, L_14, L_18, /*hidden argument*/NULL); } IL_0076: { goto IL_009d; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_007b; throw e; } CATCH_007b: { // begin catch(System.FormatException) XmlSchemaLengthFacet_t4286280832 * L_19 = ___lf0; ValidationEventHandler_t791314227 * L_20 = ___h2; XmlSchemaLengthFacet_t4286280832 * L_21 = ___lf0; NullCheck(L_21); String_t* L_22 = XmlSchemaFacet_get_Value_m199684217(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_23 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1229679628, L_22, _stringLiteral2442382986, /*hidden argument*/NULL); NullCheck(L_19); XmlSchemaObject_error_m903554348(L_19, L_20, L_23, /*hidden argument*/NULL); goto IL_009d; } // end catch (depth: 1) IL_009d: { return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMaxLengthFacet(System.Xml.Schema.XmlSchemaMaxLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMaxLengthFacet_m1519094515 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaMaxLengthFacet_t2192171319 * ___maxlf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkMaxLengthFacet_m1519094515_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_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); { XmlSchemaMaxLengthFacet_t2192171319 * L_0 = ___maxlf0; if (!L_0) { goto IL_0191; } } IL_0006: try { // begin try (depth: 1) { int32_t L_1 = ___facetsDefined1; if (!((int32_t)((int32_t)L_1&(int32_t)1))) { goto IL_001f; } } IL_000e: { XmlSchemaMaxLengthFacet_t2192171319 * L_2 = ___maxlf0; ValidationEventHandler_t791314227 * L_3 = ___h2; NullCheck(L_2); XmlSchemaObject_error_m903554348(L_2, L_3, _stringLiteral4170909774, /*hidden argument*/NULL); goto IL_016a; } IL_001f: { XmlSchemaMaxLengthFacet_t2192171319 * L_4 = ___maxlf0; NullCheck(L_4); String_t* L_5 = XmlSchemaFacet_get_Value_m199684217(L_4, /*hidden argument*/NULL); NullCheck(L_5); String_t* L_6 = String_Trim_m923598732(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_7 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_lengthStyle_33(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_8 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_9 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_6, L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; int32_t L_10 = __this->get_fixedFacets_32(); if (!((int32_t)((int32_t)L_10&(int32_t)4))) { goto IL_0090; } } IL_0047: { Decimal_t2948259380 L_11 = V_0; Decimal_t2948259380 L_12 = __this->get_maxLengthFacet_24(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_13 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_11, L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0090; } } IL_0058: { XmlSchemaMaxLengthFacet_t2192171319 * L_14 = ___maxlf0; ValidationEventHandler_t791314227 * L_15 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_16 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_17 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); XmlSchemaMaxLengthFacet_t2192171319 * L_18 = ___maxlf0; NullCheck(L_18); String_t* L_19 = XmlSchemaFacet_get_Value_m199684217(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20 = String_Trim_m923598732(L_19, /*hidden argument*/NULL); NullCheck(L_17); ArrayElementTypeCheck (L_17, L_20); (L_17)->SetAt(static_cast(0), (RuntimeObject *)L_20); ObjectU5BU5D_t2843939325* L_21 = L_17; Decimal_t2948259380 L_22 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_23 = L_22; RuntimeObject * L_24 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_23); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(1), (RuntimeObject *)L_24); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = String_Format_m1881875187(NULL /*static, unused*/, L_16, _stringLiteral294320515, L_21, /*hidden argument*/NULL); NullCheck(L_14); XmlSchemaObject_error_m903554348(L_14, L_15, L_25, /*hidden argument*/NULL); } IL_0090: { Decimal_t2948259380 L_26 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_27; memset(&L_27, 0, sizeof(L_27)); Decimal__ctor_m1256289983((&L_27), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_28 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_26, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00f4; } } IL_00a6: { Decimal_t2948259380 L_29 = V_0; Decimal_t2948259380 L_30 = __this->get_maxLengthFacet_24(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_31 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_29, L_30, /*hidden argument*/NULL); if (!L_31) { goto IL_00f4; } } IL_00b7: { XmlSchemaMaxLengthFacet_t2192171319 * L_32 = ___maxlf0; ValidationEventHandler_t791314227 * L_33 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_34 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_35 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); XmlSchemaMaxLengthFacet_t2192171319 * L_36 = ___maxlf0; NullCheck(L_36); String_t* L_37 = XmlSchemaFacet_get_Value_m199684217(L_36, /*hidden argument*/NULL); NullCheck(L_37); String_t* L_38 = String_Trim_m923598732(L_37, /*hidden argument*/NULL); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(0), (RuntimeObject *)L_38); ObjectU5BU5D_t2843939325* L_39 = L_35; Decimal_t2948259380 L_40 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_41 = L_40; RuntimeObject * L_42 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_41); NullCheck(L_39); ArrayElementTypeCheck (L_39, L_42); (L_39)->SetAt(static_cast(1), (RuntimeObject *)L_42); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Format_m1881875187(NULL /*static, unused*/, L_34, _stringLiteral540084440, L_39, /*hidden argument*/NULL); NullCheck(L_32); XmlSchemaObject_error_m903554348(L_32, L_33, L_43, /*hidden argument*/NULL); goto IL_00fb; } IL_00f4: { Decimal_t2948259380 L_44 = V_0; __this->set_maxLengthFacet_24(L_44); } IL_00fb: { Decimal_t2948259380 L_45 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_46; memset(&L_46, 0, sizeof(L_46)); Decimal__ctor_m1256289983((&L_46), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_47 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_45, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_0132; } } IL_0111: { XmlSchemaMaxLengthFacet_t2192171319 * L_48 = ___maxlf0; ValidationEventHandler_t791314227 * L_49 = ___h2; Decimal_t2948259380 L_50 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_51 = L_50; RuntimeObject * L_52 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1229679628, L_52, _stringLiteral2871821241, /*hidden argument*/NULL); NullCheck(L_48); XmlSchemaObject_error_m903554348(L_48, L_49, L_53, /*hidden argument*/NULL); } IL_0132: { Decimal_t2948259380 L_54 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_55; memset(&L_55, 0, sizeof(L_55)); Decimal__ctor_m1256289983((&L_55), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_56 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_016a; } } IL_0148: { Decimal_t2948259380 L_57 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_58 = __this->get_maxLengthFacet_24(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_59 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_016a; } } IL_015e: { XmlSchemaMaxLengthFacet_t2192171319 * L_60 = ___maxlf0; ValidationEventHandler_t791314227 * L_61 = ___h2; NullCheck(L_60); XmlSchemaObject_error_m903554348(L_60, L_61, _stringLiteral2963537204, /*hidden argument*/NULL); } IL_016a: { goto IL_0191; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_016f; throw e; } CATCH_016f: { // begin catch(System.FormatException) XmlSchemaMaxLengthFacet_t2192171319 * L_62 = ___maxlf0; ValidationEventHandler_t791314227 * L_63 = ___h2; XmlSchemaMaxLengthFacet_t2192171319 * L_64 = ___maxlf0; NullCheck(L_64); String_t* L_65 = XmlSchemaFacet_get_Value_m199684217(L_64, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_66 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1229679628, L_65, _stringLiteral4220897066, /*hidden argument*/NULL); NullCheck(L_62); XmlSchemaObject_error_m903554348(L_62, L_63, L_66, /*hidden argument*/NULL); goto IL_0191; } // end catch (depth: 1) IL_0191: { return; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::checkMinLengthFacet(System.Xml.Schema.XmlSchemaMinLengthFacet,System.Xml.Schema.XmlSchemaFacet/Facet,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_checkMinLengthFacet_m3798454509 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, XmlSchemaMinLengthFacet_t686585762 * ___minlf0, int32_t ___facetsDefined1, ValidationEventHandler_t791314227 * ___h2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_checkMinLengthFacet_m3798454509_MetadataUsageId); s_Il2CppMethodInitialized = true; } Decimal_t2948259380 V_0; memset(&V_0, 0, sizeof(V_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); { XmlSchemaMinLengthFacet_t686585762 * L_0 = ___minlf0; if (!L_0) { goto IL_0189; } } IL_0006: try { // begin try (depth: 1) { Decimal_t2948259380 L_1 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_2; memset(&L_2, 0, sizeof(L_2)); Decimal__ctor_m1256289983((&L_2), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_3 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } IL_001c: { XmlSchemaMinLengthFacet_t686585762 * L_4 = ___minlf0; ValidationEventHandler_t791314227 * L_5 = ___h2; NullCheck(L_4); XmlSchemaObject_error_m903554348(L_4, L_5, _stringLiteral4170909774, /*hidden argument*/NULL); goto IL_0162; } IL_002d: { XmlSchemaMinLengthFacet_t686585762 * L_6 = ___minlf0; NullCheck(L_6); String_t* L_7 = XmlSchemaFacet_get_Value_m199684217(L_6, /*hidden argument*/NULL); NullCheck(L_7); String_t* L_8 = String_Trim_m923598732(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); int32_t L_9 = ((XmlSchemaSimpleTypeRestriction_t3925451115_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))->get_lengthStyle_33(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_10 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_11 = Decimal_Parse_m942471224(NULL /*static, unused*/, L_8, L_9, L_10, /*hidden argument*/NULL); V_0 = L_11; int32_t L_12 = __this->get_fixedFacets_32(); if (!((int32_t)((int32_t)L_12&(int32_t)2))) { goto IL_009e; } } IL_0055: { Decimal_t2948259380 L_13 = V_0; Decimal_t2948259380 L_14 = __this->get_minLengthFacet_25(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_15 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_13, L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_009e; } } IL_0066: { XmlSchemaMinLengthFacet_t686585762 * L_16 = ___minlf0; ValidationEventHandler_t791314227 * L_17 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_18 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_19 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); XmlSchemaMinLengthFacet_t686585762 * L_20 = ___minlf0; NullCheck(L_20); String_t* L_21 = XmlSchemaFacet_get_Value_m199684217(L_20, /*hidden argument*/NULL); NullCheck(L_21); String_t* L_22 = String_Trim_m923598732(L_21, /*hidden argument*/NULL); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_22); ObjectU5BU5D_t2843939325* L_23 = L_19; Decimal_t2948259380 L_24 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_25 = L_24; RuntimeObject * L_26 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_25); NullCheck(L_23); ArrayElementTypeCheck (L_23, L_26); (L_23)->SetAt(static_cast(1), (RuntimeObject *)L_26); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_27 = String_Format_m1881875187(NULL /*static, unused*/, L_18, _stringLiteral294320515, L_23, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_error_m903554348(L_16, L_17, L_27, /*hidden argument*/NULL); } IL_009e: { Decimal_t2948259380 L_28 = V_0; Decimal_t2948259380 L_29 = __this->get_minLengthFacet_25(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_30 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_28, L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00ec; } } IL_00af: { XmlSchemaMinLengthFacet_t686585762 * L_31 = ___minlf0; ValidationEventHandler_t791314227 * L_32 = ___h2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t4157843068_il2cpp_TypeInfo_var); CultureInfo_t4157843068 * L_33 = CultureInfo_get_InvariantCulture_m3532445182(NULL /*static, unused*/, /*hidden argument*/NULL); ObjectU5BU5D_t2843939325* L_34 = ((ObjectU5BU5D_t2843939325*)SZArrayNew(ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var, (uint32_t)2)); XmlSchemaMinLengthFacet_t686585762 * L_35 = ___minlf0; NullCheck(L_35); String_t* L_36 = XmlSchemaFacet_get_Value_m199684217(L_35, /*hidden argument*/NULL); NullCheck(L_36); String_t* L_37 = String_Trim_m923598732(L_36, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_37); (L_34)->SetAt(static_cast(0), (RuntimeObject *)L_37); ObjectU5BU5D_t2843939325* L_38 = L_34; Decimal_t2948259380 L_39 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_40 = L_39; RuntimeObject * L_41 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_40); NullCheck(L_38); ArrayElementTypeCheck (L_38, L_41); (L_38)->SetAt(static_cast(1), (RuntimeObject *)L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = String_Format_m1881875187(NULL /*static, unused*/, L_33, _stringLiteral2664361801, L_38, /*hidden argument*/NULL); NullCheck(L_31); XmlSchemaObject_error_m903554348(L_31, L_32, L_42, /*hidden argument*/NULL); goto IL_00f3; } IL_00ec: { Decimal_t2948259380 L_43 = V_0; __this->set_minLengthFacet_25(L_43); } IL_00f3: { Decimal_t2948259380 L_44 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_45; memset(&L_45, 0, sizeof(L_45)); Decimal__ctor_m1256289983((&L_45), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_46 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_012a; } } IL_0109: { XmlSchemaMinLengthFacet_t686585762 * L_47 = ___minlf0; ValidationEventHandler_t791314227 * L_48 = ___h2; Decimal_t2948259380 L_49 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_50 = L_49; RuntimeObject * L_51 = Box(Decimal_t2948259380_il2cpp_TypeInfo_var, &L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_52 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral1229679628, L_51, _stringLiteral2599391607, /*hidden argument*/NULL); NullCheck(L_47); XmlSchemaObject_error_m903554348(L_47, L_48, L_52, /*hidden argument*/NULL); } IL_012a: { Decimal_t2948259380 L_53 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_54; memset(&L_54, 0, sizeof(L_54)); Decimal__ctor_m1256289983((&L_54), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_55 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_53, L_54, /*hidden argument*/NULL); if (!L_55) { goto IL_0162; } } IL_0140: { Decimal_t2948259380 L_56 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_57 = __this->get_maxLengthFacet_24(); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_58 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_56, L_57, /*hidden argument*/NULL); if (!L_58) { goto IL_0162; } } IL_0156: { XmlSchemaMinLengthFacet_t686585762 * L_59 = ___minlf0; ValidationEventHandler_t791314227 * L_60 = ___h2; NullCheck(L_59); XmlSchemaObject_error_m903554348(L_59, L_60, _stringLiteral2963537204, /*hidden argument*/NULL); } IL_0162: { goto IL_0189; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0167; throw e; } CATCH_0167: { // begin catch(System.FormatException) XmlSchemaMinLengthFacet_t686585762 * L_61 = ___minlf0; ValidationEventHandler_t791314227 * L_62 = ___h2; XmlSchemaMinLengthFacet_t686585762 * L_63 = ___minlf0; NullCheck(L_63); String_t* L_64 = XmlSchemaFacet_get_Value_m199684217(L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral1229679628, L_64, _stringLiteral3360720419, /*hidden argument*/NULL); NullCheck(L_61); XmlSchemaObject_error_m903554348(L_61, L_62, L_65, /*hidden argument*/NULL); goto IL_0189; } // end catch (depth: 1) IL_0189: { return; } } // Mono.Xml.Schema.XsdAnySimpleType System.Xml.Schema.XmlSchemaSimpleTypeRestriction::getDatatype() extern "C" IL2CPP_METHOD_ATTR XsdAnySimpleType_t1257864485 * XmlSchemaSimpleTypeRestriction_getDatatype_m687103007 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_getDatatype_m687103007_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdAnySimpleType_t1257864485 * V_0 = NULL; XmlSchemaSimpleTypeContent_t599285223 * V_1 = NULL; { RuntimeObject * L_0 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); V_0 = ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_0, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)); XsdAnySimpleType_t1257864485 * L_1 = V_0; if (!L_1) { goto IL_0014; } } { XsdAnySimpleType_t1257864485 * L_2 = V_0; return L_2; } IL_0014: { RuntimeObject * L_3 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaSimpleTypeContent_t599285223 * L_4 = XmlSchemaSimpleType_get_Content_m2306047784(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_3, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_4; XmlSchemaSimpleTypeContent_t599285223 * L_5 = V_1; if (!((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))) { goto IL_003c; } } { XmlSchemaSimpleTypeContent_t599285223 * L_6 = V_1; NullCheck(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_6, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))); XsdAnySimpleType_t1257864485 * L_7 = XmlSchemaSimpleTypeRestriction_getDatatype_m687103007(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_6, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_7; } IL_003c: { XmlSchemaSimpleTypeContent_t599285223 * L_8 = V_1; if (((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var))) { goto IL_0052; } } { XmlSchemaSimpleTypeContent_t599285223 * L_9 = V_1; if (!((XmlSchemaSimpleTypeUnion_t4071426880 *)IsInstClass((RuntimeObject*)L_9, XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var))) { goto IL_0054; } } IL_0052: { return (XsdAnySimpleType_t1257864485 *)NULL; } IL_0054: { return (XsdAnySimpleType_t1257864485 *)NULL; } } // System.Object System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateValueWithDatatype(System.String) extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaSimpleTypeRestriction_ValidateValueWithDatatype_m3322151548 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateValueWithDatatype_m3322151548_MetadataUsageId); s_Il2CppMethodInitialized = true; } XsdAnySimpleType_t1257864485 * V_0 = NULL; RuntimeObject * V_1 = NULL; XmlSchemaSimpleTypeContent_t599285223 * 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); { XsdAnySimpleType_t1257864485 * L_0 = XmlSchemaSimpleTypeRestriction_getDatatype_m687103007(__this, /*hidden argument*/NULL); V_0 = L_0; V_1 = NULL; XsdAnySimpleType_t1257864485 * L_1 = V_0; if (!L_1) { goto IL_0078; } } IL_000f: try { // begin try (depth: 1) { XsdAnySimpleType_t1257864485 * L_2 = V_0; String_t* L_3 = ___value0; NullCheck(L_2); RuntimeObject * L_4 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_2, L_3, (XmlNameTable_t71772148 *)NULL, (RuntimeObject*)NULL); V_1 = L_4; RuntimeObject * L_5 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); if (!((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_5, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))) { goto IL_0066; } } IL_0029: { RuntimeObject * L_6 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); NullCheck(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_6, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))); XmlSchemaSimpleTypeContent_t599285223 * L_7 = XmlSchemaSimpleType_get_Content_m2306047784(((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_6, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_2 = L_7; XmlSchemaSimpleTypeContent_t599285223 * L_8 = V_2; if (!((XmlSchemaSimpleTypeRestriction_t3925451115 *)IsInstClass((RuntimeObject*)L_8, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))) { goto IL_0066; } } IL_0045: { XmlSchemaSimpleTypeContent_t599285223 * L_9 = V_2; String_t* L_10 = ___value0; NullCheck(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var))); bool L_11 = XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315(((XmlSchemaSimpleTypeRestriction_t3925451115 *)CastclassClass((RuntimeObject*)L_9, XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var)), L_10, (XmlNameTable_t71772148 *)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_005f; } } IL_0058: { RuntimeObject * L_12 = V_1; V_3 = L_12; goto IL_007a; } IL_005f: { V_3 = NULL; goto IL_007a; } IL_0066: { goto IL_0078; } } // 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_006b; throw e; } CATCH_006b: { // begin catch(System.Exception) { V_3 = NULL; goto IL_007a; } IL_0073: { ; // IL_0073: leave IL_0078 } } // end catch (depth: 1) IL_0078: { RuntimeObject * L_13 = V_1; return L_13; } IL_007a: { RuntimeObject * L_14 = V_3; return L_14; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateValueWithFacets_m2411738315_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleType_t2678868104 * V_0 = NULL; XmlSchemaSimpleTypeList_t472803608 * V_1 = NULL; XmlSchemaSimpleTypeList_t472803608 * G_B3_0 = NULL; { RuntimeObject * L_0 = XmlSchemaSimpleTypeContent_get_ActualBaseSchemaType_m3291379945(__this, /*hidden argument*/NULL); V_0 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_0, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_1 = V_0; if (!L_1) { goto IL_0022; } } { XmlSchemaSimpleType_t2678868104 * L_2 = V_0; NullCheck(L_2); XmlSchemaSimpleTypeContent_t599285223 * L_3 = XmlSchemaSimpleType_get_Content_m2306047784(L_2, /*hidden argument*/NULL); G_B3_0 = ((XmlSchemaSimpleTypeList_t472803608 *)IsInstClass((RuntimeObject*)L_3, XmlSchemaSimpleTypeList_t472803608_il2cpp_TypeInfo_var)); goto IL_0023; } IL_0022: { G_B3_0 = ((XmlSchemaSimpleTypeList_t472803608 *)(NULL)); } IL_0023: { V_1 = G_B3_0; XmlSchemaSimpleTypeList_t472803608 * L_4 = V_1; if (!L_4) { goto IL_0034; } } { String_t* L_5 = ___value0; XmlNameTable_t71772148 * L_6 = ___nt1; RuntimeObject* L_7 = ___nsmgr2; bool L_8 = XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacets_m932200076(__this, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } IL_0034: { String_t* L_9 = ___value0; XmlNameTable_t71772148 * L_10 = ___nt1; RuntimeObject* L_11 = ___nsmgr2; bool L_12 = XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacets_m3279012679(__this, L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateListValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacets_m932200076 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacets_m932200076_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; RuntimeObject* L_2 = ___nsmgr2; bool L_3 = XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacetsCore_m714256667(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0021; } IL_000f: { ; // IL_000f: leave IL_0021 } } // 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_0014; throw e; } CATCH_0014: { // begin catch(System.Exception) { V_0 = (bool)0; goto IL_0021; } IL_001c: { ; // IL_001c: leave IL_0021 } } // end catch (depth: 1) IL_0021: { bool L_4 = V_0; return L_4; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateListValueWithFacetsCore(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacetsCore_m714256667 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateListValueWithFacetsCore_m714256667_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; XsdAnySimpleType_t1257864485 * V_7 = NULL; RuntimeObject * V_8 = NULL; int32_t V_9 = 0; { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_0 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3319458126, _stringLiteral1569427300, /*hidden argument*/NULL); String_t* L_1 = ___value0; XmlNameTable_t71772148 * L_2 = ___nt1; NullCheck(((XsdAnySimpleType_t1257864485 *)CastclassClass((RuntimeObject*)L_0, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))); StringU5BU5D_t1281789340* L_3 = XsdAnySimpleType_ParseListValue_m2696966159(((XsdAnySimpleType_t1257864485 *)CastclassClass((RuntimeObject*)L_0, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; StringU5BU5D_t1281789340* L_4 = __this->get_patternFacetValues_21(); if (!L_4) { goto IL_0078; } } { V_1 = 0; goto IL_006f; } IL_002e: { V_2 = 0; goto IL_005d; } IL_0035: { RegexU5BU5D_t1561692752* L_5 = __this->get_rexPatterns_22(); int32_t L_6 = V_2; NullCheck(L_5); int32_t L_7 = L_6; Regex_t3657309853 * L_8 = (L_5)->GetAt(static_cast(L_7)); if (!L_8) { goto IL_0059; } } { RegexU5BU5D_t1561692752* L_9 = __this->get_rexPatterns_22(); int32_t L_10 = V_2; NullCheck(L_9); int32_t L_11 = L_10; Regex_t3657309853 * L_12 = (L_9)->GetAt(static_cast(L_11)); StringU5BU5D_t1281789340* L_13 = V_0; int32_t L_14 = V_1; NullCheck(L_13); int32_t L_15 = L_14; String_t* L_16 = (L_13)->GetAt(static_cast(L_15)); NullCheck(L_12); bool L_17 = Regex_IsMatch_m3802225320(L_12, L_16, /*hidden argument*/NULL); if (L_17) { goto IL_0059; } } { return (bool)0; } IL_0059: { int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_005d: { int32_t L_19 = V_2; StringU5BU5D_t1281789340* L_20 = __this->get_patternFacetValues_21(); NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length))))))) { goto IL_0035; } } { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_006f: { int32_t L_22 = V_1; StringU5BU5D_t1281789340* L_23 = V_0; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_23)->max_length))))))) { goto IL_002e; } } IL_0078: { V_3 = (bool)0; StringU5BU5D_t1281789340* L_24 = __this->get_enumarationFacetValues_20(); if (!L_24) { goto IL_00d8; } } { V_4 = 0; goto IL_00ce; } IL_008d: { V_5 = 0; goto IL_00b9; } IL_0095: { StringU5BU5D_t1281789340* L_25 = V_0; int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; String_t* L_28 = (L_25)->GetAt(static_cast(L_27)); StringU5BU5D_t1281789340* L_29 = __this->get_enumarationFacetValues_20(); int32_t L_30 = V_5; NullCheck(L_29); int32_t L_31 = L_30; String_t* L_32 = (L_29)->GetAt(static_cast(L_31)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_33 = String_op_Equality_m920492651(NULL /*static, unused*/, L_28, L_32, /*hidden argument*/NULL); if (!L_33) { goto IL_00b3; } } { V_3 = (bool)1; goto IL_00c8; } IL_00b3: { int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1)); } IL_00b9: { int32_t L_35 = V_5; StringU5BU5D_t1281789340* L_36 = __this->get_enumarationFacetValues_20(); NullCheck(L_36); if ((((int32_t)L_35) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length))))))) { goto IL_0095; } } IL_00c8: { int32_t L_37 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1)); } IL_00ce: { int32_t L_38 = V_4; StringU5BU5D_t1281789340* L_39 = V_0; NullCheck(L_39); if ((((int32_t)L_38) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_39)->max_length))))))) { goto IL_008d; } } IL_00d8: { bool L_40 = V_3; if (L_40) { goto IL_0183; } } { StringU5BU5D_t1281789340* L_41 = __this->get_enumarationFacetValues_20(); if (!L_41) { goto IL_0183; } } { V_6 = 0; goto IL_0179; } IL_00f1: { XsdAnySimpleType_t1257864485 * L_42 = XmlSchemaSimpleTypeRestriction_getDatatype_m687103007(__this, /*hidden argument*/NULL); V_7 = L_42; XsdAnySimpleType_t1257864485 * L_43 = V_7; if (L_43) { goto IL_0116; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_44 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3319458126, _stringLiteral1569427300, /*hidden argument*/NULL); V_7 = ((XsdAnySimpleType_t1257864485 *)CastclassClass((RuntimeObject*)L_44, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)); } IL_0116: { XsdAnySimpleType_t1257864485 * L_45 = V_7; StringU5BU5D_t1281789340* L_46 = V_0; int32_t L_47 = V_6; NullCheck(L_46); int32_t L_48 = L_47; String_t* L_49 = (L_46)->GetAt(static_cast(L_48)); XmlNameTable_t71772148 * L_50 = ___nt1; RuntimeObject* L_51 = ___nsmgr2; NullCheck(L_45); RuntimeObject * L_52 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_45, L_49, L_50, L_51); V_8 = L_52; V_9 = 0; goto IL_015c; } IL_012d: { XsdAnySimpleType_t1257864485 * L_53 = V_7; RuntimeObject * L_54 = V_8; XsdAnySimpleType_t1257864485 * L_55 = V_7; XsdAnySimpleType_t1257864485 * L_56 = V_7; StringU5BU5D_t1281789340* L_57 = __this->get_enumarationFacetValues_20(); int32_t L_58 = V_9; NullCheck(L_57); int32_t L_59 = L_58; String_t* L_60 = (L_57)->GetAt(static_cast(L_59)); XmlNameTable_t71772148 * L_61 = ___nt1; RuntimeObject* L_62 = ___nsmgr2; NullCheck(L_56); RuntimeObject * L_63 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_56, L_60, L_61, L_62); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_64 = XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075(NULL /*static, unused*/, L_53, L_54, L_55, L_63, /*hidden argument*/NULL); if (!L_64) { goto IL_0156; } } { V_3 = (bool)1; goto IL_016b; } IL_0156: { int32_t L_65 = V_9; V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_015c: { int32_t L_66 = V_9; StringU5BU5D_t1281789340* L_67 = __this->get_enumarationFacetValues_20(); NullCheck(L_67); if ((((int32_t)L_66) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_67)->max_length))))))) { goto IL_012d; } } IL_016b: { bool L_68 = V_3; if (L_68) { goto IL_0173; } } { return (bool)0; } IL_0173: { int32_t L_69 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1)); } IL_0179: { int32_t L_70 = V_6; StringU5BU5D_t1281789340* L_71 = V_0; NullCheck(L_71); if ((((int32_t)L_70) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_71)->max_length))))))) { goto IL_00f1; } } IL_0183: { Decimal_t2948259380 L_72 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_73; memset(&L_73, 0, sizeof(L_73)); Decimal__ctor_m1256289983((&L_73), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_74 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01b3; } } { StringU5BU5D_t1281789340* L_75 = V_0; NullCheck(L_75); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_76 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_75)->max_length)))), /*hidden argument*/NULL); Decimal_t2948259380 L_77 = __this->get_lengthFacet_23(); bool L_78 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_76, L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_01b3; } } { return (bool)0; } IL_01b3: { Decimal_t2948259380 L_79 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_80; memset(&L_80, 0, sizeof(L_80)); Decimal__ctor_m1256289983((&L_80), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_81 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_79, L_80, /*hidden argument*/NULL); if (!L_81) { goto IL_01e3; } } { StringU5BU5D_t1281789340* L_82 = V_0; NullCheck(L_82); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_83 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_82)->max_length)))), /*hidden argument*/NULL); Decimal_t2948259380 L_84 = __this->get_maxLengthFacet_24(); bool L_85 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_83, L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01e3; } } { return (bool)0; } IL_01e3: { Decimal_t2948259380 L_86 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_87; memset(&L_87, 0, sizeof(L_87)); Decimal__ctor_m1256289983((&L_87), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_88 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_86, L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_0213; } } { StringU5BU5D_t1281789340* L_89 = V_0; NullCheck(L_89); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_90 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, (((int32_t)((int32_t)(((RuntimeArray *)L_89)->max_length)))), /*hidden argument*/NULL); Decimal_t2948259380 L_91 = __this->get_minLengthFacet_25(); bool L_92 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_0213; } } { return (bool)0; } IL_0213: { return (bool)1; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateNonListValueWithFacets(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacets_m3279012679 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacets_m3279012679_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = 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); IL_0000: try { // begin try (depth: 1) { String_t* L_0 = ___value0; XmlNameTable_t71772148 * L_1 = ___nt1; RuntimeObject* L_2 = ___nsmgr2; bool L_3 = XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacetsCore_m1733844805(__this, L_0, L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_0021; } IL_000f: { ; // IL_000f: leave IL_0021 } } // 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_0014; throw e; } CATCH_0014: { // begin catch(System.Exception) { V_0 = (bool)0; goto IL_0021; } IL_001c: { ; // IL_001c: leave IL_0021 } } // end catch (depth: 1) IL_0021: { bool L_4 = V_0; return L_4; } } // System.Boolean System.Xml.Schema.XmlSchemaSimpleTypeRestriction::ValidateNonListValueWithFacetsCore(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacetsCore_m1733844805 (XmlSchemaSimpleTypeRestriction_t3925451115 * __this, String_t* ___value0, XmlNameTable_t71772148 * ___nt1, RuntimeObject* ___nsmgr2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_ValidateNonListValueWithFacetsCore_m1733844805_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; XsdAnySimpleType_t1257864485 * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; XsdAnySimpleType_t1257864485 * V_5 = NULL; RuntimeObject * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; String_t* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; RuntimeObject * V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; bool V_18 = 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); { StringU5BU5D_t1281789340* L_0 = __this->get_patternFacetValues_21(); if (!L_0) { goto IL_0055; } } { V_0 = (bool)0; V_1 = 0; goto IL_003f; } IL_0014: { RegexU5BU5D_t1561692752* L_1 = __this->get_rexPatterns_22(); int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; Regex_t3657309853 * L_4 = (L_1)->GetAt(static_cast(L_3)); if (!L_4) { goto IL_003b; } } { RegexU5BU5D_t1561692752* L_5 = __this->get_rexPatterns_22(); int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Regex_t3657309853 * L_8 = (L_5)->GetAt(static_cast(L_7)); String_t* L_9 = ___value0; NullCheck(L_8); bool L_10 = Regex_IsMatch_m3802225320(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003b; } } { V_0 = (bool)1; goto IL_004d; } IL_003b: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_003f: { int32_t L_12 = V_1; StringU5BU5D_t1281789340* L_13 = __this->get_patternFacetValues_21(); NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))))) { goto IL_0014; } } IL_004d: { bool L_14 = V_0; if (L_14) { goto IL_0055; } } { return (bool)0; } IL_0055: { XsdAnySimpleType_t1257864485 * L_15 = XmlSchemaSimpleTypeRestriction_getDatatype_m687103007(__this, /*hidden argument*/NULL); V_2 = L_15; V_3 = (bool)0; StringU5BU5D_t1281789340* L_16 = __this->get_enumarationFacetValues_20(); if (!L_16) { goto IL_00a1; } } { V_4 = 0; goto IL_0092; } IL_0071: { String_t* L_17 = ___value0; StringU5BU5D_t1281789340* L_18 = __this->get_enumarationFacetValues_20(); int32_t L_19 = V_4; NullCheck(L_18); int32_t L_20 = L_19; String_t* L_21 = (L_18)->GetAt(static_cast(L_20)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_17, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_008c; } } { V_3 = (bool)1; goto IL_00a1; } IL_008c: { int32_t L_23 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_0092: { int32_t L_24 = V_4; StringU5BU5D_t1281789340* L_25 = __this->get_enumarationFacetValues_20(); NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length))))))) { goto IL_0071; } } IL_00a1: { bool L_26 = V_3; if (L_26) { goto IL_012c; } } { StringU5BU5D_t1281789340* L_27 = __this->get_enumarationFacetValues_20(); if (!L_27) { goto IL_012c; } } { XsdAnySimpleType_t1257864485 * L_28 = V_2; V_5 = L_28; XsdAnySimpleType_t1257864485 * L_29 = V_5; if (L_29) { goto IL_00d2; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_30 = XmlSchemaDatatype_FromName_m2299183149(NULL /*static, unused*/, _stringLiteral3319458126, _stringLiteral1569427300, /*hidden argument*/NULL); V_5 = ((XsdAnySimpleType_t1257864485 *)CastclassClass((RuntimeObject*)L_30, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)); } IL_00d2: { XsdAnySimpleType_t1257864485 * L_31 = V_5; String_t* L_32 = ___value0; XmlNameTable_t71772148 * L_33 = ___nt1; RuntimeObject* L_34 = ___nsmgr2; NullCheck(L_31); RuntimeObject * L_35 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_31, L_32, L_33, L_34); V_6 = L_35; V_7 = 0; goto IL_0115; } IL_00e6: { XsdAnySimpleType_t1257864485 * L_36 = V_5; RuntimeObject * L_37 = V_6; XsdAnySimpleType_t1257864485 * L_38 = V_5; XsdAnySimpleType_t1257864485 * L_39 = V_5; StringU5BU5D_t1281789340* L_40 = __this->get_enumarationFacetValues_20(); int32_t L_41 = V_7; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); XmlNameTable_t71772148 * L_44 = ___nt1; RuntimeObject* L_45 = ___nsmgr2; NullCheck(L_39); RuntimeObject * L_46 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_39, L_43, L_44, L_45); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_47 = XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075(NULL /*static, unused*/, L_36, L_37, L_38, L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_010f; } } { V_3 = (bool)1; goto IL_0124; } IL_010f: { int32_t L_48 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0115: { int32_t L_49 = V_7; StringU5BU5D_t1281789340* L_50 = __this->get_enumarationFacetValues_20(); NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length))))))) { goto IL_00e6; } } IL_0124: { bool L_51 = V_3; if (L_51) { goto IL_012c; } } { return (bool)0; } IL_012c: { XsdAnySimpleType_t1257864485 * L_52 = V_2; if (((XsdQName_t2385631467 *)IsInstClass((RuntimeObject*)L_52, XsdQName_t2385631467_il2cpp_TypeInfo_var))) { goto IL_021a; } } { XsdAnySimpleType_t1257864485 * L_53 = V_2; if (((XsdNotation_t2827634056 *)IsInstClass((RuntimeObject*)L_53, XsdNotation_t2827634056_il2cpp_TypeInfo_var))) { goto IL_021a; } } { Decimal_t2948259380 L_54 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_55; memset(&L_55, 0, sizeof(L_55)); Decimal__ctor_m1256289983((&L_55), (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_56 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); if (!L_56) { goto IL_0184; } } { Decimal_t2948259380 L_57 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_58; memset(&L_58, 0, sizeof(L_58)); Decimal__ctor_m1256289983((&L_58), (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_59 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0184; } } { Decimal_t2948259380 L_60 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_61; memset(&L_61, 0, sizeof(L_61)); Decimal__ctor_m1256289983((&L_61), (-1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_62 = Decimal_op_Equality_m77262825(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); if (L_62) { goto IL_021a; } } IL_0184: { XsdAnySimpleType_t1257864485 * L_63 = V_2; String_t* L_64 = ___value0; NullCheck(L_63); int32_t L_65 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(10 /* System.Int32 Mono.Xml.Schema.XsdAnySimpleType::Length(System.String) */, L_63, L_64); V_8 = L_65; Decimal_t2948259380 L_66 = __this->get_lengthFacet_23(); Decimal_t2948259380 L_67; memset(&L_67, 0, sizeof(L_67)); Decimal__ctor_m1256289983((&L_67), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_68 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_66, L_67, /*hidden argument*/NULL); if (!L_68) { goto IL_01bc; } } { int32_t L_69 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_70 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_69, /*hidden argument*/NULL); Decimal_t2948259380 L_71 = __this->get_lengthFacet_23(); bool L_72 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); if (!L_72) { goto IL_01bc; } } { return (bool)0; } IL_01bc: { Decimal_t2948259380 L_73 = __this->get_maxLengthFacet_24(); Decimal_t2948259380 L_74; memset(&L_74, 0, sizeof(L_74)); Decimal__ctor_m1256289983((&L_74), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_75 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_73, L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01eb; } } { int32_t L_76 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_77 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); Decimal_t2948259380 L_78 = __this->get_maxLengthFacet_24(); bool L_79 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_77, L_78, /*hidden argument*/NULL); if (!L_79) { goto IL_01eb; } } { return (bool)0; } IL_01eb: { Decimal_t2948259380 L_80 = __this->get_minLengthFacet_25(); Decimal_t2948259380 L_81; memset(&L_81, 0, sizeof(L_81)); Decimal__ctor_m1256289983((&L_81), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_82 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_80, L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_021a; } } { int32_t L_83 = V_8; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_84 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_83, /*hidden argument*/NULL); Decimal_t2948259380 L_85 = __this->get_minLengthFacet_25(); bool L_86 = Decimal_op_LessThan_m1273833514(NULL /*static, unused*/, L_84, L_85, /*hidden argument*/NULL); if (!L_86) { goto IL_021a; } } { return (bool)0; } IL_021a: { Decimal_t2948259380 L_87 = __this->get_totalDigitsFacet_27(); Decimal_t2948259380 L_88; memset(&L_88, 0, sizeof(L_88)); Decimal__ctor_m1256289983((&L_88), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_89 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_87, L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0246; } } { Decimal_t2948259380 L_90 = __this->get_fractionDigitsFacet_26(); Decimal_t2948259380 L_91; memset(&L_91, 0, sizeof(L_91)); Decimal__ctor_m1256289983((&L_91), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_92 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_90, L_91, /*hidden argument*/NULL); if (!L_92) { goto IL_02f3; } } IL_0246: { String_t* L_93 = ___value0; CharU5BU5D_t3528271667* L_94 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)4)); RuntimeFieldHandle_t1871169219 L_95 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D44_18_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m3117905507(NULL /*static, unused*/, (RuntimeArray *)(RuntimeArray *)L_94, L_95, /*hidden argument*/NULL); NullCheck(L_93); String_t* L_96 = String_Trim_m3384720403(L_93, L_94, /*hidden argument*/NULL); V_9 = L_96; V_10 = 0; String_t* L_97 = V_9; NullCheck(L_97); int32_t L_98 = String_get_Length_m3847582255(L_97, /*hidden argument*/NULL); V_11 = L_98; String_t* L_99 = V_9; NullCheck(L_99); int32_t L_100 = String_IndexOf_m1977622757(L_99, _stringLiteral3452614530, /*hidden argument*/NULL); V_12 = L_100; int32_t L_101 = V_12; if ((((int32_t)L_101) == ((int32_t)(-1)))) { goto IL_0295; } } { int32_t L_102 = V_11; V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_102, (int32_t)1)); String_t* L_103 = V_9; NullCheck(L_103); int32_t L_104 = String_get_Length_m3847582255(L_103, /*hidden argument*/NULL); int32_t L_105 = V_12; V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_104, (int32_t)L_105)), (int32_t)1)); } IL_0295: { Decimal_t2948259380 L_106 = __this->get_totalDigitsFacet_27(); Decimal_t2948259380 L_107; memset(&L_107, 0, sizeof(L_107)); Decimal__ctor_m1256289983((&L_107), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_108 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_106, L_107, /*hidden argument*/NULL); if (!L_108) { goto IL_02c4; } } { int32_t L_109 = V_11; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_110 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_109, /*hidden argument*/NULL); Decimal_t2948259380 L_111 = __this->get_totalDigitsFacet_27(); bool L_112 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_110, L_111, /*hidden argument*/NULL); if (!L_112) { goto IL_02c4; } } { return (bool)0; } IL_02c4: { Decimal_t2948259380 L_113 = __this->get_fractionDigitsFacet_26(); Decimal_t2948259380 L_114; memset(&L_114, 0, sizeof(L_114)); Decimal__ctor_m1256289983((&L_114), 0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_115 = Decimal_op_GreaterThanOrEqual_m1217153501(NULL /*static, unused*/, L_113, L_114, /*hidden argument*/NULL); if (!L_115) { goto IL_02f3; } } { int32_t L_116 = V_10; IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); Decimal_t2948259380 L_117 = Decimal_op_Implicit_m1328901562(NULL /*static, unused*/, L_116, /*hidden argument*/NULL); Decimal_t2948259380 L_118 = __this->get_fractionDigitsFacet_26(); bool L_119 = Decimal_op_GreaterThan_m627311519(NULL /*static, unused*/, L_117, L_118, /*hidden argument*/NULL); if (!L_119) { goto IL_02f3; } } { return (bool)0; } IL_02f3: { RuntimeObject * L_120 = __this->get_maxInclusiveFacet_28(); if (L_120) { goto IL_031f; } } { RuntimeObject * L_121 = __this->get_maxExclusiveFacet_29(); if (L_121) { goto IL_031f; } } { RuntimeObject * L_122 = __this->get_minInclusiveFacet_30(); if (L_122) { goto IL_031f; } } { RuntimeObject * L_123 = __this->get_minExclusiveFacet_31(); if (!L_123) { goto IL_03f3; } } IL_031f: { XsdAnySimpleType_t1257864485 * L_124 = V_2; if (!L_124) { goto IL_03f3; } } IL_0325: try { // begin try (depth: 1) XsdAnySimpleType_t1257864485 * L_125 = V_2; String_t* L_126 = ___value0; XmlNameTable_t71772148 * L_127 = ___nt1; NullCheck(L_125); RuntimeObject * L_128 = VirtFuncInvoker3< RuntimeObject *, String_t*, XmlNameTable_t71772148 *, RuntimeObject* >::Invoke(7 /* System.Object Mono.Xml.Schema.XsdAnySimpleType::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_125, L_126, L_127, (RuntimeObject*)NULL); V_13 = L_128; goto IL_0351; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __exception_local = (Exception_t *)e.ex; if(il2cpp_codegen_class_is_assignable_from (OverflowException_t2020128637_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0335; if(il2cpp_codegen_class_is_assignable_from (FormatException_t154580423_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex))) goto CATCH_0343; throw e; } CATCH_0335: { // begin catch(System.OverflowException) { V_18 = (bool)0; goto IL_03f5; } IL_033e: { ; // IL_033e: leave IL_0351 } } // end catch (depth: 1) CATCH_0343: { // begin catch(System.FormatException) { V_18 = (bool)0; goto IL_03f5; } IL_034c: { ; // IL_034c: leave IL_0351 } } // end catch (depth: 1) IL_0351: { RuntimeObject * L_129 = __this->get_maxInclusiveFacet_28(); if (!L_129) { goto IL_037d; } } { XsdAnySimpleType_t1257864485 * L_130 = V_2; RuntimeObject * L_131 = V_13; RuntimeObject * L_132 = __this->get_maxInclusiveFacet_28(); NullCheck(L_130); int32_t L_133 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(9 /* Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) */, L_130, L_131, L_132); V_14 = L_133; int32_t L_134 = V_14; if ((((int32_t)L_134) == ((int32_t)(-1)))) { goto IL_037d; } } { int32_t L_135 = V_14; if (!L_135) { goto IL_037d; } } { return (bool)0; } IL_037d: { RuntimeObject * L_136 = __this->get_maxExclusiveFacet_29(); if (!L_136) { goto IL_03a2; } } { XsdAnySimpleType_t1257864485 * L_137 = V_2; RuntimeObject * L_138 = V_13; RuntimeObject * L_139 = __this->get_maxExclusiveFacet_29(); NullCheck(L_137); int32_t L_140 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(9 /* Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) */, L_137, L_138, L_139); V_15 = L_140; int32_t L_141 = V_15; if ((((int32_t)L_141) == ((int32_t)(-1)))) { goto IL_03a2; } } { return (bool)0; } IL_03a2: { RuntimeObject * L_142 = __this->get_minInclusiveFacet_30(); if (!L_142) { goto IL_03ce; } } { XsdAnySimpleType_t1257864485 * L_143 = V_2; RuntimeObject * L_144 = V_13; RuntimeObject * L_145 = __this->get_minInclusiveFacet_30(); NullCheck(L_143); int32_t L_146 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(9 /* Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) */, L_143, L_144, L_145); V_16 = L_146; int32_t L_147 = V_16; if ((((int32_t)L_147) == ((int32_t)1))) { goto IL_03ce; } } { int32_t L_148 = V_16; if (!L_148) { goto IL_03ce; } } { return (bool)0; } IL_03ce: { RuntimeObject * L_149 = __this->get_minExclusiveFacet_31(); if (!L_149) { goto IL_03f3; } } { XsdAnySimpleType_t1257864485 * L_150 = V_2; RuntimeObject * L_151 = V_13; RuntimeObject * L_152 = __this->get_minExclusiveFacet_31(); NullCheck(L_150); int32_t L_153 = VirtFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(9 /* Mono.Xml.Schema.XsdOrdering Mono.Xml.Schema.XsdAnySimpleType::Compare(System.Object,System.Object) */, L_150, L_151, L_152); V_17 = L_153; int32_t L_154 = V_17; if ((((int32_t)L_154) == ((int32_t)1))) { goto IL_03f3; } } { return (bool)0; } IL_03f3: { return (bool)1; } IL_03f5: { bool L_155 = V_18; return L_155; } } // System.Xml.Schema.XmlSchemaSimpleTypeRestriction System.Xml.Schema.XmlSchemaSimpleTypeRestriction::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeRestriction_t3925451115 * XmlSchemaSimpleTypeRestriction_Read_m102524905 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeRestriction_Read_m102524905_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeRestriction_t3925451115 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; XmlSchemaSimpleType_t2678868104 * V_4 = NULL; XmlSchemaMinExclusiveFacet_t85871952 * V_5 = NULL; XmlSchemaMinInclusiveFacet_t18629333 * V_6 = NULL; XmlSchemaMaxExclusiveFacet_t786951263 * V_7 = NULL; XmlSchemaMaxInclusiveFacet_t719708644 * V_8 = NULL; XmlSchemaTotalDigitsFacet_t297930215 * V_9 = NULL; XmlSchemaFractionDigitsFacet_t2589598443 * V_10 = NULL; XmlSchemaLengthFacet_t4286280832 * V_11 = NULL; XmlSchemaMinLengthFacet_t686585762 * V_12 = NULL; XmlSchemaMaxLengthFacet_t2192171319 * V_13 = NULL; XmlSchemaEnumerationFacet_t2156689038 * V_14 = NULL; XmlSchemaWhiteSpaceFacet_t4158372164 * V_15 = NULL; XmlSchemaPatternFacet_t3316004401 * V_16 = NULL; { XmlSchemaSimpleTypeRestriction_t3925451115 * L_0 = (XmlSchemaSimpleTypeRestriction_t3925451115 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeRestriction_t3925451115_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeRestriction__ctor_m666597917(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1928233972, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSimpleTypeRestriction_t3925451115 *)NULL; } IL_0056: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleTypeRestriction_t3925451115 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleTypeRestriction_t3925451115 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_014c; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_014c; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral2838662761, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_33 = XmlSchemaUtil_ReadQNameAttribute_m567024358(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); L_31->set_baseTypeName_18(L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral494350233, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_014c; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_0114; } } { XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_44); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_46 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_45, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_46) { goto IL_0129; } } IL_0114: { XmlSchemaReader_t1164558392 * L_47 = ___reader0; NullCheck(L_47); String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_47); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_48, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_49) { goto IL_0145; } } IL_0129: { ValidationEventHandler_t791314227 * L_50 = ___h1; XmlSchemaReader_t1164558392 * L_51 = ___reader0; NullCheck(L_51); String_t* L_52 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_51); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_53 = String_Concat_m3937257545(NULL /*static, unused*/, L_52, _stringLiteral3376851224, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_50, L_53, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_014c; } IL_0145: { XmlSchemaReader_t1164558392 * L_54 = ___reader0; XmlSchemaSimpleTypeRestriction_t3925451115 * L_55 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_54, L_55, /*hidden argument*/NULL); } IL_014c: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); bool L_57 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_56); if (L_57) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_58); XmlSchemaReader_t1164558392 * L_59 = ___reader0; NullCheck(L_59); bool L_60 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_59); if (!L_60) { goto IL_016b; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_61 = V_0; return L_61; } IL_016b: { V_2 = 1; goto IL_04e8; } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_62); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)15))))) { goto IL_01b0; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); String_t* L_65 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_64); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_65, _stringLiteral1564059052, /*hidden argument*/NULL); if (!L_66) { goto IL_01ab; } } { ValidationEventHandler_t791314227 * L_67 = ___h1; XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_68); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral5564326, L_69, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_67, L_70, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01ab: { goto IL_04f3; } IL_01b0: { int32_t L_71 = V_2; if ((((int32_t)L_71) > ((int32_t)1))) { goto IL_01e8; } } { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); String_t* L_73 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_72); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_74 = String_op_Equality_m920492651(NULL /*static, unused*/, L_73, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_74) { goto IL_01e8; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_75 = ___reader0; ValidationEventHandler_t791314227 * L_76 = ___h1; XmlSchemaAnnotation_t2553753397 * L_77 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_75, L_76, /*hidden argument*/NULL); V_3 = L_77; XmlSchemaAnnotation_t2553753397 * L_78 = V_3; if (!L_78) { goto IL_01e3; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_79 = V_0; XmlSchemaAnnotation_t2553753397 * L_80 = V_3; NullCheck(L_79); XmlSchemaAnnotated_set_Annotation_m3050132480(L_79, L_80, /*hidden argument*/NULL); } IL_01e3: { goto IL_04e8; } IL_01e8: { int32_t L_81 = V_2; if ((((int32_t)L_81) > ((int32_t)2))) { goto IL_0223; } } { XmlSchemaReader_t1164558392 * L_82 = ___reader0; NullCheck(L_82); String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_82); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_84 = String_op_Equality_m920492651(NULL /*static, unused*/, L_83, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_84) { goto IL_0223; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_85 = ___reader0; ValidationEventHandler_t791314227 * L_86 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_87 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_85, L_86, /*hidden argument*/NULL); V_4 = L_87; XmlSchemaSimpleType_t2678868104 * L_88 = V_4; if (!L_88) { goto IL_021e; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_89 = V_0; XmlSchemaSimpleType_t2678868104 * L_90 = V_4; NullCheck(L_89); L_89->set_baseType_17(L_90); } IL_021e: { goto IL_04e8; } IL_0223: { int32_t L_91 = V_2; if ((((int32_t)L_91) > ((int32_t)3))) { goto IL_04e2; } } { XmlSchemaReader_t1164558392 * L_92 = ___reader0; NullCheck(L_92); String_t* L_93 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_92); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_94 = String_op_Equality_m920492651(NULL /*static, unused*/, L_93, _stringLiteral3338794825, /*hidden argument*/NULL); if (!L_94) { goto IL_0264; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_95 = ___reader0; ValidationEventHandler_t791314227 * L_96 = ___h1; XmlSchemaMinExclusiveFacet_t85871952 * L_97 = XmlSchemaMinExclusiveFacet_Read_m1334108464(NULL /*static, unused*/, L_95, L_96, /*hidden argument*/NULL); V_5 = L_97; XmlSchemaMinExclusiveFacet_t85871952 * L_98 = V_5; if (!L_98) { goto IL_025f; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_99 = V_0; NullCheck(L_99); XmlSchemaObjectCollection_t1064819932 * L_100 = L_99->get_facets_19(); XmlSchemaMinExclusiveFacet_t85871952 * L_101 = V_5; NullCheck(L_100); XmlSchemaObjectCollection_Add_m1142549045(L_100, L_101, /*hidden argument*/NULL); } IL_025f: { goto IL_04e8; } IL_0264: { XmlSchemaReader_t1164558392 * L_102 = ___reader0; NullCheck(L_102); String_t* L_103 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_102); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_104 = String_op_Equality_m920492651(NULL /*static, unused*/, L_103, _stringLiteral739112347, /*hidden argument*/NULL); if (!L_104) { goto IL_029e; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_105 = ___reader0; ValidationEventHandler_t791314227 * L_106 = ___h1; XmlSchemaMinInclusiveFacet_t18629333 * L_107 = XmlSchemaMinInclusiveFacet_Read_m1579298286(NULL /*static, unused*/, L_105, L_106, /*hidden argument*/NULL); V_6 = L_107; XmlSchemaMinInclusiveFacet_t18629333 * L_108 = V_6; if (!L_108) { goto IL_0299; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_109 = V_0; NullCheck(L_109); XmlSchemaObjectCollection_t1064819932 * L_110 = L_109->get_facets_19(); XmlSchemaMinInclusiveFacet_t18629333 * L_111 = V_6; NullCheck(L_110); XmlSchemaObjectCollection_Add_m1142549045(L_110, L_111, /*hidden argument*/NULL); } IL_0299: { goto IL_04e8; } IL_029e: { XmlSchemaReader_t1164558392 * L_112 = ___reader0; NullCheck(L_112); String_t* L_113 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_112); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_114 = String_op_Equality_m920492651(NULL /*static, unused*/, L_113, _stringLiteral541665163, /*hidden argument*/NULL); if (!L_114) { goto IL_02d8; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_115 = ___reader0; ValidationEventHandler_t791314227 * L_116 = ___h1; XmlSchemaMaxExclusiveFacet_t786951263 * L_117 = XmlSchemaMaxExclusiveFacet_Read_m3854530505(NULL /*static, unused*/, L_115, L_116, /*hidden argument*/NULL); V_7 = L_117; XmlSchemaMaxExclusiveFacet_t786951263 * L_118 = V_7; if (!L_118) { goto IL_02d3; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_119 = V_0; NullCheck(L_119); XmlSchemaObjectCollection_t1064819932 * L_120 = L_119->get_facets_19(); XmlSchemaMaxExclusiveFacet_t786951263 * L_121 = V_7; NullCheck(L_120); XmlSchemaObjectCollection_Add_m1142549045(L_120, L_121, /*hidden argument*/NULL); } IL_02d3: { goto IL_04e8; } IL_02d8: { XmlSchemaReader_t1164558392 * L_122 = ___reader0; NullCheck(L_122); String_t* L_123 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_122); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_124 = String_op_Equality_m920492651(NULL /*static, unused*/, L_123, _stringLiteral2236949981, /*hidden argument*/NULL); if (!L_124) { goto IL_0312; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_125 = ___reader0; ValidationEventHandler_t791314227 * L_126 = ___h1; XmlSchemaMaxInclusiveFacet_t719708644 * L_127 = XmlSchemaMaxInclusiveFacet_Read_m1567297469(NULL /*static, unused*/, L_125, L_126, /*hidden argument*/NULL); V_8 = L_127; XmlSchemaMaxInclusiveFacet_t719708644 * L_128 = V_8; if (!L_128) { goto IL_030d; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_129 = V_0; NullCheck(L_129); XmlSchemaObjectCollection_t1064819932 * L_130 = L_129->get_facets_19(); XmlSchemaMaxInclusiveFacet_t719708644 * L_131 = V_8; NullCheck(L_130); XmlSchemaObjectCollection_Add_m1142549045(L_130, L_131, /*hidden argument*/NULL); } IL_030d: { goto IL_04e8; } IL_0312: { XmlSchemaReader_t1164558392 * L_132 = ___reader0; NullCheck(L_132); String_t* L_133 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_132); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_134 = String_op_Equality_m920492651(NULL /*static, unused*/, L_133, _stringLiteral1504613137, /*hidden argument*/NULL); if (!L_134) { goto IL_034c; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_135 = ___reader0; ValidationEventHandler_t791314227 * L_136 = ___h1; XmlSchemaTotalDigitsFacet_t297930215 * L_137 = XmlSchemaTotalDigitsFacet_Read_m2720747555(NULL /*static, unused*/, L_135, L_136, /*hidden argument*/NULL); V_9 = L_137; XmlSchemaTotalDigitsFacet_t297930215 * L_138 = V_9; if (!L_138) { goto IL_0347; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_139 = V_0; NullCheck(L_139); XmlSchemaObjectCollection_t1064819932 * L_140 = L_139->get_facets_19(); XmlSchemaTotalDigitsFacet_t297930215 * L_141 = V_9; NullCheck(L_140); XmlSchemaObjectCollection_Add_m1142549045(L_140, L_141, /*hidden argument*/NULL); } IL_0347: { goto IL_04e8; } IL_034c: { XmlSchemaReader_t1164558392 * L_142 = ___reader0; NullCheck(L_142); String_t* L_143 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_142); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_144 = String_op_Equality_m920492651(NULL /*static, unused*/, L_143, _stringLiteral3402114229, /*hidden argument*/NULL); if (!L_144) { goto IL_0386; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_145 = ___reader0; ValidationEventHandler_t791314227 * L_146 = ___h1; XmlSchemaFractionDigitsFacet_t2589598443 * L_147 = XmlSchemaFractionDigitsFacet_Read_m1380148146(NULL /*static, unused*/, L_145, L_146, /*hidden argument*/NULL); V_10 = L_147; XmlSchemaFractionDigitsFacet_t2589598443 * L_148 = V_10; if (!L_148) { goto IL_0381; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_149 = V_0; NullCheck(L_149); XmlSchemaObjectCollection_t1064819932 * L_150 = L_149->get_facets_19(); XmlSchemaFractionDigitsFacet_t2589598443 * L_151 = V_10; NullCheck(L_150); XmlSchemaObjectCollection_Add_m1142549045(L_150, L_151, /*hidden argument*/NULL); } IL_0381: { goto IL_04e8; } IL_0386: { XmlSchemaReader_t1164558392 * L_152 = ___reader0; NullCheck(L_152); String_t* L_153 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_152); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_154 = String_op_Equality_m920492651(NULL /*static, unused*/, L_153, _stringLiteral1212500642, /*hidden argument*/NULL); if (!L_154) { goto IL_03c0; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_155 = ___reader0; ValidationEventHandler_t791314227 * L_156 = ___h1; XmlSchemaLengthFacet_t4286280832 * L_157 = XmlSchemaLengthFacet_Read_m46713934(NULL /*static, unused*/, L_155, L_156, /*hidden argument*/NULL); V_11 = L_157; XmlSchemaLengthFacet_t4286280832 * L_158 = V_11; if (!L_158) { goto IL_03bb; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_159 = V_0; NullCheck(L_159); XmlSchemaObjectCollection_t1064819932 * L_160 = L_159->get_facets_19(); XmlSchemaLengthFacet_t4286280832 * L_161 = V_11; NullCheck(L_160); XmlSchemaObjectCollection_Add_m1142549045(L_160, L_161, /*hidden argument*/NULL); } IL_03bb: { goto IL_04e8; } IL_03c0: { XmlSchemaReader_t1164558392 * L_162 = ___reader0; NullCheck(L_162); String_t* L_163 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_162); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_164 = String_op_Equality_m920492651(NULL /*static, unused*/, L_163, _stringLiteral3866161938, /*hidden argument*/NULL); if (!L_164) { goto IL_03fa; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_165 = ___reader0; ValidationEventHandler_t791314227 * L_166 = ___h1; XmlSchemaMinLengthFacet_t686585762 * L_167 = XmlSchemaMinLengthFacet_Read_m3215340321(NULL /*static, unused*/, L_165, L_166, /*hidden argument*/NULL); V_12 = L_167; XmlSchemaMinLengthFacet_t686585762 * L_168 = V_12; if (!L_168) { goto IL_03f5; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_169 = V_0; NullCheck(L_169); XmlSchemaObjectCollection_t1064819932 * L_170 = L_169->get_facets_19(); XmlSchemaMinLengthFacet_t686585762 * L_171 = V_12; NullCheck(L_170); XmlSchemaObjectCollection_Add_m1142549045(L_170, L_171, /*hidden argument*/NULL); } IL_03f5: { goto IL_04e8; } IL_03fa: { XmlSchemaReader_t1164558392 * L_172 = ___reader0; NullCheck(L_172); String_t* L_173 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_172); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_174 = String_op_Equality_m920492651(NULL /*static, unused*/, L_173, _stringLiteral1329154644, /*hidden argument*/NULL); if (!L_174) { goto IL_0434; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_175 = ___reader0; ValidationEventHandler_t791314227 * L_176 = ___h1; XmlSchemaMaxLengthFacet_t2192171319 * L_177 = XmlSchemaMaxLengthFacet_Read_m4278595782(NULL /*static, unused*/, L_175, L_176, /*hidden argument*/NULL); V_13 = L_177; XmlSchemaMaxLengthFacet_t2192171319 * L_178 = V_13; if (!L_178) { goto IL_042f; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_179 = V_0; NullCheck(L_179); XmlSchemaObjectCollection_t1064819932 * L_180 = L_179->get_facets_19(); XmlSchemaMaxLengthFacet_t2192171319 * L_181 = V_13; NullCheck(L_180); XmlSchemaObjectCollection_Add_m1142549045(L_180, L_181, /*hidden argument*/NULL); } IL_042f: { goto IL_04e8; } IL_0434: { XmlSchemaReader_t1164558392 * L_182 = ___reader0; NullCheck(L_182); String_t* L_183 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_182); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_184 = String_op_Equality_m920492651(NULL /*static, unused*/, L_183, _stringLiteral733314043, /*hidden argument*/NULL); if (!L_184) { goto IL_046e; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_185 = ___reader0; ValidationEventHandler_t791314227 * L_186 = ___h1; XmlSchemaEnumerationFacet_t2156689038 * L_187 = XmlSchemaEnumerationFacet_Read_m1625452565(NULL /*static, unused*/, L_185, L_186, /*hidden argument*/NULL); V_14 = L_187; XmlSchemaEnumerationFacet_t2156689038 * L_188 = V_14; if (!L_188) { goto IL_0469; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_189 = V_0; NullCheck(L_189); XmlSchemaObjectCollection_t1064819932 * L_190 = L_189->get_facets_19(); XmlSchemaEnumerationFacet_t2156689038 * L_191 = V_14; NullCheck(L_190); XmlSchemaObjectCollection_Add_m1142549045(L_190, L_191, /*hidden argument*/NULL); } IL_0469: { goto IL_04e8; } IL_046e: { XmlSchemaReader_t1164558392 * L_192 = ___reader0; NullCheck(L_192); String_t* L_193 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_192); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_194 = String_op_Equality_m920492651(NULL /*static, unused*/, L_193, _stringLiteral1492323255, /*hidden argument*/NULL); if (!L_194) { goto IL_04a8; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_195 = ___reader0; ValidationEventHandler_t791314227 * L_196 = ___h1; XmlSchemaWhiteSpaceFacet_t4158372164 * L_197 = XmlSchemaWhiteSpaceFacet_Read_m1012238860(NULL /*static, unused*/, L_195, L_196, /*hidden argument*/NULL); V_15 = L_197; XmlSchemaWhiteSpaceFacet_t4158372164 * L_198 = V_15; if (!L_198) { goto IL_04a3; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_199 = V_0; NullCheck(L_199); XmlSchemaObjectCollection_t1064819932 * L_200 = L_199->get_facets_19(); XmlSchemaWhiteSpaceFacet_t4158372164 * L_201 = V_15; NullCheck(L_200); XmlSchemaObjectCollection_Add_m1142549045(L_200, L_201, /*hidden argument*/NULL); } IL_04a3: { goto IL_04e8; } IL_04a8: { XmlSchemaReader_t1164558392 * L_202 = ___reader0; NullCheck(L_202); String_t* L_203 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_202); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_204 = String_op_Equality_m920492651(NULL /*static, unused*/, L_203, _stringLiteral2326546891, /*hidden argument*/NULL); if (!L_204) { goto IL_04e2; } } { V_2 = 3; XmlSchemaReader_t1164558392 * L_205 = ___reader0; ValidationEventHandler_t791314227 * L_206 = ___h1; XmlSchemaPatternFacet_t3316004401 * L_207 = XmlSchemaPatternFacet_Read_m2669981935(NULL /*static, unused*/, L_205, L_206, /*hidden argument*/NULL); V_16 = L_207; XmlSchemaPatternFacet_t3316004401 * L_208 = V_16; if (!L_208) { goto IL_04dd; } } { XmlSchemaSimpleTypeRestriction_t3925451115 * L_209 = V_0; NullCheck(L_209); XmlSchemaObjectCollection_t1064819932 * L_210 = L_209->get_facets_19(); XmlSchemaPatternFacet_t3316004401 * L_211 = V_16; NullCheck(L_210); XmlSchemaObjectCollection_Add_m1142549045(L_210, L_211, /*hidden argument*/NULL); } IL_04dd: { goto IL_04e8; } IL_04e2: { XmlSchemaReader_t1164558392 * L_212 = ___reader0; NullCheck(L_212); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_212, /*hidden argument*/NULL); } IL_04e8: { XmlSchemaReader_t1164558392 * L_213 = ___reader0; NullCheck(L_213); bool L_214 = XmlSchemaReader_ReadNextElement_m611223709(L_213, /*hidden argument*/NULL); if (L_214) { goto IL_0172; } } IL_04f3: { XmlSchemaSimpleTypeRestriction_t3925451115 * L_215 = V_0; return L_215; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaSimpleTypeUnion::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeUnion__ctor_m2055690608 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeUnion__ctor_m2055690608_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaSimpleTypeContent__ctor_m2939213844(__this, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_0 = (XmlSchemaObjectCollection_t1064819932 *)il2cpp_codegen_object_new(XmlSchemaObjectCollection_t1064819932_il2cpp_TypeInfo_var); XmlSchemaObjectCollection__ctor_m1601154956(L_0, /*hidden argument*/NULL); __this->set_baseTypes_17(L_0); return; } } // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_BaseTypes() extern "C" IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_t1064819932 * XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method) { { XmlSchemaObjectCollection_t1064819932 * L_0 = __this->get_baseTypes_17(); return L_0; } } // System.Xml.XmlQualifiedName[] System.Xml.Schema.XmlSchemaSimpleTypeUnion::get_MemberTypes() extern "C" IL2CPP_METHOD_ATTR XmlQualifiedNameU5BU5D_t1471530361* XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, const RuntimeMethod* method) { { XmlQualifiedNameU5BU5D_t1471530361* L_0 = __this->get_memberTypes_18(); return L_0; } } // 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) { { ObjectU5BU5D_t2843939325* L_0 = __this->get_validatedTypes_19(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaSimpleTypeUnion::SetParent(System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeUnion_SetParent_m2572616251 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, XmlSchemaObject_t1315720168 * ___parent0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeUnion_SetParent_m2572616251_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_1 = NULL; 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); { XmlSchemaObject_t1315720168 * L_0 = ___parent0; XmlSchemaObject_SetParent_m3207914940(__this, L_0, /*hidden argument*/NULL); XmlSchemaObjectCollection_t1064819932 * L_1 = XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385(__this, /*hidden argument*/NULL); NullCheck(L_1); XmlSchemaObjectEnumerator_t503074204 * L_2 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_1, /*hidden argument*/NULL); V_1 = L_2; } IL_0013: try { // begin try (depth: 1) { goto IL_0026; } IL_0018: { XmlSchemaObjectEnumerator_t503074204 * L_3 = V_1; NullCheck(L_3); XmlSchemaObject_t1315720168 * L_4 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_3, /*hidden argument*/NULL); V_0 = L_4; XmlSchemaObject_t1315720168 * L_5 = V_0; NullCheck(L_5); VirtActionInvoker1< XmlSchemaObject_t1315720168 * >::Invoke(4 /* System.Void System.Xml.Schema.XmlSchemaObject::SetParent(System.Xml.Schema.XmlSchemaObject) */, L_5, __this); } IL_0026: { XmlSchemaObjectEnumerator_t503074204 * L_6 = V_1; NullCheck(L_6); bool L_7 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0018; } } IL_0031: { IL2CPP_LEAVE(0x48, FINALLY_0036); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0036; } FINALLY_0036: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_1; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_9 = V_2; if (L_9) { goto IL_0041; } } IL_0040: { IL2CPP_END_FINALLY(54) } IL_0041: { RuntimeObject* L_10 = V_2; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_10); IL2CPP_END_FINALLY(54) } } // end finally (depth: 1) IL2CPP_CLEANUP(54) { IL2CPP_JUMP_TBL(0x48, IL_0048) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0048: { return; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeUnion::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeUnion_Compile_m1320743964 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeUnion_Compile_m1320743964_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlSchemaObject_t1315720168 * V_1 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_2 = NULL; XmlSchemaSimpleType_t2678868104 * V_3 = NULL; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Guid_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_CompilationId_7(); XmlSchema_t3742557897 * L_1 = ___schema1; NullCheck(L_1); Guid_t L_2 = ((XmlSchemaObject_t1315720168 *)L_1)->get_CompilationId_7(); IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var); bool L_3 = Guid_op_Equality_m4289903222(NULL /*static, unused*/, L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0018; } } { return 0; } IL_0018: { ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(0); XmlSchemaObjectCollection_t1064819932 * L_4 = XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385(__this, /*hidden argument*/NULL); NullCheck(L_4); int32_t L_5 = CollectionBase_get_Count_m1708965601(L_4, /*hidden argument*/NULL); V_0 = L_5; XmlSchemaObjectCollection_t1064819932 * L_6 = __this->get_baseTypes_17(); NullCheck(L_6); XmlSchemaObjectEnumerator_t503074204 * L_7 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_6, /*hidden argument*/NULL); V_2 = L_7; } IL_0037: try { // begin try (depth: 1) { goto IL_0081; } IL_003c: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_2; NullCheck(L_8); XmlSchemaObject_t1315720168 * L_9 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_8, /*hidden argument*/NULL); V_1 = L_9; XmlSchemaObject_t1315720168 * L_10 = V_1; if (!L_10) { goto IL_0075; } } IL_0049: { XmlSchemaObject_t1315720168 * L_11 = V_1; if (!((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_11, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))) { goto IL_0075; } } IL_0054: { XmlSchemaObject_t1315720168 * L_12 = V_1; V_3 = ((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_12, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); int32_t L_13 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaSimpleType_t2678868104 * L_14 = V_3; ValidationEventHandler_t791314227 * L_15 = ___h0; XmlSchema_t3742557897 * L_16 = ___schema1; NullCheck(L_14); int32_t L_17 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(5 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_14, L_15, L_16); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_17))); goto IL_0081; } IL_0075: { ValidationEventHandler_t791314227 * L_18 = ___h0; XmlSchemaObject_error_m903554348(__this, L_18, _stringLiteral244141461, /*hidden argument*/NULL); } IL_0081: { XmlSchemaObjectEnumerator_t503074204 * L_19 = V_2; NullCheck(L_19); bool L_20 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_003c; } } IL_008c: { IL2CPP_LEAVE(0xA6, FINALLY_0091); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0091; } FINALLY_0091: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_21 = V_2; V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_22 = V_5; if (L_22) { goto IL_009e; } } IL_009d: { IL2CPP_END_FINALLY(145) } IL_009e: { RuntimeObject* L_23 = V_5; NullCheck(L_23); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_23); IL2CPP_END_FINALLY(145) } } // end finally (depth: 1) IL2CPP_CLEANUP(145) { IL2CPP_JUMP_TBL(0xA6, IL_00a6) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00a6: { XmlQualifiedNameU5BU5D_t1471530361* L_24 = __this->get_memberTypes_18(); if (!L_24) { goto IL_011f; } } { V_4 = 0; goto IL_0110; } IL_00b9: { XmlQualifiedNameU5BU5D_t1471530361* L_25 = __this->get_memberTypes_18(); int32_t L_26 = V_4; NullCheck(L_25); int32_t L_27 = L_26; XmlQualifiedName_t2760654312 * L_28 = (L_25)->GetAt(static_cast(L_27)); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_29 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_28, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (L_29) { goto IL_00e0; } } { XmlQualifiedNameU5BU5D_t1471530361* L_30 = XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968(__this, /*hidden argument*/NULL); int32_t L_31 = V_4; NullCheck(L_30); int32_t L_32 = L_31; XmlQualifiedName_t2760654312 * L_33 = (L_30)->GetAt(static_cast(L_32)); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_34 = XmlSchemaUtil_CheckQName_m3878061682(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); if (L_34) { goto IL_00ff; } } IL_00e0: { ValidationEventHandler_t791314227 * L_35 = ___h0; XmlSchemaObject_error_m903554348(__this, L_35, _stringLiteral389571946, /*hidden argument*/NULL); XmlQualifiedNameU5BU5D_t1471530361* L_36 = __this->get_memberTypes_18(); int32_t L_37 = V_4; IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_38 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_38); (L_36)->SetAt(static_cast(L_37), (XmlQualifiedName_t2760654312 *)L_38); goto IL_010a; } IL_00ff: { int32_t L_39 = V_0; XmlQualifiedNameU5BU5D_t1471530361* L_40 = XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968(__this, /*hidden argument*/NULL); NullCheck(L_40); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_40)->max_length)))))); } IL_010a: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1)); } IL_0110: { int32_t L_42 = V_4; XmlQualifiedNameU5BU5D_t1471530361* L_43 = __this->get_memberTypes_18(); NullCheck(L_43); if ((((int32_t)L_42) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_43)->max_length))))))) { goto IL_00b9; } } IL_011f: { int32_t L_44 = V_0; if (L_44) { goto IL_0131; } } { ValidationEventHandler_t791314227 * L_45 = ___h0; XmlSchemaObject_error_m903554348(__this, L_45, _stringLiteral598023171, /*hidden argument*/NULL); } IL_0131: { String_t* L_46 = XmlSchemaAnnotated_get_Id_m2854314617(__this, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_47 = ___schema1; NullCheck(L_47); Hashtable_t1853889766 * L_48 = XmlSchema_get_IDCollection_m3725452494(L_47, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_49 = ___h0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_CompileID_m928148374(NULL /*static, unused*/, L_46, __this, L_48, L_49, /*hidden argument*/NULL); XmlSchema_t3742557897 * L_50 = ___schema1; NullCheck(L_50); Guid_t L_51 = ((XmlSchemaObject_t1315720168 *)L_50)->get_CompilationId_7(); ((XmlSchemaObject_t1315720168 *)__this)->set_CompilationId_7(L_51); int32_t L_52 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_52; } } // System.Int32 System.Xml.Schema.XmlSchemaSimpleTypeUnion::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaSimpleTypeUnion_Validate_m1719836172 (XmlSchemaSimpleTypeUnion_t4071426880 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeUnion_Validate_m1719836172_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; XmlQualifiedName_t2760654312 * V_1 = NULL; XmlQualifiedNameU5BU5D_t1471530361* V_2 = NULL; int32_t V_3 = 0; RuntimeObject * V_4 = NULL; XmlSchemaType_t2033747345 * V_5 = NULL; XmlSchemaSimpleType_t2678868104 * V_6 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_7 = NULL; int32_t V_8 = 0; RuntimeObject * V_9 = NULL; XmlSchemaSimpleType_t2678868104 * V_10 = NULL; RuntimeObject* V_11 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { XmlSchema_t3742557897 * L_0 = ___schema1; NullCheck(L_0); Guid_t L_1 = ((XmlSchemaObject_t1315720168 *)L_0)->get_ValidationId_8(); bool L_2 = XmlSchemaObject_IsValidated_m2227629761(__this, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { int32_t L_3 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_3; } IL_0018: { ArrayList_t2718874744 * L_4 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_4, /*hidden argument*/NULL); V_0 = L_4; XmlQualifiedNameU5BU5D_t1471530361* L_5 = XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_011c; } } { XmlQualifiedNameU5BU5D_t1471530361* L_6 = XmlSchemaSimpleTypeUnion_get_MemberTypes_m1343252968(__this, /*hidden argument*/NULL); V_2 = L_6; V_3 = 0; goto IL_0113; } IL_0037: { XmlQualifiedNameU5BU5D_t1471530361* L_7 = V_2; int32_t L_8 = V_3; NullCheck(L_7); int32_t L_9 = L_8; XmlQualifiedName_t2760654312 * L_10 = (L_7)->GetAt(static_cast(L_9)); V_1 = L_10; V_4 = NULL; XmlSchema_t3742557897 * L_11 = ___schema1; XmlQualifiedName_t2760654312 * L_12 = V_1; NullCheck(L_11); XmlSchemaType_t2033747345 * L_13 = XmlSchema_FindSchemaType_m3920891232(L_11, L_12, /*hidden argument*/NULL); V_5 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaType_t2033747345 * L_14 = V_5; if (!L_14) { goto IL_0072; } } { int32_t L_15 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); XmlSchemaType_t2033747345 * L_16 = V_5; ValidationEventHandler_t791314227 * L_17 = ___h0; XmlSchema_t3742557897 * L_18 = ___schema1; NullCheck(L_16); int32_t L_19 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaObject::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_16, L_17, L_18); ((XmlSchemaObject_t1315720168 *)__this)->set_errorCount_6(((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_19))); XmlSchemaType_t2033747345 * L_20 = V_5; V_4 = L_20; goto IL_0106; } IL_0072: { XmlQualifiedName_t2760654312 * L_21 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_22 = ((XmlSchemaComplexType_t3740801802_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var))->get_AnyTypeName_43(); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_23 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_21, L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_008e; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_24 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); V_4 = L_24; goto IL_0106; } IL_008e: { XmlQualifiedName_t2760654312 * L_25 = V_1; NullCheck(L_25); String_t* L_26 = XmlQualifiedName_get_Namespace_m3957593392(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_27 = String_op_Equality_m920492651(NULL /*static, unused*/, L_26, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_27) { goto IL_00b8; } } { XmlQualifiedName_t2760654312 * L_28 = V_1; NullCheck(L_28); String_t* L_29 = XmlQualifiedName_get_Namespace_m3957593392(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral91702, /*hidden argument*/NULL); if (!L_30) { goto IL_00de; } } IL_00b8: { XmlQualifiedName_t2760654312 * L_31 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var); XmlSchemaDatatype_t322714710 * L_32 = XmlSchemaDatatype_FromName_m1668846326(NULL /*static, unused*/, L_31, /*hidden argument*/NULL); V_4 = L_32; RuntimeObject * L_33 = V_4; if (L_33) { goto IL_00d9; } } { ValidationEventHandler_t791314227 * L_34 = ___h0; XmlQualifiedName_t2760654312 * L_35 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral3470389865, L_35, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_34, L_36, /*hidden argument*/NULL); } IL_00d9: { goto IL_0106; } IL_00de: { XmlSchema_t3742557897 * L_37 = ___schema1; XmlQualifiedName_t2760654312 * L_38 = V_1; NullCheck(L_38); String_t* L_39 = XmlQualifiedName_get_Namespace_m3957593392(L_38, /*hidden argument*/NULL); NullCheck(L_37); bool L_40 = XmlSchema_IsNamespaceAbsent_m3899863769(L_37, L_39, /*hidden argument*/NULL); if (L_40) { goto IL_0106; } } { ValidationEventHandler_t791314227 * L_41 = ___h0; XmlQualifiedName_t2760654312 * L_42 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_43 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral508009477, L_42, _stringLiteral1962955403, /*hidden argument*/NULL); XmlSchemaObject_error_m903554348(__this, L_41, L_43, /*hidden argument*/NULL); } IL_0106: { ArrayList_t2718874744 * L_44 = V_0; RuntimeObject * L_45 = V_4; NullCheck(L_44); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_44, L_45); int32_t L_46 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)); } IL_0113: { int32_t L_47 = V_3; XmlQualifiedNameU5BU5D_t1471530361* L_48 = V_2; NullCheck(L_48); if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length))))))) { goto IL_0037; } } IL_011c: { XmlSchemaObjectCollection_t1064819932 * L_49 = XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385(__this, /*hidden argument*/NULL); if (!L_49) { goto IL_0181; } } { XmlSchemaObjectCollection_t1064819932 * L_50 = XmlSchemaSimpleTypeUnion_get_BaseTypes_m3667566385(__this, /*hidden argument*/NULL); NullCheck(L_50); XmlSchemaObjectEnumerator_t503074204 * L_51 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_50, /*hidden argument*/NULL); V_7 = L_51; } IL_0134: try { // begin try (depth: 1) { goto IL_015a; } IL_0139: { XmlSchemaObjectEnumerator_t503074204 * L_52 = V_7; NullCheck(L_52); XmlSchemaObject_t1315720168 * L_53 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_52, /*hidden argument*/NULL); V_6 = ((XmlSchemaSimpleType_t2678868104 *)CastclassClass((RuntimeObject*)L_53, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_54 = V_6; ValidationEventHandler_t791314227 * L_55 = ___h0; XmlSchema_t3742557897 * L_56 = ___schema1; NullCheck(L_54); VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaSimpleType::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_54, L_55, L_56); ArrayList_t2718874744 * L_57 = V_0; XmlSchemaSimpleType_t2678868104 * L_58 = V_6; NullCheck(L_57); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_57, L_58); } IL_015a: { XmlSchemaObjectEnumerator_t503074204 * L_59 = V_7; NullCheck(L_59); bool L_60 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_59, /*hidden argument*/NULL); if (L_60) { goto IL_0139; } } IL_0166: { IL2CPP_LEAVE(0x181, 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) { XmlSchemaObjectEnumerator_t503074204 * L_61 = V_7; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_61, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_62 = V_11; if (L_62) { goto IL_0179; } } IL_0178: { IL2CPP_END_FINALLY(363) } IL_0179: { RuntimeObject* L_63 = V_11; NullCheck(L_63); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_63); IL2CPP_END_FINALLY(363) } } // end finally (depth: 1) IL2CPP_CLEANUP(363) { IL2CPP_JUMP_TBL(0x181, IL_0181) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0181: { ArrayList_t2718874744 * L_64 = V_0; NullCheck(L_64); ObjectU5BU5D_t2843939325* L_65 = VirtFuncInvoker0< ObjectU5BU5D_t2843939325* >::Invoke(47 /* System.Object[] System.Collections.ArrayList::ToArray() */, L_64); __this->set_validatedTypes_19(L_65); ObjectU5BU5D_t2843939325* L_66 = __this->get_validatedTypes_19(); if (!L_66) { goto IL_0208; } } { ObjectU5BU5D_t2843939325* L_67 = __this->get_validatedTypes_19(); NullCheck(L_67); __this->set_validatedSchemaTypes_20(((XmlSchemaSimpleTypeU5BU5D_t1394089049*)SZArrayNew(XmlSchemaSimpleTypeU5BU5D_t1394089049_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_67)->max_length))))))); V_8 = 0; goto IL_01f9; } IL_01b3: { ObjectU5BU5D_t2843939325* L_68 = __this->get_validatedTypes_19(); int32_t L_69 = V_8; NullCheck(L_68); int32_t L_70 = L_69; RuntimeObject * L_71 = (L_68)->GetAt(static_cast(L_70)); V_9 = L_71; RuntimeObject * L_72 = V_9; V_10 = ((XmlSchemaSimpleType_t2678868104 *)IsInstClass((RuntimeObject*)L_72, XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_73 = V_10; if (L_73) { goto IL_01e8; } } { RuntimeObject * L_74 = V_9; if (!L_74) { goto IL_01e8; } } { RuntimeObject * L_75 = V_9; NullCheck(((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_75, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); int32_t L_76 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, ((XmlSchemaDatatype_t322714710 *)CastclassClass((RuntimeObject*)L_75, XmlSchemaDatatype_t322714710_il2cpp_TypeInfo_var))); XmlSchemaSimpleType_t2678868104 * L_77 = XmlSchemaType_GetBuiltInSimpleType_m1138863932(NULL /*static, unused*/, L_76, /*hidden argument*/NULL); V_10 = L_77; } IL_01e8: { XmlSchemaSimpleTypeU5BU5D_t1394089049* L_78 = __this->get_validatedSchemaTypes_20(); int32_t L_79 = V_8; XmlSchemaSimpleType_t2678868104 * L_80 = V_10; NullCheck(L_78); ArrayElementTypeCheck (L_78, L_80); (L_78)->SetAt(static_cast(L_79), (XmlSchemaSimpleType_t2678868104 *)L_80); int32_t L_81 = V_8; V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1)); } IL_01f9: { int32_t L_82 = V_8; ObjectU5BU5D_t2843939325* L_83 = __this->get_validatedTypes_19(); NullCheck(L_83); if ((((int32_t)L_82) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length))))))) { goto IL_01b3; } } IL_0208: { XmlSchema_t3742557897 * L_84 = ___schema1; NullCheck(L_84); Guid_t L_85 = ((XmlSchemaObject_t1315720168 *)L_84)->get_ValidationId_8(); ((XmlSchemaObject_t1315720168 *)__this)->set_ValidationId_8(L_85); int32_t L_86 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_86; } } // System.Xml.Schema.XmlSchemaSimpleTypeUnion System.Xml.Schema.XmlSchemaSimpleTypeUnion::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeUnion_t4071426880 * XmlSchemaSimpleTypeUnion_Read_m4121525525 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaSimpleTypeUnion_Read_m4121525525_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaSimpleTypeUnion_t4071426880 * V_0 = NULL; Exception_t * V_1 = NULL; StringU5BU5D_t1281789340* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; XmlSchemaAnnotation_t2553753397 * V_5 = NULL; XmlSchemaSimpleType_t2678868104 * V_6 = NULL; { XmlSchemaSimpleTypeUnion_t4071426880 * L_0 = (XmlSchemaSimpleTypeUnion_t4071426880 *)il2cpp_codegen_object_new(XmlSchemaSimpleTypeUnion_t4071426880_il2cpp_TypeInfo_var); XmlSchemaSimpleTypeUnion__ctor_m2055690608(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1991705772, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3345561586, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaSimpleTypeUnion_t4071426880 *)NULL; } IL_0056: { XmlSchemaSimpleTypeUnion_t4071426880 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaSimpleTypeUnion_t4071426880 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaSimpleTypeUnion_t4071426880 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0181; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaSimpleTypeUnion_t4071426880 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0181; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral3729848572, /*hidden argument*/NULL); if (!L_30) { goto IL_011f; } } { XmlSchemaReader_t1164558392 * L_31 = ___reader0; NullCheck(L_31); String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_31); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_33 = XmlSchemaUtil_SplitList_m1641535596(NULL /*static, unused*/, L_32, /*hidden argument*/NULL); V_2 = L_33; XmlSchemaSimpleTypeUnion_t4071426880 * L_34 = V_0; StringU5BU5D_t1281789340* L_35 = V_2; NullCheck(L_35); NullCheck(L_34); L_34->set_memberTypes_18(((XmlQualifiedNameU5BU5D_t1471530361*)SZArrayNew(XmlQualifiedNameU5BU5D_t1471530361_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_35)->max_length))))))); V_3 = 0; goto IL_0111; } IL_00db: { XmlSchemaSimpleTypeUnion_t4071426880 * L_36 = V_0; NullCheck(L_36); XmlQualifiedNameU5BU5D_t1471530361* L_37 = L_36->get_memberTypes_18(); int32_t L_38 = V_3; XmlSchemaReader_t1164558392 * L_39 = ___reader0; StringU5BU5D_t1281789340* L_40 = V_2; int32_t L_41 = V_3; NullCheck(L_40); int32_t L_42 = L_41; String_t* L_43 = (L_40)->GetAt(static_cast(L_42)); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_44 = XmlSchemaUtil_ToQName_m3017013972(NULL /*static, unused*/, L_39, L_43, (&V_1), /*hidden argument*/NULL); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_44); (L_37)->SetAt(static_cast(L_38), (XmlQualifiedName_t2760654312 *)L_44); Exception_t * L_45 = V_1; if (!L_45) { goto IL_010d; } } { ValidationEventHandler_t791314227 * L_46 = ___h1; StringU5BU5D_t1281789340* L_47 = V_2; int32_t L_48 = V_3; NullCheck(L_47); int32_t L_49 = L_48; String_t* L_50 = (L_47)->GetAt(static_cast(L_49)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_51 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3452614521, L_50, _stringLiteral1882176568, /*hidden argument*/NULL); Exception_t * L_52 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_46, L_51, L_52, /*hidden argument*/NULL); } IL_010d: { int32_t L_53 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0111: { int32_t L_54 = V_3; StringU5BU5D_t1281789340* L_55 = V_2; NullCheck(L_55); if ((((int32_t)L_54) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_55)->max_length))))))) { goto IL_00db; } } { goto IL_0181; } IL_011f: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_56); 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(); bool L_59 = String_op_Equality_m920492651(NULL /*static, unused*/, L_57, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_0149; } } { XmlSchemaReader_t1164558392 * L_60 = ___reader0; NullCheck(L_60); String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_60); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_62 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_61, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_62) { goto IL_015e; } } IL_0149: { XmlSchemaReader_t1164558392 * L_63 = ___reader0; NullCheck(L_63); String_t* L_64 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_63); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_65 = String_op_Equality_m920492651(NULL /*static, unused*/, L_64, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_65) { goto IL_017a; } } IL_015e: { ValidationEventHandler_t791314227 * L_66 = ___h1; XmlSchemaReader_t1164558392 * L_67 = ___reader0; NullCheck(L_67); String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_67); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_69 = String_Concat_m3937257545(NULL /*static, unused*/, L_68, _stringLiteral1850858467, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_66, L_69, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0181; } IL_017a: { XmlSchemaReader_t1164558392 * L_70 = ___reader0; XmlSchemaSimpleTypeUnion_t4071426880 * L_71 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_70, L_71, /*hidden argument*/NULL); } IL_0181: { XmlSchemaReader_t1164558392 * L_72 = ___reader0; NullCheck(L_72); bool L_73 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_72); if (L_73) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_74); XmlSchemaReader_t1164558392 * L_75 = ___reader0; NullCheck(L_75); bool L_76 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_75); if (!L_76) { goto IL_01a0; } } { XmlSchemaSimpleTypeUnion_t4071426880 * L_77 = V_0; return L_77; } IL_01a0: { V_4 = 1; goto IL_026c; } IL_01a8: { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_78); if ((!(((uint32_t)L_79) == ((uint32_t)((int32_t)15))))) { goto IL_01e6; } } { XmlSchemaReader_t1164558392 * L_80 = ___reader0; NullCheck(L_80); String_t* L_81 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_80); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_82 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_81, _stringLiteral1991705772, /*hidden argument*/NULL); if (!L_82) { goto IL_01e1; } } { ValidationEventHandler_t791314227 * L_83 = ___h1; XmlSchemaReader_t1164558392 * L_84 = ___reader0; NullCheck(L_84); String_t* L_85 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_84); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_86 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral2039531736, L_85, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_83, L_86, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01e1: { goto IL_0277; } IL_01e6: { int32_t L_87 = V_4; if ((((int32_t)L_87) > ((int32_t)1))) { goto IL_0223; } } { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); String_t* L_89 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_88); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_90 = String_op_Equality_m920492651(NULL /*static, unused*/, L_89, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_90) { goto IL_0223; } } { V_4 = 2; XmlSchemaReader_t1164558392 * L_91 = ___reader0; ValidationEventHandler_t791314227 * L_92 = ___h1; XmlSchemaAnnotation_t2553753397 * L_93 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_91, L_92, /*hidden argument*/NULL); V_5 = L_93; XmlSchemaAnnotation_t2553753397 * L_94 = V_5; if (!L_94) { goto IL_021e; } } { XmlSchemaSimpleTypeUnion_t4071426880 * L_95 = V_0; XmlSchemaAnnotation_t2553753397 * L_96 = V_5; NullCheck(L_95); XmlSchemaAnnotated_set_Annotation_m3050132480(L_95, L_96, /*hidden argument*/NULL); } IL_021e: { goto IL_026c; } IL_0223: { int32_t L_97 = V_4; if ((((int32_t)L_97) > ((int32_t)2))) { goto IL_0266; } } { XmlSchemaReader_t1164558392 * L_98 = ___reader0; NullCheck(L_98); String_t* L_99 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_98); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_100 = String_op_Equality_m920492651(NULL /*static, unused*/, L_99, _stringLiteral1113390247, /*hidden argument*/NULL); if (!L_100) { goto IL_0266; } } { V_4 = 2; XmlSchemaReader_t1164558392 * L_101 = ___reader0; ValidationEventHandler_t791314227 * L_102 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_103 = XmlSchemaSimpleType_Read_m1629189972(NULL /*static, unused*/, L_101, L_102, /*hidden argument*/NULL); V_6 = L_103; XmlSchemaSimpleType_t2678868104 * L_104 = V_6; if (!L_104) { goto IL_0261; } } { XmlSchemaSimpleTypeUnion_t4071426880 * L_105 = V_0; NullCheck(L_105); XmlSchemaObjectCollection_t1064819932 * L_106 = L_105->get_baseTypes_17(); XmlSchemaSimpleType_t2678868104 * L_107 = V_6; NullCheck(L_106); XmlSchemaObjectCollection_Add_m1142549045(L_106, L_107, /*hidden argument*/NULL); } IL_0261: { goto IL_026c; } IL_0266: { XmlSchemaReader_t1164558392 * L_108 = ___reader0; NullCheck(L_108); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_108, /*hidden argument*/NULL); } IL_026c: { XmlSchemaReader_t1164558392 * L_109 = ___reader0; NullCheck(L_109); bool L_110 = XmlSchemaReader_ReadNextElement_m611223709(L_109, /*hidden argument*/NULL); if (L_110) { goto IL_01a8; } } IL_0277: { XmlSchemaSimpleTypeUnion_t4071426880 * L_111 = V_0; return L_111; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaTotalDigitsFacet::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaTotalDigitsFacet__ctor_m585714547 (XmlSchemaTotalDigitsFacet_t297930215 * __this, const RuntimeMethod* method) { { XmlSchemaNumericFacet__ctor_m2383455012(__this, /*hidden argument*/NULL); return; } } // System.Xml.Schema.XmlSchemaFacet/Facet System.Xml.Schema.XmlSchemaTotalDigitsFacet::get_ThisFacet() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaTotalDigitsFacet_get_ThisFacet_m740239825 (XmlSchemaTotalDigitsFacet_t297930215 * __this, const RuntimeMethod* method) { { return (int32_t)(((int32_t)1024)); } } // System.Xml.Schema.XmlSchemaTotalDigitsFacet System.Xml.Schema.XmlSchemaTotalDigitsFacet::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaTotalDigitsFacet_t297930215 * XmlSchemaTotalDigitsFacet_Read_m2720747555 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaTotalDigitsFacet_Read_m2720747555_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaTotalDigitsFacet_t297930215 * V_0 = NULL; Exception_t * V_1 = NULL; int32_t V_2 = 0; XmlSchemaAnnotation_t2553753397 * V_3 = NULL; { XmlSchemaTotalDigitsFacet_t297930215 * L_0 = (XmlSchemaTotalDigitsFacet_t297930215 *)il2cpp_codegen_object_new(XmlSchemaTotalDigitsFacet_t297930215_il2cpp_TypeInfo_var); XmlSchemaTotalDigitsFacet__ctor_m585714547(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral1504613137, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral405320503, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaTotalDigitsFacet_t297930215 *)NULL; } IL_0056: { XmlSchemaTotalDigitsFacet_t297930215 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaTotalDigitsFacet_t297930215 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaTotalDigitsFacet_t297930215 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_0172; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaTotalDigitsFacet_t297930215 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_0172; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral1709130670, /*hidden argument*/NULL); if (!L_30) { goto IL_00ea; } } { XmlSchemaTotalDigitsFacet_t297930215 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_33 = XmlSchemaUtil_ReadBoolAttribute_m854567538(NULL /*static, unused*/, L_32, (&V_1), /*hidden argument*/NULL); NullCheck(L_31); VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Xml.Schema.XmlSchemaFacet::set_IsFixed(System.Boolean) */, L_31, L_33); Exception_t * L_34 = V_1; if (!L_34) { goto IL_00e5; } } { ValidationEventHandler_t791314227 * L_35 = ___h1; XmlSchemaReader_t1164558392 * L_36 = ___reader0; NullCheck(L_36); String_t* L_37 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_36); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_38 = String_Concat_m3937257545(NULL /*static, unused*/, L_37, _stringLiteral2455250758, /*hidden argument*/NULL); Exception_t * L_39 = V_1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_35, L_38, L_39, /*hidden argument*/NULL); } IL_00e5: { goto IL_0172; } IL_00ea: { XmlSchemaReader_t1164558392 * L_40 = ___reader0; NullCheck(L_40); String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_40); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_42 = String_op_Equality_m920492651(NULL /*static, unused*/, L_41, _stringLiteral3493618073, /*hidden argument*/NULL); if (!L_42) { goto IL_0110; } } { XmlSchemaTotalDigitsFacet_t297930215 * L_43 = V_0; XmlSchemaReader_t1164558392 * L_44 = ___reader0; NullCheck(L_44); String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_44); NullCheck(L_43); XmlSchemaFacet_set_Value_m2382101717(L_43, L_45, /*hidden argument*/NULL); goto IL_0172; } IL_0110: { XmlSchemaReader_t1164558392 * L_46 = ___reader0; NullCheck(L_46); String_t* L_47 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_46); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_49 = String_op_Equality_m920492651(NULL /*static, unused*/, L_47, L_48, /*hidden argument*/NULL); if (!L_49) { goto IL_013a; } } { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); String_t* L_51 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_50); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_52 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_51, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_52) { goto IL_014f; } } IL_013a: { XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_53); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_55 = String_op_Equality_m920492651(NULL /*static, unused*/, L_54, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_55) { goto IL_016b; } } IL_014f: { ValidationEventHandler_t791314227 * L_56 = ___h1; XmlSchemaReader_t1164558392 * L_57 = ___reader0; NullCheck(L_57); String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_57); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_59 = String_Concat_m3937257545(NULL /*static, unused*/, L_58, _stringLiteral3539998349, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_56, L_59, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_0172; } IL_016b: { XmlSchemaReader_t1164558392 * L_60 = ___reader0; XmlSchemaTotalDigitsFacet_t297930215 * L_61 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_60, L_61, /*hidden argument*/NULL); } IL_0172: { XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); bool L_63 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_62); if (L_63) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_64 = ___reader0; NullCheck(L_64); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_64); XmlSchemaReader_t1164558392 * L_65 = ___reader0; NullCheck(L_65); bool L_66 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_65); if (!L_66) { goto IL_0191; } } { XmlSchemaTotalDigitsFacet_t297930215 * L_67 = V_0; return L_67; } IL_0191: { V_2 = 1; goto IL_0214; } IL_0198: { XmlSchemaReader_t1164558392 * L_68 = ___reader0; NullCheck(L_68); int32_t L_69 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_68); if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)15))))) { goto IL_01d6; } } { XmlSchemaReader_t1164558392 * L_70 = ___reader0; NullCheck(L_70); String_t* L_71 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_70); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_72 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_71, _stringLiteral1504613137, /*hidden argument*/NULL); if (!L_72) { goto IL_01d1; } } { ValidationEventHandler_t791314227 * L_73 = ___h1; XmlSchemaReader_t1164558392 * L_74 = ___reader0; NullCheck(L_74); String_t* L_75 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_74); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_76 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral175443087, L_75, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_73, L_76, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_01d1: { goto IL_021f; } IL_01d6: { int32_t L_77 = V_2; if ((((int32_t)L_77) > ((int32_t)1))) { goto IL_020e; } } { XmlSchemaReader_t1164558392 * L_78 = ___reader0; NullCheck(L_78); String_t* L_79 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_78); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_80 = String_op_Equality_m920492651(NULL /*static, unused*/, L_79, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_80) { goto IL_020e; } } { V_2 = 2; XmlSchemaReader_t1164558392 * L_81 = ___reader0; ValidationEventHandler_t791314227 * L_82 = ___h1; XmlSchemaAnnotation_t2553753397 * L_83 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_81, L_82, /*hidden argument*/NULL); V_3 = L_83; XmlSchemaAnnotation_t2553753397 * L_84 = V_3; if (!L_84) { goto IL_0209; } } { XmlSchemaTotalDigitsFacet_t297930215 * L_85 = V_0; XmlSchemaAnnotation_t2553753397 * L_86 = V_3; NullCheck(L_85); XmlSchemaAnnotated_set_Annotation_m3050132480(L_85, L_86, /*hidden argument*/NULL); } IL_0209: { goto IL_0214; } IL_020e: { XmlSchemaReader_t1164558392 * L_87 = ___reader0; NullCheck(L_87); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_87, /*hidden argument*/NULL); } IL_0214: { XmlSchemaReader_t1164558392 * L_88 = ___reader0; NullCheck(L_88); bool L_89 = XmlSchemaReader_ReadNextElement_m611223709(L_88, /*hidden argument*/NULL); if (L_89) { goto IL_0198; } } IL_021f: { XmlSchemaTotalDigitsFacet_t297930215 * L_90 = V_0; return L_90; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaType::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType__ctor_m3211054051 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType__ctor_m3211054051_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaAnnotated__ctor_m2738129066(__this, /*hidden argument*/NULL); __this->set_final_16(((int32_t)256)); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_0 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); __this->set_QNameInternal_25(L_0); return; } } // System.String System.Xml.Schema.XmlSchemaType::get_Name() extern "C" IL2CPP_METHOD_ATTR String_t* XmlSchemaType_get_Name_m599822945 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_name_18(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_Name(System.String) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_set_Name_m786219427 (XmlSchemaType_t2033747345 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_name_18(L_0); return; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::get_Final() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_Final_m2717235480 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_final_16(); return L_0; } } // System.Void System.Xml.Schema.XmlSchemaType::set_Final(System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaType_set_Final_m383026665 (XmlSchemaType_t2033747345 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_final_16(L_0); return; } } // 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) { { XmlQualifiedName_t2760654312 * L_0 = __this->get_QNameInternal_25(); return L_0; } } // 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) { { int32_t L_0 = __this->get_finalResolved_24(); return L_0; } } // System.Object System.Xml.Schema.XmlSchemaType::get_BaseSchemaType() extern "C" IL2CPP_METHOD_ATTR RuntimeObject * XmlSchemaType_get_BaseSchemaType_m3936227521 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType_get_BaseSchemaType_m3936227521_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaType_t2033747345 * L_0 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0012; } } { XmlSchemaType_t2033747345 * L_1 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); return L_1; } IL_0012: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_2 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_2)))) { goto IL_001f; } } { return NULL; } IL_001f: { XmlSchemaDatatype_t322714710 * L_3 = XmlSchemaType_get_Datatype_m3072197688(__this, /*hidden argument*/NULL); return L_3; } } // 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) { { XmlSchemaType_t2033747345 * L_0 = __this->get_BaseXmlSchemaTypeInternal_21(); return L_0; } } // 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) { { int32_t L_0 = __this->get_resolvedDerivedBy_23(); return L_0; } } // 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) { { XmlSchemaDatatype_t322714710 * L_0 = __this->get_DatatypeInternal_22(); return L_0; } } // System.Boolean System.Xml.Schema.XmlSchemaType::get_IsMixed() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaType_get_IsMixed_m1412329401 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_isMixed_17(); return L_0; } } // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaType::get_TypeCode() extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaType_get_TypeCode_m3862901656 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType_get_TypeCode_m3862901656_MetadataUsageId); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_0 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_0)))) { goto IL_000d; } } { return (int32_t)(1); } IL_000d: { XmlSchemaDatatype_t322714710 * L_1 = __this->get_DatatypeInternal_22(); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_2 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(XmlSchemaDatatype_t322714710 *)L_1) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_2)))) { goto IL_0020; } } { return (int32_t)(((int32_t)10)); } IL_0020: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_3 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRefs_62(); if ((!(((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)L_3)))) { goto IL_002e; } } { return (int32_t)(((int32_t)38)); } IL_002e: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_4 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntities_64(); if ((!(((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)L_4)))) { goto IL_003c; } } { return (int32_t)(((int32_t)39)); } IL_003c: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_5 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMTokens_57(); if ((!(((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)L_5)))) { goto IL_004a; } } { return (int32_t)(((int32_t)34)); } IL_004a: { XmlSchemaDatatype_t322714710 * L_6 = __this->get_DatatypeInternal_22(); if (!L_6) { goto IL_0061; } } { XmlSchemaDatatype_t322714710 * L_7 = __this->get_DatatypeInternal_22(); NullCheck(L_7); int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_7); return L_8; } IL_0061: { XmlSchemaType_t2033747345 * L_9 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); NullCheck(L_9); int32_t L_10 = XmlSchemaType_get_TypeCode_m3862901656(L_9, /*hidden argument*/NULL); return L_10; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaType_GetBuiltInSimpleType_m1336857001 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qualifiedName0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType_GetBuiltInSimpleType_m1336857001_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { XmlQualifiedName_t2760654312 * L_0 = ___qualifiedName0; NullCheck(L_0); String_t* L_1 = XmlQualifiedName_get_Namespace_m3957593392(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral91702, /*hidden argument*/NULL); if (!L_2) { goto IL_00b0; } } { XmlQualifiedName_t2760654312 * L_3 = ___qualifiedName0; NullCheck(L_3); String_t* L_4 = XmlQualifiedName_get_Name_m815040483(L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_00ae; } } { Dictionary_2_t2736202052 * L_6 = ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map42_26(); if (L_6) { goto IL_0069; } } { Dictionary_2_t2736202052 * L_7 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_7, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_7; Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3716671661, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral724378170, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral1777380071, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral622047031, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map42_26(L_12); } IL_0069: { Dictionary_2_t2736202052 * L_13 = ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map42_26(); String_t* L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1013208020(L_13, L_14, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_15) { goto IL_00ae; } } { int32_t L_16 = V_2; switch (L_16) { case 0: { goto IL_0096; } case 1: { goto IL_009c; } case 2: { goto IL_00a2; } case 3: { goto IL_00a8; } } } { goto IL_00ae; } IL_0096: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_17 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtUntypedAtomic_78(); return L_17; } IL_009c: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_18 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtAnyAtomicType_79(); return L_18; } IL_00a2: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_19 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtYearMonthDuration_80(); return L_19; } IL_00a8: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_20 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtDayTimeDuration_81(); return L_20; } IL_00ae: { return (XmlSchemaSimpleType_t2678868104 *)NULL; } IL_00b0: { XmlQualifiedName_t2760654312 * L_21 = ___qualifiedName0; NullCheck(L_21); String_t* L_22 = XmlQualifiedName_get_Namespace_m3957593392(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_22, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_23) { goto IL_00c7; } } { return (XmlSchemaSimpleType_t2678868104 *)NULL; } IL_00c7: { XmlQualifiedName_t2760654312 * L_24 = ___qualifiedName0; NullCheck(L_24); String_t* L_25 = XmlQualifiedName_get_Name_m815040483(L_24, /*hidden argument*/NULL); V_0 = L_25; String_t* L_26 = V_0; if (!L_26) { goto IL_050b; } } { Dictionary_2_t2736202052 * L_27 = ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map43_27(); if (L_27) { goto IL_032c; } } { Dictionary_2_t2736202052 * L_28 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_28, ((int32_t)45), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_28; Dictionary_2_t2736202052 * L_29 = V_1; NullCheck(L_29); Dictionary_2_Add_m282647386(L_29, _stringLiteral3319458126, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_30 = V_1; NullCheck(L_30); Dictionary_2_Add_m282647386(L_30, _stringLiteral1236128813, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_31 = V_1; NullCheck(L_31); Dictionary_2_Add_m282647386(L_31, _stringLiteral228529742, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_32 = V_1; NullCheck(L_32); Dictionary_2_Add_m282647386(L_32, _stringLiteral2033559650, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_33 = V_1; NullCheck(L_33); Dictionary_2_Add_m282647386(L_33, _stringLiteral807124363, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_34 = V_1; NullCheck(L_34); Dictionary_2_Add_m282647386(L_34, _stringLiteral1235497039, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_35 = V_1; NullCheck(L_35); Dictionary_2_Add_m282647386(L_35, _stringLiteral1501416449, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_36 = V_1; NullCheck(L_36); Dictionary_2_Add_m282647386(L_36, _stringLiteral3798050081, 7, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_37 = V_1; NullCheck(L_37); Dictionary_2_Add_m282647386(L_37, _stringLiteral63249541, 8, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_38 = V_1; NullCheck(L_38); Dictionary_2_Add_m282647386(L_38, _stringLiteral1272578818, ((int32_t)9), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_39 = V_1; NullCheck(L_39); Dictionary_2_Add_m282647386(L_39, _stringLiteral2722193337, ((int32_t)10), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_40 = V_1; NullCheck(L_40); Dictionary_2_Add_m282647386(L_40, _stringLiteral110852430, ((int32_t)11), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_41 = V_1; NullCheck(L_41); Dictionary_2_Add_m282647386(L_41, _stringLiteral2834935051, ((int32_t)12), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_42 = V_1; NullCheck(L_42); Dictionary_2_Add_m282647386(L_42, _stringLiteral3447975646, ((int32_t)13), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_43 = V_1; NullCheck(L_43); Dictionary_2_Add_m282647386(L_43, _stringLiteral3593584042, ((int32_t)14), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_44 = V_1; NullCheck(L_44); Dictionary_2_Add_m282647386(L_44, _stringLiteral841379268, ((int32_t)15), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_45 = V_1; NullCheck(L_45); Dictionary_2_Add_m282647386(L_45, _stringLiteral1671489303, ((int32_t)16), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_46 = V_1; NullCheck(L_46); Dictionary_2_Add_m282647386(L_46, _stringLiteral723171524, ((int32_t)17), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_47 = V_1; NullCheck(L_47); Dictionary_2_Add_m282647386(L_47, _stringLiteral2799480295, ((int32_t)18), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_48 = V_1; NullCheck(L_48); Dictionary_2_Add_m282647386(L_48, _stringLiteral215120649, ((int32_t)19), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_49 = V_1; NullCheck(L_49); Dictionary_2_Add_m282647386(L_49, _stringLiteral3244750353, ((int32_t)20), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_50 = V_1; NullCheck(L_50); Dictionary_2_Add_m282647386(L_50, _stringLiteral2005331395, ((int32_t)21), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_51 = V_1; NullCheck(L_51); Dictionary_2_Add_m282647386(L_51, _stringLiteral2143290860, ((int32_t)22), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_52 = V_1; NullCheck(L_52); Dictionary_2_Add_m282647386(L_52, _stringLiteral4080338551, ((int32_t)23), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_53 = V_1; NullCheck(L_53); Dictionary_2_Add_m282647386(L_53, _stringLiteral3245737591, ((int32_t)24), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_54 = V_1; NullCheck(L_54); Dictionary_2_Add_m282647386(L_54, _stringLiteral62725275, ((int32_t)25), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_55 = V_1; NullCheck(L_55); Dictionary_2_Add_m282647386(L_55, _stringLiteral996260479, ((int32_t)26), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_56 = V_1; NullCheck(L_56); Dictionary_2_Add_m282647386(L_56, _stringLiteral3456546791, ((int32_t)27), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_57 = V_1; NullCheck(L_57); Dictionary_2_Add_m282647386(L_57, _stringLiteral3671082123, ((int32_t)28), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_58 = V_1; NullCheck(L_58); Dictionary_2_Add_m282647386(L_58, _stringLiteral3665773707, ((int32_t)29), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_59 = V_1; NullCheck(L_59); Dictionary_2_Add_m282647386(L_59, _stringLiteral2851744811, ((int32_t)30), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_60 = V_1; NullCheck(L_60); Dictionary_2_Add_m282647386(L_60, _stringLiteral4276600584, ((int32_t)31), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_61 = V_1; NullCheck(L_61); Dictionary_2_Add_m282647386(L_61, _stringLiteral1572351178, ((int32_t)32), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_62 = V_1; NullCheck(L_62); Dictionary_2_Add_m282647386(L_62, _stringLiteral3820814978, ((int32_t)33), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_63 = V_1; NullCheck(L_63); Dictionary_2_Add_m282647386(L_63, _stringLiteral4120511215, ((int32_t)34), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_64 = V_1; NullCheck(L_64); Dictionary_2_Add_m282647386(L_64, _stringLiteral2409402648, ((int32_t)35), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_65 = V_1; NullCheck(L_65); Dictionary_2_Add_m282647386(L_65, _stringLiteral2553676557, ((int32_t)36), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_66 = V_1; NullCheck(L_66); Dictionary_2_Add_m282647386(L_66, _stringLiteral1535819814, ((int32_t)37), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_67 = V_1; NullCheck(L_67); Dictionary_2_Add_m282647386(L_67, _stringLiteral1274151684, ((int32_t)38), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_68 = V_1; NullCheck(L_68); Dictionary_2_Add_m282647386(L_68, _stringLiteral3835929719, ((int32_t)39), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_69 = V_1; NullCheck(L_69); Dictionary_2_Add_m282647386(L_69, _stringLiteral425891063, ((int32_t)40), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_70 = V_1; NullCheck(L_70); Dictionary_2_Add_m282647386(L_70, _stringLiteral1873420042, ((int32_t)41), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_71 = V_1; NullCheck(L_71); Dictionary_2_Add_m282647386(L_71, _stringLiteral3755388189, ((int32_t)42), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_72 = V_1; NullCheck(L_72); Dictionary_2_Add_m282647386(L_72, _stringLiteral3873205229, ((int32_t)43), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_73 = V_1; NullCheck(L_73); Dictionary_2_Add_m282647386(L_73, _stringLiteral3773869350, ((int32_t)44), /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_74 = V_1; ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map43_27(L_74); } IL_032c: { Dictionary_2_t2736202052 * L_75 = ((XmlSchemaType_t2033747345_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaType_t2033747345_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map43_27(); String_t* L_76 = V_0; NullCheck(L_75); bool L_77 = Dictionary_2_TryGetValue_m1013208020(L_75, L_76, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_77) { goto IL_050b; } } { int32_t L_78 = V_2; switch (L_78) { case 0: { goto IL_03fd; } case 1: { goto IL_0403; } case 2: { goto IL_0409; } case 3: { goto IL_040f; } case 4: { goto IL_0415; } case 5: { goto IL_041b; } case 6: { goto IL_0421; } case 7: { goto IL_0427; } case 8: { goto IL_042d; } case 9: { goto IL_0433; } case 10: { goto IL_0439; } case 11: { goto IL_043f; } case 12: { goto IL_0445; } case 13: { goto IL_044b; } case 14: { goto IL_0451; } case 15: { goto IL_0457; } case 16: { goto IL_045d; } case 17: { goto IL_0463; } case 18: { goto IL_0469; } case 19: { goto IL_046f; } case 20: { goto IL_0475; } case 21: { goto IL_047b; } case 22: { goto IL_0481; } case 23: { goto IL_0487; } case 24: { goto IL_048d; } case 25: { goto IL_0493; } case 26: { goto IL_0499; } case 27: { goto IL_049f; } case 28: { goto IL_04a5; } case 29: { goto IL_04ab; } case 30: { goto IL_04b1; } case 31: { goto IL_04b7; } case 32: { goto IL_04bd; } case 33: { goto IL_04c3; } case 34: { goto IL_04c9; } case 35: { goto IL_04cf; } case 36: { goto IL_04d5; } case 37: { goto IL_04db; } case 38: { goto IL_04e1; } case 39: { goto IL_04e7; } case 40: { goto IL_04ed; } case 41: { goto IL_04f3; } case 42: { goto IL_04f9; } case 43: { goto IL_04ff; } case 44: { goto IL_0505; } } } { goto IL_050b; } IL_03fd: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_79 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsAnySimpleType_33(); return L_79; } IL_0403: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_80 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsString_34(); return L_80; } IL_0409: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_81 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsBoolean_35(); return L_81; } IL_040f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_82 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDecimal_36(); return L_82; } IL_0415: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_83 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsFloat_37(); return L_83; } IL_041b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_84 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDouble_38(); return L_84; } IL_0421: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_85 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDuration_39(); return L_85; } IL_0427: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_86 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDateTime_40(); return L_86; } IL_042d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_87 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsTime_41(); return L_87; } IL_0433: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_88 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDate_42(); return L_88; } IL_0439: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_89 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGYearMonth_43(); return L_89; } IL_043f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_90 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGYear_44(); return L_90; } IL_0445: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_91 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGMonthDay_45(); return L_91; } IL_044b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_92 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGDay_46(); return L_92; } IL_0451: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_93 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGMonth_47(); return L_93; } IL_0457: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_94 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsHexBinary_48(); return L_94; } IL_045d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_95 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsBase64Binary_49(); return L_95; } IL_0463: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_96 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsAnyUri_50(); return L_96; } IL_0469: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_97 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsQName_51(); return L_97; } IL_046f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_98 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNotation_52(); return L_98; } IL_0475: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_99 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNormalizedString_53(); return L_99; } IL_047b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_100 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsToken_54(); return L_100; } IL_0481: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_101 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsLanguage_55(); return L_101; } IL_0487: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_102 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMToken_56(); return L_102; } IL_048d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_103 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMTokens_57(); return L_103; } IL_0493: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_104 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsName_58(); return L_104; } IL_0499: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_105 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNCName_59(); return L_105; } IL_049f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_106 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsID_60(); return L_106; } IL_04a5: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_107 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRef_61(); return L_107; } IL_04ab: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_108 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRefs_62(); return L_108; } IL_04b1: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_109 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntity_63(); return L_109; } IL_04b7: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_110 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntities_64(); return L_110; } IL_04bd: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_111 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsInteger_65(); return L_111; } IL_04c3: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_112 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNonPositiveInteger_66(); return L_112; } IL_04c9: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_113 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNegativeInteger_67(); return L_113; } IL_04cf: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_114 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsLong_68(); return L_114; } IL_04d5: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_115 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsInt_69(); return L_115; } IL_04db: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_116 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsShort_70(); return L_116; } IL_04e1: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_117 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsByte_71(); return L_117; } IL_04e7: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_118 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNonNegativeInteger_72(); return L_118; } IL_04ed: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_119 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsPositiveInteger_77(); return L_119; } IL_04f3: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_120 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedLong_73(); return L_120; } IL_04f9: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_121 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedInt_74(); return L_121; } IL_04ff: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_122 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedShort_75(); return L_122; } IL_0505: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_123 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedByte_76(); return L_123; } IL_050b: { return (XmlSchemaSimpleType_t2678868104 *)NULL; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode) extern "C" IL2CPP_METHOD_ATTR XmlSchemaSimpleType_t2678868104 * XmlSchemaType_GetBuiltInSimpleType_m1138863932 (RuntimeObject * __this /* static, unused */, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType_GetBuiltInSimpleType_m1138863932_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___type0; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_00e9; } case 1: { goto IL_00e9; } case 2: { goto IL_00e9; } case 3: { goto IL_00e9; } case 4: { goto IL_00e9; } case 5: { goto IL_00e9; } case 6: { goto IL_00e9; } case 7: { goto IL_00e9; } case 8: { goto IL_00e9; } case 9: { goto IL_00e9; } case 10: { goto IL_00eb; } case 11: { goto IL_00f1; } case 12: { goto IL_00f7; } case 13: { goto IL_00fd; } case 14: { goto IL_0103; } case 15: { goto IL_0109; } case 16: { goto IL_010f; } case 17: { goto IL_0115; } case 18: { goto IL_011b; } case 19: { goto IL_0121; } case 20: { goto IL_0127; } case 21: { goto IL_012d; } case 22: { goto IL_0133; } case 23: { goto IL_0139; } case 24: { goto IL_013f; } case 25: { goto IL_0145; } case 26: { goto IL_014b; } case 27: { goto IL_0151; } case 28: { goto IL_0157; } case 29: { goto IL_015d; } case 30: { goto IL_0163; } case 31: { goto IL_0169; } case 32: { goto IL_016f; } case 33: { goto IL_0175; } case 34: { goto IL_017b; } case 35: { goto IL_0181; } case 36: { goto IL_0187; } case 37: { goto IL_018d; } case 38: { goto IL_0193; } case 39: { goto IL_0199; } case 40: { goto IL_019f; } case 41: { goto IL_01a5; } case 42: { goto IL_01ab; } case 43: { goto IL_01b1; } case 44: { goto IL_01b7; } case 45: { goto IL_01bd; } case 46: { goto IL_01c3; } case 47: { goto IL_01c9; } case 48: { goto IL_01cf; } case 49: { goto IL_01d5; } case 50: { goto IL_01db; } case 51: { goto IL_01e1; } case 52: { goto IL_01e7; } case 53: { goto IL_01ed; } case 54: { goto IL_01f3; } } } { goto IL_01f9; } IL_00e9: { return (XmlSchemaSimpleType_t2678868104 *)NULL; } IL_00eb: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_2 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtAnyAtomicType_79(); return L_2; } IL_00f1: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_3 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtUntypedAtomic_78(); return L_3; } IL_00f7: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_4 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsString_34(); return L_4; } IL_00fd: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_5 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsBoolean_35(); return L_5; } IL_0103: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_6 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDecimal_36(); return L_6; } IL_0109: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_7 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsFloat_37(); return L_7; } IL_010f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_8 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDouble_38(); return L_8; } IL_0115: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_9 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDuration_39(); return L_9; } IL_011b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_10 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDateTime_40(); return L_10; } IL_0121: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_11 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsTime_41(); return L_11; } IL_0127: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_12 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsDate_42(); return L_12; } IL_012d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_13 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGYearMonth_43(); return L_13; } IL_0133: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_14 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGYear_44(); return L_14; } IL_0139: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_15 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGMonthDay_45(); return L_15; } IL_013f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_16 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGDay_46(); return L_16; } IL_0145: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_17 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsGMonth_47(); return L_17; } IL_014b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_18 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsHexBinary_48(); return L_18; } IL_0151: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_19 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsBase64Binary_49(); return L_19; } IL_0157: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_20 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsAnyUri_50(); return L_20; } IL_015d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_21 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsQName_51(); return L_21; } IL_0163: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_22 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNotation_52(); return L_22; } IL_0169: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_23 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNormalizedString_53(); return L_23; } IL_016f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_24 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsToken_54(); return L_24; } IL_0175: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_25 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsLanguage_55(); return L_25; } IL_017b: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_26 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNMToken_56(); return L_26; } IL_0181: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_27 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsName_58(); return L_27; } IL_0187: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_28 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNCName_59(); return L_28; } IL_018d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_29 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsID_60(); return L_29; } IL_0193: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_30 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsIDRef_61(); return L_30; } IL_0199: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_31 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsEntity_63(); return L_31; } IL_019f: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_32 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsInteger_65(); return L_32; } IL_01a5: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_33 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNonPositiveInteger_66(); return L_33; } IL_01ab: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_34 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNegativeInteger_67(); return L_34; } IL_01b1: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_35 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsLong_68(); return L_35; } IL_01b7: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_36 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsInt_69(); return L_36; } IL_01bd: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_37 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsShort_70(); return L_37; } IL_01c3: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_38 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsByte_71(); return L_38; } IL_01c9: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_39 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsNonNegativeInteger_72(); return L_39; } IL_01cf: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_40 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedLong_73(); return L_40; } IL_01d5: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_41 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedInt_74(); return L_41; } IL_01db: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_42 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedShort_75(); return L_42; } IL_01e1: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_43 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsUnsignedByte_76(); return L_43; } IL_01e7: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_44 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XsPositiveInteger_77(); return L_44; } IL_01ed: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_45 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtYearMonthDuration_80(); return L_45; } IL_01f3: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XmlSchemaSimpleType_t2678868104 * L_46 = ((XmlSchemaSimpleType_t2678868104_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var))->get_XdtDayTimeDuration_81(); return L_46; } IL_01f9: { return (XmlSchemaSimpleType_t2678868104 *)NULL; } } // System.Boolean System.Xml.Schema.XmlSchemaType::ValidateRecursionCheck() extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaType_ValidateRecursionCheck_m3062154423 (XmlSchemaType_t2033747345 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaType_ValidateRecursionCheck_m3062154423_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaType_t2033747345 * V_0 = NULL; bool V_1 = false; { bool L_0 = __this->get_recursed_19(); if (!L_0) { goto IL_0017; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaComplexType_t3740801802_il2cpp_TypeInfo_var); XmlSchemaComplexType_t3740801802 * L_1 = XmlSchemaComplexType_get_AnyType_m2038550701(NULL /*static, unused*/, /*hidden argument*/NULL); return (bool)((((int32_t)((((RuntimeObject*)(XmlSchemaType_t2033747345 *)__this) == ((RuntimeObject*)(XmlSchemaComplexType_t3740801802 *)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0017: { __this->set_recursed_19((bool)1); XmlSchemaType_t2033747345 * L_2 = XmlSchemaType_get_BaseXmlSchemaType_m4221231559(__this, /*hidden argument*/NULL); V_0 = L_2; V_1 = (bool)0; XmlSchemaType_t2033747345 * L_3 = V_0; if (!L_3) { goto IL_0034; } } { XmlSchemaType_t2033747345 * L_4 = V_0; NullCheck(L_4); bool L_5 = XmlSchemaType_ValidateRecursionCheck_m3062154423(L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0034: { __this->set_recursed_19((bool)0); bool L_6 = V_1; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaUnique::.ctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUnique__ctor_m274875952 (XmlSchemaUnique_t2867867737 * __this, const RuntimeMethod* method) { { XmlSchemaIdentityConstraint__ctor_m3826864011(__this, /*hidden argument*/NULL); return; } } // System.Int32 System.Xml.Schema.XmlSchemaUnique::Compile(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUnique_Compile_m3103240227 (XmlSchemaUnique_t2867867737 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { ValidationEventHandler_t791314227 * L_0 = ___h0; XmlSchema_t3742557897 * L_1 = ___schema1; int32_t L_2 = XmlSchemaIdentityConstraint_Compile_m3517703601(__this, L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 System.Xml.Schema.XmlSchemaUnique::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUnique_Validate_m404514977 (XmlSchemaUnique_t2867867737 * __this, ValidationEventHandler_t791314227 * ___h0, XmlSchema_t3742557897 * ___schema1, const RuntimeMethod* method) { { int32_t L_0 = ((XmlSchemaObject_t1315720168 *)__this)->get_errorCount_6(); return L_0; } } // System.Xml.Schema.XmlSchemaUnique System.Xml.Schema.XmlSchemaUnique::Read(System.Xml.Schema.XmlSchemaReader,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR XmlSchemaUnique_t2867867737 * XmlSchemaUnique_Read_m1197168435 (RuntimeObject * __this /* static, unused */, XmlSchemaReader_t1164558392 * ___reader0, ValidationEventHandler_t791314227 * ___h1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUnique_Read_m1197168435_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaUnique_t2867867737 * V_0 = NULL; int32_t V_1 = 0; XmlSchemaAnnotation_t2553753397 * V_2 = NULL; XmlSchemaXPath_t3156455507 * V_3 = NULL; XmlSchemaXPath_t3156455507 * V_4 = NULL; { XmlSchemaUnique_t2867867737 * L_0 = (XmlSchemaUnique_t2867867737 *)il2cpp_codegen_object_new(XmlSchemaUnique_t2867867737_il2cpp_TypeInfo_var); XmlSchemaUnique__ctor_m274875952(L_0, /*hidden argument*/NULL); V_0 = L_0; XmlSchemaReader_t1164558392 * L_1 = ___reader0; NullCheck(L_1); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_1); XmlSchemaReader_t1164558392 * L_2 = ___reader0; NullCheck(L_2); String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_2); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_4 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_3, _stringLiteral1569427300, /*hidden argument*/NULL); if (L_4) { goto IL_0037; } } { XmlSchemaReader_t1164558392 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_5); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_7 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_6, _stringLiteral379716803, /*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } IL_0037: { ValidationEventHandler_t791314227 * L_8 = ___h1; XmlSchemaReader_t1164558392 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_9); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_11 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral1289618267, L_10, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_8, L_11, (Exception_t *)NULL, /*hidden argument*/NULL); XmlSchemaReader_t1164558392 * L_12 = ___reader0; NullCheck(L_12); VirtActionInvoker0::Invoke(49 /* System.Void System.Xml.Schema.XmlSchemaReader::Skip() */, L_12); return (XmlSchemaUnique_t2867867737 *)NULL; } IL_0056: { XmlSchemaUnique_t2867867737 * L_13 = V_0; XmlSchemaReader_t1164558392 * L_14 = ___reader0; NullCheck(L_14); int32_t L_15 = XmlSchemaReader_get_LineNumber_m3920914464(L_14, /*hidden argument*/NULL); NullCheck(L_13); XmlSchemaObject_set_LineNumber_m1360499025(L_13, L_15, /*hidden argument*/NULL); XmlSchemaUnique_t2867867737 * L_16 = V_0; XmlSchemaReader_t1164558392 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18 = XmlSchemaReader_get_LinePosition_m2272047151(L_17, /*hidden argument*/NULL); NullCheck(L_16); XmlSchemaObject_set_LinePosition_m906865826(L_16, L_18, /*hidden argument*/NULL); XmlSchemaUnique_t2867867737 * L_19 = V_0; XmlSchemaReader_t1164558392 * L_20 = ___reader0; NullCheck(L_20); String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.Schema.XmlSchemaReader::get_BaseURI() */, L_20); NullCheck(L_19); XmlSchemaObject_set_SourceUri_m2760372687(L_19, L_21, /*hidden argument*/NULL); goto IL_012d; } IL_007f: { XmlSchemaReader_t1164558392 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_22); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_24 = String_op_Equality_m920492651(NULL /*static, unused*/, L_23, _stringLiteral3454449607, /*hidden argument*/NULL); if (!L_24) { goto IL_00a5; } } { XmlSchemaUnique_t2867867737 * L_25 = V_0; XmlSchemaReader_t1164558392 * L_26 = ___reader0; NullCheck(L_26); String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_26); NullCheck(L_25); XmlSchemaAnnotated_set_Id_m1597719336(L_25, L_27, /*hidden argument*/NULL); goto IL_012d; } IL_00a5: { XmlSchemaReader_t1164558392 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_28); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_30 = String_op_Equality_m920492651(NULL /*static, unused*/, L_29, _stringLiteral62725243, /*hidden argument*/NULL); if (!L_30) { goto IL_00cb; } } { XmlSchemaUnique_t2867867737 * L_31 = V_0; XmlSchemaReader_t1164558392 * L_32 = ___reader0; NullCheck(L_32); String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.Schema.XmlSchemaReader::get_Value() */, L_32); NullCheck(L_31); XmlSchemaIdentityConstraint_set_Name_m1938683954(L_31, L_33, /*hidden argument*/NULL); goto IL_012d; } IL_00cb: { XmlSchemaReader_t1164558392 * L_34 = ___reader0; NullCheck(L_34); String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_34); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_37 = String_op_Equality_m920492651(NULL /*static, unused*/, L_35, L_36, /*hidden argument*/NULL); if (!L_37) { goto IL_00f5; } } { XmlSchemaReader_t1164558392 * L_38 = ___reader0; NullCheck(L_38); String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_38); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_40 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_39, _stringLiteral3929236445, /*hidden argument*/NULL); if (L_40) { goto IL_010a; } } IL_00f5: { XmlSchemaReader_t1164558392 * L_41 = ___reader0; NullCheck(L_41); String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.Schema.XmlSchemaReader::get_NamespaceURI() */, L_41); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_43 = String_op_Equality_m920492651(NULL /*static, unused*/, L_42, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_43) { goto IL_0126; } } IL_010a: { ValidationEventHandler_t791314227 * L_44 = ___h1; XmlSchemaReader_t1164558392 * L_45 = ___reader0; NullCheck(L_45); String_t* L_46 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_45); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_47 = String_Concat_m3937257545(NULL /*static, unused*/, L_46, _stringLiteral1128514160, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_44, L_47, (Exception_t *)NULL, /*hidden argument*/NULL); goto IL_012d; } IL_0126: { XmlSchemaReader_t1164558392 * L_48 = ___reader0; XmlSchemaUnique_t2867867737 * L_49 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ReadUnhandledAttribute_m1314733484(NULL /*static, unused*/, L_48, L_49, /*hidden argument*/NULL); } IL_012d: { XmlSchemaReader_t1164558392 * L_50 = ___reader0; NullCheck(L_50); bool L_51 = VirtFuncInvoker0< bool >::Invoke(41 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToNextAttribute() */, L_50); if (L_51) { goto IL_007f; } } { XmlSchemaReader_t1164558392 * L_52 = ___reader0; NullCheck(L_52); VirtFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.Schema.XmlSchemaReader::MoveToElement() */, L_52); XmlSchemaReader_t1164558392 * L_53 = ___reader0; NullCheck(L_53); bool L_54 = VirtFuncInvoker0< bool >::Invoke(12 /* System.Boolean System.Xml.Schema.XmlSchemaReader::get_IsEmptyElement() */, L_53); if (!L_54) { goto IL_014c; } } { XmlSchemaUnique_t2867867737 * L_55 = V_0; return L_55; } IL_014c: { V_1 = 1; goto IL_0269; } IL_0153: { XmlSchemaReader_t1164558392 * L_56 = ___reader0; NullCheck(L_56); int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Xml.XmlNodeType System.Xml.Schema.XmlSchemaReader::get_NodeType() */, L_56); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)15))))) { goto IL_0191; } } { XmlSchemaReader_t1164558392 * L_58 = ___reader0; NullCheck(L_58); String_t* L_59 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_58); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_60 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_59, _stringLiteral379716803, /*hidden argument*/NULL); if (!L_60) { goto IL_018c; } } { ValidationEventHandler_t791314227 * L_61 = ___h1; XmlSchemaReader_t1164558392 * L_62 = ___reader0; NullCheck(L_62); String_t* L_63 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.Schema.XmlSchemaReader::get_Name() */, L_62); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_64 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3782410657, L_63, /*hidden argument*/NULL); XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_61, L_64, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_018c: { goto IL_0274; } IL_0191: { int32_t L_65 = V_1; if ((((int32_t)L_65) > ((int32_t)1))) { goto IL_01c9; } } { XmlSchemaReader_t1164558392 * L_66 = ___reader0; NullCheck(L_66); String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_66); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_68 = String_op_Equality_m920492651(NULL /*static, unused*/, L_67, _stringLiteral1102688753, /*hidden argument*/NULL); if (!L_68) { goto IL_01c9; } } { V_1 = 2; XmlSchemaReader_t1164558392 * L_69 = ___reader0; ValidationEventHandler_t791314227 * L_70 = ___h1; XmlSchemaAnnotation_t2553753397 * L_71 = XmlSchemaAnnotation_Read_m1586871736(NULL /*static, unused*/, L_69, L_70, /*hidden argument*/NULL); V_2 = L_71; XmlSchemaAnnotation_t2553753397 * L_72 = V_2; if (!L_72) { goto IL_01c4; } } { XmlSchemaUnique_t2867867737 * L_73 = V_0; XmlSchemaAnnotation_t2553753397 * L_74 = V_2; NullCheck(L_73); XmlSchemaAnnotated_set_Annotation_m3050132480(L_73, L_74, /*hidden argument*/NULL); } IL_01c4: { goto IL_0269; } IL_01c9: { int32_t L_75 = V_1; if ((((int32_t)L_75) > ((int32_t)2))) { goto IL_0206; } } { XmlSchemaReader_t1164558392 * L_76 = ___reader0; NullCheck(L_76); String_t* L_77 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_76); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_78 = String_op_Equality_m920492651(NULL /*static, unused*/, L_77, _stringLiteral3977229295, /*hidden argument*/NULL); if (!L_78) { goto IL_0206; } } { V_1 = 3; XmlSchemaReader_t1164558392 * L_79 = ___reader0; ValidationEventHandler_t791314227 * L_80 = ___h1; XmlSchemaXPath_t3156455507 * L_81 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_79, L_80, _stringLiteral3977229295, /*hidden argument*/NULL); V_3 = L_81; XmlSchemaXPath_t3156455507 * L_82 = V_3; if (!L_82) { goto IL_0201; } } { XmlSchemaUnique_t2867867737 * L_83 = V_0; XmlSchemaXPath_t3156455507 * L_84 = V_3; NullCheck(L_83); XmlSchemaIdentityConstraint_set_Selector_m4012263722(L_83, L_84, /*hidden argument*/NULL); } IL_0201: { goto IL_0269; } IL_0206: { int32_t L_85 = V_1; if ((((int32_t)L_85) > ((int32_t)3))) { goto IL_0263; } } { XmlSchemaReader_t1164558392 * L_86 = ___reader0; NullCheck(L_86); String_t* L_87 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.Schema.XmlSchemaReader::get_LocalName() */, L_86); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_88 = String_op_Equality_m920492651(NULL /*static, unused*/, L_87, _stringLiteral3110369597, /*hidden argument*/NULL); if (!L_88) { goto IL_0263; } } { V_1 = 3; XmlSchemaUnique_t2867867737 * L_89 = V_0; NullCheck(L_89); XmlSchemaXPath_t3156455507 * L_90 = XmlSchemaIdentityConstraint_get_Selector_m1128146390(L_89, /*hidden argument*/NULL); if (L_90) { goto IL_023b; } } { ValidationEventHandler_t791314227 * L_91 = ___h1; XmlSchemaObject_error_m1799989524(NULL /*static, unused*/, L_91, _stringLiteral1414807323, (Exception_t *)NULL, /*hidden argument*/NULL); } IL_023b: { XmlSchemaReader_t1164558392 * L_92 = ___reader0; ValidationEventHandler_t791314227 * L_93 = ___h1; XmlSchemaXPath_t3156455507 * L_94 = XmlSchemaXPath_Read_m1808832972(NULL /*static, unused*/, L_92, L_93, _stringLiteral3110369597, /*hidden argument*/NULL); V_4 = L_94; XmlSchemaXPath_t3156455507 * L_95 = V_4; if (!L_95) { goto IL_025e; } } { XmlSchemaUnique_t2867867737 * L_96 = V_0; NullCheck(L_96); XmlSchemaObjectCollection_t1064819932 * L_97 = XmlSchemaIdentityConstraint_get_Fields_m2787365736(L_96, /*hidden argument*/NULL); XmlSchemaXPath_t3156455507 * L_98 = V_4; NullCheck(L_97); XmlSchemaObjectCollection_Add_m1142549045(L_97, L_98, /*hidden argument*/NULL); } IL_025e: { goto IL_0269; } IL_0263: { XmlSchemaReader_t1164558392 * L_99 = ___reader0; NullCheck(L_99); XmlSchemaReader_RaiseInvalidElementError_m4265021746(L_99, /*hidden argument*/NULL); } IL_0269: { XmlSchemaReader_t1164558392 * L_100 = ___reader0; NullCheck(L_100); bool L_101 = XmlSchemaReader_ReadNextElement_m611223709(L_100, /*hidden argument*/NULL); if (L_101) { goto IL_0153; } } IL_0274: { XmlSchemaUnique_t2867867737 * L_102 = V_0; return L_102; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Schema.XmlSchemaUtil::.cctor() extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil__cctor_m362847947 (RuntimeObject * __this /* static, unused */, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil__cctor_m362847947_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = Environment_GetEnvironmentVariable_m394552009(NULL /*static, unused*/, _stringLiteral2399705350, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_1 = String_op_Equality_m920492651(NULL /*static, unused*/, L_0, _stringLiteral4119301762, /*hidden argument*/NULL); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_StrictMsCompliant_3(L_1); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_FinalAllowed_0(6); int32_t L_2 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_FinalAllowed_0(); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_ComplexTypeBlockAllowed_2(L_2); int32_t L_3 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_FinalAllowed_0(); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_ElementBlockAllowed_1(((int32_t)((int32_t)1|(int32_t)L_3))); return; } } // System.Void System.Xml.Schema.XmlSchemaUtil::AddToTable(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.XmlSchemaObject,System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_AddToTable_m2760389917 (RuntimeObject * __this /* static, unused */, XmlSchemaObjectTable_t2546974348 * ___table0, XmlSchemaObject_t1315720168 * ___obj1, XmlQualifiedName_t2760654312 * ___qname2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AddToTable_m2760389917_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlSchemaObjectTable_t2546974348 * L_0 = ___table0; XmlQualifiedName_t2760654312 * L_1 = ___qname2; NullCheck(L_0); bool L_2 = XmlSchemaObjectTable_Contains_m3252282677(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_00cd; } } { XmlSchemaObject_t1315720168 * L_3 = ___obj1; NullCheck(L_3); bool L_4 = L_3->get_isRedefineChild_9(); if (!L_4) { goto IL_0053; } } { XmlSchemaObject_t1315720168 * L_5 = ___obj1; NullCheck(L_5); XmlSchemaObject_t1315720168 * L_6 = L_5->get_redefinedObject_11(); if (!L_6) { goto IL_0039; } } { XmlSchemaObject_t1315720168 * L_7 = ___obj1; ValidationEventHandler_t791314227 * L_8 = ___h3; XmlQualifiedName_t2760654312 * L_9 = ___qname2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_10 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral380354181, L_9, /*hidden argument*/NULL); NullCheck(L_7); XmlSchemaObject_error_m903554348(L_7, L_8, L_10, /*hidden argument*/NULL); goto IL_0046; } IL_0039: { XmlSchemaObject_t1315720168 * L_11 = ___obj1; XmlSchemaObjectTable_t2546974348 * L_12 = ___table0; XmlQualifiedName_t2760654312 * L_13 = ___qname2; NullCheck(L_12); XmlSchemaObject_t1315720168 * L_14 = XmlSchemaObjectTable_get_Item_m170185878(L_12, L_13, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_redefinedObject_11(L_14); } IL_0046: { XmlSchemaObjectTable_t2546974348 * L_15 = ___table0; XmlQualifiedName_t2760654312 * L_16 = ___qname2; XmlSchemaObject_t1315720168 * L_17 = ___obj1; NullCheck(L_15); XmlSchemaObjectTable_Set_m2976494497(L_15, L_16, L_17, /*hidden argument*/NULL); goto IL_00c8; } IL_0053: { XmlSchemaObjectTable_t2546974348 * L_18 = ___table0; XmlQualifiedName_t2760654312 * L_19 = ___qname2; NullCheck(L_18); XmlSchemaObject_t1315720168 * L_20 = XmlSchemaObjectTable_get_Item_m170185878(L_18, L_19, /*hidden argument*/NULL); NullCheck(L_20); bool L_21 = L_20->get_isRedefineChild_9(); if (!L_21) { goto IL_009a; } } { XmlSchemaObjectTable_t2546974348 * L_22 = ___table0; XmlQualifiedName_t2760654312 * L_23 = ___qname2; NullCheck(L_22); XmlSchemaObject_t1315720168 * L_24 = XmlSchemaObjectTable_get_Item_m170185878(L_22, L_23, /*hidden argument*/NULL); NullCheck(L_24); XmlSchemaObject_t1315720168 * L_25 = L_24->get_redefinedObject_11(); if (!L_25) { goto IL_008c; } } { XmlSchemaObject_t1315720168 * L_26 = ___obj1; ValidationEventHandler_t791314227 * L_27 = ___h3; XmlQualifiedName_t2760654312 * L_28 = ___qname2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral380354181, L_28, /*hidden argument*/NULL); NullCheck(L_26); XmlSchemaObject_error_m903554348(L_26, L_27, L_29, /*hidden argument*/NULL); goto IL_0099; } IL_008c: { XmlSchemaObjectTable_t2546974348 * L_30 = ___table0; XmlQualifiedName_t2760654312 * L_31 = ___qname2; NullCheck(L_30); XmlSchemaObject_t1315720168 * L_32 = XmlSchemaObjectTable_get_Item_m170185878(L_30, L_31, /*hidden argument*/NULL); XmlSchemaObject_t1315720168 * L_33 = ___obj1; NullCheck(L_32); L_32->set_redefinedObject_11(L_33); } IL_0099: { return; } IL_009a: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_34 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_StrictMsCompliant_3(); if (!L_34) { goto IL_00b1; } } { XmlSchemaObjectTable_t2546974348 * L_35 = ___table0; XmlQualifiedName_t2760654312 * L_36 = ___qname2; XmlSchemaObject_t1315720168 * L_37 = ___obj1; NullCheck(L_35); XmlSchemaObjectTable_Set_m2976494497(L_35, L_36, L_37, /*hidden argument*/NULL); goto IL_00c8; } IL_00b1: { XmlSchemaObject_t1315720168 * L_38 = ___obj1; ValidationEventHandler_t791314227 * L_39 = ___h3; XmlQualifiedName_t2760654312 * L_40 = ___qname2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_41 = String_Format_m2556382932(NULL /*static, unused*/, _stringLiteral2645476880, L_40, _stringLiteral4177923708, /*hidden argument*/NULL); NullCheck(L_38); XmlSchemaObject_error_m903554348(L_38, L_39, L_41, /*hidden argument*/NULL); } IL_00c8: { goto IL_00d5; } IL_00cd: { XmlSchemaObjectTable_t2546974348 * L_42 = ___table0; XmlQualifiedName_t2760654312 * L_43 = ___qname2; XmlSchemaObject_t1315720168 * L_44 = ___obj1; NullCheck(L_42); XmlSchemaObjectTable_Set_m2976494497(L_42, L_43, L_44, /*hidden argument*/NULL); } IL_00d5: { return; } } // System.Void System.Xml.Schema.XmlSchemaUtil::CompileID(System.String,System.Xml.Schema.XmlSchemaObject,System.Collections.Hashtable,System.Xml.Schema.ValidationEventHandler) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_CompileID_m928148374 (RuntimeObject * __this /* static, unused */, String_t* ___id0, XmlSchemaObject_t1315720168 * ___xso1, Hashtable_t1853889766 * ___idCollection2, ValidationEventHandler_t791314227 * ___h3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_CompileID_m928148374_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___id0; if (L_0) { goto IL_0007; } } { return; } IL_0007: { String_t* L_1 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_2 = XmlSchemaUtil_CheckNCName_m1273109950(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0029; } } { XmlSchemaObject_t1315720168 * L_3 = ___xso1; ValidationEventHandler_t791314227 * L_4 = ___h3; String_t* L_5 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m3937257545(NULL /*static, unused*/, L_5, _stringLiteral947320159, /*hidden argument*/NULL); NullCheck(L_3); XmlSchemaObject_error_m903554348(L_3, L_4, L_6, /*hidden argument*/NULL); goto IL_0054; } IL_0029: { Hashtable_t1853889766 * L_7 = ___idCollection2; String_t* L_8 = ___id0; NullCheck(L_7); bool L_9 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(38 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_7, L_8); if (!L_9) { goto IL_004c; } } { XmlSchemaObject_t1315720168 * L_10 = ___xso1; ValidationEventHandler_t791314227 * L_11 = ___h3; String_t* L_12 = ___id0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m3937257545(NULL /*static, unused*/, _stringLiteral3678022378, L_12, /*hidden argument*/NULL); NullCheck(L_10); XmlSchemaObject_error_m903554348(L_10, L_11, L_13, /*hidden argument*/NULL); goto IL_0054; } IL_004c: { Hashtable_t1853889766 * L_14 = ___idCollection2; String_t* L_15 = ___id0; XmlSchemaObject_t1315720168 * L_16 = ___xso1; NullCheck(L_14); VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(33 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_14, L_15, L_16); } IL_0054: { return; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckAnyUri(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckAnyUri_m1406321190 (RuntimeObject * __this /* static, unused */, String_t* ___uri0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_CheckAnyUri_m1406321190_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___uri0; NullCheck(L_0); bool L_1 = String_StartsWith_m1759067526(L_0, _stringLiteral3450320765, /*hidden argument*/NULL); if (!L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { return (bool)1; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckNormalizedString(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckNormalizedString_m3616274642 (RuntimeObject * __this /* static, unused */, String_t* ___token0, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckNCName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckNCName_m1273109950 (RuntimeObject * __this /* static, unused */, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_CheckNCName_m1273109950_MetadataUsageId); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(XmlChar_t3816087079_il2cpp_TypeInfo_var); bool L_1 = XmlChar_IsNCName_m2365231717(NULL /*static, unused*/, L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::CheckQName(System.Xml.XmlQualifiedName) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_CheckQName_m3878061682 (RuntimeObject * __this /* static, unused */, XmlQualifiedName_t2760654312 * ___qname0, const RuntimeMethod* method) { { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_GetParserContext_m769704433_MetadataUsageId); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { XmlReader_t3121518892 * L_0 = ___reader0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IHasXmlParserContext_t1330489402_il2cpp_TypeInfo_var)); RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0014; } } { 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); return L_3; } IL_0014: { return (XmlParserContext_t2544895291 *)NULL; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_IsBuiltInDatatypeName_m3250969516_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Dictionary_2_t2736202052 * V_1 = NULL; int32_t V_2 = 0; { XmlQualifiedName_t2760654312 * L_0 = ___qname0; NullCheck(L_0); String_t* L_1 = XmlQualifiedName_get_Namespace_m3957593392(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral91702, /*hidden argument*/NULL); if (!L_2) { goto IL_008a; } } { XmlQualifiedName_t2760654312 * L_3 = ___qname0; NullCheck(L_3); String_t* L_4 = XmlQualifiedName_get_Name_m815040483(L_3, /*hidden argument*/NULL); V_0 = L_4; String_t* L_5 = V_0; if (!L_5) { goto IL_0088; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_6 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4B_4(); if (L_6) { goto IL_0069; } } { Dictionary_2_t2736202052 * L_7 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_7, 4, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_7; Dictionary_2_t2736202052 * L_8 = V_1; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral724378170, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_1; NullCheck(L_9); Dictionary_2_Add_m282647386(L_9, _stringLiteral3716671661, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_10 = V_1; NullCheck(L_10); Dictionary_2_Add_m282647386(L_10, _stringLiteral622047031, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_11 = V_1; NullCheck(L_11); Dictionary_2_Add_m282647386(L_11, _stringLiteral1777380071, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_12 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4B_4(L_12); } IL_0069: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_13 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4B_4(); String_t* L_14 = V_0; NullCheck(L_13); bool L_15 = Dictionary_2_TryGetValue_m1013208020(L_13, L_14, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_15) { goto IL_0088; } } { int32_t L_16 = V_2; if (!L_16) { goto IL_0086; } } { goto IL_0088; } IL_0086: { return (bool)1; } IL_0088: { return (bool)0; } IL_008a: { XmlQualifiedName_t2760654312 * L_17 = ___qname0; NullCheck(L_17); String_t* L_18 = XmlQualifiedName_get_Namespace_m3957593392(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_19 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_18, _stringLiteral1569427300, /*hidden argument*/NULL); if (!L_19) { goto IL_00a1; } } { return (bool)0; } IL_00a1: { XmlQualifiedName_t2760654312 * L_20 = ___qname0; NullCheck(L_20); String_t* L_21 = XmlQualifiedName_get_Name_m815040483(L_20, /*hidden argument*/NULL); V_0 = L_21; String_t* L_22 = V_0; if (!L_22) { goto IL_0301; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_23 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4C_5(); if (L_23) { goto IL_02e2; } } { Dictionary_2_t2736202052 * L_24 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_24, ((int32_t)45), /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_1 = L_24; Dictionary_2_t2736202052 * L_25 = V_1; NullCheck(L_25); Dictionary_2_Add_m282647386(L_25, _stringLiteral3319458126, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_26 = V_1; NullCheck(L_26); Dictionary_2_Add_m282647386(L_26, _stringLiteral1501416449, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_27 = V_1; NullCheck(L_27); Dictionary_2_Add_m282647386(L_27, _stringLiteral3798050081, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_28 = V_1; NullCheck(L_28); Dictionary_2_Add_m282647386(L_28, _stringLiteral63249541, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_29 = V_1; NullCheck(L_29); Dictionary_2_Add_m282647386(L_29, _stringLiteral1272578818, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_30 = V_1; NullCheck(L_30); Dictionary_2_Add_m282647386(L_30, _stringLiteral2722193337, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_31 = V_1; NullCheck(L_31); Dictionary_2_Add_m282647386(L_31, _stringLiteral110852430, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_32 = V_1; NullCheck(L_32); Dictionary_2_Add_m282647386(L_32, _stringLiteral2834935051, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_33 = V_1; NullCheck(L_33); Dictionary_2_Add_m282647386(L_33, _stringLiteral3447975646, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_34 = V_1; NullCheck(L_34); Dictionary_2_Add_m282647386(L_34, _stringLiteral3593584042, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_35 = V_1; NullCheck(L_35); Dictionary_2_Add_m282647386(L_35, _stringLiteral228529742, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_36 = V_1; NullCheck(L_36); Dictionary_2_Add_m282647386(L_36, _stringLiteral1671489303, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_37 = V_1; NullCheck(L_37); Dictionary_2_Add_m282647386(L_37, _stringLiteral841379268, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_38 = V_1; NullCheck(L_38); Dictionary_2_Add_m282647386(L_38, _stringLiteral807124363, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_39 = V_1; NullCheck(L_39); Dictionary_2_Add_m282647386(L_39, _stringLiteral1235497039, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_40 = V_1; NullCheck(L_40); Dictionary_2_Add_m282647386(L_40, _stringLiteral723171524, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_41 = V_1; NullCheck(L_41); Dictionary_2_Add_m282647386(L_41, _stringLiteral2799480295, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_42 = V_1; NullCheck(L_42); Dictionary_2_Add_m282647386(L_42, _stringLiteral215120649, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_43 = V_1; NullCheck(L_43); Dictionary_2_Add_m282647386(L_43, _stringLiteral1236128813, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_44 = V_1; NullCheck(L_44); Dictionary_2_Add_m282647386(L_44, _stringLiteral3244750353, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_45 = V_1; NullCheck(L_45); Dictionary_2_Add_m282647386(L_45, _stringLiteral2005331395, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_46 = V_1; NullCheck(L_46); Dictionary_2_Add_m282647386(L_46, _stringLiteral2143290860, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_47 = V_1; NullCheck(L_47); Dictionary_2_Add_m282647386(L_47, _stringLiteral62725275, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_48 = V_1; NullCheck(L_48); Dictionary_2_Add_m282647386(L_48, _stringLiteral996260479, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_49 = V_1; NullCheck(L_49); Dictionary_2_Add_m282647386(L_49, _stringLiteral3456546791, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_50 = V_1; NullCheck(L_50); Dictionary_2_Add_m282647386(L_50, _stringLiteral3671082123, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_51 = V_1; NullCheck(L_51); Dictionary_2_Add_m282647386(L_51, _stringLiteral3665773707, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_52 = V_1; NullCheck(L_52); Dictionary_2_Add_m282647386(L_52, _stringLiteral2851744811, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_53 = V_1; NullCheck(L_53); Dictionary_2_Add_m282647386(L_53, _stringLiteral4276600584, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_54 = V_1; NullCheck(L_54); Dictionary_2_Add_m282647386(L_54, _stringLiteral4080338551, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_55 = V_1; NullCheck(L_55); Dictionary_2_Add_m282647386(L_55, _stringLiteral3245737591, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_56 = V_1; NullCheck(L_56); Dictionary_2_Add_m282647386(L_56, _stringLiteral2033559650, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_57 = V_1; NullCheck(L_57); Dictionary_2_Add_m282647386(L_57, _stringLiteral1572351178, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_58 = V_1; NullCheck(L_58); Dictionary_2_Add_m282647386(L_58, _stringLiteral3820814978, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_59 = V_1; NullCheck(L_59); Dictionary_2_Add_m282647386(L_59, _stringLiteral4120511215, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_60 = V_1; NullCheck(L_60); Dictionary_2_Add_m282647386(L_60, _stringLiteral3835929719, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_61 = V_1; NullCheck(L_61); Dictionary_2_Add_m282647386(L_61, _stringLiteral1873420042, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_62 = V_1; NullCheck(L_62); Dictionary_2_Add_m282647386(L_62, _stringLiteral3755388189, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_63 = V_1; NullCheck(L_63); Dictionary_2_Add_m282647386(L_63, _stringLiteral3873205229, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_64 = V_1; NullCheck(L_64); Dictionary_2_Add_m282647386(L_64, _stringLiteral3773869350, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_65 = V_1; NullCheck(L_65); Dictionary_2_Add_m282647386(L_65, _stringLiteral425891063, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_66 = V_1; NullCheck(L_66); Dictionary_2_Add_m282647386(L_66, _stringLiteral2409402648, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_67 = V_1; NullCheck(L_67); Dictionary_2_Add_m282647386(L_67, _stringLiteral2553676557, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_68 = V_1; NullCheck(L_68); Dictionary_2_Add_m282647386(L_68, _stringLiteral1535819814, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_69 = V_1; NullCheck(L_69); Dictionary_2_Add_m282647386(L_69, _stringLiteral1274151684, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_70 = V_1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4C_5(L_70); } IL_02e2: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_71 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4C_5(); String_t* L_72 = V_0; NullCheck(L_71); bool L_73 = Dictionary_2_TryGetValue_m1013208020(L_71, L_72, (&V_2), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_73) { goto IL_0301; } } { int32_t L_74 = V_2; if (!L_74) { goto IL_02ff; } } { goto IL_0301; } IL_02ff: { return (bool)1; } IL_0301: { return (bool)0; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::AreSchemaDatatypeEqual(System.Xml.Schema.XmlSchemaSimpleType,System.Object,System.Xml.Schema.XmlSchemaSimpleType,System.Object) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AreSchemaDatatypeEqual_m3115132167 (RuntimeObject * __this /* static, unused */, XmlSchemaSimpleType_t2678868104 * ___st10, RuntimeObject * ___v11, XmlSchemaSimpleType_t2678868104 * ___st22, RuntimeObject * ___v23, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AreSchemaDatatypeEqual_m3115132167_MetadataUsageId); s_Il2CppMethodInitialized = true; } StringU5BU5D_t1281789340* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { XmlSchemaSimpleType_t2678868104 * L_0 = ___st10; NullCheck(L_0); XmlSchemaDatatype_t322714710 * L_1 = XmlSchemaType_get_Datatype_m3072197688(L_0, /*hidden argument*/NULL); if (!((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_1, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var))) { goto IL_002e; } } { XmlSchemaSimpleType_t2678868104 * L_2 = ___st10; NullCheck(L_2); XmlSchemaDatatype_t322714710 * L_3 = XmlSchemaType_get_Datatype_m3072197688(L_2, /*hidden argument*/NULL); RuntimeObject * L_4 = ___v11; XmlSchemaSimpleType_t2678868104 * L_5 = ___st22; NullCheck(L_5); XmlSchemaDatatype_t322714710 * L_6 = XmlSchemaType_get_Datatype_m3072197688(L_5, /*hidden argument*/NULL); RuntimeObject * L_7 = ___v23; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_8 = XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075(NULL /*static, unused*/, ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_3, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_4, ((XsdAnySimpleType_t1257864485 *)IsInstClass((RuntimeObject*)L_6, XsdAnySimpleType_t1257864485_il2cpp_TypeInfo_var)), L_7, /*hidden argument*/NULL); return L_8; } IL_002e: { RuntimeObject * L_9 = ___v11; V_0 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_9, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); RuntimeObject * L_10 = ___v23; V_1 = ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_10, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); XmlSchemaSimpleType_t2678868104 * L_11 = ___st10; XmlSchemaSimpleType_t2678868104 * L_12 = ___st22; if ((!(((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)L_11) == ((RuntimeObject*)(XmlSchemaSimpleType_t2678868104 *)L_12)))) { goto IL_005a; } } { StringU5BU5D_t1281789340* L_13 = V_0; if (!L_13) { goto IL_005a; } } { StringU5BU5D_t1281789340* L_14 = V_1; if (!L_14) { goto IL_005a; } } { StringU5BU5D_t1281789340* L_15 = V_0; NullCheck(L_15); StringU5BU5D_t1281789340* L_16 = V_1; NullCheck(L_16); if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length))))) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length))))))) { goto IL_005c; } } IL_005a: { return (bool)0; } IL_005c: { V_2 = 0; goto IL_0079; } IL_0063: { StringU5BU5D_t1281789340* L_17 = V_0; int32_t L_18 = V_2; NullCheck(L_17); int32_t L_19 = L_18; String_t* L_20 = (L_17)->GetAt(static_cast(L_19)); StringU5BU5D_t1281789340* L_21 = V_1; int32_t L_22 = V_2; NullCheck(L_21); int32_t L_23 = L_22; String_t* L_24 = (L_21)->GetAt(static_cast(L_23)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_25 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_20, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0075; } } { return (bool)0; } IL_0075: { int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0079: { int32_t L_27 = V_2; StringU5BU5D_t1281789340* L_28 = V_0; NullCheck(L_28); if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_28)->max_length))))))) { goto IL_0063; } } { return (bool)1; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AreSchemaDatatypeEqual_m583481075_MetadataUsageId); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; int32_t G_B11_0 = 0; int32_t G_B16_0 = 0; int32_t G_B26_0 = 0; int32_t G_B33_0 = 0; int32_t G_B40_0 = 0; int32_t G_B46_0 = 0; int32_t G_B52_0 = 0; { RuntimeObject * L_0 = ___v11; if (!L_0) { goto IL_000c; } } { RuntimeObject * L_1 = ___v23; if (L_1) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XsdAnySimpleType_t1257864485 * L_2 = ___st10; if (L_2) { goto IL_001b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_3 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); ___st10 = L_3; } IL_001b: { XsdAnySimpleType_t1257864485 * L_4 = ___st22; if (L_4) { goto IL_0028; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaSimpleType_t2678868104_il2cpp_TypeInfo_var); XsdAnySimpleType_t1257864485 * L_5 = XmlSchemaSimpleType_get_AnySimpleType_m3105451177(NULL /*static, unused*/, /*hidden argument*/NULL); ___st22 = L_5; } IL_0028: { XsdAnySimpleType_t1257864485 * L_6 = ___st22; NullCheck(L_6); Type_t * L_7 = Object_GetType_m88164663(L_6, /*hidden argument*/NULL); V_0 = L_7; XsdAnySimpleType_t1257864485 * L_8 = ___st10; if (!((XsdFloat_t3181928905 *)IsInstClass((RuntimeObject*)L_8, XsdFloat_t3181928905_il2cpp_TypeInfo_var))) { goto IL_0057; } } { XsdAnySimpleType_t1257864485 * L_9 = ___st22; if (!((XsdFloat_t3181928905 *)IsInstClass((RuntimeObject*)L_9, XsdFloat_t3181928905_il2cpp_TypeInfo_var))) { goto IL_0055; } } { RuntimeObject * L_10 = ___v11; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); float L_11 = Convert_ToSingle_m770958689(NULL /*static, unused*/, L_10, /*hidden argument*/NULL); RuntimeObject * L_12 = ___v23; float L_13 = Convert_ToSingle_m770958689(NULL /*static, unused*/, L_12, /*hidden argument*/NULL); G_B11_0 = ((((float)L_11) == ((float)L_13))? 1 : 0); goto IL_0056; } IL_0055: { G_B11_0 = 0; } IL_0056: { return (bool)G_B11_0; } IL_0057: { XsdAnySimpleType_t1257864485 * L_14 = ___st10; if (!((XsdDouble_t3324344982 *)IsInstClass((RuntimeObject*)L_14, XsdDouble_t3324344982_il2cpp_TypeInfo_var))) { goto IL_007f; } } { XsdAnySimpleType_t1257864485 * L_15 = ___st22; if (!((XsdDouble_t3324344982 *)IsInstClass((RuntimeObject*)L_15, XsdDouble_t3324344982_il2cpp_TypeInfo_var))) { goto IL_007d; } } { RuntimeObject * L_16 = ___v11; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); double L_17 = Convert_ToDouble_m4025515304(NULL /*static, unused*/, L_16, /*hidden argument*/NULL); RuntimeObject * L_18 = ___v23; double L_19 = Convert_ToDouble_m4025515304(NULL /*static, unused*/, L_18, /*hidden argument*/NULL); G_B16_0 = ((((double)L_17) == ((double)L_19))? 1 : 0); goto IL_007e; } IL_007d: { G_B16_0 = 0; } IL_007e: { return (bool)G_B16_0; } IL_007f: { XsdAnySimpleType_t1257864485 * L_20 = ___st10; if (!((XsdDecimal_t1288601093 *)IsInstClass((RuntimeObject*)L_20, XsdDecimal_t1288601093_il2cpp_TypeInfo_var))) { goto IL_01e2; } } { XsdAnySimpleType_t1257864485 * L_21 = ___st22; if (!((XsdDecimal_t1288601093 *)IsInstClass((RuntimeObject*)L_21, XsdDecimal_t1288601093_il2cpp_TypeInfo_var))) { goto IL_00ab; } } { RuntimeObject * L_22 = ___v11; IL2CPP_RUNTIME_CLASS_INIT(Convert_t2465617642_il2cpp_TypeInfo_var); Decimal_t2948259380 L_23 = Convert_ToDecimal_m92395068(NULL /*static, unused*/, L_22, /*hidden argument*/NULL); RuntimeObject * L_24 = ___v23; Decimal_t2948259380 L_25 = Convert_ToDecimal_m92395068(NULL /*static, unused*/, L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2948259380_il2cpp_TypeInfo_var); bool L_26 = Decimal_op_Inequality_m3543190500(NULL /*static, unused*/, L_23, L_25, /*hidden argument*/NULL); if (!L_26) { goto IL_00ad; } } IL_00ab: { return (bool)0; } IL_00ad: { XsdAnySimpleType_t1257864485 * L_27 = ___st10; if (!((XsdNonPositiveInteger_t1029055398 *)IsInstClass((RuntimeObject*)L_27, XsdNonPositiveInteger_t1029055398_il2cpp_TypeInfo_var))) { goto IL_00e4; } } { XsdAnySimpleType_t1257864485 * L_28 = ___st22; if (((XsdNonPositiveInteger_t1029055398 *)IsInstClass((RuntimeObject*)L_28, XsdNonPositiveInteger_t1029055398_il2cpp_TypeInfo_var))) { goto IL_00e2; } } { Type_t * L_29 = V_0; RuntimeTypeHandle_t3027515415 L_30 = { reinterpret_cast (XsdDecimal_t1288601093_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_30, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_29) == ((RuntimeObject*)(Type_t *)L_31))) { goto IL_00e2; } } { Type_t * L_32 = V_0; RuntimeTypeHandle_t3027515415 L_33 = { reinterpret_cast (XsdInteger_t2044766898_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_33, /*hidden argument*/NULL); G_B26_0 = ((((RuntimeObject*)(Type_t *)L_32) == ((RuntimeObject*)(Type_t *)L_34))? 1 : 0); goto IL_00e3; } IL_00e2: { G_B26_0 = 1; } IL_00e3: { return (bool)G_B26_0; } IL_00e4: { XsdAnySimpleType_t1257864485 * L_35 = ___st10; if (!((XsdPositiveInteger_t1704031413 *)IsInstClass((RuntimeObject*)L_35, XsdPositiveInteger_t1704031413_il2cpp_TypeInfo_var))) { goto IL_012b; } } { XsdAnySimpleType_t1257864485 * L_36 = ___st22; if (((XsdPositiveInteger_t1704031413 *)IsInstClass((RuntimeObject*)L_36, XsdPositiveInteger_t1704031413_il2cpp_TypeInfo_var))) { goto IL_0129; } } { Type_t * L_37 = V_0; RuntimeTypeHandle_t3027515415 L_38 = { reinterpret_cast (XsdDecimal_t1288601093_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_38, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_37) == ((RuntimeObject*)(Type_t *)L_39))) { goto IL_0129; } } { Type_t * L_40 = V_0; RuntimeTypeHandle_t3027515415 L_41 = { reinterpret_cast (XsdInteger_t2044766898_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_42 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_41, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_40) == ((RuntimeObject*)(Type_t *)L_42))) { goto IL_0129; } } { Type_t * L_43 = V_0; RuntimeTypeHandle_t3027515415 L_44 = { reinterpret_cast (XsdNonNegativeInteger_t308064234_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_44, /*hidden argument*/NULL); G_B33_0 = ((((RuntimeObject*)(Type_t *)L_43) == ((RuntimeObject*)(Type_t *)L_45))? 1 : 0); goto IL_012a; } IL_0129: { G_B33_0 = 1; } IL_012a: { return (bool)G_B33_0; } IL_012b: { XsdAnySimpleType_t1257864485 * L_46 = ___st10; if (!((XsdUnsignedLong_t1409593434 *)IsInstClass((RuntimeObject*)L_46, XsdUnsignedLong_t1409593434_il2cpp_TypeInfo_var))) { goto IL_0172; } } { XsdAnySimpleType_t1257864485 * L_47 = ___st22; if (((XsdUnsignedLong_t1409593434 *)IsInstClass((RuntimeObject*)L_47, XsdUnsignedLong_t1409593434_il2cpp_TypeInfo_var))) { goto IL_0170; } } { Type_t * L_48 = V_0; RuntimeTypeHandle_t3027515415 L_49 = { reinterpret_cast (XsdDecimal_t1288601093_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_50 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_49, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_48) == ((RuntimeObject*)(Type_t *)L_50))) { goto IL_0170; } } { Type_t * L_51 = V_0; RuntimeTypeHandle_t3027515415 L_52 = { reinterpret_cast (XsdInteger_t2044766898_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_52, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_51) == ((RuntimeObject*)(Type_t *)L_53))) { goto IL_0170; } } { Type_t * L_54 = V_0; RuntimeTypeHandle_t3027515415 L_55 = { reinterpret_cast (XsdNonNegativeInteger_t308064234_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_56 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_55, /*hidden argument*/NULL); G_B40_0 = ((((RuntimeObject*)(Type_t *)L_54) == ((RuntimeObject*)(Type_t *)L_56))? 1 : 0); goto IL_0171; } IL_0170: { G_B40_0 = 1; } IL_0171: { return (bool)G_B40_0; } IL_0172: { XsdAnySimpleType_t1257864485 * L_57 = ___st10; if (!((XsdNonNegativeInteger_t308064234 *)IsInstClass((RuntimeObject*)L_57, XsdNonNegativeInteger_t308064234_il2cpp_TypeInfo_var))) { goto IL_01a9; } } { XsdAnySimpleType_t1257864485 * L_58 = ___st22; if (((XsdNonNegativeInteger_t308064234 *)IsInstClass((RuntimeObject*)L_58, XsdNonNegativeInteger_t308064234_il2cpp_TypeInfo_var))) { goto IL_01a7; } } { Type_t * L_59 = V_0; RuntimeTypeHandle_t3027515415 L_60 = { reinterpret_cast (XsdDecimal_t1288601093_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_60, /*hidden argument*/NULL); if ((((RuntimeObject*)(Type_t *)L_59) == ((RuntimeObject*)(Type_t *)L_61))) { goto IL_01a7; } } { Type_t * L_62 = V_0; RuntimeTypeHandle_t3027515415 L_63 = { reinterpret_cast (XsdInteger_t2044766898_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_64 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_63, /*hidden argument*/NULL); G_B46_0 = ((((RuntimeObject*)(Type_t *)L_62) == ((RuntimeObject*)(Type_t *)L_64))? 1 : 0); goto IL_01a8; } IL_01a7: { G_B46_0 = 1; } IL_01a8: { return (bool)G_B46_0; } IL_01a9: { XsdAnySimpleType_t1257864485 * L_65 = ___st10; if (!((XsdLong_t1324632828 *)IsInstClass((RuntimeObject*)L_65, XsdLong_t1324632828_il2cpp_TypeInfo_var))) { goto IL_01e0; } } { XsdAnySimpleType_t1257864485 * L_66 = ___st22; if (((XsdLong_t1324632828 *)IsInstClass((RuntimeObject*)L_66, XsdLong_t1324632828_il2cpp_TypeInfo_var))) { goto IL_01de; } } { Type_t * L_67 = V_0; RuntimeTypeHandle_t3027515415 L_68 = { reinterpret_cast (XsdDecimal_t1288601093_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); if ((((RuntimeObject*)(Type_t *)L_67) == ((RuntimeObject*)(Type_t *)L_69))) { goto IL_01de; } } { Type_t * L_70 = V_0; RuntimeTypeHandle_t3027515415 L_71 = { reinterpret_cast (XsdInteger_t2044766898_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_72 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_71, /*hidden argument*/NULL); G_B52_0 = ((((RuntimeObject*)(Type_t *)L_70) == ((RuntimeObject*)(Type_t *)L_72))? 1 : 0); goto IL_01df; } IL_01de: { G_B52_0 = 1; } IL_01df: { return (bool)G_B52_0; } IL_01e0: { return (bool)1; } IL_01e2: { RuntimeObject * L_73 = ___v11; RuntimeObject * L_74 = ___v23; NullCheck(L_73); bool L_75 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_73, L_74); if (L_75) { goto IL_01f0; } } { return (bool)0; } IL_01f0: { XsdAnySimpleType_t1257864485 * L_76 = ___st10; if (!((XsdString_t3049094358 *)IsInstClass((RuntimeObject*)L_76, XsdString_t3049094358_il2cpp_TypeInfo_var))) { goto IL_02c9; } } { XsdAnySimpleType_t1257864485 * L_77 = ___st22; if (((XsdString_t3049094358 *)IsInstClass((RuntimeObject*)L_77, XsdString_t3049094358_il2cpp_TypeInfo_var))) { goto IL_0208; } } { return (bool)0; } IL_0208: { XsdAnySimpleType_t1257864485 * L_78 = ___st10; if (!((XsdNMToken_t834691671 *)IsInstClass((RuntimeObject*)L_78, XsdNMToken_t834691671_il2cpp_TypeInfo_var))) { goto IL_022b; } } { XsdAnySimpleType_t1257864485 * L_79 = ___st22; if (((XsdLanguage_t1876291273 *)IsInstClass((RuntimeObject*)L_79, XsdLanguage_t1876291273_il2cpp_TypeInfo_var))) { goto IL_0229; } } { XsdAnySimpleType_t1257864485 * L_80 = ___st22; if (!((XsdName_t2755146808 *)IsInstClass((RuntimeObject*)L_80, XsdName_t2755146808_il2cpp_TypeInfo_var))) { goto IL_022b; } } IL_0229: { return (bool)0; } IL_022b: { XsdAnySimpleType_t1257864485 * L_81 = ___st22; if (!((XsdNMToken_t834691671 *)IsInstClass((RuntimeObject*)L_81, XsdNMToken_t834691671_il2cpp_TypeInfo_var))) { goto IL_024e; } } { XsdAnySimpleType_t1257864485 * L_82 = ___st10; if (((XsdLanguage_t1876291273 *)IsInstClass((RuntimeObject*)L_82, XsdLanguage_t1876291273_il2cpp_TypeInfo_var))) { goto IL_024c; } } { XsdAnySimpleType_t1257864485 * L_83 = ___st10; if (!((XsdName_t2755146808 *)IsInstClass((RuntimeObject*)L_83, XsdName_t2755146808_il2cpp_TypeInfo_var))) { goto IL_024e; } } IL_024c: { return (bool)0; } IL_024e: { XsdAnySimpleType_t1257864485 * L_84 = ___st10; if (!((XsdName_t2755146808 *)IsInstClass((RuntimeObject*)L_84, XsdName_t2755146808_il2cpp_TypeInfo_var))) { goto IL_0271; } } { XsdAnySimpleType_t1257864485 * L_85 = ___st22; if (((XsdLanguage_t1876291273 *)IsInstClass((RuntimeObject*)L_85, XsdLanguage_t1876291273_il2cpp_TypeInfo_var))) { goto IL_026f; } } { XsdAnySimpleType_t1257864485 * L_86 = ___st22; if (!((XsdNMToken_t834691671 *)IsInstClass((RuntimeObject*)L_86, XsdNMToken_t834691671_il2cpp_TypeInfo_var))) { goto IL_0271; } } IL_026f: { return (bool)0; } IL_0271: { XsdAnySimpleType_t1257864485 * L_87 = ___st22; if (!((XsdName_t2755146808 *)IsInstClass((RuntimeObject*)L_87, XsdName_t2755146808_il2cpp_TypeInfo_var))) { goto IL_0294; } } { XsdAnySimpleType_t1257864485 * L_88 = ___st10; if (((XsdLanguage_t1876291273 *)IsInstClass((RuntimeObject*)L_88, XsdLanguage_t1876291273_il2cpp_TypeInfo_var))) { goto IL_0292; } } { XsdAnySimpleType_t1257864485 * L_89 = ___st10; if (!((XsdNMToken_t834691671 *)IsInstClass((RuntimeObject*)L_89, XsdNMToken_t834691671_il2cpp_TypeInfo_var))) { goto IL_0294; } } IL_0292: { return (bool)0; } IL_0294: { XsdAnySimpleType_t1257864485 * L_90 = ___st10; if (!((XsdID_t34704195 *)IsInstClass((RuntimeObject*)L_90, XsdID_t34704195_il2cpp_TypeInfo_var))) { goto IL_02ac; } } { XsdAnySimpleType_t1257864485 * L_91 = ___st22; if (!((XsdIDRef_t2913612829 *)IsInstClass((RuntimeObject*)L_91, XsdIDRef_t2913612829_il2cpp_TypeInfo_var))) { goto IL_02ac; } } { return (bool)0; } IL_02ac: { XsdAnySimpleType_t1257864485 * L_92 = ___st10; if (!((XsdIDRef_t2913612829 *)IsInstClass((RuntimeObject*)L_92, XsdIDRef_t2913612829_il2cpp_TypeInfo_var))) { goto IL_02c4; } } { XsdAnySimpleType_t1257864485 * L_93 = ___st22; if (!((XsdID_t34704195 *)IsInstClass((RuntimeObject*)L_93, XsdID_t34704195_il2cpp_TypeInfo_var))) { goto IL_02c4; } } { return (bool)0; } IL_02c4: { goto IL_02d2; } IL_02c9: { XsdAnySimpleType_t1257864485 * L_94 = ___st10; XsdAnySimpleType_t1257864485 * L_95 = ___st22; if ((((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_94) == ((RuntimeObject*)(XsdAnySimpleType_t1257864485 *)L_95))) { goto IL_02d2; } } { return (bool)0; } IL_02d2: { return (bool)1; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::IsValidQName(System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_IsValidQName_m1652922650 (RuntimeObject * __this /* static, unused */, String_t* ___qname0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_IsValidQName_m1652922650_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; StringU5BU5D_t1281789340* V_1 = NULL; int32_t V_2 = 0; { String_t* L_0 = ___qname0; 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)58)); NullCheck(L_0); StringU5BU5D_t1281789340* L_2 = String_Split_m2077324731(L_0, L_1, 2, /*hidden argument*/NULL); V_1 = L_2; V_2 = 0; goto IL_002f; } IL_001a: { StringU5BU5D_t1281789340* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; String_t* L_6 = (L_3)->GetAt(static_cast(L_5)); V_0 = L_6; String_t* L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_8 = XmlSchemaUtil_CheckNCName_m1273109950(NULL /*static, unused*/, L_7, /*hidden argument*/NULL); if (L_8) { goto IL_002b; } } { return (bool)0; } IL_002b: { int32_t L_9 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_002f: { int32_t L_10 = V_2; StringU5BU5D_t1281789340* L_11 = V_1; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))))) { goto IL_001a; } } { return (bool)1; } } // System.String[] System.Xml.Schema.XmlSchemaUtil::SplitList(System.String) extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t1281789340* XmlSchemaUtil_SplitList_m1641535596 (RuntimeObject * __this /* static, unused */, String_t* ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_SplitList_m1641535596_MetadataUsageId); s_Il2CppMethodInitialized = true; } ArrayList_t2718874744 * V_0 = NULL; int32_t V_1 = 0; bool V_2 = false; int32_t V_3 = 0; Il2CppChar V_4 = 0x0; ArrayList_t2718874744 * G_B24_0 = NULL; ArrayList_t2718874744 * G_B23_0 = NULL; String_t* G_B25_0 = NULL; ArrayList_t2718874744 * G_B25_1 = NULL; { String_t* L_0 = ___list0; if (!L_0) { goto IL_0016; } } { String_t* L_1 = ___list0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_3 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001d; } } IL_0016: { return ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)0)); } IL_001d: { V_0 = (ArrayList_t2718874744 *)NULL; V_1 = 0; V_2 = (bool)1; V_3 = 0; goto IL_009c; } IL_002a: { String_t* L_4 = ___list0; int32_t L_5 = V_3; NullCheck(L_4); Il2CppChar L_6 = String_get_Chars_m2986988803(L_4, L_5, /*hidden argument*/NULL); V_4 = L_6; Il2CppChar L_7 = V_4; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)9)))) { case 0: { goto IL_005f; } case 1: { goto IL_005f; } case 2: { goto IL_0051; } case 3: { goto IL_0051; } case 4: { goto IL_005f; } } } IL_0051: { Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_005f; } } { goto IL_0089; } IL_005f: { bool L_9 = V_2; if (L_9) { goto IL_0082; } } { ArrayList_t2718874744 * L_10 = V_0; if (L_10) { goto IL_0071; } } { ArrayList_t2718874744 * L_11 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_11, /*hidden argument*/NULL); V_0 = L_11; } IL_0071: { ArrayList_t2718874744 * L_12 = V_0; String_t* L_13 = ___list0; int32_t L_14 = V_1; int32_t L_15 = V_3; int32_t L_16 = V_1; NullCheck(L_13); String_t* L_17 = String_Substring_m1610150815(L_13, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL); NullCheck(L_12); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_17); } IL_0082: { V_2 = (bool)1; goto IL_0098; } IL_0089: { bool L_18 = V_2; if (!L_18) { goto IL_0093; } } { V_2 = (bool)0; int32_t L_19 = V_3; V_1 = L_19; } IL_0093: { goto IL_0098; } IL_0098: { int32_t L_20 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_009c: { int32_t L_21 = V_3; String_t* L_22 = ___list0; NullCheck(L_22); int32_t L_23 = String_get_Length_m3847582255(L_22, /*hidden argument*/NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_002a; } } { bool L_24 = V_2; if (L_24) { goto IL_00bf; } } { int32_t L_25 = V_1; if (L_25) { goto IL_00bf; } } { StringU5BU5D_t1281789340* L_26 = ((StringU5BU5D_t1281789340*)SZArrayNew(StringU5BU5D_t1281789340_il2cpp_TypeInfo_var, (uint32_t)1)); String_t* L_27 = ___list0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_27); (L_26)->SetAt(static_cast(0), (String_t*)L_27); return L_26; } IL_00bf: { bool L_28 = V_2; if (L_28) { goto IL_00eb; } } { int32_t L_29 = V_1; String_t* L_30 = ___list0; NullCheck(L_30); int32_t L_31 = String_get_Length_m3847582255(L_30, /*hidden argument*/NULL); if ((((int32_t)L_29) >= ((int32_t)L_31))) { goto IL_00eb; } } { ArrayList_t2718874744 * L_32 = V_0; int32_t L_33 = V_1; G_B23_0 = L_32; if (L_33) { G_B24_0 = L_32; goto IL_00de; } } { String_t* L_34 = ___list0; G_B25_0 = L_34; G_B25_1 = G_B23_0; goto IL_00e5; } IL_00de: { String_t* L_35 = ___list0; int32_t L_36 = V_1; NullCheck(L_35); String_t* L_37 = String_Substring_m2848979100(L_35, L_36, /*hidden argument*/NULL); G_B25_0 = L_37; G_B25_1 = G_B24_0; } IL_00e5: { NullCheck(G_B25_1); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, G_B25_1, G_B25_0); } IL_00eb: { ArrayList_t2718874744 * L_38 = V_0; RuntimeTypeHandle_t3027515415 L_39 = { reinterpret_cast (String_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_40 = Type_GetTypeFromHandle_m1620074514(NULL /*static, unused*/, L_39, /*hidden argument*/NULL); NullCheck(L_38); RuntimeArray * L_41 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(48 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_38, L_40); return ((StringU5BU5D_t1281789340*)IsInst((RuntimeObject*)L_41, StringU5BU5D_t1281789340_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.Schema.XmlSchemaUtil::ReadUnhandledAttribute(System.Xml.XmlReader,System.Xml.Schema.XmlSchemaObject) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_ReadUnhandledAttribute_m1314733484 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlSchemaObject_t1315720168 * ___xso1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadUnhandledAttribute_m1314733484_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlAttribute_t1173852259 * V_0 = NULL; { XmlReader_t3121518892 * L_0 = ___reader0; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral3929236445, /*hidden argument*/NULL); if (!L_2) { goto IL_0031; } } { XmlSchemaObject_t1315720168 * L_3 = ___xso1; NullCheck(L_3); XmlSerializerNamespaces_t2702737953 * L_4 = XmlSchemaObject_get_Namespaces_m1671673830(L_3, /*hidden argument*/NULL); XmlReader_t3121518892 * L_5 = ___reader0; NullCheck(L_5); String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_5); XmlReader_t3121518892 * L_7 = ___reader0; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_7); NullCheck(L_4); XmlSerializerNamespaces_Add_m3530434184(L_4, L_6, L_8, /*hidden argument*/NULL); goto IL_00ae; } IL_0031: { XmlReader_t3121518892 * L_9 = ___reader0; NullCheck(L_9); String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_Name() */, L_9); 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_0061; } } { XmlSchemaObject_t1315720168 * L_12 = ___xso1; NullCheck(L_12); XmlSerializerNamespaces_t2702737953 * L_13 = XmlSchemaObject_get_Namespaces_m1671673830(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); XmlReader_t3121518892 * L_15 = ___reader0; NullCheck(L_15); String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_15); NullCheck(L_13); XmlSerializerNamespaces_Add_m3530434184(L_13, L_14, L_16, /*hidden argument*/NULL); goto IL_00ae; } IL_0061: { XmlSchemaObject_t1315720168 * L_17 = ___xso1; NullCheck(L_17); ArrayList_t2718874744 * L_18 = L_17->get_unhandledAttributeList_4(); if (L_18) { goto IL_0077; } } { XmlSchemaObject_t1315720168 * L_19 = ___xso1; ArrayList_t2718874744 * L_20 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_20, /*hidden argument*/NULL); NullCheck(L_19); L_19->set_unhandledAttributeList_4(L_20); } IL_0077: { XmlDocument_t2837193595 * L_21 = (XmlDocument_t2837193595 *)il2cpp_codegen_object_new(XmlDocument_t2837193595_il2cpp_TypeInfo_var); XmlDocument__ctor_m664597982(L_21, /*hidden argument*/NULL); XmlReader_t3121518892 * L_22 = ___reader0; NullCheck(L_22); String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(17 /* System.String System.Xml.XmlReader::get_LocalName() */, L_22); XmlReader_t3121518892 * L_24 = ___reader0; NullCheck(L_24); String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(19 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_24); NullCheck(L_21); XmlAttribute_t1173852259 * L_26 = XmlDocument_CreateAttribute_m695080770(L_21, L_23, L_25, /*hidden argument*/NULL); V_0 = L_26; XmlAttribute_t1173852259 * L_27 = V_0; XmlReader_t3121518892 * L_28 = ___reader0; NullCheck(L_28); String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_28); NullCheck(L_27); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_27, L_29); XmlReader_t3121518892 * L_30 = ___reader0; XmlAttribute_t1173852259 * L_31 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_ParseWsdlArrayType_m829317714(NULL /*static, unused*/, L_30, L_31, /*hidden argument*/NULL); XmlSchemaObject_t1315720168 * L_32 = ___xso1; NullCheck(L_32); ArrayList_t2718874744 * L_33 = L_32->get_unhandledAttributeList_4(); XmlAttribute_t1173852259 * L_34 = V_0; NullCheck(L_33); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_33, L_34); } IL_00ae: { return; } } // System.Void System.Xml.Schema.XmlSchemaUtil::ParseWsdlArrayType(System.Xml.XmlReader,System.Xml.XmlAttribute) extern "C" IL2CPP_METHOD_ATTR void XmlSchemaUtil_ParseWsdlArrayType_m829317714 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, XmlAttribute_t1173852259 * ___attr1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ParseWsdlArrayType_m829317714_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; String_t* V_2 = NULL; { XmlAttribute_t1173852259 * L_0 = ___attr1; NullCheck(L_0); String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlAttribute::get_NamespaceURI() */, L_0); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_2 = String_op_Equality_m920492651(NULL /*static, unused*/, L_1, _stringLiteral2642259686, /*hidden argument*/NULL); if (!L_2) { goto IL_0071; } } { XmlAttribute_t1173852259 * L_3 = ___attr1; NullCheck(L_3); String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Xml.XmlAttribute::get_LocalName() */, L_3); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_5 = String_op_Equality_m920492651(NULL /*static, unused*/, L_4, _stringLiteral1268591600, /*hidden argument*/NULL); if (!L_5) { goto IL_0071; } } { 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(); V_0 = L_6; XmlAttribute_t1173852259 * L_7 = ___attr1; NullCheck(L_7); String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlAttribute::get_Value() */, L_7); IL2CPP_RUNTIME_CLASS_INIT(TypeTranslator_t3446962748_il2cpp_TypeInfo_var); TypeTranslator_ParseArrayType_m1334976778(NULL /*static, unused*/, L_8, (&V_1), (&V_0), (&V_2), /*hidden argument*/NULL); String_t* L_9 = V_0; String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0063; } } { XmlReader_t3121518892 * L_12 = ___reader0; String_t* L_13 = V_0; NullCheck(L_12); String_t* L_14 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_12, L_13); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_15 = String_Concat_m3937257545(NULL /*static, unused*/, L_14, _stringLiteral3452614550, /*hidden argument*/NULL); V_0 = L_15; } IL_0063: { XmlAttribute_t1173852259 * L_16 = ___attr1; String_t* L_17 = V_0; String_t* L_18 = V_1; String_t* L_19 = V_2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_20 = String_Concat_m3755062657(NULL /*static, unused*/, L_17, L_18, L_19, /*hidden argument*/NULL); NullCheck(L_16); VirtActionInvoker1< String_t* >::Invoke(27 /* System.Void System.Xml.XmlAttribute::set_Value(System.String) */, L_16, L_20); } IL_0071: { return; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::ReadBoolAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_ReadBoolAttribute_m854567538 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadBoolAttribute_m854567538_MetadataUsageId); s_Il2CppMethodInitialized = true; } bool V_0 = false; Exception_t * V_1 = NULL; 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); { Exception_t ** L_0 = ___innerExcpetion1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); } IL_0003: try { // begin try (depth: 1) { XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t1981561327_il2cpp_TypeInfo_var); bool L_3 = XmlConvert_ToBoolean_m3792671347(NULL /*static, unused*/, L_2, /*hidden argument*/NULL); V_0 = L_3; bool L_4 = V_0; V_2 = L_4; goto IL_002b; } IL_0016: { ; // IL_0016: leave IL_002b } } // 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_001b; throw e; } CATCH_001b: { // begin catch(System.Exception) { V_1 = ((Exception_t *)__exception_local); Exception_t ** L_5 = ___innerExcpetion1; Exception_t * L_6 = V_1; *((RuntimeObject **)(L_5)) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_5), (RuntimeObject *)L_6); V_2 = (bool)0; goto IL_002b; } IL_0026: { ; // IL_0026: leave IL_002b } } // end catch (depth: 1) IL_002b: { bool L_7 = V_2; return L_7; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::ReadDerivationAttribute(System.Xml.XmlReader,System.Exception&,System.String,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadDerivationAttribute_m214019534 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, String_t* ___name2, int32_t ___allowed3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadDerivationAttribute_m214019534_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; int32_t V_2 = 0; String_t* V_3 = NULL; StringU5BU5D_t1281789340* V_4 = NULL; int32_t V_5 = 0; Exception_t * V_6 = NULL; int32_t V_7 = 0; String_t* V_8 = NULL; Dictionary_2_t2736202052 * V_9 = NULL; int32_t V_10 = 0; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); int32_t __leave_target = 0; NO_UNUSED_WARNING (__leave_target); { Exception_t ** L_0 = ___innerExcpetion1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); } IL_0003: try { // begin try (depth: 1) { XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); V_0 = L_2; 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(); V_1 = L_3; V_2 = 0; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5 = String_IndexOf_m1977622757(L_4, _stringLiteral1201842075, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_005c; } } IL_0023: { String_t* L_6 = V_0; NullCheck(L_6); String_t* L_7 = String_Trim_m923598732(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_8 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_7, _stringLiteral1201842075, /*hidden argument*/NULL); if (!L_8) { goto IL_005c; } } IL_0038: { Exception_t ** L_9 = ___innerExcpetion1; String_t* L_10 = V_0; String_t* L_11 = ___name2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_12 = String_Concat_m2163913788(NULL /*static, unused*/, L_10, _stringLiteral184942760, L_11, _stringLiteral2745271269, /*hidden argument*/NULL); Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_13, L_12, /*hidden argument*/NULL); *((RuntimeObject **)(L_9)) = (RuntimeObject *)L_13; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_9), (RuntimeObject *)L_13); V_7 = ((int32_t)255); goto IL_01fc; } IL_005c: { String_t* L_14 = V_0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); StringU5BU5D_t1281789340* L_15 = XmlSchemaUtil_SplitList_m1641535596(NULL /*static, unused*/, L_14, /*hidden argument*/NULL); V_4 = L_15; V_5 = 0; goto IL_01aa; } IL_006c: { StringU5BU5D_t1281789340* L_16 = V_4; int32_t L_17 = V_5; NullCheck(L_16); int32_t L_18 = L_17; String_t* L_19 = (L_16)->GetAt(static_cast(L_18)); V_3 = L_19; String_t* L_20 = V_3; V_8 = L_20; String_t* L_21 = V_8; if (!L_21) { goto IL_0192; } } IL_007c: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_22 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4D_6(); if (L_22) { goto IL_00f0; } } IL_0086: { Dictionary_2_t2736202052 * L_23 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_23, 7, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_9 = L_23; Dictionary_2_t2736202052 * L_24 = V_9; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_24); Dictionary_2_Add_m282647386(L_24, L_25, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_26 = V_9; NullCheck(L_26); Dictionary_2_Add_m282647386(L_26, _stringLiteral1201842075, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_27 = V_9; NullCheck(L_27); Dictionary_2_Add_m282647386(L_27, _stringLiteral774901618, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_28 = V_9; NullCheck(L_28); Dictionary_2_Add_m282647386(L_28, _stringLiteral1610623306, 3, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_29 = V_9; NullCheck(L_29); Dictionary_2_Add_m282647386(L_29, _stringLiteral1564059052, 4, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_30 = V_9; NullCheck(L_30); Dictionary_2_Add_m282647386(L_30, _stringLiteral3941568111, 5, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_31 = V_9; NullCheck(L_31); Dictionary_2_Add_m282647386(L_31, _stringLiteral1991705772, 6, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_32 = V_9; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4D_6(L_32); } IL_00f0: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_33 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4D_6(); String_t* L_34 = V_8; NullCheck(L_33); bool L_35 = Dictionary_2_TryGetValue_m1013208020(L_33, L_34, (&V_10), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_35) { goto IL_0192; } } IL_0103: { int32_t L_36 = V_10; switch (L_36) { case 0: { goto IL_012b; } case 1: { goto IL_0139; } case 2: { goto IL_014b; } case 3: { goto IL_0159; } case 4: { goto IL_0167; } case 5: { goto IL_0175; } case 6: { goto IL_0183; } } } IL_0126: { goto IL_0192; } IL_012b: { int32_t L_37 = V_2; int32_t L_38 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_39 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_37, 0, L_38, /*hidden argument*/NULL); V_2 = L_39; goto IL_01a4; } IL_0139: { int32_t L_40 = V_2; int32_t L_41 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_42 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_40, ((int32_t)255), L_41, /*hidden argument*/NULL); V_2 = L_42; goto IL_01a4; } IL_014b: { int32_t L_43 = V_2; int32_t L_44 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_45 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_43, 1, L_44, /*hidden argument*/NULL); V_2 = L_45; goto IL_01a4; } IL_0159: { int32_t L_46 = V_2; int32_t L_47 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_48 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_46, 2, L_47, /*hidden argument*/NULL); V_2 = L_48; goto IL_01a4; } IL_0167: { int32_t L_49 = V_2; int32_t L_50 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_51 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_49, 4, L_50, /*hidden argument*/NULL); V_2 = L_51; goto IL_01a4; } IL_0175: { int32_t L_52 = V_2; int32_t L_53 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_54 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_52, 8, L_53, /*hidden argument*/NULL); V_2 = L_54; goto IL_01a4; } IL_0183: { int32_t L_55 = V_2; int32_t L_56 = ___allowed3; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); int32_t L_57 = XmlSchemaUtil_AddFlag_m1779127340(NULL /*static, unused*/, L_55, ((int32_t)16), L_56, /*hidden argument*/NULL); V_2 = L_57; goto IL_01a4; } IL_0192: { String_t* L_58 = V_1; String_t* L_59 = V_3; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_60 = String_Concat_m3755062657(NULL /*static, unused*/, L_58, L_59, _stringLiteral3452614528, /*hidden argument*/NULL); V_1 = L_60; goto IL_01a4; } IL_01a4: { int32_t L_61 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1)); } IL_01aa: { int32_t L_62 = V_5; StringU5BU5D_t1281789340* L_63 = V_4; NullCheck(L_63); if ((((int32_t)L_62) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_63)->max_length))))))) { goto IL_006c; } } IL_01b5: { String_t* L_64 = V_1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_66 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01d8; } } IL_01c5: { Exception_t ** L_67 = ___innerExcpetion1; String_t* L_68 = V_1; String_t* L_69 = ___name2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_70 = String_Concat_m3755062657(NULL /*static, unused*/, L_68, _stringLiteral208398801, L_69, /*hidden argument*/NULL); Exception_t * L_71 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_71, L_70, /*hidden argument*/NULL); *((RuntimeObject **)(L_67)) = (RuntimeObject *)L_71; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_67), (RuntimeObject *)L_71); } IL_01d8: { int32_t L_72 = V_2; V_7 = L_72; goto IL_01fc; } IL_01e0: { ; // IL_01e0: leave IL_01fc } } // 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_01e5; throw e; } CATCH_01e5: { // begin catch(System.Exception) { V_6 = ((Exception_t *)__exception_local); Exception_t ** L_73 = ___innerExcpetion1; Exception_t * L_74 = V_6; *((RuntimeObject **)(L_73)) = (RuntimeObject *)L_74; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_73), (RuntimeObject *)L_74); V_7 = ((int32_t)256); goto IL_01fc; } IL_01f7: { ; // IL_01f7: leave IL_01fc } } // end catch (depth: 1) IL_01fc: { int32_t L_75 = V_7; return L_75; } } // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaUtil::AddFlag(System.Xml.Schema.XmlSchemaDerivationMethod,System.Xml.Schema.XmlSchemaDerivationMethod,System.Xml.Schema.XmlSchemaDerivationMethod) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_AddFlag_m1779127340 (RuntimeObject * __this /* static, unused */, int32_t ___dst0, int32_t ___add1, int32_t ___allowed2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AddFlag_m1779127340_MetadataUsageId); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___add1; int32_t L_1 = ___allowed2; if (((int32_t)((int32_t)L_0&(int32_t)L_1))) { goto IL_0029; } } { int32_t L_2 = ___allowed2; if ((((int32_t)L_2) == ((int32_t)((int32_t)255)))) { goto IL_0029; } } { int32_t L_3 = ___add1; int32_t L_4 = L_3; RuntimeObject * L_5 = Box(XmlSchemaDerivationMethod_t1774354337_il2cpp_TypeInfo_var, &L_4); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = String_Concat_m904156431(NULL /*static, unused*/, L_5, _stringLiteral2996387899, /*hidden argument*/NULL); ArgumentException_t132251570 * L_7 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_7, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7,XmlSchemaUtil_AddFlag_m1779127340_RuntimeMethod_var); } IL_0029: { int32_t L_8 = ___dst0; int32_t L_9 = ___add1; if (!((int32_t)((int32_t)L_8&(int32_t)L_9))) { goto IL_0047; } } { int32_t L_10 = ___add1; int32_t L_11 = L_10; RuntimeObject * L_12 = Box(XmlSchemaDerivationMethod_t1774354337_il2cpp_TypeInfo_var, &L_11); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_13 = String_Concat_m904156431(NULL /*static, unused*/, L_12, _stringLiteral3813539861, /*hidden argument*/NULL); ArgumentException_t132251570 * L_14 = (ArgumentException_t132251570 *)il2cpp_codegen_object_new(ArgumentException_t132251570_il2cpp_TypeInfo_var); ArgumentException__ctor_m1312628991(L_14, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14,XmlSchemaUtil_AddFlag_m1779127340_RuntimeMethod_var); } IL_0047: { int32_t L_15 = ___dst0; int32_t L_16 = ___add1; return (int32_t)(((int32_t)((int32_t)L_15|(int32_t)L_16))); } } // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaUtil::ReadFormAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadFormAttribute_m3742436596 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadFormAttribute_m3742436596_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { Exception_t ** L_0 = ___innerExcpetion1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); V_0 = 0; XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_0073; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_4 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4E_7(); if (L_4) { goto IL_0041; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 2, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral902390592, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral2330303858, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4E_7(L_8); } IL_0041: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_9 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4E_7(); String_t* L_10 = V_1; NullCheck(L_9); bool L_11 = Dictionary_2_TryGetValue_m1013208020(L_9, L_10, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_11) { goto IL_0073; } } { int32_t L_12 = V_3; if (!L_12) { goto IL_0065; } } { int32_t L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)1))) { goto IL_006c; } } { goto IL_0073; } IL_0065: { V_0 = 1; goto IL_0084; } IL_006c: { V_0 = 2; goto IL_0084; } IL_0073: { Exception_t ** L_14 = ___innerExcpetion1; Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral3335151820, /*hidden argument*/NULL); *((RuntimeObject **)(L_14)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_15); goto IL_0084; } IL_0084: { int32_t L_16 = V_0; return L_16; } } // System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XmlSchemaUtil::ReadProcessingAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadProcessingAttribute_m3384867792 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadProcessingAttribute_m3384867792_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { Exception_t ** L_0 = ___innerExcpetion1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); V_0 = 0; XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_008b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_4 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4F_8(); if (L_4) { goto IL_004d; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral4166618054, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral1237242930, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral3899542042, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map4F_8(L_9); } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map4F_8(); String_t* L_11 = V_1; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_008b; } } { int32_t L_13 = V_3; switch (L_13) { case 0: { goto IL_0076; } case 1: { goto IL_007d; } case 2: { goto IL_0084; } } } { goto IL_008b; } IL_0076: { V_0 = 2; goto IL_009c; } IL_007d: { V_0 = 3; goto IL_009c; } IL_0084: { V_0 = 1; goto IL_009c; } IL_008b: { Exception_t ** L_14 = ___innerExcpetion1; Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1692827541, /*hidden argument*/NULL); *((RuntimeObject **)(L_14)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_15); goto IL_009c; } IL_009c: { int32_t L_16 = V_0; return L_16; } } // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaUtil::ReadUseAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ReadUseAttribute_m564872701 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerExcpetion1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadUseAttribute_m564872701_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Dictionary_2_t2736202052 * V_2 = NULL; int32_t V_3 = 0; { Exception_t ** L_0 = ___innerExcpetion1; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); V_0 = 0; XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); V_1 = L_2; String_t* L_3 = V_1; if (!L_3) { goto IL_008b; } } { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_4 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map50_9(); if (L_4) { goto IL_004d; } } { Dictionary_2_t2736202052 * L_5 = (Dictionary_2_t2736202052 *)il2cpp_codegen_object_new(Dictionary_2_t2736202052_il2cpp_TypeInfo_var); Dictionary_2__ctor_m2392909825(L_5, 3, /*hidden argument*/Dictionary_2__ctor_m2392909825_RuntimeMethod_var); V_2 = L_5; Dictionary_2_t2736202052 * L_6 = V_2; NullCheck(L_6); Dictionary_2_Add_m282647386(L_6, _stringLiteral2882589497, 0, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_7 = V_2; NullCheck(L_7); Dictionary_2_Add_m282647386(L_7, _stringLiteral3075801354, 1, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_8 = V_2; NullCheck(L_8); Dictionary_2_Add_m282647386(L_8, _stringLiteral1046445807, 2, /*hidden argument*/Dictionary_2_Add_m282647386_RuntimeMethod_var); Dictionary_2_t2736202052 * L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->set_U3CU3Ef__switchU24map50_9(L_9); } IL_004d: { IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); Dictionary_2_t2736202052 * L_10 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_U3CU3Ef__switchU24map50_9(); String_t* L_11 = V_1; NullCheck(L_10); bool L_12 = Dictionary_2_TryGetValue_m1013208020(L_10, L_11, (&V_3), /*hidden argument*/Dictionary_2_TryGetValue_m1013208020_RuntimeMethod_var); if (!L_12) { goto IL_008b; } } { int32_t L_13 = V_3; switch (L_13) { case 0: { goto IL_0076; } case 1: { goto IL_007d; } case 2: { goto IL_0084; } } } { goto IL_008b; } IL_0076: { V_0 = 1; goto IL_009c; } IL_007d: { V_0 = 2; goto IL_009c; } IL_0084: { V_0 = 3; goto IL_009c; } IL_008b: { Exception_t ** L_14 = ___innerExcpetion1; Exception_t * L_15 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_15, _stringLiteral1092366554, /*hidden argument*/NULL); *((RuntimeObject **)(L_14)) = (RuntimeObject *)L_15; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_14), (RuntimeObject *)L_15); goto IL_009c; } IL_009c: { int32_t L_16 = V_0; return L_16; } } // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaUtil::ReadQNameAttribute(System.Xml.XmlReader,System.Exception&) extern "C" IL2CPP_METHOD_ATTR XmlQualifiedName_t2760654312 * XmlSchemaUtil_ReadQNameAttribute_m567024358 (RuntimeObject * __this /* static, unused */, XmlReader_t3121518892 * ___reader0, Exception_t ** ___innerEx1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ReadQNameAttribute_m567024358_MetadataUsageId); s_Il2CppMethodInitialized = true; } { XmlReader_t3121518892 * L_0 = ___reader0; XmlReader_t3121518892 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XmlReader::get_Value() */, L_1); Exception_t ** L_3 = ___innerEx1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_4 = XmlSchemaUtil_ToQName_m3017013972(NULL /*static, unused*/, L_0, L_2, L_3, /*hidden argument*/NULL); return L_4; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ToQName_m3017013972_MetadataUsageId); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; XmlQualifiedName_t2760654312 * V_2 = NULL; StringU5BU5D_t1281789340* V_3 = NULL; { Exception_t ** L_0 = ___innerEx2; *((RuntimeObject **)(L_0)) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_0), (RuntimeObject *)NULL); String_t* L_1 = ___qnamestr1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_2 = XmlSchemaUtil_IsValidQName_m1652922650(NULL /*static, unused*/, L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0026; } } { Exception_t ** L_3 = ___innerEx2; String_t* L_4 = ___qnamestr1; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_5 = String_Concat_m3937257545(NULL /*static, unused*/, L_4, _stringLiteral3804845809, /*hidden argument*/NULL); Exception_t * L_6 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_6, L_5, /*hidden argument*/NULL); *((RuntimeObject **)(L_3)) = (RuntimeObject *)L_6; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)L_6); 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_0026: { String_t* L_8 = ___qnamestr1; CharU5BU5D_t3528271667* L_9 = ((CharU5BU5D_t3528271667*)SZArrayNew(CharU5BU5D_t3528271667_il2cpp_TypeInfo_var, (uint32_t)1)); NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Il2CppChar)((int32_t)58)); NullCheck(L_8); StringU5BU5D_t1281789340* L_10 = String_Split_m2077324731(L_8, L_9, 2, /*hidden argument*/NULL); V_3 = L_10; StringU5BU5D_t1281789340* L_11 = V_3; NullCheck(L_11); if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length))))) == ((uint32_t)2)))) { goto IL_007a; } } { XmlReader_t3121518892 * L_12 = ___reader0; StringU5BU5D_t1281789340* L_13 = V_3; NullCheck(L_13); int32_t L_14 = 0; String_t* L_15 = (L_13)->GetAt(static_cast(L_14)); NullCheck(L_12); String_t* L_16 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_12, L_15); V_0 = L_16; String_t* L_17 = V_0; if (L_17) { goto IL_0071; } } { Exception_t ** L_18 = ___innerEx2; StringU5BU5D_t1281789340* L_19 = V_3; NullCheck(L_19); int32_t L_20 = 0; String_t* L_21 = (L_19)->GetAt(static_cast(L_20)); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_22 = String_Concat_m3755062657(NULL /*static, unused*/, _stringLiteral3886925816, L_21, _stringLiteral1643173988, /*hidden argument*/NULL); Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m1152696503(L_23, L_22, /*hidden argument*/NULL); *((RuntimeObject **)(L_18)) = (RuntimeObject *)L_23; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_18), (RuntimeObject *)L_23); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_24 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); return L_24; } IL_0071: { StringU5BU5D_t1281789340* L_25 = V_3; NullCheck(L_25); int32_t L_26 = 1; String_t* L_27 = (L_25)->GetAt(static_cast(L_26)); V_1 = L_27; goto IL_008a; } IL_007a: { XmlReader_t3121518892 * L_28 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); NullCheck(L_28); String_t* L_30 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(34 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_28, L_29); V_0 = L_30; StringU5BU5D_t1281789340* L_31 = V_3; NullCheck(L_31); int32_t L_32 = 0; String_t* L_33 = (L_31)->GetAt(static_cast(L_32)); V_1 = L_33; } IL_008a: { String_t* L_34 = V_1; String_t* L_35 = V_0; XmlQualifiedName_t2760654312 * L_36 = (XmlQualifiedName_t2760654312 *)il2cpp_codegen_object_new(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName__ctor_m835061046(L_36, L_34, L_35, /*hidden argument*/NULL); V_2 = L_36; XmlQualifiedName_t2760654312 * L_37 = V_2; return L_37; } } // System.Int32 System.Xml.Schema.XmlSchemaUtil::ValidateAttributesResolved(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Schema.XmlSchemaAnyAttribute,System.Xml.Schema.XmlSchemaAnyAttribute&,System.Xml.Schema.XmlSchemaAttributeGroup,System.Boolean) extern "C" IL2CPP_METHOD_ATTR int32_t XmlSchemaUtil_ValidateAttributesResolved_m3601546758 (RuntimeObject * __this /* static, unused */, XmlSchemaObjectTable_t2546974348 * ___attributesResolved0, ValidationEventHandler_t791314227 * ___h1, XmlSchema_t3742557897 * ___schema2, XmlSchemaObjectCollection_t1064819932 * ___attributes3, XmlSchemaAnyAttribute_t963227996 * ___anyAttribute4, XmlSchemaAnyAttribute_t963227996 ** ___anyAttributeUse5, XmlSchemaAttributeGroup_t246430545 * ___redefined6, bool ___skipEquivalent7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_ValidateAttributesResolved_m3601546758_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ArrayList_t2718874744 * V_1 = NULL; XmlSchemaObject_t1315720168 * V_2 = NULL; XmlSchemaObjectEnumerator_t503074204 * V_3 = NULL; XmlSchemaAttributeGroupRef_t846390688 * V_4 = NULL; XmlSchemaAttributeGroup_t246430545 * V_5 = NULL; DictionaryEntry_t3123975638 V_6; memset(&V_6, 0, sizeof(V_6)); RuntimeObject* V_7 = NULL; XmlSchemaAttribute_t2797257020 * V_8 = NULL; XmlSchemaAttribute_t2797257020 * V_9 = NULL; RuntimeObject* V_10 = NULL; RuntimeObject* V_11 = 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; XmlSchemaAnyAttribute_t963227996 * L_0 = ___anyAttribute4; if (!L_0) { goto IL_0016; } } { XmlSchemaAnyAttribute_t963227996 ** L_1 = ___anyAttributeUse5; XmlSchemaAnyAttribute_t963227996 * L_2 = *((XmlSchemaAnyAttribute_t963227996 **)L_1); if (L_2) { goto IL_0016; } } { XmlSchemaAnyAttribute_t963227996 ** L_3 = ___anyAttributeUse5; XmlSchemaAnyAttribute_t963227996 * L_4 = ___anyAttribute4; *((RuntimeObject **)(L_3)) = (RuntimeObject *)L_4; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_3), (RuntimeObject *)L_4); } IL_0016: { ArrayList_t2718874744 * L_5 = (ArrayList_t2718874744 *)il2cpp_codegen_object_new(ArrayList_t2718874744_il2cpp_TypeInfo_var); ArrayList__ctor_m4254721275(L_5, /*hidden argument*/NULL); V_1 = L_5; XmlSchemaObjectCollection_t1064819932 * L_6 = ___attributes3; NullCheck(L_6); XmlSchemaObjectEnumerator_t503074204 * L_7 = XmlSchemaObjectCollection_GetEnumerator_m568986310(L_6, /*hidden argument*/NULL); V_3 = L_7; } IL_0023: try { // begin try (depth: 1) { goto IL_034a; } IL_0028: { XmlSchemaObjectEnumerator_t503074204 * L_8 = V_3; NullCheck(L_8); XmlSchemaObject_t1315720168 * L_9 = XmlSchemaObjectEnumerator_get_Current_m2597242723(L_8, /*hidden argument*/NULL); V_2 = L_9; XmlSchemaObject_t1315720168 * L_10 = V_2; V_4 = ((XmlSchemaAttributeGroupRef_t846390688 *)IsInstClass((RuntimeObject*)L_10, XmlSchemaAttributeGroupRef_t846390688_il2cpp_TypeInfo_var)); XmlSchemaAttributeGroupRef_t846390688 * L_11 = V_4; if (!L_11) { goto IL_0224; } } IL_003e: { V_5 = (XmlSchemaAttributeGroup_t246430545 *)NULL; XmlSchemaAttributeGroup_t246430545 * L_12 = ___redefined6; if (!L_12) { goto IL_0069; } } IL_0048: { XmlSchemaAttributeGroupRef_t846390688 * L_13 = V_4; NullCheck(L_13); XmlQualifiedName_t2760654312 * L_14 = XmlSchemaAttributeGroupRef_get_RefName_m204670386(L_13, /*hidden argument*/NULL); XmlSchemaAttributeGroup_t246430545 * L_15 = ___redefined6; NullCheck(L_15); XmlQualifiedName_t2760654312 * L_16 = XmlSchemaAttributeGroup_get_QualifiedName_m1385469852(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_17 = XmlQualifiedName_op_Equality_m1684199236(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_0069; } } IL_0060: { XmlSchemaAttributeGroup_t246430545 * L_18 = ___redefined6; V_5 = L_18; goto IL_0078; } IL_0069: { XmlSchema_t3742557897 * L_19 = ___schema2; XmlSchemaAttributeGroupRef_t846390688 * L_20 = V_4; NullCheck(L_20); XmlQualifiedName_t2760654312 * L_21 = XmlSchemaAttributeGroupRef_get_RefName_m204670386(L_20, /*hidden argument*/NULL); NullCheck(L_19); XmlSchemaAttributeGroup_t246430545 * L_22 = XmlSchema_FindAttributeGroup_m3862267088(L_19, L_21, /*hidden argument*/NULL); V_5 = L_22; } IL_0078: { XmlSchemaAttributeGroup_t246430545 * L_23 = V_5; if (L_23) { goto IL_00ad; } } IL_007f: { XmlSchema_t3742557897 * L_24 = ___schema2; NullCheck(L_24); bool L_25 = L_24->get_missedSubComponents_30(); if (L_25) { goto IL_00a8; } } IL_008a: { XmlSchemaAttributeGroupRef_t846390688 * L_26 = V_4; ValidationEventHandler_t791314227 * L_27 = ___h1; XmlSchemaAttributeGroupRef_t846390688 * L_28 = V_4; NullCheck(L_28); XmlQualifiedName_t2760654312 * L_29 = XmlSchemaAttributeGroupRef_get_RefName_m204670386(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_30 = String_Concat_m1715369213(NULL /*static, unused*/, _stringLiteral675022115, L_29, _stringLiteral1962955403, /*hidden argument*/NULL); NullCheck(L_26); XmlSchemaObject_error_m903554348(L_26, L_27, L_30, /*hidden argument*/NULL); } IL_00a8: { goto IL_034a; } IL_00ad: { XmlSchemaAttributeGroup_t246430545 * L_31 = V_5; NullCheck(L_31); bool L_32 = L_31->get_AttributeGroupRecursionCheck_23(); if (!L_32) { goto IL_00d7; } } IL_00b9: { XmlSchemaAttributeGroup_t246430545 * L_33 = V_5; ValidationEventHandler_t791314227 * L_34 = ___h1; XmlSchemaAttributeGroupRef_t846390688 * L_35 = V_4; NullCheck(L_35); XmlQualifiedName_t2760654312 * L_36 = XmlSchemaAttributeGroupRef_get_RefName_m204670386(L_35, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_37 = String_Concat_m904156431(NULL /*static, unused*/, _stringLiteral2937021657, L_36, /*hidden argument*/NULL); NullCheck(L_33); XmlSchemaObject_error_m903554348(L_33, L_34, L_37, /*hidden argument*/NULL); goto IL_034a; } IL_00d7: try { // begin try (depth: 2) XmlSchemaAttributeGroup_t246430545 * L_38 = V_5; NullCheck(L_38); L_38->set_AttributeGroupRecursionCheck_23((bool)1); int32_t L_39 = V_0; XmlSchemaAttributeGroup_t246430545 * L_40 = V_5; ValidationEventHandler_t791314227 * L_41 = ___h1; XmlSchema_t3742557897 * L_42 = ___schema2; NullCheck(L_40); int32_t L_43 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaAttributeGroup::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_40, L_41, L_42); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)L_43)); IL2CPP_LEAVE(0xF9, FINALLY_00f0); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00f0; } FINALLY_00f0: { // begin finally (depth: 2) XmlSchemaAttributeGroup_t246430545 * L_44 = V_5; NullCheck(L_44); L_44->set_AttributeGroupRecursionCheck_23((bool)0); IL2CPP_END_FINALLY(240) } // end finally (depth: 2) IL2CPP_CLEANUP(240) { IL2CPP_JUMP_TBL(0xF9, IL_00f9) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f9: { XmlSchemaAttributeGroup_t246430545 * L_45 = V_5; NullCheck(L_45); XmlSchemaAnyAttribute_t963227996 * L_46 = XmlSchemaAttributeGroup_get_AnyAttributeUse_m1865244267(L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_0116; } } IL_0105: { XmlSchemaAnyAttribute_t963227996 * L_47 = ___anyAttribute4; if (L_47) { goto IL_0116; } } IL_010c: { XmlSchemaAnyAttribute_t963227996 ** L_48 = ___anyAttributeUse5; XmlSchemaAttributeGroup_t246430545 * L_49 = V_5; NullCheck(L_49); XmlSchemaAnyAttribute_t963227996 * L_50 = XmlSchemaAttributeGroup_get_AnyAttributeUse_m1865244267(L_49, /*hidden argument*/NULL); *((RuntimeObject **)(L_48)) = (RuntimeObject *)L_50; Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_48), (RuntimeObject *)L_50); } IL_0116: { XmlSchemaAttributeGroup_t246430545 * L_51 = V_5; NullCheck(L_51); XmlSchemaObjectTable_t2546974348 * L_52 = XmlSchemaAttributeGroup_get_AttributeUses_m4084363404(L_51, /*hidden argument*/NULL); NullCheck(L_52); RuntimeObject* L_53 = XmlSchemaObjectTable_GetEnumerator_m810751834(L_52, /*hidden argument*/NULL); V_7 = L_53; } IL_0124: try { // begin try (depth: 2) { goto IL_01f8; } IL_0129: { RuntimeObject* L_54 = V_7; NullCheck(L_54); RuntimeObject * L_55 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_54); V_6 = ((*(DictionaryEntry_t3123975638 *)((DictionaryEntry_t3123975638 *)UnBox(L_55, DictionaryEntry_t3123975638_il2cpp_TypeInfo_var)))); RuntimeObject * L_56 = DictionaryEntry_get_Value_m618120527((&V_6), /*hidden argument*/NULL); V_8 = ((XmlSchemaAttribute_t2797257020 *)CastclassClass((RuntimeObject*)L_56, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_57 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_StrictMsCompliant_3(); if (!L_57) { goto IL_0161; } } IL_014f: { XmlSchemaAttribute_t2797257020 * L_58 = V_8; NullCheck(L_58); int32_t L_59 = XmlSchemaAttribute_get_Use_m2314455910(L_58, /*hidden argument*/NULL); if ((!(((uint32_t)L_59) == ((uint32_t)2)))) { goto IL_0161; } } IL_015c: { goto IL_01f8; } IL_0161: { XmlSchemaAttribute_t2797257020 * L_60 = V_8; NullCheck(L_60); XmlQualifiedName_t2760654312 * L_61 = XmlSchemaAttribute_get_RefName_m3220837151(L_60, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_62 = XmlQualifiedName_op_Inequality_m3449274916(NULL /*static, unused*/, L_61, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (!L_62) { goto IL_01c3; } } IL_0173: { XmlSchemaAttribute_t2797257020 * L_63 = V_8; NullCheck(L_63); XmlQualifiedName_t2760654312 * L_64 = XmlSchemaAttribute_get_RefName_m3220837151(L_63, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_65 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); bool L_66 = XmlQualifiedName_op_Inequality_m3449274916(NULL /*static, unused*/, L_64, L_65, /*hidden argument*/NULL); if (!L_66) { goto IL_01c3; } } IL_0189: { bool L_67 = ___skipEquivalent7; if (!L_67) { goto IL_01ae; } } IL_0190: { XmlSchemaAttribute_t2797257020 * L_68 = V_8; XmlSchemaObjectTable_t2546974348 * L_69 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_70 = V_8; NullCheck(L_70); XmlQualifiedName_t2760654312 * L_71 = XmlSchemaAttribute_get_RefName_m3220837151(L_70, /*hidden argument*/NULL); NullCheck(L_69); XmlSchemaObject_t1315720168 * L_72 = XmlSchemaObjectTable_get_Item_m170185878(L_69, L_71, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_73 = XmlSchemaUtil_AreAttributesEqual_m2698191758(NULL /*static, unused*/, L_68, ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_72, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_73) { goto IL_01c3; } } IL_01ae: { XmlSchemaObjectTable_t2546974348 * L_74 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_75 = V_8; XmlSchemaAttribute_t2797257020 * L_76 = V_8; NullCheck(L_76); XmlQualifiedName_t2760654312 * L_77 = XmlSchemaAttribute_get_RefName_m3220837151(L_76, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_78 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_74, L_75, L_77, L_78, /*hidden argument*/NULL); goto IL_01f8; } IL_01c3: { bool L_79 = ___skipEquivalent7; if (!L_79) { goto IL_01e8; } } IL_01ca: { XmlSchemaAttribute_t2797257020 * L_80 = V_8; XmlSchemaObjectTable_t2546974348 * L_81 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_82 = V_8; NullCheck(L_82); XmlQualifiedName_t2760654312 * L_83 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_82, /*hidden argument*/NULL); NullCheck(L_81); XmlSchemaObject_t1315720168 * L_84 = XmlSchemaObjectTable_get_Item_m170185878(L_81, L_83, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_85 = XmlSchemaUtil_AreAttributesEqual_m2698191758(NULL /*static, unused*/, L_80, ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_84, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_85) { goto IL_01f8; } } IL_01e8: { XmlSchemaObjectTable_t2546974348 * L_86 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_87 = V_8; XmlSchemaAttribute_t2797257020 * L_88 = V_8; NullCheck(L_88); XmlQualifiedName_t2760654312 * L_89 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_88, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_90 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_86, L_87, L_89, L_90, /*hidden argument*/NULL); } IL_01f8: { RuntimeObject* L_91 = V_7; NullCheck(L_91); bool L_92 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t1853284238_il2cpp_TypeInfo_var, L_91); if (L_92) { goto IL_0129; } } IL_0204: { IL2CPP_LEAVE(0x21F, FINALLY_0209); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0209; } FINALLY_0209: { // begin finally (depth: 2) { RuntimeObject* L_93 = V_7; V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_93, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_94 = V_10; if (L_94) { goto IL_0217; } } IL_0216: { IL2CPP_END_FINALLY(521) } IL_0217: { RuntimeObject* L_95 = V_10; NullCheck(L_95); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_95); IL2CPP_END_FINALLY(521) } } // end finally (depth: 2) IL2CPP_CLEANUP(521) { IL2CPP_JUMP_TBL(0x21F, IL_021f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_021f: { goto IL_034a; } IL_0224: { XmlSchemaObject_t1315720168 * L_96 = V_2; V_9 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_96, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_97 = V_9; if (!L_97) { goto IL_0330; } } IL_0233: { int32_t L_98 = V_0; XmlSchemaAttribute_t2797257020 * L_99 = V_9; ValidationEventHandler_t791314227 * L_100 = ___h1; XmlSchema_t3742557897 * L_101 = ___schema2; NullCheck(L_99); int32_t L_102 = VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaAttribute::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_99, L_100, L_101); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)L_102)); ArrayList_t2718874744 * L_103 = V_1; XmlSchemaAttribute_t2797257020 * L_104 = V_9; NullCheck(L_104); XmlQualifiedName_t2760654312 * L_105 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_104, /*hidden argument*/NULL); NullCheck(L_103); bool L_106 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(32 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_103, L_105); if (!L_106) { goto IL_026a; } } IL_0251: { XmlSchemaAttribute_t2797257020 * L_107 = V_9; ValidationEventHandler_t791314227 * L_108 = ___h1; XmlSchemaAttribute_t2797257020 * L_109 = V_9; NullCheck(L_109); XmlQualifiedName_t2760654312 * L_110 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_109, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_111 = String_Format_m2844511972(NULL /*static, unused*/, _stringLiteral65512210, L_110, /*hidden argument*/NULL); NullCheck(L_107); XmlSchemaObject_error_m903554348(L_107, L_108, L_111, /*hidden argument*/NULL); } IL_026a: { ArrayList_t2718874744 * L_112 = V_1; XmlSchemaAttribute_t2797257020 * L_113 = V_9; NullCheck(L_113); XmlQualifiedName_t2760654312 * L_114 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_113, /*hidden argument*/NULL); NullCheck(L_112); VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(30 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_112, L_114); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_115 = ((XmlSchemaUtil_t956145399_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var))->get_StrictMsCompliant_3(); if (!L_115) { goto IL_0294; } } IL_0282: { XmlSchemaAttribute_t2797257020 * L_116 = V_9; NullCheck(L_116); int32_t L_117 = XmlSchemaAttribute_get_Use_m2314455910(L_116, /*hidden argument*/NULL); if ((!(((uint32_t)L_117) == ((uint32_t)2)))) { goto IL_0294; } } IL_028f: { goto IL_034a; } IL_0294: { XmlSchemaAttribute_t2797257020 * L_118 = V_9; NullCheck(L_118); XmlQualifiedName_t2760654312 * L_119 = XmlSchemaAttribute_get_RefName_m3220837151(L_118, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); bool L_120 = XmlQualifiedName_op_Inequality_m3449274916(NULL /*static, unused*/, L_119, (XmlQualifiedName_t2760654312 *)NULL, /*hidden argument*/NULL); if (!L_120) { goto IL_02f6; } } IL_02a6: { XmlSchemaAttribute_t2797257020 * L_121 = V_9; NullCheck(L_121); XmlQualifiedName_t2760654312 * L_122 = XmlSchemaAttribute_get_RefName_m3220837151(L_121, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var); XmlQualifiedName_t2760654312 * L_123 = ((XmlQualifiedName_t2760654312_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2760654312_il2cpp_TypeInfo_var))->get_Empty_0(); bool L_124 = XmlQualifiedName_op_Inequality_m3449274916(NULL /*static, unused*/, L_122, L_123, /*hidden argument*/NULL); if (!L_124) { goto IL_02f6; } } IL_02bc: { bool L_125 = ___skipEquivalent7; if (!L_125) { goto IL_02e1; } } IL_02c3: { XmlSchemaAttribute_t2797257020 * L_126 = V_9; XmlSchemaObjectTable_t2546974348 * L_127 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_128 = V_9; NullCheck(L_128); XmlQualifiedName_t2760654312 * L_129 = XmlSchemaAttribute_get_RefName_m3220837151(L_128, /*hidden argument*/NULL); NullCheck(L_127); XmlSchemaObject_t1315720168 * L_130 = XmlSchemaObjectTable_get_Item_m170185878(L_127, L_129, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_131 = XmlSchemaUtil_AreAttributesEqual_m2698191758(NULL /*static, unused*/, L_126, ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_130, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_131) { goto IL_02f6; } } IL_02e1: { XmlSchemaObjectTable_t2546974348 * L_132 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_133 = V_9; XmlSchemaAttribute_t2797257020 * L_134 = V_9; NullCheck(L_134); XmlQualifiedName_t2760654312 * L_135 = XmlSchemaAttribute_get_RefName_m3220837151(L_134, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_136 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_132, L_133, L_135, L_136, /*hidden argument*/NULL); goto IL_032b; } IL_02f6: { bool L_137 = ___skipEquivalent7; if (!L_137) { goto IL_031b; } } IL_02fd: { XmlSchemaAttribute_t2797257020 * L_138 = V_9; XmlSchemaObjectTable_t2546974348 * L_139 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_140 = V_9; NullCheck(L_140); XmlQualifiedName_t2760654312 * L_141 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_140, /*hidden argument*/NULL); NullCheck(L_139); XmlSchemaObject_t1315720168 * L_142 = XmlSchemaObjectTable_get_Item_m170185878(L_139, L_141, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_143 = XmlSchemaUtil_AreAttributesEqual_m2698191758(NULL /*static, unused*/, L_138, ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_142, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); if (L_143) { goto IL_032b; } } IL_031b: { XmlSchemaObjectTable_t2546974348 * L_144 = ___attributesResolved0; XmlSchemaAttribute_t2797257020 * L_145 = V_9; XmlSchemaAttribute_t2797257020 * L_146 = V_9; NullCheck(L_146); XmlQualifiedName_t2760654312 * L_147 = XmlSchemaAttribute_get_QualifiedName_m383925923(L_146, /*hidden argument*/NULL); ValidationEventHandler_t791314227 * L_148 = ___h1; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); XmlSchemaUtil_AddToTable_m2760389917(NULL /*static, unused*/, L_144, L_145, L_147, L_148, /*hidden argument*/NULL); } IL_032b: { goto IL_034a; } IL_0330: { XmlSchemaAnyAttribute_t963227996 * L_149 = ___anyAttribute4; if (L_149) { goto IL_034a; } } IL_0337: { XmlSchemaAnyAttribute_t963227996 ** L_150 = ___anyAttributeUse5; XmlSchemaObject_t1315720168 * L_151 = V_2; *((RuntimeObject **)(L_150)) = (RuntimeObject *)((XmlSchemaAnyAttribute_t963227996 *)CastclassClass((RuntimeObject*)L_151, XmlSchemaAnyAttribute_t963227996_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((RuntimeObject **)(L_150), (RuntimeObject *)((XmlSchemaAnyAttribute_t963227996 *)CastclassClass((RuntimeObject*)L_151, XmlSchemaAnyAttribute_t963227996_il2cpp_TypeInfo_var))); XmlSchemaAnyAttribute_t963227996 * L_152 = ___anyAttribute4; ValidationEventHandler_t791314227 * L_153 = ___h1; XmlSchema_t3742557897 * L_154 = ___schema2; NullCheck(L_152); VirtFuncInvoker2< int32_t, ValidationEventHandler_t791314227 *, XmlSchema_t3742557897 * >::Invoke(6 /* System.Int32 System.Xml.Schema.XmlSchemaAnyAttribute::Validate(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema) */, L_152, L_153, L_154); } IL_034a: { XmlSchemaObjectEnumerator_t503074204 * L_155 = V_3; NullCheck(L_155); bool L_156 = XmlSchemaObjectEnumerator_MoveNext_m3595167032(L_155, /*hidden argument*/NULL); if (L_156) { goto IL_0028; } } IL_0355: { IL2CPP_LEAVE(0x36F, FINALLY_035a); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_035a; } FINALLY_035a: { // begin finally (depth: 1) { XmlSchemaObjectEnumerator_t503074204 * L_157 = V_3; V_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_157, IDisposable_t3640265483_il2cpp_TypeInfo_var)); RuntimeObject* L_158 = V_11; if (L_158) { goto IL_0367; } } IL_0366: { IL2CPP_END_FINALLY(858) } IL_0367: { RuntimeObject* L_159 = V_11; NullCheck(L_159); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t3640265483_il2cpp_TypeInfo_var, L_159); IL2CPP_END_FINALLY(858) } } // end finally (depth: 1) IL2CPP_CLEANUP(858) { IL2CPP_JUMP_TBL(0x36F, IL_036f) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_036f: { int32_t L_160 = V_0; return L_160; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::AreAttributesEqual(System.Xml.Schema.XmlSchemaAttribute,System.Xml.Schema.XmlSchemaAttribute) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AreAttributesEqual_m2698191758 (RuntimeObject * __this /* static, unused */, XmlSchemaAttribute_t2797257020 * ___one0, XmlSchemaAttribute_t2797257020 * ___another1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AreAttributesEqual_m2698191758_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t G_B9_0 = 0; { XmlSchemaAttribute_t2797257020 * L_0 = ___one0; if (!L_0) { goto IL_000c; } } { XmlSchemaAttribute_t2797257020 * L_1 = ___another1; if (L_1) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XmlSchemaAttribute_t2797257020 * L_2 = ___one0; NullCheck(L_2); RuntimeObject * L_3 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_2, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_4 = ___another1; NullCheck(L_4); RuntimeObject * L_5 = XmlSchemaAttribute_get_AttributeType_m3262341146(L_4, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(RuntimeObject *)L_3) == ((RuntimeObject*)(RuntimeObject *)L_5)))) { goto IL_006a; } } { XmlSchemaAttribute_t2797257020 * L_6 = ___one0; NullCheck(L_6); int32_t L_7 = XmlSchemaAttribute_get_Form_m2648016496(L_6, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_8 = ___another1; NullCheck(L_8); int32_t L_9 = XmlSchemaAttribute_get_Form_m2648016496(L_8, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_006a; } } { XmlSchemaAttribute_t2797257020 * L_10 = ___one0; NullCheck(L_10); int32_t L_11 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_10, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_12 = ___another1; NullCheck(L_12); int32_t L_13 = XmlSchemaAttribute_get_ValidatedUse_m1294483544(L_12, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) == ((uint32_t)L_13)))) { goto IL_006a; } } { XmlSchemaAttribute_t2797257020 * L_14 = ___one0; NullCheck(L_14); String_t* L_15 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_14, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_16 = ___another1; NullCheck(L_16); String_t* L_17 = XmlSchemaAttribute_get_ValidatedDefaultValue_m3096825113(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_18 = String_op_Equality_m920492651(NULL /*static, unused*/, L_15, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_006a; } } { XmlSchemaAttribute_t2797257020 * L_19 = ___one0; NullCheck(L_19); String_t* L_20 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_19, /*hidden argument*/NULL); XmlSchemaAttribute_t2797257020 * L_21 = ___another1; NullCheck(L_21); String_t* L_22 = XmlSchemaAttribute_get_ValidatedFixedValue_m2069521927(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_23 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, L_22, /*hidden argument*/NULL); G_B9_0 = ((int32_t)(L_23)); goto IL_006b; } IL_006a: { G_B9_0 = 0; } IL_006b: { return (bool)G_B9_0; } } // 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) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_FindAttributeDeclaration_m1889570336_MetadataUsageId); s_Il2CppMethodInitialized = true; } XmlSchemaObject_t1315720168 * V_0 = NULL; XmlSchemaAttribute_t2797257020 * V_1 = NULL; { XmlSchemaComplexType_t3740801802 * L_0 = ___cType2; NullCheck(L_0); XmlSchemaObjectTable_t2546974348 * L_1 = XmlSchemaComplexType_get_AttributeUses_m3736990879(L_0, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_2 = ___qname3; NullCheck(L_1); XmlSchemaObject_t1315720168 * L_3 = XmlSchemaObjectTable_get_Item_m170185878(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; XmlSchemaObject_t1315720168 * L_4 = V_0; if (!L_4) { goto IL_0015; } } { XmlSchemaObject_t1315720168 * L_5 = V_0; return L_5; } IL_0015: { XmlSchemaComplexType_t3740801802 * L_6 = ___cType2; NullCheck(L_6); XmlSchemaAnyAttribute_t963227996 * L_7 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_6, /*hidden argument*/NULL); if (L_7) { goto IL_0022; } } { return (XmlSchemaObject_t1315720168 *)NULL; } IL_0022: { XmlSchemaComplexType_t3740801802 * L_8 = ___cType2; NullCheck(L_8); XmlSchemaAnyAttribute_t963227996 * L_9 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_8, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_10 = ___qname3; String_t* L_11 = ___ns0; IL2CPP_RUNTIME_CLASS_INIT(XmlSchemaUtil_t956145399_il2cpp_TypeInfo_var); bool L_12 = XmlSchemaUtil_AttributeWildcardItemValid_m34123625(NULL /*static, unused*/, L_9, L_10, L_11, /*hidden argument*/NULL); if (L_12) { goto IL_0036; } } { return (XmlSchemaObject_t1315720168 *)NULL; } IL_0036: { XmlSchemaComplexType_t3740801802 * L_13 = ___cType2; NullCheck(L_13); XmlSchemaAnyAttribute_t963227996 * L_14 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_13, /*hidden argument*/NULL); NullCheck(L_14); int32_t L_15 = XmlSchemaAnyAttribute_get_ResolvedProcessContents_m870264228(L_14, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)1)))) { goto IL_004e; } } { XmlSchemaComplexType_t3740801802 * L_16 = ___cType2; NullCheck(L_16); XmlSchemaAnyAttribute_t963227996 * L_17 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_16, /*hidden argument*/NULL); return L_17; } IL_004e: { XmlSchemaSet_t266093086 * L_18 = ___schemas1; NullCheck(L_18); XmlSchemaObjectTable_t2546974348 * L_19 = XmlSchemaSet_get_GlobalAttributes_m3274158681(L_18, /*hidden argument*/NULL); XmlQualifiedName_t2760654312 * L_20 = ___qname3; NullCheck(L_19); XmlSchemaObject_t1315720168 * L_21 = XmlSchemaObjectTable_get_Item_m170185878(L_19, L_20, /*hidden argument*/NULL); V_1 = ((XmlSchemaAttribute_t2797257020 *)IsInstClass((RuntimeObject*)L_21, XmlSchemaAttribute_t2797257020_il2cpp_TypeInfo_var)); XmlSchemaAttribute_t2797257020 * L_22 = V_1; if (!L_22) { goto IL_0068; } } { XmlSchemaAttribute_t2797257020 * L_23 = V_1; return L_23; } IL_0068: { XmlSchemaComplexType_t3740801802 * L_24 = ___cType2; NullCheck(L_24); XmlSchemaAnyAttribute_t963227996 * L_25 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_24, /*hidden argument*/NULL); NullCheck(L_25); int32_t L_26 = XmlSchemaAnyAttribute_get_ResolvedProcessContents_m870264228(L_25, /*hidden argument*/NULL); if ((!(((uint32_t)L_26) == ((uint32_t)2)))) { goto IL_0080; } } { XmlSchemaComplexType_t3740801802 * L_27 = ___cType2; NullCheck(L_27); XmlSchemaAnyAttribute_t963227996 * L_28 = XmlSchemaComplexType_get_AttributeWildcard_m3132428207(L_27, /*hidden argument*/NULL); return L_28; } IL_0080: { return (XmlSchemaObject_t1315720168 *)NULL; } } // System.Boolean System.Xml.Schema.XmlSchemaUtil::AttributeWildcardItemValid(System.Xml.Schema.XmlSchemaAnyAttribute,System.Xml.XmlQualifiedName,System.String) extern "C" IL2CPP_METHOD_ATTR bool XmlSchemaUtil_AttributeWildcardItemValid_m34123625 (RuntimeObject * __this /* static, unused */, XmlSchemaAnyAttribute_t963227996 * ___anyAttr0, XmlQualifiedName_t2760654312 * ___qname1, String_t* ___ns2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (XmlSchemaUtil_AttributeWildcardItemValid_m34123625_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlSchemaAnyAttribute_t963227996 * L_0 = ___anyAttr0; NullCheck(L_0); bool L_1 = XmlSchemaAnyAttribute_get_HasValueAny_m840082675(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000d; } } { return (bool)1; } IL_000d: { XmlSchemaAnyAttribute_t963227996 * L_2 = ___anyAttr0; NullCheck(L_2); bool L_3 = XmlSchemaAnyAttribute_get_HasValueOther_m1767451513(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0040; } } { XmlSchemaAnyAttribute_t963227996 * L_4 = ___anyAttr0; NullCheck(L_4); String_t* L_5 = XmlSchemaAnyAttribute_get_TargetNamespace_m1092685783(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_7 = String_op_Equality_m920492651(NULL /*static, unused*/, L_5, L_6, /*hidden argument*/NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___ns2; XmlSchemaAnyAttribute_t963227996 * L_9 = ___anyAttr0; NullCheck(L_9); String_t* L_10 = XmlSchemaAnyAttribute_get_TargetNamespace_m1092685783(L_9, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_11 = String_op_Inequality_m215368492(NULL /*static, unused*/, L_8, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0040; } } IL_003e: { return (bool)1; } IL_0040: { XmlSchemaAnyAttribute_t963227996 * L_12 = ___anyAttr0; NullCheck(L_12); bool L_13 = XmlSchemaAnyAttribute_get_HasValueTargetNamespace_m1853992864(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_005e; } } { String_t* L_14 = ___ns2; XmlSchemaAnyAttribute_t963227996 * L_15 = ___anyAttr0; NullCheck(L_15); String_t* L_16 = XmlSchemaAnyAttribute_get_TargetNamespace_m1092685783(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); bool L_17 = String_op_Equality_m920492651(NULL /*static, unused*/, L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_005e; } } { return (bool)1; } IL_005e: { XmlSchemaAnyAttribute_t963227996 * L_18 = ___anyAttr0; NullCheck(L_18); bool L_19 = XmlSchemaAnyAttribute_get_HasValueLocal_m1152318798(L_18, /*hidden argument*/NULL); if (!L_19) { goto IL_007b; } } { String_t* L_20 = ___ns2; IL2CPP_RUNTIME_CLASS_INIT(String_t_il2cpp_TypeInfo_var); String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_2(); bool L_22 = String_op_Equality_m920492651(NULL /*static, unused*/, L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_007b; } } { return (bool)1; } IL_007b: { V_0 = 0; goto IL_009f; } IL_0082: { XmlSchemaAnyAttribute_t963227996 * L_23 = ___anyAttr0; NullCheck(L_23); StringCollection_t167406615 * L_24 = XmlSchemaAnyAttribute_get_ResolvedNamespaces_m3287693330(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 = ___ns2; 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_009b; } } { return (bool)1; } IL_009b: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_009f: { int32_t L_30 = V_0; XmlSchemaAnyAttribute_t963227996 * L_31 = ___anyAttr0; NullCheck(L_31); StringCollection_t167406615 * L_32 = XmlSchemaAnyAttribute_get_ResolvedNamespaces_m3287693330(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_0082; } } { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif